-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added networking service * Redirect to dashboard if there is no connectivity and was previously logged in * Force cache only mode when the user has connectivity issues * Partially fixed repository tests that now uses the networking service * Fixed most tests impacted by the networking service * stubHasConnectivity renamed * Fixed tests that were crashing due to asynchronous code * Added tests that ensures data is fetched from cache when user has no connectiviity * Added no connection toast * Moved no connection toast to Utils * Fixed viewmodels tests impacted by the networkingService * Removed forgotten unused import * Fixed views related tests * Changing the behaviour of fromCacheOnly to avoid reloading the cache when not necessary. * Added network type to github issue * updated dependencies * Reordered imports Co-authored-by: Xavier Chretien <[email protected]>
- Loading branch information
1 parent
a773a3f
commit 7e07d3d
Showing
29 changed files
with
484 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.