forked from beemdevelopment/Aegis
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fetch upstream #20
Open
Valerionn
wants to merge
549
commits into
easytfa:master
Choose a base branch
from
beemdevelopment:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Fetch upstream #20
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
…on-change-licensedialog-crash #1231 - Fix crash in License and Changelog dialogs on configuration change
Users understandably get confused by the "No persisted URI permissions" error. This patch adds some text to the dialog explaining why this happened and how the user can fix the issue. This permission issue can happen for one of two reasons: - The user made a change to the backup destination (renamed, moved, deleted, etc) - Aegis was restored from an Android backup
Explain vault backup permission error
…count-fallback Improve issuer and account sorting
Some people have managed to snatch the OTP details from Steam using Xposed while it is being decrypted by the app. Aegis still won't be able to do the decryption part, but we can add support for importing the decrypted JSON blob, which only differs slightly from the old format.
Replace deprecated startActivityForResult
Co-authored-by: Alexander Bakker <ab@alexbakker.me>
feat: Update references to FreeOTP and add version hint "1.x"
Add support for importing decrypted Steam JSON blob
This is mostly a cleanup of the way we do Glide in-memory caching. It also fixes a few minor issues along the way: - Entry icon cache keys were based on entry UUID's. This could cause problems when changing an entry's icon. - A TextDrawable could get replaced by the icon of a different entry when scrolling through the entry list quickly.
Icon packs may have very generic issuers for their icons (like [aegis-simple-icons](https://github.com/alexbakker/aegis-simple-icons)). For example, this causes the icon assigning view to suggest the "C" icon for every entry that contains a "c". This patch addresses that by giving inverse matches (where the entry issuer contains the icon issuer) a lower position in the suggested icons list.
Add support for importing 2FAS schema v4 backups
Use the hash of entry icons as keys for Glide caching
The issue was introduced in: 69f0bb4
Here some changes to the vault documentation are made. The documentation is updated to reflect the latest versions of both the vault and the database, i.e. vault version 1 and database version 3. Co-authored-by: Alexander Bakker <ab@alexbakker.me>
Update vault documentation
This prevents a crash that could occur when double tapping the Unlock button.
This trades performance for making VaultManager a bit easier to reason about. This also fixes a rare crash that could occur if the user retries to unlock the app after the previous attempt resulted in an error related to parsing the vault. The vault file would no longer be present in memory after the first attempt, causing the second attempt to crash the app.
This should fix the following crash: ``` Exception java.lang.IndexOutOfBoundsException: setSpan (-1 ... 0) starts before 0 at android.text.SpannableStringInternal.checkRange (SpannableStringInternal.java:499) at android.text.SpannableStringInternal.setSpan (SpannableStringInternal.java:199) at android.text.SpannableStringInternal.setSpan (SpannableStringInternal.java:186) at android.text.SpannableString.setSpan (SpannableString.java:60) at com.beemdevelopment.aegis.ui.views.EntryAdapter$FooterView.refresh (EntryAdapter.java:596) ```
This fixes an issue where the entry list items no longer animated upon move, insert, delete, etc. RecyclerView's DefaultItemAnimator automatically scales the animations according to the user's settings. Introduced in 9ff8efa
Co-authored-by: Michael Schättgen <michael@schattgen.me>
Material 3
Prioritize normal icon issuer matches over inverse matches
Turns out I was a little too enthusiastically removing things in 9d383b8. The menu may not necessarily have been created yet in all cases.
…ments Improve search feature for better UX
…tries Add fix for importing multiple entries
Reset selection state when changing groups
Improve contrast of next code color
Fix state updates for the lock and sort menu items
…me-share Make file name of exports consistent
Apply window insets to accommodate system UI.
Required for the ubuntu-latest switch to ubuntu-24.04
Store service name as issuer and tolerate spaces in secret for 2FAS
This is a temporary measure to help users who are stuck in a situation where they run into OOM conditions due to large icons in their vault file.
Set largeHeap to true in AndroidManifest
Rename Authenticator Pro -> Stratum
Store non-SVG icons at a maximum of 512x512 and migrate existing 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.
No description provided.