Hathibelagal A
a8275936e2
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
3cdc7fc716
Bug 1027139 - Fix ArrowPopup positioning for anchors on right side of screen. r=margaret
2014-06-19 14:30:17 -07:00
Brian Nicholson
a7539380eb
Bug 1024127 - Popup cleanup. r=margaret
2014-06-19 14:30:16 -07:00
Margaret Leibovic
4aa844a8c1
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
885233afac
backout 578bf8d6363c for causing robocop pan regression
2014-06-13 13:56:47 -07:00
Margaret Leibovic
fee38b1fe9
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
647a96a8e8
Bug 1017566 - Clear animation before setting visibility to GONE for Gingerbread compatibility. r=mfinkle
2014-06-07 16:47:32 -04:00
Richard Newman
1116d71ded
Bug 1014242 - Delay loading of distribution quickshare lists. r=wesj
2014-06-05 11:33:52 -07:00
Wes Johnston
670a2f56be
Bug 1015421 - Don't queue up ButtonToasts. r=margaret
2014-06-02 14:47:02 -07:00
Nick Alexander
292f3ea8ac
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
bb5eb7d362
Bug 997288 - Follow-up, Part 2: Style ButtonToast. r=lucasr
2014-05-28 14:13:55 -07:00
Wes Johnston
3b4481b739
Bug 1013419 - Close the share dialog after sharing. r=bnicholson
2014-05-27 14:06:39 -07:00
Nick Alexander
9d31ffcc50
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
4d8e6b362d
Bug 997288 - Add select tab button to "New [private] tab opened" toasts. r=wesj
2014-05-23 11:43:38 -07:00
Brian Nicholson
11b3e03e79
Bug 997447 - Add FloatingHintEditText widget. r=lucasr
2014-05-23 09:50:17 -07:00
Richard Newman
4f109400c2
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
54a31b0676
Bug 1009560 - Download images to share on a background thread. r=mcomella
2014-05-21 12:15:16 -07:00
Alexandru Chiriac
70480368dc
Bug 943908 - Show tooltip when long-pressing action bar items. r=wesj
2014-05-19 15:01:02 -07:00
Wes Johnston
d936fbcb09
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
2087722520
Bug 990642 - Reinsert code to share images instead of just urls. r=mfinkle
2014-05-12 10:13:44 -07:00
Mark Finkle
4776827890
Bug 988650 - Telemetry tracking for sharing r=wesj,liuche
2014-05-01 22:02:29 -04:00
Michael Comella
460163d290
Bug 958889 - Part 2: Miscellaneous code clean up. r=bnicholson
2014-04-29 11:21:38 -07:00
Michael Comella
a692afc122
Bug 965548 - Part 3: Add cancel button for phone layout. r=bnicholson
2014-04-17 13:34:12 -07:00
Michael Comella
46916d1c7a
Bug 965548 - Part 2.5: Make Themed* processing more robust. r=bnicholson
2014-04-17 13:34:11 -07:00
Josh Dover
3b06bcacf7
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
1d6961babb
Bug 970707 - Add SwipeRefreshLayout lifted from AOSP. r=margaret
2014-04-15 15:49:00 +02:00
Wes Johnston
2939c7e943
Bug 972208 - Allow shipping default share providers in distributions. r=margaret
2014-04-07 09:33:52 -07:00
Wes Johnston
5ccce7f668
Bug 990364 - Use text/plain for sharing links. r=mfinkle
2014-04-07 08:45:27 -07:00
Michael Comella
48b752fbbe
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
ba017bd175
bug 928096 - UI for Tab streaming, recording indiator for tabs tray r=lucasr, mfinkle
2014-04-02 14:32:30 -04:00
Wes Johnston
49cea23f15
Bug 942270 - Use text/plain for quick share mimetype on links. r=mfinkle
2014-03-31 15:40:32 -07:00
Wes Johnston
6cb8447326
Bug 942270 - Fix gingerbread issues with quickshare. r=bnicholson
2014-03-26 10:18:02 -07:00
Wes Johnston
f004248966
Bug 942270 - Gingerbread compatibility of GeckoActionView. r=margaret
2014-03-26 10:18:02 -07:00
Wes Johnston
49f6be314f
Bug 942270 - Support quickshare in context menus. r=bnicholson
2014-03-26 10:18:01 -07:00
Josh Dover
005984e601
Bug 921557 - Use custom EllipsisTextView to handle bug on older devices. r=mleibovic
2014-02-18 15:16:26 -08:00
Wes Johnston
b5e7af16fe
Bug 942270 - Allow ActionViews in prompts. r=bnicholson
2014-03-14 14:41:20 -07:00
Lucas Rocha
f7e14b1d7c
Bug 971214 - Use setBackgroundDrawable() in BasicColorPicker (r=wesj)
2014-03-03 14:16:58 +00:00
Wesley Johnston
57fc82bb98
Bug 973036 - Create an intent chooser dialog class. r=bnicholson
2014-02-06 16:21:00 -08:00
Wes Johnston
9af214a35d
backout 95849d209a1f (Bug 975525) for crashes. r=backout
2014-02-24 08:44:56 -08:00
Richard Newman
6f81453e13
Bug 975774 - Part 12: clean up imports in ButtonToast. r=trivial
2014-02-22 19:52:57 -08:00
Wes Johnston
d83b4a9eaf
Bug 975525 - Refresh action mode buttons when activities are uninstalled. r=mfinkle
2014-02-21 13:56:40 -08:00
Lucas Rocha
1bc44ce653
Bug 971735 - Remove element using iterator while looping in ArrayList (r=wesj)
2014-02-17 11:07:53 +00:00
Wes Johnston
6027a6223e
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
eb16edb6e4
Bug 942889 - Lists - Gallery layout. r=lucasr
2014-01-31 08:57:56 -08:00
Wes Johnston
f2795daf43
Bug 881861 - Listen to package removed notifications in the quick share menu. r=mfinkle
2014-01-30 12:47:57 -08:00
Wes Johnston
c33c41207a
backout f4c5e883482a r=mfinkle
2014-01-28 16:25:40 -08:00
Sriram Ramasubramanian
650cc578cc
Bug 881861: QuickShare should monitor installed app changes. [r=mfinkle]
2013-06-11 15:04:01 -07:00
Eugen Sawin
b2ab04b2a3
Bug 956946 - Align menu top to URL bar. r=bnicholson
2014-01-16 15:47:10 -08:00
Lucas Rocha
607d4b8833
Bug 957097 - Turn GeckoActionProvider's max history size into a constant (r=wesj)
2014-01-08 12:18:40 +00:00
Sriram Ramasubramanian
b0328b8593
Bug 940997: Support showAsAction "ifRoom" in custom menu. [r=mfinkle]
2013-12-18 18:49:48 -08:00