Conversation
This patch addresses the following: - More consistent offsets between entries in the list, especially in relation to the action bar and the error card. - Consistent correct application of card shapes when switching between favoriting and unfavoriting entries. - Removal of CompactDividerDecoration. We no longer uses dividers, so this is no longer needed.
Fix various minor inconsistencies in entry list item offsets
Co-authored-by: Michael Schättgen <michael@schattgen.me>
Make the code color white for AMOLED
Fix padding unlock button
The previous library we were using is unmaintained and can't be customized to match the Material 3 theme.
Switch to AboutLibraries for the third-party license list
Loading drawables using Glide while the size of the ImageView is not known yet appears to result in a blurry mess.
My best guess is that API 28 and below somehow interpret ``#000000`` to mean either ``@null`` or transparent for ``android:colorBackground``.
Use Android color reference for android:colorBackground in AMOLED theme
Add support for importing from the new Battle.net app
Don't use Glide to load drawable resources
This reduces the chance that we flashbang the user when they launch the app. The issue remains on older Android versions that don't natively support dark mode, but I don't think that's fixable. Activities override the theme based on the user's settings, so this change only has effect while the app is launching.
Use DayNight as the default theme
This should help reduce the chance that zxcvbn4j explodes on a password input. I also took the opportunity to deduplicate related code a bit.
Stop analyzing password strength if it becomes longer than 64 chars
Renaming of Groups
root cause: the `_prefTitle` is saved in `CharSequence` solution: we only able to store `CharSequence` since `Preference.getTitleRes` is removed in AndroidX. As a workaround, we update the title again on Fragment.onStart()
Update gradle, update dependencies and bump minSdkVersion to 23
Add haptic feedback toggle for code refresh
…-period Fix animation crash when using period of 7
Add check for duplicates upon saving entry
…ll-pin-keyboard Add custom EditText to prevent Autofill service from popping up
Add support for Proton Authenticator exports
Co-authored-by: Michael Schättgen <michael@schattgen.me>
Add support for the Material Design 3 FAB Menu component
Add QsTileRefreshReceiver to fix tile state updates
Remove unneeded padding in tiles view
Use custom NoAutofill field to avoid password manager issues
Add ability to import otpauth uri from clipboard
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.
No description provided.