-
-
Notifications
You must be signed in to change notification settings - Fork 45
Return to form entry after session expiration via SSD #1883
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
dec323b
use SSD to restore incomplete form after form entry is interrupted by…
amstone326 9c6c538
be clearer about the ordering of login launch actions
amstone326 94bacd6
WIP: make sure app health actions get triggered later if we restore t…
amstone326 d25f865
Merge branch 'master' into return-to-form-after-session-expiration
amstone326 febf56f
checking if app health actions have occurred is workign
amstone326 4f44ff3
remove 2nd flag bc it doesn't add anything
amstone326 04d8dd7
remove unused return type and reorder methods
amstone326 447ae6c
remove noops and improve javadoc
amstone326 6139952
migration for SSD
amstone326 4db20cf
undo session length shortening
amstone326 0e3b8f1
remove unused import
amstone326 13e644b
protect against having no current SSD id
amstone326 4445d13
fix default boolean value
amstone326 d201034
cleanup; javadoc
amstone326 278fe35
remove unused method from V1 class
amstone326 4e9f806
remove 1 more unused field
amstone326 ef9c755
fix test failure
amstone326 587b757
make sure flags get cleared after login launch no matter what
amstone326 072fdfd
merge master
amstone326 6edc479
reorder method
amstone326 3872db0
merge master
amstone326 0f636c7
change earlier SSD references to use V1
amstone326 71b6b8c
store ID of interrupted SSD in prefs instead of storing in the SSD it…
amstone326 4008fad
undo noops
amstone326 5e4d7b1
Merge branch 'master' into return-to-form-after-session-expiration
amstone326 fc98e2b
fixes
amstone326 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two quick things: