-
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Reduce use of IODispatcher in *DatabaseRepository Room is thread-safe * Add separate function to retrieve active trackers * Add utility function to handle cancellation exception * Add utility function to modify immutable lists * Remove some mutability * Move sync logic to `SyncManager` * Improve NetworkManager - Improve a little bit of performance - Reduce memory allocation by a little * Remove mutability of `:getValidPackageList` * Fix linter * Add apps after sync is complete * Fix multiple cancel buttons in notification * Fix crash on internet connection loss - Ensure child cancellation on parent cancellation * Fix not refreshing manually - Stop service after sync is done - Catch SocketTimeout Error * Update MainActivityViewModel.kt Co-authored-by: Jean-Baptiste <87148630+Jean-BaptisteC@users.noreply.github.com> * Add new line in CollectionUtils * Remove use of custom scope LifecycleService provides a lifecycleScope --------- Co-authored-by: Jean-Baptiste <87148630+Jean-BaptisteC@users.noreply.github.com>
- Loading branch information
1 parent
74375e0
commit e7a7c19
Showing
12 changed files
with
368 additions
and
310 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.