-
Notifications
You must be signed in to change notification settings - Fork 13
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
Introduce Password Manager #198
Merged
Merged
Conversation
This file contains 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
Closed
jj-so
approved these changes
Jan 18, 2024
add the new secret_tab in ui
renaming fix some layout orga issues first steps Buttons more button functions fix resizing issue support adding a credential add/edit with one widget-set
* add TouchIndicator for touch prompts * pw-manager: fix touch vs. pin require add/view * fix some exceptions with late/bad connections * edit fully working * actions cleanup
* change credential name layout * fix otp progress timer; cleanup timer-calls * fix otp adding during edit * remove unused add_secret_dialog.py * fix editing pin-protected item * minor job cleanups
* status bar improvements and fixes * some layout consistency fixes * delayed touch indicator * DeviceData.uuid_prefix now [:5] * main window naming cleanups * added QtUtilsMixIn.get_pixmap * consistent info_box.set_status() usage
* show password visibility reset * algo change triggers check credential * add feedback for copy operation * minor info_box passthru fixes * fix algo dropdown width * add pin cached icon/button * hide all buttons on abort * fix stray VerifyPinJob on switch to home
* minor fix for select algo in add * use pinpad icons for pin_icon * improving error management & info box * show other 'otp' types
* change error message icon * delete old icons * add new easy-named icons
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.
This PR introduces the "Password Manager" and improves various ui/ux elements: