Skip to content
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

Add additional app and clipboard timeout options #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

numericOverflow
Copy link

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

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
@numericOverflow
Copy link
Author

This commit will close issues #488 and #352

@bpellin
Copy link
Owner

bpellin commented Mar 22, 2014

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.

@numericOverflow
Copy link
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.

@pfn
Copy link

pfn commented Mar 22, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants