Skip to content

Tags: Famzy/android-components

Tags

v3.0.0

Toggle v3.0.0's commit message
Adding small section for l10n contribution

We've been getting a few requests of people that start localizing from GitHub, while this is not the process. Adding this small note. Will update with more info once we ramp up with more locales. thanks!

v2.0.0

Toggle v2.0.0's commit message
Fixes mozilla-mobile#3612: Fixes cursor issue when clearing

Co-authored-by: ekager <[email protected]>

v1.0.0

Toggle v1.0.0's commit message
For mozilla-mobile#3473. Eliminate tech dept from detekt baseline.

v0.56.5

Toggle v0.56.5's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
pocmo Sebastian Kaspari
Set version to 0.56.5.

v0.56.4

Toggle v0.56.4's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
pocmo Sebastian Kaspari
Update version to 0.56.4.

v0.56.3

Toggle v0.56.3's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
pocmo Sebastian Kaspari
Set version to 0.56.3.

v0.56.2

Toggle v0.56.2's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
pocmo Sebastian Kaspari
Set version to 0.56.2.

v0.56.1

Toggle v0.56.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update version to 0.56.1

v0.56.0

Toggle v0.56.0's commit message
Record Sync engine telemetry in Glean.

This commit adds two Glean pings to the Storage-Sync browser component:
one for history, and one for bookmarks. Both pings record the same set
of base metrics, including incoming and outgoing counts, sync duration,
the hashed FxA UID, and, most importantly, the failure reason if the
store fails to sync. The bookmarks ping records additional validation
data.

The Glean schema is a flattened version of the Sync ping that's
currently sent on Firefox Desktop and Firefox for iOS. Instead of
sending a single ping with multiple syncs, each having multiple
engines, we send one Glean ping per engine per sync.

The pings are recorded directly in the component, so any app that
consumes it should get pings for free.

v0.55.0

Toggle v0.55.0's commit message
Closes mozilla-mobile#3232: Keep returnig 'profile' if we hit auth pr…

…oblems