Commit Graph

1310 Commits

Author SHA1 Message Date
Rahul Parsani
528ec00383 Bug 1040444 - [Lint] datetime_picker lint and performance warnings. r=wesj 2014-08-05 14:06:00 -04:00
Wes Kocher
659f33fb19 Merge m-c to fx-team on a CLOSED TREE 2014-08-05 17:38:06 -07:00
Brian Nicholson
5818148dac No bug - Removed unused dialogtitle_textcolor 2014-08-05 14:59:17 -07:00
Sebastian Hengst
6ec434f1b1 Bug 1048052 - Quotes in Android DTDs need escaping with \" or \u0022 for pref_clear_on_exit_summary. r=mfinkle 2014-08-04 23:03:56 +02:00
Richard Newman
5ae340b230 Bug 1042657 - Fix FloatingHintEditText when invoked from GeckoPreferences. r=margaret 2014-07-29 07:43:17 -07:00
Richard Newman
346d2effff Bug 1045087 - Remove Product Announcements integration points from Fennec. r=mfinkle 2014-07-28 15:49:56 -07:00
Wes Kocher
5315b9b3cc Merge inbound to m-c a=merge 2014-07-25 15:59:01 -07:00
Aymen Qadar
063d4a9b17 Bug 1009376 - Change scroll title bar setting to have more suitable names; change textReflowUi test to use StringHelper. r=rnewman 2014-07-25 09:35:49 -07:00
Aymen Qader
8e4a1ecb35 Bug 1040443 - Move phone.png resource to resolution-specific drawable-mdpi directory. r=rnewman, DONTBUILD just for this.
--HG--
rename : mobile/android/base/resources/drawable/phone.png => mobile/android/base/resources/drawable-mdpi/phone.png
2014-07-24 13:12:25 -07:00
Brian Nicholson
4baf9f0767 Bug 987864 - Move API 13 styles to values-v13 folder. r=wesj
--HG--
rename : mobile/android/base/resources/values-v14/styles.xml => mobile/android/base/resources/values-v13/styles.xml
2014-07-23 21:50:49 -07:00
Chenxia Liu
ac3e2ed2a3 Bug 900692 - Part 1: Add paint flashing preference to Settings > Developer tools. r=lucasr 2013-10-15 16:40:00 -07:00
Wes Johnston
1a6ecfda8b Bug 1001309 - Provide a way to clear private data on Exit. r=liuche, bnicholson, mcomella 2014-06-19 00:04:00 -07:00
Michael Comella
57292cc98d Bug 1039738 - Correct private tabs list appearance. r=bnicholson 2014-07-16 16:35:49 -07:00
Richard Newman
2c08b20276 Bug 921433 - Part 2: bundle current SUMO favicon in default bookmarks. r=nalexander 2014-07-16 16:14:44 -07:00
Michael Comella
315cc9a5fd Bug 1039062: Fix RemoteTabs tray on phone. r=lucasr 2014-07-16 11:37:28 -07:00
Michael Comella
77316ddc0b Bug 1021356 - Part 2: Empty private tabs panel visual refinements for tablet. r=lucasr 2014-07-15 11:22:58 -07:00
Michael Comella
6816af9af8 Bug 1021356 - Empty private tabs panel visual refinements. 2014-07-14 14:59:49 -07:00
Lucas Rocha
76b491b9a4 Bug 1034167 - Part 2: Explicit set scrollbars in TabsTray (r=mfinkle) 2014-07-14 17:31:50 +01:00
Lucas Rocha
f2019255e7 Bug 1034167 - Part 1: Update TwoWayView from upstream (r=mfinkle) 2014-07-14 17:31:50 +01:00
Chenxia Liu
facb3c7516 Bug 1028705 - Move new tab button back to the right. r=lucasr 2014-07-11 09:59:58 -07:00
Michael Comella
ad790b4b4d Backed out changeset e01dbdf8a218 (bug 1016613) for causing bug 1034607
--HG--
extra : transplant_source : %D4%F9qhE%3A%91%92-B%DD%17%7D%B6%CAc%1C%D2%28%B0
2014-07-09 16:26:49 -07:00
Chenxia Liu
8df405a424 Bug 1030113 - Regression: Menu breaks on Firefox 29+ on tablets with hardware menu. r=mfinkle 2014-07-07 15:19:53 -07:00
Chris Kitching
65cb74e38f Bug 1024289: Part 3: remove display column from combined view. r=rnewman 2014-07-07 14:52:37 -07:00
Michael Comella
dafea79094 Bug 1024778 - Inflate RemoteTabs*Panel in constructor. r=lucasr 2014-07-03 13:13:02 -07:00
Ethan Pransky
e075c4a96c Bug 1016613 - Replaced RemoteTabsPanel view with ViewStub in tabs_panel.xml and created new layout file to inflate the ViewStub when user clicks on 3rd button in TabsPanel. r=mcomella 2014-06-28 17:44:00 +02:00
Michael Comella
ad4d3dfb38 Bug 1029989 - Update empty private tabs page entity name. r=wesj 2014-06-30 12:49:20 -07:00
Shashank Sabniveesu
6b157bdc6b Bug 949902 - Correct "Up to" strings in Bookmarks View, deleted unused icons, and update tests. r=lucasr 2014-06-18 19:31:00 -04:00
Margaret Leibovic
943fb5aa9a Bug 1026715 - Add "Open all" item to recent tabs lists. r=lucasr 2014-06-23 14:13:05 -07:00
Margaret Leibovic
8315c8b7f8 Bug 1004850 - (Part 4) Update RecentTabsAdapter to be a MultiTypeCursorAdapter. r=lucasr 2014-06-22 16:26:49 -04:00
Margaret Leibovic
b5484b5435 Bug 1004850 - (Part 3) Create RecentTabsPanel from existing LastTabsPanel. r=lucasr
--HG--
rename : mobile/android/base/home/LastTabsPanel.java => mobile/android/base/home/RecentTabsPanel.java
rename : mobile/android/base/resources/layout/home_last_tabs_panel.xml => mobile/android/base/resources/layout/home_recent_tabs_panel.xml
2014-06-22 16:26:49 -04:00
Margaret Leibovic
fd3de6d19e Bug 1004850 - (Part 2) Rename MostRecentPanel to HistoryPanel. r=lucasr
--HG--
rename : mobile/android/base/home/MostRecentPanel.java => mobile/android/base/home/HistoryPanel.java
rename : mobile/android/base/resources/layout/home_most_recent_panel.xml => mobile/android/base/resources/layout/home_history_panel.xml
2014-06-22 16:26:48 -04:00
Margaret Leibovic
57027544e4 Bug 1004850 - (Part 1) Replace HistoryPanel with MostRecentPanel. r=lucasr 2014-06-22 16:26:48 -04:00
Nick Alexander
3dea37b470 Bug 1022749 - Show custom server URLs in setup activities. r=rnewman
========

cf613656fe
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 1022749 - Part 2: Show custom server URLs in status activity.

========

91268a261f
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 1022749 - Part 1: Show custom server URLs in setup activities.
2014-06-09 17:31:58 -07:00
Nick Alexander
fd0bc71e4a Bug 993136 - Fix TestSyncConfiguration. r=mcomella
========

306fb330a9
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Tue Jun 3 15:29:55 2014 -0700

    Bug 993136 - Fix TestSyncConfiguration.
2014-06-21 15:42:31 -07:00
Hathibelagal A
bc2a0aa8c3 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
ca2bc12a80 Bug 1027139 - Fix ArrowPopup positioning for anchors on right side of screen. r=margaret 2014-06-19 14:30:17 -07:00
Brian Nicholson
2aeed4707c Bug 1024127 - Popup cleanup. r=margaret 2014-06-19 14:30:16 -07:00
Ed Morley
901a1e2acc Merge mozilla-central and fx-team 2014-06-19 17:20:10 +01:00
Margaret Leibovic
7bcb3e58e5 Bug 817716 - (Part 2) Add 3-dot menu for tabs tray on tablets. r=bnicholson 2014-06-19 08:37:33 -04:00
Margaret Leibovic
433d690fda Bug 817716 - (Part 1) Add 3-dot menu to tabs panel, including a "close all tabs" option. r=bnicholson 2014-06-19 08:37:32 -04:00
Birunthan Mohanathas
51ba75d135 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Michael Comella
d97cb4e5b7 Bug 1002303 - Part 2: Show a description page when there are no private tabs. r=lucasr 2014-06-16 14:35:17 -07:00
Michael Comella
9d3f31e609 Bug 1002303 - Part 1: Rename RemoteTabs* styles to be used with all tabs panels. r=lucasr 2014-06-16 14:35:10 -07:00
Margaret Leibovic
b4d097de90 Bug 1023914 - Turn empty view image padding into margin. r=lucasr 2014-06-13 16:25:08 -07:00
Michael Comella
571ef02ade Bug 932208 - Part 1: Remove Share from url bar context menu on pre-ICS. 2014-06-04 14:36:39 -07:00
Margaret Leibovic
e8c4e04967 Bug 1019318 - Polish button toast appearance. r=nalexander 2014-06-12 09:31:44 -07:00
Michael Comella
b69c199293 Bug 1007442 - Part 3: Reduce padding at the top of portrait remote tabs panel. r=lucasr 2014-06-11 14:31:28 -07:00
Michael Comella
d42f58d906 Bug 1007442 - Part 2: Make remote tabs panel buttons more consistent across devices. r=lucasr 2014-06-11 14:31:20 -07:00
Michael Comella
94a7c6f659 Bug 1007442 - Part 1: Add scrolling to remote tabs tray where applicable. r=bnicholson 2014-06-11 14:31:10 -07:00
Margaret Leibovic
17e0af84b7 Backed out changeset e9a025ac70fe for tablet fail on a CLOSED TREE 2014-06-11 12:06:07 -07:00
Margaret Leibovic
ec5b78f849 Bug 817716 - Add 3-dot menu to tabs panel, including a "close all tabs" option. r=bnicholson 2014-06-11 11:14:26 -07:00
Margaret Leibovic
aa5cdadcf0 Bug 1021123 - Improve colors in remote tabs pull-to-refresh. r=mcomella 2014-06-06 11:52:48 -07:00
Lucas Rocha
ff597dd05f Bug 997765 - Change bg color and image for blank spots in top sites (r=mfinkle) 2014-06-05 21:54:23 +01:00
Lucas Rocha
d417d9e6c7 Bug 997765 - Define initial list of suggested sites (r=mfinkle) 2014-06-05 21:54:23 +01:00
Michael Comella
6302a915d6 Bug 1019595 - Use light cancel edit button with dark lightweight themes. r=bnicholson
--HG--
rename : mobile/android/base/resources/drawable-hdpi/close_edit_mode.png => mobile/android/base/resources/drawable-hdpi/close_edit_mode_light.png
rename : mobile/android/base/resources/drawable-mdpi/close_edit_mode.png => mobile/android/base/resources/drawable-mdpi/close_edit_mode_light.png
rename : mobile/android/base/resources/drawable-xhdpi/close_edit_mode.png => mobile/android/base/resources/drawable-xhdpi/close_edit_mode_light.png
2014-06-05 11:58:17 -07:00
Richard Newman
8ed5c36169 Bug 1019981 - Part 1: remove Language section from preferences if locale switching is disabled. r=nalexander 2014-06-04 19:21:33 -07:00
Nick Alexander
7b560b6fda Bug 788688 - Allow setting client's device name in FxAccountStatusActivity. r=rnewman
========

8c7b253142
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Tue Jun 3 15:48:40 2014 -0700

    Bug 788688 - Review comment: Include timestamp in setClientName.

========

b53b9092c2
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu May 29 16:05:25 2014 -0700

    Bug 788688 - Post: PII client data to ease debugging.

========

fd59f3c984
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Wed Jun 4 15:01:12 2014 -0700

    Bug 788688 - Part 4: Work around Android DialogPreference caching bug.

========

87d10bc16a
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu May 29 14:44:24 2014 -0700

    Bug 788688 - Part 3: Add "Device name" pref to Status activity.

    In the edge case where what the user has entered (empty text) and what
    is persisted (default client name) differ, Android does not update the
    contents of the dialog's EditText correctly.  Removing and re-creating
    all preferences is the only way I found to work around this; that's in
    the next commit.

========

7af72f6c2f
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu May 29 16:05:59 2014 -0700

    Bug 788688 - Part 2: Upload clients and tabs records when client name changes.

========

0e99eae1b5
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu May 29 15:28:36 2014 -0700

    Bug 788688 - Part 1: Add setClientName with timestamp to ClientsDataDelegate.

========

1999e263db
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu May 29 14:10:40 2014 -0700

    Bug 788688 - Pre: Clean some imports.
2014-06-04 16:37:25 -07:00
Michael Comella
3e6db651df Bug 997477 - Part 2: Add tablet editing mode cancel button. 2014-06-02 11:16:49 -07:00
Michael Comella
eb4c1bcd28 Bug 1014999 - Add remote tabs setup/verification panels for tablet. r=lucasr 2014-05-30 12:13:25 -07:00
Margaret Leibovic
8d57130c60 Bug 1017129 - Polish undo close tab button toast appearance. r=nalexander 2014-05-29 18:15:20 -07:00
Nick Alexander
b1a6b79eed Bug 997288 - Follow-up, Part 3: Revert testing code. r=me 2014-05-28 14:26:18 -07:00
Nick Alexander
8a42b7e20a 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
74bbb3ab04 Bug 997288 - Follow-up, Part 2: Style ButtonToast. r=lucasr 2014-05-28 14:13:55 -07:00
Nick Alexander
c38942d1a2 Bug 997288 - Follow-up, Part 1: Replace "Switch to tab" button icon and label. r=lucasr 2014-05-28 14:13:54 -07:00
Margaret Leibovic
2fe32bc988 Bug 998009 - (Part 2) Give background color a more generic variable name. r=bnicholson 2014-05-28 12:06:59 -07:00
Margaret Leibovic
d3c278b1e4 Bug 998009 - Add "Clear browsing history" button to history panel. r=bnicholson 2014-05-28 12:06:57 -07:00
Margaret Leibovic
6f8d3a728c Bug 996708 - Set an explicit width/height for images in dynamic panel empty views. r=lucasr 2014-05-28 12:06:55 -07:00
Margaret Leibovic
5b1dc26e36 Bug 701725 - Create "undo close tab" super toast. r=bnicholson 2014-05-01 16:46:46 -07:00
Lucas Rocha
029c822c1f Bug 1010764 - Use same placeholder image on all tabs (r=mfinkle) 2014-05-27 11:23:17 +01:00
Nick Alexander
5d7d90b289 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
68483f0438 Bug 997288 - Add select tab button to "New [private] tab opened" toasts. r=wesj 2014-05-23 11:43:38 -07:00
Brian Nicholson
c9bda85013 Bug 997447 - Replace uses of EditText with FloatingHintEditText. r=lucasr 2014-05-23 09:50:18 -07:00
Brian Nicholson
15395cc935 Bug 997447 - Add FloatingHintEditText widget. r=lucasr 2014-05-23 09:50:17 -07:00
Lucas Rocha
e38e38ef68 Bug 1010261 - Add preferences UI for disabling suggested sites (r=liuche) 2014-05-23 14:27:52 +01:00
Michael Comella
1540678b0e Bug 958889 - Part 4: Add remote tabs verification screen for phones. r=nalexander 2014-05-22 18:38:03 -07:00
Michael Comella
4bfe4c3fa6 Bug 958889 - Part 3: Add RemoteTabsSetupPanel for phones. r=nalexander,lucasr 2014-05-22 18:38:03 -07:00
Michael Comella
f76d5f9623 Bug 958889 - Part 2.8: Add RemoteTabsPanel. r=nalexander 2014-05-22 18:38:03 -07:00
Mark Finkle
cd2208b4cb Bug 1007431 - Add menu item that links to SUMO help r=rnewman 2014-05-22 16:31:40 -04:00
Zhanpeng Zeng
bdc683b737 Bug 923368 - Home panel items should allow for copying URL. r=margaret 2014-05-21 20:27:18 +08:00
Wes Johnston
afe254b297 Bug 1001129 - Allow setting a default selected item in grid views. r=mfinkle 2014-05-21 12:16:26 -07:00
Margaret Leibovic
68bc425df8 Bug 1009586 - Get rid of "Add panel" item in home settings. r=liuche 2014-05-16 13:09:15 +01:00
Martyn Haigh
0b609a5aa5 Bug 970203 - Animate webapp update checking and downloading icons. r=wesj 2014-05-13 09:06:00 -04:00
Richard Newman
5b0facfaac Bug 917480 - Part 6: tablet mode. r=nalexander 2014-05-13 20:50:28 -07:00
Richard Newman
cf464dbd36 Bug 917480 - Part 2: add 'Language' section to top-level preferences, allowing for browser locale switching. r=nalexander
* * *
Bug 917480 - Part 2d: compute locale list at build time.
2014-05-13 20:50:27 -07:00
Michael Comella
dd3d0b3998 Bug 1009279 - Change the margins to padding in the browser toolbar. r=bnicholson 2014-05-13 14:48:06 -07:00
Margaret Leibovic
b926b05af9 Bug 1009473 - Use lighter gray for item descriptions. r=lucasr 2014-05-13 18:26:07 +01:00
Margaret Leibovic
99e4d5427d Bug 1009473 - Remove padding around list item images. r=lucasr 2014-05-13 18:26:04 +01:00
Lucas Rocha
8e10e3a7fd Bug 997772 - Add default suggested sites for en-US (r=nalexander) 2014-05-09 09:39:13 +01:00
Nick Alexander
8186ac9ac7 Bug 1002575 - Part 2: Display "Last synced" time in Synced tabs panel. r=rnewman
For the resources, I kept the client/last_synced (group) text sizes the
same as the tab/url (child) text sizes; and I kept the group height the
same as the child height (since I didn't want to calculate the new group
size); and I stripped the (unnecessary) backgrounds.
2014-05-07 17:05:50 -07:00
Mark Finkle
410ec5db0e Bug 1001280 - Add a pageaction for casting videos r=wesj 2014-05-01 23:32:05 -04:00
Michael Comella
76673d5ae6 Bug 1000149 - Part 4: Correct url bar shrinking documentation. r=lucasr 2014-04-30 10:25:58 -07:00
Michael Comella
cd83e8f120 Bug 1000149 - Part 3: Update close button size and toolbar spacing. r=lucasr 2014-04-30 10:25:51 -07:00
Michael Comella
39365f1c37 Bug 1000149 - Part 2: Remove edit separator. r=lucasr 2014-04-30 10:25:42 -07:00
Michael Comella
6a9ee790af Bug 1000149 - Part 1: Remove go button from toolbar. r=lucasr 2014-04-30 10:25:33 -07:00
Michael Comella
0367edc465 Bug 958889 - Part 1: Move tabspanel files to new tabspanel package. r=bnicholson
--HG--
rename : mobile/android/base/RemoteTabsContainer.java => mobile/android/base/tabspanel/RemoteTabsContainer.java
rename : mobile/android/base/RemoteTabsList.java => mobile/android/base/tabspanel/RemoteTabsList.java
rename : mobile/android/base/TabsPanel.java => mobile/android/base/tabspanel/TabsPanel.java
rename : mobile/android/base/TabsTray.java => mobile/android/base/tabspanel/TabsTray.java
2014-04-29 11:20:59 -07:00
Margaret Leibovic
e7a3e4257d Bug 999760 - Apply padding to entire article item view. r=liuche 2014-04-23 18:01:34 -07:00
Josh Dover
020924c6cc Bug 850600 - Part 3: Add swipe to refresh to sync tab list. r=nalexander 2014-04-04 15:22:32 -07:00
Josh Dover
68237bb424 Bug 850600 - Part 2: Split RemoteTabs into container and list. r=nalexander 2014-04-04 15:17:04 -07:00
Margaret Leibovic
c4d6406ad7 Bug 993749 - More padding in ArticleItemView. r=liuche 2014-04-21 11:06:10 -07:00
Michael Comella
67f35885d2 Bug 965548 - Part 5: Shrink the url bar on appropriate phones. r=lucasr 2014-04-17 13:34:12 -07:00