You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app
liuche cccbefeee8
For #11664 — Fixup MissingResourceExceptions being thrown in exotic L… (#13142)
* For #11664 — Fixup MissingResourceExceptions being thrown in exotic Locales (#13124)

Our kotlin code is not catching the `MissingResourceException` in the `LeanplumMetricsService` which results in the app crashing when the locale isn't known by the device.

Catches the exception, and falls back to the ISO 639 language code. This isn't a great solution, because ISO 639 isn't especially stable.

In practice however this is almost certainly never going to be a problem because Leanplum isn't going to be supported in such exotic locales.

In this case, using the ISO 639 language code allows the error message to be more informative.

* For #13117 - Hide save to collection button for private tabs in tab tray

Co-authored-by: jhugman <jhugman@users.noreply.github.com>
Co-authored-by: ekager <ekager@mozilla.com>
4 years ago
..
sampledata For #7092: Add initial Migration UI 4 years ago
src For #11664 — Fixup MissingResourceExceptions being thrown in exotic L… (#13142) 4 years ago
.gitignore Initializes Android project 6 years ago
build.gradle For #12983: Fix deep link scheme for nightly builds 4 years ago
lint.xml Change enabled lint rules (#12517) 4 years ago
metrics.yaml For #11579 - Adds telemetry for autoplay settings in Site Permissions 4 years ago
pings.yaml For #11392: Rename Installation ping to FirstSession (#11869) 4 years ago
proguard-android-optimize-3.5.0-modified.txt Proguard/r8: Do not allow access modification. 4 years ago
proguard-rules.pro For #8949 - Removes old motionlayout code, fixes how shadow is drawn 4 years ago