Commit Graph

236 Commits

Author SHA1 Message Date
Chris Kitching
d1b79b2211 Bug 1064644: Remove inner-access comments. r=rnewman 2014-09-08 18:11:51 -07:00
Lucas Rocha
c9e3528991 Bug 1060394 - Move FadedTextView to the widget package (r=bnicholson)
--HG--
rename : mobile/android/base/home/FadedTextView.java => mobile/android/base/widget/FadedTextView.java
2014-09-03 16:21:32 +01:00
Lucas Rocha
bbfe593069 Bug 1055536 - Consolidate divider colors (r=margaret) 2014-09-02 16:07:44 +01:00
Ramasamy Gopalan
9a204f06aa Bug 1052026 - Add content description when creating action button in GeckoActionProvider. r=wesj 2014-08-18 16:44:45 -04:00
Margaret Leibovic
e53fcd36ca Bug 917970 - Use correct text size for mixed content blocking notification. r=lucasr 2014-08-14 11:39:38 -07:00
Chris Kitching
43f5567aed Bug 1051698: Reduce use of proxy methods and generated getters in 'widget' code. r=rnewman 2014-07-28 17:32:49 -07:00
Margaret Leibovic
19fa9fdea2 Bug 1028885 - Reposition open tabs tray menu on device rotation. r=wesj 2014-08-06 11:24:27 -07:00
Chris Kitching
8ddea52622 Bug 1047971: Delete redundant initialisers-to-default-values from constructors (TwoWayView) r=rnewman 2014-08-06 08:03:58 -07:00
Lucas Rocha
373ef9ab3b Bug 1048865 - Sync with upstream TwoWayView (r=mcomella) 2014-08-06 15:52:15 +01:00
Rahul Parsani
b5b32517e1 Bug 1040444 - [Lint] datetime_picker lint and performance warnings. r=wesj 2014-08-05 14:06:00 -04:00
Chris Kitching
e34153973d Bug 1047971: Delete redundant initialisers-to-default-values from constructors r=rnewman 2014-08-03 21:06:05 -07:00
Amogh Pradeep
981830d521 Bug 1018417 - Add duration parameter to ButtonToast. r=margaret 2014-07-31 09:36:03 -07:00
Richard Newman
d023dce9af Bug 1042383 - Part 2: use optimizable build-time flags for SDK-dependent code. r=mfinkle 2014-07-30 08:19:35 -07:00
Chris Kitching
9f496ef232 Bug 1041836: Delete redundant initialisers. (generated) r=rnewman 2014-07-25 20:14:47 -07:00
Lucas Rocha
f5af84f1e7 Bug 1034167 - Part 1: Update TwoWayView from upstream (r=mfinkle) 2014-07-14 17:31:50 +01:00
Lucas Rocha
73a807833e Bug 1010986 - Force layout on child once swipe refresh layout is re-attached (r=mfinkle) 2014-07-04 11:52:10 +01:00
Hathibelagal A
175535e7a5 Bug 1027831 - Switch from deprecated FILL_PARENT to MATCH_PARENT in Java and XML. r=bnicholson 2014-06-20 09:21:31 -07:00
Brian Nicholson
9b0ca6c46e Bug 1027139 - Fix ArrowPopup positioning for anchors on right side of screen. r=margaret 2014-06-19 14:30:17 -07:00
Brian Nicholson
8445296f17 Bug 1024127 - Popup cleanup. r=margaret 2014-06-19 14:30:16 -07:00
Margaret Leibovic
5a2b5ca953 Bug 1019735 - Hide the button toast if the user touches outside of it. r=lucasr
* * *
Bug 1019735 - (Part 2) Don't do unnecssary work on every touch
2014-06-12 09:31:47 -07:00
Margaret Leibovic
9042837603 backout 578bf8d6363c for causing robocop pan regression 2014-06-13 13:56:47 -07:00
Margaret Leibovic
88d76fb38a Bug 1019735 - Hide the button toast if the user touches outside of it. r=lucasr 2014-06-12 09:31:47 -07:00
Kartikaya Gupta
bfbff39fa3 Bug 1017566 - Clear animation before setting visibility to GONE for Gingerbread compatibility. r=mfinkle 2014-06-07 16:47:32 -04:00
Richard Newman
6c61a98a27 Bug 1014242 - Delay loading of distribution quickshare lists. r=wesj 2014-06-05 11:33:52 -07:00
Wes Johnston
5764e0da81 Bug 1015421 - Don't queue up ButtonToasts. r=margaret 2014-06-02 14:47:02 -07:00
Nick Alexander
c8bc881c70 Bug 1015974 - Follow-up: Only use animated Sync icon when a sync is active. r=rnewman
Android 4.4.2 makes using animation-list, start(), and stop(),
difficult.  This works around that issue by only using animation-list
when we actually want an animated icon.

--HG--
rename : mobile/android/base/resources/drawable/tabs_synced_animation.xml => mobile/android/base/resources/drawable/tabs_synced_animated.xml
2014-05-28 14:13:55 -07:00
Nick Alexander
ef158de549 Bug 997288 - Follow-up, Part 2: Style ButtonToast. r=lucasr 2014-05-28 14:13:55 -07:00
Wes Johnston
a8cd19f8c2 Bug 1013419 - Close the share dialog after sharing. r=bnicholson 2014-05-27 14:06:39 -07:00
Nick Alexander
a461b99329 Bug 998700 - Animate sync icon during refresh of Remote Tabs panel. r=lucasr
It turns out that animation-list can be combined with rotate to avoid
shipping extra bitmaps, and twelve frames is smooth enough.  This patch
takes that approach.

The trickiest part is exposing the icon drawable in a reasonable way to
the inner PanelView.
2014-05-23 11:43:39 -07:00
Nick Alexander
21bfe1a799 Bug 997288 - Add select tab button to "New [private] tab opened" toasts. r=wesj 2014-05-23 11:43:38 -07:00
Brian Nicholson
ed406de802 Bug 997447 - Add FloatingHintEditText widget. r=lucasr 2014-05-23 09:50:17 -07:00
Richard Newman
b81eebd709 Bug 1014338 - Part 0: move Distribution class into its own package. r=margaret
--HG--
rename : mobile/android/base/Distribution.java => mobile/android/base/distribution/Distribution.java
2014-05-22 17:34:04 -07:00
Wes Johnston
d87141ca8f Bug 1009560 - Download images to share on a background thread. r=mcomella 2014-05-21 12:15:16 -07:00
Alexandru Chiriac
dab3f927fc Bug 943908 - Show tooltip when long-pressing action bar items. r=wesj 2014-05-19 15:01:02 -07:00
Wes Johnston
46ee08f495 Bug 990642 - Try harder to find an extension to use when sharing images. r=mfinkle 2014-05-12 10:13:45 -07:00
Wes Johnston
42cb864658 Bug 990642 - Reinsert code to share images instead of just urls. r=mfinkle 2014-05-12 10:13:44 -07:00
Mark Finkle
8cd116f691 Bug 988650 - Telemetry tracking for sharing r=wesj,liuche 2014-05-01 22:02:29 -04:00
Michael Comella
51f0d6844c Bug 958889 - Part 2: Miscellaneous code clean up. r=bnicholson 2014-04-29 11:21:38 -07:00
Michael Comella
1850277416 Bug 965548 - Part 3: Add cancel button for phone layout. r=bnicholson 2014-04-17 13:34:12 -07:00
Michael Comella
1eedbb6691 Bug 965548 - Part 2.5: Make Themed* processing more robust. r=bnicholson 2014-04-17 13:34:11 -07:00
Josh Dover
c062448c79 Bug 970707 - Modify GeckoSwipeRefreshLayout for UX. r=margaret
--HG--
rename : mobile/android/base/widget/SwipeRefreshLayout.java => mobile/android/base/widget/GeckoSwipeRefreshLayout.java
2014-04-15 15:53:00 +02:00
Josh Dover
38543233c9 Bug 970707 - Add SwipeRefreshLayout lifted from AOSP. r=margaret 2014-04-15 15:49:00 +02:00
Wes Johnston
71f83ef4c3 Bug 972208 - Allow shipping default share providers in distributions. r=margaret 2014-04-07 09:33:52 -07:00
Wes Johnston
040b0f7150 Bug 990364 - Use text/plain for sharing links. r=mfinkle 2014-04-07 08:45:27 -07:00
Michael Comella
31ae2c7c70 Bug 991256 - Rename preprocessed Gecko* -> Themed* in widget/. r=bnicholson
--HG--
rename : mobile/android/base/widget/GeckoEditText.java.in => mobile/android/base/widget/ThemedEditText.java.in
rename : mobile/android/base/widget/GeckoImageButton.java.in => mobile/android/base/widget/ThemedImageButton.java.in
rename : mobile/android/base/widget/GeckoImageView.java.in => mobile/android/base/widget/ThemedImageView.java.in
rename : mobile/android/base/widget/GeckoLinearLayout.java.in => mobile/android/base/widget/ThemedLinearLayout.java.in
rename : mobile/android/base/widget/GeckoRelativeLayout.java.in => mobile/android/base/widget/ThemedRelativeLayout.java.in
rename : mobile/android/base/widget/GeckoTextSwitcher.java.in => mobile/android/base/widget/ThemedTextSwitcher.java.in
rename : mobile/android/base/widget/GeckoTextView.java.in => mobile/android/base/widget/ThemedTextView.java.in
rename : mobile/android/base/widget/GeckoView.java.frag => mobile/android/base/widget/ThemedView.java.frag
2014-04-02 15:56:52 -07:00
Brad Lassey
c821944948 bug 928096 - UI for Tab streaming, recording indiator for tabs tray r=lucasr, mfinkle 2014-04-02 14:32:30 -04:00
Wes Johnston
326b37a166 Bug 942270 - Use text/plain for quick share mimetype on links. r=mfinkle 2014-03-31 15:40:32 -07:00
Wes Johnston
2fec4d2709 Bug 942270 - Fix gingerbread issues with quickshare. r=bnicholson 2014-03-26 10:18:02 -07:00
Wes Johnston
fa0e9a3f80 Bug 942270 - Gingerbread compatibility of GeckoActionView. r=margaret 2014-03-26 10:18:02 -07:00
Wes Johnston
fe15a7c0ff Bug 942270 - Support quickshare in context menus. r=bnicholson 2014-03-26 10:18:01 -07:00