Lucas Rocha
49feae7c6d
Bug 1010741 - Change toolbar hint to "Search or enter address" (r=margaret)
2014-08-18 10:40:06 +01:00
Nick Alexander
ecd82acacc
Bug 830270 - Follow-up: Land other piece. r=trivial
...
This landed with only some of the changes from the android-sync
repository present.
2014-08-14 11:25:46 -07:00
Rahul Parsani
528ec00383
Bug 1040444 - [Lint] datetime_picker lint and performance warnings. r=wesj
2014-08-05 14:06:00 -04: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
346d2effff
Bug 1045087 - Remove Product Announcements integration points from Fennec. r=mfinkle
2014-07-28 15:49:56 -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
Nick Alexander
9788f0c902
Bug 1019719 - Follow-up. r=me
2014-07-21 12:41:20 -07:00
Bryan Kok
bc1dc47d08
Bug 1019719 - Localize the Sync client name. r=nalexander
2014-07-21 11:13:24 -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
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
ad4d3dfb38
Bug 1029989 - Update empty private tabs page entity name. r=wesj
2014-06-30 12:49:20 -07:00
richmt9@gmail.com
7f89253e3a
Bug 1028815 - "7 days ago" label in History panel is confusing. r=liuche
2014-06-27 18:34:18 -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
Michael Comella
5672fbf298
Bug 1002303 - Part 3: Update empty private tabs panel description. r=eedens
2014-06-23 11:35:03 -07:00
Margaret Leibovic
3a48004b06
Bug 1004850 - (Part 5) Add recently closed tabs to RecentTabsPanel. r=lucasr,bnicholson
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
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
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
Michael Comella
340e6c294e
Bug 1002303 - Part 0: Add empty private browsing view description strings. r=lucasr
2014-06-16 14:35:02 -07:00
Margaret Leibovic
982130f0c5
Bug 1009586 - Remove unused string. r=liuche
2014-06-09 13:24:16 -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
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
d3c278b1e4
Bug 998009 - Add "Clear browsing history" button to history panel. r=bnicholson
2014-05-28 12:06:57 -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
Lucas Rocha
e38e38ef68
Bug 1010261 - Add preferences UI for disabling suggested sites (r=liuche)
2014-05-23 14:27:52 +01:00
Lucas Rocha
4404db918e
Bug 1011620 - Generate suggestedsites.json from region.properties (r=nalexander)
2014-05-23 13:29:18 +01:00
Mark Finkle
cd2208b4cb
Bug 1007431 - Add menu item that links to SUMO help r=rnewman
2014-05-22 16:31:40 -04:00
Chenxia Liu
6ee17c96ad
Bug 921136 - Unify removal behavior for bookmark-history-readinglist items from Home items. r=margaret
2014-05-16 14:07:25 -07:00
Michael Comella
438512e8d6
Bug 958889 - Part 2.5: Add old Sync upgrade URL method to services and strings. r=nalexander
2014-05-14 08:56:23 -07:00
Lucas Rocha
9246d63a13
Bug 1009574 - Use final en-US specific URLs on suggested sites (r=mfinkle)
2014-05-14 10:03:44 +01: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
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
Michael Comella
7815f7e61e
Bug 965548 - Part 2: Add "cancel" string. r=bnicholson
2014-04-17 13:34:06 -07:00
Christian Ascheberg
374b91222a
Bug 971743 - Do not clear the download history with the browsing history. r=wesj
2014-04-14 00:02:34 +03:00
Chenxia Liu
44f02d578e
Bug 903535 - Need to update text for user visible opt in UI for cell tower and wifi data collection and reporting. r=bnicholson
2014-04-08 17:29:45 -07:00
Nick Alexander
0108f912d1
Bug 983856 - Message when syncing is disabled by Android. r=rnewman
2014-03-26 22:11:05 -07:00
Chenxia Liu
f768105aac
Bug 959917 - Part 3: Add nested reordering to context menu. r=lucasr
2014-03-26 16:07:14 -07:00
Brian Nicholson
5be418ce39
Bug 984677 - Back out bookmark submenu. r=mfinkle
...
--HG--
extra : rebase_source : 7ff1fa41da1fe32e63f57141040cf172486996b7
2014-03-24 15:38:57 -07:00
Josh Dover
e0ff1e8d9b
Bug 975055 - Show filter title in back row. r=lucasr
2014-02-24 15:23:29 -08:00
Josh Dover
ff5da3663c
Bug 921557 - Use custom EllipsisTextView to handle bug on older devices. r=mleibovic
2014-02-18 15:16:26 -08:00
Margaret Leibovic
90bedb8c0a
Bug 965622 - String for dynanmic panel empty view text. r=lucasr
2014-03-14 11:49:05 -07:00
Nick Alexander
2df97e60e4
Bug 974015 - Replace "Firefox online services" with "Firefox cloud services". r=rnewman
2014-03-13 22:31:55 -07:00
Nick Alexander
84254e1bf9
Bug 974942 - Don't share link{tos,privacy} strings. r=rnewman
2014-03-13 22:31:55 -07:00
Nick Alexander
abc9c865fa
Bug 974133 - Replace "Firefox account" with "Firefox Account". r=rnewman
2014-03-13 22:31:54 -07:00
Nick Alexander
3c03fd89c9
Bug 974627 - Empty contentDescription throughout. r=rnewman
2014-03-10 21:35:32 -07:00
Margaret Leibovic
74bc61e71f
Bug 976308 - Remove search engine name from initial search suggestions prompt. r=liuche
2014-03-12 08:57:30 -07:00