-
Notifications
You must be signed in to change notification settings - Fork 418
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Stop erroneously tracking non-ula downloads. * Update asset preferences to contain additional methods for tracking download progress. * Use asset preferences to check asset download times. * Move download tracking to utility, and stub using cached state to restore if app is closed. * Sync session startup state with previous downloads. * Encapsulate each session state stage in own sealed class. * Refactor to check requirements only on session fsm transition events. * Handle downloads through process death. * Trick tests to pass. * Update session fsm tests. * Handle and test situation where non-userland download intent is received. * Update download utility tests. * Update comment.
- Loading branch information
1 parent
2e46604
commit e257c71
Showing
11 changed files
with
617 additions
and
290 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
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.