Add clear browsing data on exit - #1200
Open
aaravrav wants to merge 2 commits into
Open
Conversation
Add independent options for clearing history, site data, cache, passwords, form data and site settings. Clear selected data when the last browser activity finishes and before browsing can begin the next time Vanadium opens.
aaravrav
force-pushed
the
clear-browsing-data-on-exit
branch
2 times, most recently
from
July 20, 2026 16:58
33fa111 to
79672e1
Compare
Author
|
There is one unresolved edge case though: if android destroys the vanadium activity without finishing it and the process remains alive, the pending recreation can cause the next launch to be treated as the same session and skip startup cleanup. Thoughts? |
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.
Closes #966
Adds independent automatic cleanup options for browsing history, site data, cache, passwords, form data, and site settings.
The selected data is cleared when the last browser activity finishes and before browsing can begin the next time Vanadium is opened. The startup cleanup covers cases where Android terminated the previous process before exit cleanup could run. Only one cleanup runs at a time. Custom Tab page preloading remains blocked while any cleanup option is selected or a cleanup is still running, preventing preloaded pages from overlapping cleanup.
To be clear, pressing Home or switching apps does not count as closing Vanadium