-
Notifications
You must be signed in to change notification settings - Fork 6
Autofill Service to be able to give password hints directly and save passwords from autofill #162
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
25 commits
Select commit
Hold shift + click to select a range
5c358ff
first draft; autofill service can now directly fill passwords without…
difanta f5134b8
AutofillService fix: lint
difanta 542176e
complete autofills with authentication without exchanging sensible in…
difanta 066dcdf
one interface to handle different autofill situations;
difanta 4b1d362
maybe fix domain matching
difanta c162d87
unique autofill intent codes
difanta 83b4208
never use searchByUsername in autofill service because it always sear…
difanta 8b9d710
fix create password autofill bug by remembering the state correctly
difanta 3360454
provide initial values when creating a password during ChoosePwd
difanta 4cda767
remove leftover log
difanta 88df60d
fix the case where master password is required but not saved
difanta a7d2e9e
restore build
difanta eb857f3
clean up imports; better label for the "More" button; add isAutofill/…
difanta 7823dd5
prevent intent code conflicts
difanta 935ef55
cleanup autofill service; decrypt passwords lazily to save battery
difanta a430343
cleanup NavHost; undo manual state management
difanta 2fc43a3
do not autofill textual fields as username
difanta efab8d5
add translations for "More" button
difanta 014186f
remove unused getAttribute
difanta 31d9891
fix null/empty checks
difanta 2adb198
fix import translations
difanta 4124762
improve lock check; remove some information from logs
difanta 4c5de4b
handle exception thrown in construction of ApiController if not logge…
difanta b80a53b
plug back cheap login check
difanta 9d8d15a
add kotlin-gradle-plugin classpath
difanta 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
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.
Uh oh!
There was an error while loading. Please reload this page.