Commit Graph

326 Commits

Author SHA1 Message Date
Mark Finkle
d61e80493a Bug 1063831 - Support tracking protection in Site Identity popup UI r=margaret 2014-11-11 15:03:46 -05:00
Mark Capella
895e66c143 Bug 1092011 - Re-instate Page-Already-In-ReadingList message, r=margaret 2014-10-31 23:31:20 -04:00
Chenxia Liu
ae2d218e50 Bug 1089810 - Update Private Browsing contextual hint string. r=margaret 2014-10-30 14:15:49 -07:00
Lucas Rocha
3b7fb0480b Bug 1055601 - Don't flicker about:home URL when new tab is created (r=mcomella) 2014-10-30 10:26:23 +00:00
Margaret Leibovic
e7f4fa9888 Bug 1082110 - Polish appearance of new reading list style. r=mcomella 2014-10-29 15:34:38 -07:00
Margaret Leibovic
7ef68d4a4d Bug 1085685 - Consolidate logic to add articles to reading list. r=rnewman 2014-10-27 17:59:16 -07:00
Chenxia Liu
9e92967ffc Bug 1014293 - Part 1: Strings and formatting. r=lucas 2014-10-23 16:47:22 -07:00
Margaret Leibovic
eda257a6f8 Bug 1042135 - Change three-state DNT back to two state and update text in Fennec. (r=liuche)
* * *
Bug 1042135 - Update robocop tests
2014-09-19 14:41:44 -07:00
Margaret Leibovic
aa4f8b7131 Bug 889351 - Show more details in reading list row. r=lucasr 2014-10-13 15:09:34 -04:00
Garvan Keeley
4c7cc683b2 Bug 1007264 - Opt-in message for stumbling updated according to text in bug. r=rnewman 2014-10-10 13:15:00 -04:00
wesj
7c20437ea4 Bug 1048433 - "Clearing private data on exit: "Always clear when quitting" often cropped/truncated in localizations, provide more space" [r=mark.finkle] 2014-10-01 10:32:00 -07:00
Nick Alexander
c6f7cfa6aa Bug 1063750 - Part 1: Replace Remote Tabs tray with messaging to Remote Tabs home panel. r=mcomella 2014-10-07 16:53:27 -07:00
Ryan VanderMeulen
a37ea1be33 Backed out changeset 29fcac263c20 (bug 1007264) for robocop failures. 2014-10-06 15:12:03 -04:00
Garvan Keeley
68eb3a37c2 Bug 1007264 - Opt-in message for stumbling updated according to text in bug. r=nalexander 2014-10-03 13:04:00 -04:00
Margaret Leibovic
c1672710ae Bug 965377 - Add android:summary text to settings. r=liuche 2014-09-22 17:36:41 -07:00
Lucas Rocha
d7618a51ff Bug 1066634 - Make new Tablet configuration-related strings localizable (r=mcomella) 2014-09-19 15:18:17 +01:00
Wes Johnston
2b01fdd60d Bug 897711 - Show a notification when in a guest session. r=bnicholson 2014-09-16 20:22:41 -07:00
Nick Alexander
f9ac46bb66 Bug 977161 - Part 3: Allow unhiding hidden devices. r=rnewman
I'd like to make the DialogFragment show icons, last synced times,
number of tabs, etc; but AlertDialog does not handle multi-choice lists
backed by a custom list adapters.  (It does handle single-choice lists
backed by custom list adapters.)  We can implement our own dialog
fragment if and when we want better looks.

I've made this somewhat general so that we can use it from
ShareDialog/SendTab, which currently use AlertDialog.  Using
DialogFragment has two advantages.  First, it smoothly persists across
configuration changes; AlertDialog does not.  Second, it allow us to use
AlertDialog until we implement the improved UI above.
2014-09-16 15:41:14 -07:00
Nick Alexander
b226800b48 Bug 977161 - Part 2: Add a clickable footer showing hidden device count. r=rnewman
This is quite delicate, due to the interactions between
ExpandableListView and the footer views.  At the end of the day, this
uses an Adapter that handles header and footer views as separate
view-group types.  That means working around Android's limitations; see
the comments in the code for the details.

The alternative would be to implement our own wrapping Adapter; or to
boil the specifics of our use case into RemoteTabsExpandableListAdapter.
This is certainly quicker than the former; and, I hope, less error prone
than the latter.
2014-09-16 15:41:13 -07:00
dominique vincent
1eb150340a Bug 1062904 - crash in java.lang.NullPointerException: uriString at android.net.Uri.<init>(Uri.java) r=mfinkle 2014-09-09 18:16:45 +02:00
Chris Kitching
165df45a1c Bug 1061721: Handle items already in bookmarks/reading list in overlays. r=rnewman
--HG--
rename : mobile/android/base/resources/color/primary_text.xml => mobile/android/base/resources/color/overlay_btn_text.xml
2014-09-05 16:53:51 -07:00
Ryan VanderMeulen
30a888d13c Backed out 2 changesets (bug 815682, bug 897711) for Android S4 failures.
Backed out changeset 14f00ee7be7d (bug 897711)
Backed out changeset 3de21c283716 (bug 815682)
2014-09-10 22:00:26 -04:00
Wes Johnston
e7dda92793 Bug 897711 - Show a notification when in guest mode. r=bnicholson 2014-09-10 16:32:22 -07:00
Nick Alexander
644d11aded Bug 1014994 - Part 3: Display static views in Remote Tabs panel when Account is missing or unhealthy. r=mcomella 2014-09-04 15:32:28 -07:00
Nick Alexander
88ae98593f Bug 1014994 - Part 1: Register RemoteTabsPanel. r=margaret
This is the boilerplate to add a new RemoteTabsPanel HomeFragment.  At
the moment, it merely displays a static view with a static string.

The panel title is "Synced Tabs", per yuan's design PDF; and the panel
appears at the front (far left) of the list on phones, and at the
back (far right) of the list on tablets.
2014-09-04 15:32:26 -07:00
Mark Finkle
282d656a62 Bug 1054912 - Change 'Cast to' term to 'Send to ' in-product r=wesj 2014-09-02 15:26:29 -04:00
Richard Newman
efa58dd0b0 Bug 1061346 - Rename from "Send to Firefox" to "Add to Firefox". r=ckitching 2014-09-01 17:22:47 -07:00
Chris Kitching
3f2d30bf65 Bug 1044947 - Frontend for share handler. r=rnewman 2014-08-25 04:24:47 -07:00
Chenxia Liu
ddc14fd84a Bug 1042809 - Part 1: Lightweight first-run experience. r=lucasr 2014-08-21 17:18:42 -07:00
Lucas Rocha
5a63ede041 Bug 1010741 - Change toolbar hint to "Search or enter address" (r=margaret) 2014-08-18 10:40:06 +01:00
Rahul Parsani
b5b32517e1 Bug 1040444 - [Lint] datetime_picker lint and performance warnings. r=wesj 2014-08-05 14:06:00 -04:00
Sebastian Hengst
152a33f7f8 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
4de05edb4a Bug 1045087 - Remove Product Announcements integration points from Fennec. r=mfinkle 2014-07-28 15:49:56 -07:00
Richard Newman
fb04b2c168 Bug 1040442 - [Lint] contacts_account_chooser_dialog_title should use ellipsis, not three periods. r=stully 2014-07-29 06:41:55 -07:00
Aymen Qadar
7353072985 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
Chenxia Liu
df7c7d6607 Bug 900692 - Part 1: Add paint flashing preference to Settings > Developer tools. r=lucasr 2013-10-15 16:40:00 -07:00
Wes Johnston
b6e2107c4c Bug 1001309 - Provide a way to clear private data on Exit. r=liuche, bnicholson, mcomella 2014-06-19 00:04:00 -07:00
Richard Newman
3445f46af1 Bug 822820 - Update SUMO and AMO URLs in default bookmarks. r=nalexander 2014-07-16 16:14:44 -07:00
Richard Newman
a9a607906c Bug 921433 - Part 2: bundle current SUMO favicon in default bookmarks. r=nalexander 2014-07-16 16:14:44 -07:00
Chris Kitching
0403060c91 Bug 1024289: Part 3: remove display column from combined view. r=rnewman 2014-07-07 14:52:37 -07:00
Lucas Rocha
25ea395a7b Bug 1025069 - Use https URL on SUMO's default bookmark (r=mfinkle) 2014-07-07 14:30:53 +01:00
Carsten "Tomcat" Book
95fb75c836 Backed out changeset be0ae5640b90 (bug 1025069) for rc1 test failure 2014-07-07 14:59:27 +02:00
Lucas Rocha
05b86c9753 Bug 1025069 - Use https URL on SUMO's default bookmark (r=mfinkle) 2014-07-07 12:34:15 +01:00
Michael Comella
7fbbb4c677 Bug 1029989 - Update empty private tabs page entity name. r=wesj 2014-06-30 12:49:20 -07:00
Nick Alexander
e046a22044 Bug 1021864 - Part 3: Include Search Activity strings in Fennec. r=rnewman 2014-06-30 11:21:50 -07:00
richmt9@gmail.com
c195bbc588 Bug 1028815 - "7 days ago" label in History panel is confusing. r=liuche 2014-06-27 18:34:18 -04:00
Margaret Leibovic
89d579fb75 Bug 1026715 - Add "Open all" item to recent tabs lists. r=lucasr 2014-06-23 14:13:05 -07:00
Margaret Leibovic
8234a906e7 Bug 1004850 - (Part 5) Add recently closed tabs to RecentTabsPanel. r=lucasr,bnicholson 2014-06-22 16:26:49 -04:00
Margaret Leibovic
a0e53f0768 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
ffd6ad6bcc Bug 1004850 - (Part 1) Replace HistoryPanel with MostRecentPanel. r=lucasr 2014-06-22 16:26:48 -04:00