Add additional app and clipboard timeout options#36
Open
numericOverflow wants to merge 1 commit intobpellin:masterfrom
Open
Add additional app and clipboard timeout options#36numericOverflow wants to merge 1 commit intobpellin:masterfrom
numericOverflow wants to merge 1 commit intobpellin:masterfrom
Conversation
Added more timeout options to give user more flexibility to choose their timeout. These apply to both the app_timeout_key and clipboard_timeout_key. New values: 15m,30m,60m,90m,2h,4h,6h,12h,24h
Author
Owner
|
I don't think adding more time to the application timeout will help much in practice. The application will frequently be closed by Android to free memory before we hit the longer limits. I think we first need to put in place the ability to automatically reload the database from the file after the application is closed. |
Author
|
No worries. Thanks for all the hard work, but I've moved on and now use Keepass2Android ( https://play.google.com/store/apps/details?id=keepass2android.keepass2android ) which I prefer over this app. |
|
Add a low priority foreground notification (with a foreground service) This will prevent android from closing the application. You can apply this to the copy to clipboard notification or create one after opening the database |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added more timeout options to give user more flexibility to choose their timeout. These apply to both the app_timeout_key and clipboard_timeout_key.
New values: 15m,30m,60m,90m,2h,4h,6h,12h,24h