Commit Graph

393 Commits

Author SHA1 Message Date
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
Nick Alexander
a0cf9f66db Bug 1077381 - Post: Re-introduce --verbose flag to generate_{suggestedsites,browsersearch}. r=me 2014-10-06 11:32:26 -07: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
Nick Alexander
7bd15d68c0 Bug 1077381 - Remove --verbose flag to generate_{suggestedsites,browsersearch} to work around utf-8 encoding issues. r=me 2014-10-04 12:52:48 -07:00
Nick Alexander
42a7aaca3d Bug 1065306 - Part 4: Write localized res/raw-*/browsersearch.json. r=mshal 2014-10-01 23:23:29 -07:00
Nick Alexander
51efb8319d Bug 1065306 - Part 2: Extract generated_file_template. r=mshal
This was essentially mechanical: s/$/$$/; s/suggestedsites/$(1)/; move
libs realchrome:: and GARBAGE rules into template.

I feel like there should be a more direct form of $$($(1)), but I can't
think of it.
2014-10-01 23:23:27 -07:00
Nick Alexander
d6551c5725 Bug 1065306 - Part 1: s/suggestedsites-json/suggestedsites/. r=mshal
This is a mechanical change.  In future, we will probably want to
generate files not named like res/raw/file.json.  I'm not going to
handle res/not-raw right now; but I am going to handle not-file.json.
This smoothes that path.
2014-10-01 23:23:26 -07:00
Carsten "Tomcat" Book
07d60492f6 Backed out changeset cc4d456a02e7 (bug 1065306) for breaking Android nightlys 2014-09-24 08:30:54 +02:00
Carsten "Tomcat" Book
380df73272 Backed out changeset 7a1c2d387052 (bug 1065306) 2014-09-24 08:30:35 +02:00
Carsten "Tomcat" Book
5eb8e199bc Backed out changeset c4ecd64d8b95 (bug 1065306) 2014-09-24 08:30:30 +02:00
Nick Alexander
48a60fa21f Bug 1065306 - Part 4: Write localized res/raw-*/browsersearch.json. r=mshal 2014-09-23 09:52:47 -07:00
Nick Alexander
2df6dc950f Bug 1065306 - Part 2: Extract generated_file_template. r=mshal
This was essentially mechanical: s/$/$$/; s/suggestedsites/$(1)/; move
libs realchrome:: and GARBAGE rules into template.

I feel like there should be a more direct form of $$($(1)), but I can't
think of it.
2014-09-23 09:52:45 -07:00
Nick Alexander
43e25d468d Bug 1065306 - Part 1: s/suggestedsites-json/suggestedsites/. r=mshal
This is a mechanical change.  In future, we will probably want to
generate files not named like res/raw/file.json.  I'm not going to
handle res/not-raw right now; but I am going to handle not-file.json.
This smoothes that path.
2014-09-23 09:52:44 -07:00
Margaret Leibovic
c1672710ae Bug 965377 - Add android:summary text to settings. r=liuche 2014-09-22 17:36:41 -07:00
Margaret Leibovic
d1ee91dea1 Bug 1049600 - Show search engine branding. r=wesj
--HG--
rename : mobile/android/search/java/org/mozilla/search/autocomplete/ClearableEditText.java => mobile/android/search/java/org/mozilla/search/autocomplete/SearchBar.java
rename : mobile/android/search/res/layout/clearable_edit_text.xml => mobile/android/search/res/layout/search_bar.xml
2014-09-19 16:15:40 -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
fc5afc7789 Bug 1024527 - Move search_strings.dtd into m/a/base/locales/en-US. r=Pike
--HG--
rename : mobile/android/search/strings/search_strings.dtd => mobile/android/base/locales/en-US/search_strings.dtd
2014-09-10 15:09:24 -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
Chris Kitching
054ae14af2 Bug 1044794 - Part 1: build flag for share overlays. r=nalexander 2014-08-05 14:37:59 -07:00
Vivek Balakrishnan
506f67b538 Bug 984503 - Add "Remove Firefox Account" menu option to FxAccount status activity. r=nalexander,rnewman
The menu is exposed as "More..." on devices that do not have a hardware
menu button.

========

8adeb1be57
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 984503 - Part 4: Show a toast after removing Firefox Account.

========

aeffca77dc
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 984503 - Part 3: Hide "More..." option if device has a hardware menu button.

    The reason for this dance is to keep the "Remove Account" button out of
    view if at all possible.  I don't want to make it too easy to delete
    your account.

========

4efe597308
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu Aug 28 15:04:38 2014 -0700

    Bug 984503 - Part 2: Add "More..." to Firefox Account status list.

========

ad6a55dc33
Author: vivek <vivekb.balakrishnan@gmail.com>
Date:   Thu Aug 21 00:25:30 2014 +0300

    Bug 984503 - Part 1: Add menu option to remove Firefox Account.
2014-08-28 15:05:11 -07:00
Wes Kocher
b5be1efda0 Backed out 2 changesets (bug 984503) for android build bustage
Backed out changeset 579667582c6a (bug 984503)
Backed out changeset 56c4334e838f (bug 984503)
2014-08-29 12:30:33 -07:00
Vivek Balakrishnan
6694cea5ba Bug 984503 - Add "Remove Firefox Account" menu option to FxAccount status activity. r=nalexander,rnewman
The menu is exposed as "More..." on devices that do not have a hardware
menu button.

========

8adeb1be57
Author: Nick Alexander <nalexander@mozilla.com>
    Bug 984503 - Part 4: Show a toast after removing Firefox Account.

========

aeffca77dc
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu Aug 28 15:05:11 2014 -0700

    Bug 984503 - Part 3: Hide "More..." option if device has a hardware menu button.

    The reason for this dance is to keep the "Remove Account" button out of
    view if at all possible.  I don't want to make it too easy to delete
    your account.

========

4efe597308
Author: Nick Alexander <nalexander@mozilla.com>
Date:   Thu Aug 28 15:04:38 2014 -0700

    Bug 984503 - Part 2: Add "More..." to Firefox Account status list.

========

ad6a55dc33
Author: vivek <vivekb.balakrishnan@gmail.com>
Date:   Thu Aug 21 00:25:30 2014 +0300

    Bug 984503 - Part 1: Add menu option to remove Firefox Account.

--HG--
extra : rebase_source : 946b86baaa36de4b143d6d8a614f7cc3a2118a6a
2014-08-28 15:14:55 -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
Nick Alexander
61da33795f 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
Ryan VanderMeulen
d0c75ec899 Merge m-c to inbound. a=merge
CLOSED TREE
2014-08-06 16:50:19 -04:00
Nathan Froyd
7d196c1018 Bug 1042226 - move DEFINES += -DAB_CD=$(AB_CD) pattern into config.mk; r=mshal 2014-08-01 12:53:05 -04: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
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
Nick Alexander
3a0974ba74 Bug 1019719 - Follow-up. r=me 2014-07-21 12:41:20 -07:00
Bryan Kok
9a71300c19 Bug 1019719 - Localize the Sync client name. r=nalexander 2014-07-21 11:13:24 -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
Chris Kitching
0403060c91 Bug 1024289: Part 3: remove display column from combined view. r=rnewman 2014-07-07 14:52:37 -07:00