Граф коммитов

123 Коммитов

Автор SHA1 Сообщение Дата
Ryan VanderMeulen 768b67701b Backed out 5 changesets (bug 1068388) for robocop failures.
Backed out changeset 099d0ec27cd9 (bug 1068388)
Backed out changeset 29d39909222d (bug 1068388)
Backed out changeset e85caca8529f (bug 1068388)
Backed out changeset cf6f1223b6b7 (bug 1068388)
Backed out changeset 920b201d30e9 (bug 1068388)

CLOSED TREE
2014-09-17 21:47:20 -04:00
Richard Newman a0c73ccf79 Bug 1068388 - Part 3: hide stumbler settings items if stumbler isn't built. r=garvank 2014-09-17 15:53:39 -07:00
Richard Newman ad237d9e91 Bug 1068388 - Part 1: clarify that Stumbler pref is Android-only. r=nalexander,garvank 2014-09-17 15:53:16 -07:00
Garvan Keeley 28000ced54 Bug 1064677 - Part 1: Default stumbler pref to 'off'. r=rnewman 2014-09-15 15:43:00 -04:00
Lucas Rocha 9937005ad6 Bug 1068005 - Hide new tablet UI toggle on phones (r=mcomella) 2014-09-17 14:20:36 +01:00
Nick Alexander 1671bd6291 Bug 1064304 - Pre: Align PrefUtils.putStringSet docstring and reality. r=rnewman 2014-09-16 15:41:07 -07:00
Michael Comella 5bfa420638 Bug 1066250 - Part 2: Remove title in toolbar preference on new tablet. r=lucasr 2014-09-15 08:20:14 -07:00
Richard Newman e809a59d3d Bug 1065531 - crash in java.lang.NoSuchMethodError: android.os.Bundle.getString at org.mozilla.gecko.preferences.GeckoPreferences.setupPreferences. r=nalexander 2014-09-11 11:21:19 -07:00
Lucas Rocha 92c68c7753 Merge m-c to larch 2014-09-11 11:11:00 +01:00
Richard Newman c4e2b92997 Bug 1065523 - Part 1: locale picker screen displays short locale display name, not capitalized region-decorated name. r=nalexander
What I think was happening here: we were taking a locale *tag* ("en-US") and giving it to the Java Locale constructor to parse. It parsed that as "en" (because it expects _ not -), so we'd get "English".

And because it was the display string from the locale, in e.g., French we'd get "français", lowercase.

The fix is to just use the same code path that we use for the list picker itself -- make a descriptor from the tag, and ask it for its display string.
2014-09-10 12:01:35 -07:00
Richard Newman e33649053f Bug 1065523 - Part 0: enable KitKat-specific code in locale picker. r=nalexander 2014-09-10 12:01:34 -07:00
Margaret Leibovic 31d186652b Bug 1063518 - Hide MLS "Learn More" link when MLS is disabled. r=liuche 2014-09-10 12:06:53 +02:00
Lucas Rocha 0194b9ae40 Merge m-c to larch 2014-09-09 17:46:44 +01:00
Lucas Rocha 740450e49e Merge m-c to larch 2014-09-05 14:37:02 +01:00
Margaret Leibovic 2cac6de930 Bug 1058813 - Add telemetry probe for clicking sync preference. r=liuche 2014-09-05 15:39:49 -07:00
Lucas Rocha ad53a9c3fd Merge m-c 2014-08-27 10:41:09 +01:00
Lucas Rocha d420ffd7f5 Merge m-c 2014-08-26 15:22:06 +01:00
Chris Kitching b37f6afd24 Bug 1057086: Improve type safety in UIAsyncTask r=nalexander
--HG--
rename : mobile/android/base/util/UiAsyncTask.java => mobile/android/base/util/UIAsyncTask.java
2014-08-20 08:50:58 -07:00
Lucas Rocha 9c95f917e7 Bug 1047561 - Add UI to enable/disable the new tablet UI (r=mcomella) 2014-08-15 10:50:42 +01:00
Lucas Rocha f40a6b4462 Bug 1046200 - Define missing pref key constant in GeckoPreferences (r=mcomella) 2014-08-14 15:15:57 +01:00
dominique vincent 26d3044e7e Bug 1048418 - Paint flashing localizations need more space for text, gets cropped/truncated. r=liuche 2014-08-19 08:35:20 +02:00
Margaret Leibovic dc781fbe0c Bug 1007523 - Add UI telemetry for managing search engines. r=liuche 2014-08-19 12:25:38 -07:00
Margaret Leibovic f8e7c66f15 Bug 1011470 - Remove panel picker logic. r=liuche 2014-08-19 12:25:37 -07:00
Richard Newman 8fd9df0497 Bug 1049217 - Follow-up: remove modern Android method calls until Bug 1042829 lands. a=bustage on a CLOSED TREE 2014-08-05 20:48:56 -07:00
Richard Newman d7cc2e5ffc Bug 1049217 - Fix CharacterValidator for API levels below 12. r=margaret 2014-08-05 18:34:22 -07:00
Richard Newman c1f48dce0b Bug 1042383 - Part 2: use optimizable build-time flags for SDK-dependent code. r=mfinkle 2014-07-30 08:19:35 -07:00
Richard Newman 346d2effff Bug 1045087 - Remove Product Announcements integration points from Fennec. r=mfinkle 2014-07-28 15:49:56 -07:00
Chris Kitching c73d45de50 Bug 1041836: Delete redundant initialisers. (generated) r=rnewman 2014-07-25 20:14:47 -07:00
Margaret Leibovic 30931aeb6a Bug 996753 - Telemetry probes for changing settings and hitting back. r=liuche 2014-08-25 15:28:10 -07:00
Margaret Leibovic 42184a6334 Bug 996753 - Telemetry probes for settings pages. r=liuche 2014-08-25 15:28:10 -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
Lucas Rocha 8a21ed276e Bug 1012462 - Part 9: Support locale switching in SuggestedSites (r=rnewman) 2014-07-15 20:54:28 +01:00
Lucas Rocha c69321e0d7 Bug 1012462 - Part 8: Factor out code to refresh suggested sites (r=rnewman) 2014-07-15 20:54:28 +01:00
Richard Newman 65b9de5d79 Bug 1031872 - Don't use transitions for GeckoPreferences on Kindle Fire. r=lucasr
The Kindle always uses a black background for transitions. On all-white screens
like our Settings panes, this looks awful. This patch skips transitions on
those devices.
2014-07-14 14:26:54 -07:00
Richard Newman c91f7bc12c Bug 945341 - Don't fail to open Sync settings on Kindle. r=nalexander 2014-07-08 20:39:53 -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
Brad Lassey 3a1b2f24bb bug 1030743 - NullPointerExceptions in GeckoPreferences r=rnewman 2014-06-26 09:48:23 -04:00
Brad Lassey ccfc9b8b72 bug 1030738 - NullPointerException when getting action bar r=rnewman 2014-06-26 09:41:42 -04:00
Ed Morley 4ffdb7481a Backed out changeset a9f445169eca (bug 1030738) 2014-06-27 15:39:56 +01:00
Ed Morley 9e45624647 Backed out changeset 1bb1e5ed3272 (bug 1030743) 2014-06-27 15:39:53 +01:00
Brad Lassey f618b68516 bug 1030743 - NullPointerExceptions in GeckoPreferences r=rnewman 2014-06-26 09:48:23 -04:00
Brad Lassey b0132e1a5e bug 1030738 - NullPointerException when getting action bar r=rnewman 2014-06-26 09:41:42 -04:00
Richard Newman c375af7e83 Bug 1023451 - Part 2: apply basic heuristics for locale usability. r=mcomella 2014-06-20 14:31:53 -07:00
Richard Newman bcfbbf867a Bug 1023451 - Part 1: introduce a hook for determining whether a locale should be included in the list. r=mcomella 2014-06-20 14:31:53 -07:00
Margaret Leibovic 14952cd43c Bug 1023544 - Add back ability to remove dynamic panels in settings. r=liuche 2014-06-13 16:25:10 -07:00
Brad Lassey eeccec4b61 revert changeset b90d50c9d8be from bug 995407 because the wifi and cell tower data reporting code is not ready for a release audience r=mfinkle 2014-06-12 18:20:28 -07:00
Richard Newman 5d1a8ba808 Bug 1014602 - Capitalize first letter of entries in locale switching UI. r=mcomella 2014-06-11 13:37:28 -07:00
Richard Newman a57a5b5c9a Bug 1019981 - Part 2: disable locale switching on API level 11 and 12. r=nalexander 2014-06-04 19:21:33 -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
Michael Comella 3f1ad62347 Bug 1019158 - Don't send null methods into UITelemetry. r=rnewman 2014-06-02 17:32:39 -07:00