gecko/mobile/android
Richard Newman 8985e6d29b 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
..
app merge fx-team to mozilla-central a=merge 2014-09-08 15:26:03 +02:00
base Bug 1065523 - Part 1: locale picker screen displays short locale display name, not capitalized region-decorated name. r=nalexander 2014-09-10 12:01:35 -07:00
branding Bug 680392 - Localize trademark notice string in about:firefox. r=margaret 2014-09-04 14:59:06 -07:00
chrome Backout f3a47630d9a6 and 43e6d3d43b50 (bug 1058150) for breaking builds. r=backout CLOSED TREE 2014-09-09 15:53:25 -07:00
components Backout f3a47630d9a6 and 43e6d3d43b50 (bug 1058150) for breaking builds. r=backout CLOSED TREE 2014-09-09 15:53:25 -07:00
config Bug 1058565 - Update sccache to 7c87f05. r=mshal 2014-08-29 03:28:09 +09:00
extensions
fonts Bug 1063868 - Allow exclusion of fonts from constrained APKs. r=nalexander 2014-09-09 11:57:55 -07:00
geckoview_library Bug 1040945 - Part 1: Install Android native libraries directly into lib/ANDROID_CPU_ARCH. r=glandium 2014-09-04 20:11:09 -07:00
installer merge fx-team to mozilla-central a=merge 2014-09-10 15:08:20 +02:00
locales Bug 960584 - notify user of download progress indication when fetching APK; r=myk 2014-09-09 19:43:47 -07:00
modules Bug 960584 - notify user of download progress indication when fetching APK; r=myk 2014-09-09 19:43:47 -07:00
search Bug 1065123 - Don't crash if the default engine isn't found. r=nalexander 2014-09-10 19:56:57 +02:00
services Bug 1044794 - Part 2: disable Sync share handler when share overlay is enabled. r=rnewman,nalexander 2014-08-24 17:02:35 -07:00
stumbler Bug 1038843 - Part 1: Land initial stumbler Java code and manifest fragments. r=nalexander,rnewman 2014-08-28 17:19:00 -07:00
tests Backed out 3 changesets (bug 1062377) for troboprovider bustage. 2014-09-09 16:52:51 -04:00
themes/core Bug 763671 - Remove gradient from form elements. r=mfinkle 2014-08-29 08:45:14 -07:00
thirdparty Bug 1064363 - Part 1: remove third-party WebSocket library. r=snorp 2014-09-09 14:39:00 -07:00
app.mozbuild Bug 1049249 - Remove app_libxul_dirs. r=mshal 2014-08-07 02:58:49 +09:00
build.mk
confvars.sh Bug 1064677 - Back out changeset 60fbfb079b69 for autophone regressions. r=mfinkle 2014-09-09 14:51:19 -07:00
debug_sign_tool.py
defs.mk
LICENSE
Makefile.in
moz.build Bug 1043820 - Remove PARALLEL_DIRS. r=gps 2014-07-29 08:57:59 +09:00