- 26 Apr, 2019 5 commits
-
-
MickeyMoz authored
-
Christian Sadilek authored
-
Sawyer Blatz authored
-
Sawyer Blatz authored
-
Alessio Placitelli authored
Updates the toc and makes the data docs more discoverable.
-
- 25 Apr, 2019 8 commits
-
-
Grisha Kruglov authored
Currently it's registered after we call into `completeOAuthFlow`, which means that state mutations that happen as account is logged in aren't persisted.
-
Jonathan Almeida authored
-
Grisha Kruglov authored
This is the preferred way to make sure our persisted account state is up-to-date. In the future, various parts of FxA (like SendTab) may mutate account's internal state, and so it's necessary to make sure we persist account changes as they happen. Before, this happened manually after account creation. Now persistence process is entirely callback-driven.
-
Emily Kager authored
-
James Hugman authored
-
Christian Sadilek authored
-
MickeyMoz authored
-
MickeyMoz authored
-
- 24 Apr, 2019 7 commits
-
-
Colin Lee authored
-
Ali Abdoli authored
-
Richard Pappalardo authored
-
MickeyMoz authored
-
Alessio Placitelli authored
This removes the proguard rules (no longer required) and adds a link to discover the custom.md file.
-
Michael Droettboom authored
-
Michael Droettboom authored
-
- 23 Apr, 2019 6 commits
-
-
Grisha Kruglov authored
-
Grisha Kruglov authored
-
Grisha Kruglov authored
-
Sawyer Blatz authored
-
MickeyMoz authored
-
MickeyMoz authored
-
- 22 Apr, 2019 9 commits
-
-
Jonathan Almeida authored
-
Sebastian Kaspari authored
-
Sebastian Kaspari authored
-
Jonathan Almeida authored
-
Jonathan Almeida authored
-
James Hugman authored
Fixes #2673. This PR protects against the initial `NullPointerException` ever happening. This is a rare case, and we do not have anything to go on at this point, so we fallback to a new intent, and the user is routed to the home activity.
-
Christian Sadilek authored
-
Sebastian Kaspari authored
-
Sawyer Blatz authored
-
- 20 Apr, 2019 3 commits
- 19 Apr, 2019 2 commits
-
-
Alessio Placitelli authored
This changes glean internals so that recording right before a call to `sendPings` puts the data in that ping. In order to sanely allow this, `sendPings` now returns a Deferred which can be used to check if the ping was correctly taken care of. This additionally introduces a function to wait for WorkManager jobs to be queued (in tests) and an `async` facility in Dispatchers.kt
-
Michael Droettboom authored
-