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
Josh Dover
08a79c8375
Bug 921557 - Use custom EllipsisTextView to handle bug on older devices. r=mleibovic
2014-02-18 15:16:26 -08:00
Wes Johnston
5ee2b12ac7
Bug 942270 - Allow ActionViews in prompts. r=bnicholson
2014-03-14 14:41:20 -07:00
Lucas Rocha
0d9198820e
Bug 971214 - Use setBackgroundDrawable() in BasicColorPicker (r=wesj)
2014-03-03 14:16:58 +00:00
Wesley Johnston
78c4dba329
Bug 973036 - Create an intent chooser dialog class. r=bnicholson
2014-02-06 16:21:00 -08:00
Wes Johnston
e2a32f289f
backout 95849d209a1f (Bug 975525) for crashes. r=backout
2014-02-24 08:44:56 -08:00
Richard Newman
c2b031a380
Bug 975774 - Part 12: clean up imports in ButtonToast. r=trivial
2014-02-22 19:52:57 -08:00
Wes Johnston
8c599ee8ea
Bug 975525 - Refresh action mode buttons when activities are uninstalled. r=mfinkle
2014-02-21 13:56:40 -08:00
Lucas Rocha
8e39c4cb6b
Bug 971735 - Remove element using iterator while looping in ArrayList (r=wesj)
2014-02-17 11:07:53 +00:00
Wes Johnston
30dcc6058a
Bug 956075 - Add a custom view flipper to avoid Gingerbread bugs with touching ViewGroups. r=lucasr
2014-01-28 09:15:36 -08:00
Sola Ogunsakin
c55312c91b
Bug 942889 - Lists - Gallery layout. r=lucasr
2014-01-31 08:57:56 -08:00
Wes Johnston
48a019653a
Bug 881861 - Listen to package removed notifications in the quick share menu. r=mfinkle
2014-01-30 12:47:57 -08:00
Wes Johnston
bc4166f17f
backout f4c5e883482a r=mfinkle
2014-01-28 16:25:40 -08:00
Sriram Ramasubramanian
2d142f8a87
Bug 881861: QuickShare should monitor installed app changes. [r=mfinkle]
2013-06-11 15:04:01 -07:00
Eugen Sawin
0ce5a0b636
Bug 956946 - Align menu top to URL bar. r=bnicholson
2014-01-16 15:47:10 -08:00