Skip to content

Tags: saurenc/fenix

Tags

v81.0.0-beta.1

Toggle v81.0.0-beta.1's commit message
Pin AC to 54.0.0 for 81.0.0 release

v80.0.0-beta.7

Toggle v80.0.0-beta.7's commit message
Version bump A-C to 52.0.4

v79.0.4

Toggle v79.0.4's commit message
Bump A-S version to 48.0.14

v80.0.0-beta.6

Toggle v80.0.0-beta.6's commit message
For mozilla-mobile#13329 - Remove tab history feature flag.

v80.0.0-beta.5

Toggle v80.0.0-beta.5's commit message
Update Mozilla Android Components to 52.0.3.

v79.0.3

Toggle v79.0.3's commit message
Bug 1649013 - Stop failing mark-as-shipped tasks (mozilla-mobile#13257)

v80.0.0-beta.4

Toggle v80.0.0-beta.4's commit message
Issue mozilla-mobile#13106 - Bump AC version to 52.0.2

v80.0.0-beta.3

Toggle v80.0.0-beta.3's commit message
For mozilla-mobile#11610 - Fire sign in event for other types of auth…

… events

v80.0.0-beta.2

Toggle v80.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
For mozilla-mobile#11664 — Fixup MissingResourceExceptions being thro…

…wn in exotic L… (mozilla-mobile#13142)

* For mozilla-mobile#11664 — Fixup MissingResourceExceptions being thrown in exotic Locales (mozilla-mobile#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 mozilla-mobile#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>

v79.0.2

Toggle v79.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
79.0.2 pairing uplift (mozilla-mobile#13188)

* For mozilla-mobile#11664 — Fixup MissingResourceExceptions being thrown in exotic Locales (mozilla-mobile#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.

* Bump AC version to uplift pairing crash AC#7944

Co-authored-by: jhugman <jhugman@users.noreply.github.com>