Commit Graph

1045 Commits (e77df1eee4b621c4bfda82e3953e40f0e40ecaaa)

Author SHA1 Message Date
Alexander Bakker beadf4db8b Use requireContext, requireActivity and requirePreference where possible 3 years ago
Alexander Bakker f7b4cceb81 Remove unused SlotAdapter and SlotHolder 3 years ago
Alexander Bakker 86b86fef10 Pass current values to Dialog functions instead of reading from prefs 3 years ago
Alexander Bakker 927ea50c33 Ignore JSON exceptions in getUsageCounts instead of printing them 3 years ago
Alexander Bakker 339a31b0f3 Show a backup reminder if auto backups are not enabled
If the user doesn't have auto backups enabled, the reminder will pop up
up every time a significant change is made to the vault.

Users can get rid of the reminder by:
- Creating an export
- Enabling automatic backups (either ours or Android backups will do)
3 years ago
Alexander Bakker cf9fbf081c Don't print the exception of readVaultFile if the file was not found 3 years ago
Alexander Bakker d4557065ea Disable the MissingQuantity lint check to fix the build 3 years ago
Alexander Bakker d0c8c5fae4 Update Gradle and dependencies 3 years ago
Alexander Bakker b8fa67304a Release v2.0.3
(cherry picked from commit 32ee0915a7)
3 years ago
Alexander Bakker 903948d57c Stop using dependency injection in AegisBackupAgent
Because the app launches in a restricted mode when restoring a backup,
dependency injection with Dagger Hilt doesn't work inside BackupAgent. This
would cause backup restore operations to fail. This issue got introduced by the
recent switch to Dagger Hilt, which has not been included in a release of Aegis
yet.
4 years ago
Alexander Bakker 71eb6b133c Remove SlotManagerActivity from AndroidManifest 4 years ago
Alexander Bakker 6f66706685 Don't pass MIME type along when selecting icon pack file to import
Fixes #757
4 years ago
Alexander Bakker 6d8a8c066c Remove unused string resources 4 years ago
Alexander Bakker baa3cac5a4 Remove slot manager activity
We don't really use this anymore, and it was only available for debug builds anyway
4 years ago
Alexander Bakker 71f2b54deb Use Dagger Hilt for dependency injection
This gets rid of our own janky dependency injection through the AegisApplication class
4 years ago
Alexander Bakker 927f5f2bd5
Merge pull request #845 from Hacker437/Dialog
Updated Delete Dialog
4 years ago
Praveen Kumar c0020684de Change the layout of the entry delete dialog and include more info 4 years ago
Alexander Bakker b8066c1925 Use Aegis icon as lock status notification icon 4 years ago
Alexander Bakker 0f3e5c537c Allow customization of password reminder frequency
Close #769
4 years ago
Alexander Bakker 5ce21a94ea Only skip panic trigger signature check if running under a test 4 years ago
Alexander Bakker d1d5df8051 Add tests for the Ripple panic trigger action 4 years ago
Alexander Bakker b9a81bdd75 Always allow D2D transfers in backup agent 4 years ago
Alexander Bakker 0938d3688a Set dataExtractionRules in AndroidManifest for Android 12+ 4 years ago
Alexander Bakker fcb7bf032b Add support for importing 2FAS schema v2 backups 4 years ago
Alexander Bakker acfb70c267 Move Yandex secret validation tests to a different folder 4 years ago
Alexander Bakker 119c3838e1 Silence lint error related to calling private method through reflection 4 years ago
Alexander Bakker 473cb7bfeb Set FLAG_IMMUTABLE on the intent of the lock status notification
This fixes a crash on API 31
4 years ago
Alexander Bakker 3d13117752 Refactor Yandex support a bit and fix some style issues 4 years ago
Alexander Bakker 76c89f0fcc
Merge pull request #869 from RandomRoot/feature-yandexotp
Feature: Add Yandex OTP support
4 years ago
Alexander Bakker 185e22a82e Downgrade camera-view back to 1.0.0-alpha32
Can't mix and match 1.0.0 and 1.1.0.
4 years ago
Alexander Bakker e88c3ea6db Update dependencies 4 years ago
Mikhail Prokofev af2bf6f683 Add Yandex OTP support 4 years ago
moesheyab f14bd99f63 Fix Aegis import dialog message title 4 years ago
Alexander Bakker f9b4e8fa3e Use the first grapheme for the TextDrawable icon
Fixes #862
4 years ago
Alexander Bakker 153f5e09d8 Update dependencies 4 years ago
Alexander Bakker aec639cc53 Add a test for the Duo importer 4 years ago
Alexander Bakker 5c196f1ca5
Merge pull request #835 from anibyl/feature-duo
Add DUO importer
4 years ago
Sieva Kimajeŭ 56ddefa246 Add DUO importer. #68 4 years ago
Alexander Bakker 4c977a6371 Disable the PIN keyboard when enabling encryption
Fixes #854
4 years ago
Praveen Kumar 0652eaa5cd Added Focus Search on App Start
Renamed key

Removed unnecessary code
4 years ago
Alexander Bakker adfc472a39 Bump target SDK version to 31 and update dependencies 4 years ago
Alexander Bakker d65982aaa1
Merge pull request #832 from strugee/upgrade-android-gradle-plugin
Upgrade Android Gradle plugin
4 years ago
AJ Jordan fbc390b714 Upgrade to Gradle/Gradle Android plugin 7.x
Additionally, enable some more linting (per the Android plugin release
notes' recommendation) and fix a lint warning.
4 years ago
AJ Jordan a302f3daac Make group chips checked when selected
This brings us in line with upstream Material UI guidelines - apparently
before we were showing "choice chips" and with this change we show
"filter chips".

See https://material.io/components/chips/android#filter-chip.
4 years ago
Alexander Bakker 80960e23fc Release v2.0.2 4 years ago
Alexander Bakker a32ecdaf9b Update translations from Crowdin 4 years ago
Praveen Kumar 385475aa8b Changed the Chip to match the background in Amoled and Dark Mode 4 years ago
Praveen Kumar a9806fcfb7 Migrate App Compat Buttons To Material Buttons 4 years ago
modelorona 97f28c6089 add note field to entry 4 years ago
Alexander Bakker 3464f93c39
Merge pull request #791 from bitscuity/feature-pause
Option to Disable Automatic Refresh for Selected Code
4 years ago
bitscuity 02ee52a31f Added code to pause updating of focused entry 4 years ago
Alexander Bakker 6bafd9e9ae Ensure the issuer textbox and group dropdown have equal height
Fixes #751
4 years ago
Alexander Bakker 74e460d9a9 Update link to aegis-icons 4 years ago
Alexander Bakker 11705866e3 Fix the build by fixing some linter complaints 4 years ago
Alexander Bakker 177a964d3a Update dependencies 4 years ago
Alexander Bakker eb4b7b5d61 Accept spaces and dashes in secrets from Microsoft Authenticator
A user reported that importing was failing due to this issue
4 years ago
Alexander Bakker 68eb87b096 Check if searchView is not null before closing it in onLocked
This fixes a crash we've been seeing in the Google Play Console
4 years ago
Alexander Bakker eb22101b02 Release v2.0.1 4 years ago
Alexander Bakker 44f69e755c Update translations from Crowdin 4 years ago
Alexander Bakker 327b7ccbae Perform case changes using Locale.ROOT where applicable
Fixes #777
4 years ago
Johannes Henninger acbe73834d Improve icon suggestions
Check if the icon issuers contain the token issuer or vice versa.

Fixes #761
4 years ago
Alexander Bakker c27c4f0ac5
Merge pull request #760 from michaelschattgen/feature/usage-count
Add usage count to entries
4 years ago
Michael Schättgen 34cd16f240 Add usage count to entries
Update Preferences.java

Fix build error and review improvements
4 years ago
Johannes Henninger df9684a31c Fix blank text in delete dialog for entries with no issuer
Fixes #758
4 years ago
Alexander Bakker 520c587d09 Collapse the search view when locking the app
Addresses part of #750
4 years ago
Alexander Bakker 7506c70236 Release v2.0 4 years ago
Alexander Bakker d1e3224cba Store the group filter as JSON in preferences
This ensures we don't run into issues if the group name contains a ','
4 years ago
Alexander Bakker d2eed8a356 Update translations from Crowdin 4 years ago
Alexander Bakker 2b83dde58a Update in-app URL to aegis-icons latest release page 4 years ago
Alexander Bakker e97a53bbe9 Force search filter to null if it's empty
Fixes #705
4 years ago
Alexander Bakker 77f59d41ad Add group filter back in the UI tests 4 years ago
Alexander Bakker e2ddc8a80f Try to guess the MIME type if SAF doesn't provide it
This fixes a crash that would occur if SAF doesn't provide a MIME type
4 years ago
Alexander Bakker b6093c2bfa Explicitly disable backups preferences when disabling encryption 4 years ago
Alexander Bakker fc25312d12 Add an option to save the current group filter 4 years ago
Alexander Bakker 51eade900c Fix a number of issues related to updating the group chip after changes 4 years ago
Alexander Bakker d152d13580 Make sure text and radio button are aligned in importer dialog 4 years ago
Alexander Bakker 7dff3fbad1 Release v2.0-beta2 4 years ago
Alexander Bakker 7dc7f6ccc0 Update translations from Crowdin 4 years ago
Alexander Bakker ad0088eca6 Don't rely on the intent action to decide whether to block auto lock 4 years ago
Alexander Bakker 813bf292fa Update dependencies 4 years ago
Alexander Bakker 80bf5bc854 Fix the QR code background color for the light theme 4 years ago
Alexander Bakker e319a2eceb Fix a crash when opening the "Import from app" dialog 4 years ago
Alexander Bakker 0a9bfde438 Hide the keyboard before every slide change in the intro 4 years ago
Alexander Bakker c3c4e1fb4b Reflect changes in the group list to the group filter
Fixes #723
4 years ago
Alexander Bakker 1eff91594f Fix multiple layout issues on small-screen devices
Close #560
4 years ago
Alexander Bakker fddc29880a Add support from importing from 2FAS Authenticator 4 years ago
Alexander Bakker fb58c877d1 Remove padding from Y plane data before passing it to ZXing
Fixes #726
Fixes #657
4 years ago
ImgBotApp 5975b929b7
[ImgBot] Optimize images
*Total -- 569.55kb -> 504.66kb (11.39%)

/app/src/main/res/drawable-xhdpi/ic_qr_code.png -- 3.27kb -> 2.13kb (34.81%)
/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png -- 6.07kb -> 3.97kb (34.54%)
/app/src/main/res/drawable-xxhdpi/ic_qr_code.png -- 6.25kb -> 4.32kb (30.86%)
/metadata/en-US/images/icon.png -- 33.36kb -> 23.19kb (30.47%)
/app/src/main/res/drawable-hdpi/ic_qr_code.png -- 2.62kb -> 1.86kb (29.11%)
/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png -- 4.00kb -> 2.95kb (26.2%)
/app/src/main/res/drawable-mdpi/ic_qr_code.png -- 1.55kb -> 1.17kb (24.7%)
/app/src/main/res/drawable/app_icon.png -- 143.85kb -> 113.38kb (21.18%)
/app/src/main/res/drawable/ic_aegis_iconx.png -- 19.38kb -> 15.30kb (21.04%)
/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png -- 2.21kb -> 1.96kb (11.42%)
/metadata/en-US/images/phoneScreenshots/screenshot4.png -- 186.71kb -> 177.50kb (4.93%)
/docs/diagram.svg -- 11.00kb -> 10.58kb (3.85%)
/app/src/main/res/mipmap-hdpi/ic_launcher_background.png -- 1.58kb -> 1.53kb (3.22%)
/metadata/en-US/images/phoneScreenshots/screenshot5.png -- 147.70kb -> 144.82kb (1.95%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
4 years ago
Alexander Bakker a5d3de55a2 Add support for selecting SVG icons through the file selection dialog
Fixes #724
4 years ago
Alexander Bakker b195d0dadd Fix multiple icon rendering issues in card_icon
- Use software rendering on API <= 27
- Use ImageView instead of CircleImageView

Fixes #725
4 years ago
Alexander Bakker 7d3666a5d0 Make the password configuration dialog scrollable
Fixes #722
4 years ago
Alexander Bakker 61ac83b134 Release v2.0-beta1 4 years ago
Alexander Bakker 9c907cf14a Apply top margin to the first entry if there are no groups 4 years ago
Alexander Bakker 5f737582fb Fix syntax issue in arrays.xml 4 years ago
Alexander Bakker 89256dfef5 Update translations from Crowdin 4 years ago
Alexander Bakker 94b4c098de Update icons packs documentation 4 years ago
Alexander Bakker 1d848947d9 Only set the query if its non-empty when switching icon packs
This fixes an issue where the categories would be hidden when switching icon packs
4 years ago
Alexander Bakker 43ebe402ce Fix crash caused by incorrect cast to PreferencesFragment 4 years ago
Alexander Bakker ae0b00573f
Merge pull request #539 from alexbakker/iconpacks
Introduce support for icon packs
4 years ago
Alexander Bakker efb5b10a76
Merge pull request #716 from DerEnderKeks/fix-recent-apps-behavior
Fixed that app vanished from recent apps list after locking
4 years ago
Alexander Bakker 4f38988c0d Introduce support for icon packs 4 years ago
Alexander Bakker c977b9a064 Update dependencies 4 years ago
DerEnderKeks 5353e7c3b1 Changed method to finish activities when locking 4 years ago
DerEnderKeks b999ccc83b Fixed that app vanished from recent apps list after locking 4 years ago
Alexander Bakker 230f21b9f0 Update dependencies 5 years ago
Alexander Bakker 801e677928 Silence an overly enthousiastic linker check 5 years ago
Alexander Bakker 143b9a85b4 Update dependencies 5 years ago
Alexander Bakker a6ab669811 Don't crash when uiMode is set to UI_MODE_NIGHT_UNDEFINED 5 years ago
Alexander Bakker c7ef10367f Fix an issue where advanced fields were disabled inadvertently 5 years ago
Alexander Bakker 085e8e51dc
Merge pull request #688 from jhenninger/feature/receive-shared-image
Add support for creating entries from shared images
5 years ago
Johannes Henninger 167f2d6dad Add support for creating entries from shared images 5 years ago
Alexander Bakker e653e42455 Update dependencies 5 years ago
Alexander Bakker 158eb4609c Remove unused 'stateless' support code from AuthActivity 5 years ago
Alexander Bakker ca8f3e49ea Hide the vault wipe option in the menu of the import activity
Always showing the dialog can be confusing for users.
5 years ago
Alexander Bakker c3d9ab86c7 Improve the wording of a couple of strings 5 years ago
Alexander Bakker 441a943a9d Update dependencies 5 years ago
Alexander Bakker 293e2ddeb0 When importing, read the file from SAF on a background thread
Fixes issue with importing from Nextcloud. Close #673.
5 years ago
Alexander Bakker 2c8a64f943 Disable some fields if Steam OTP type is selected
Also, move some magic default OTP parameters to constants
5 years ago
Alexander Bakker bc6cb35dc0 Clean up unused variables 5 years ago
Alexander Bakker ad138e4a4c Fix behavior of the new entry highlight in case no scroll is needed 5 years ago
Alexander Bakker f4bdf4645b Hide some entry editing settings by default to reduce user confusion 5 years ago
Alexander Bakker fd9a387b4e Rename Filter -> Sort in menu and remove old references to Filter 5 years ago
Alexander Bakker 778000aa24 Minor fixes for group chips, remove remnants of filter menu item 5 years ago
Alexander Bakker 40fbe39474 Update list of third-party licenses 5 years ago
Alexander Bakker bda1a1d5af Add a dialog for Aegis' license 5 years ago
Alexander Bakker e6e2809c9c Fix the appearance of the toolbar in the scanner activity 5 years ago
Alexander Bakker b91355da47 Remove usage of HtmlCompat 5 years ago
Alexander Bakker 4bb5ee52d9 Fix disabled alert dialog button color by setting alpha using selector 5 years ago
Alexander Bakker de3fcfdb26 Fix the background color of the imported entries list 5 years ago
Alexander Bakker ae71febf10 Move import logic to separate activity to fix a couple of issues
Fixes #456.
Fixes #670.
5 years ago
Alexander Bakker 7be1a74cfd Force higher resolution for analysis and run it on a background thread 5 years ago
Alexander Bakker 22c93bf5c6 Show some additional warning info in the entry deletion dialog
Close #565.
5 years ago
Alexander Bakker 68436fba9c Rewrite layout of EditEntryActivity to not use TableLayout
This prevents excessive overdraw and fixes the UI tests
5 years ago
Alexander Bakker 44ff321f8f Remove pref_tools_group_title from all locales 5 years ago
Alexander Bakker d9d6733878 Improve preference organization and add summaries to the sections 5 years ago
Alexander Bakker eae31ef94b Switch from Appcompat to Material Components theme
Close #354.
5 years ago
Alexander Bakker a6bf3b7c87 Add bottomsheet for chips 5 years ago
Alexander Bakker c6cb390990 Fix the UI tests 5 years ago
Alexander Bakker f080eaa8f9 Add support for participating in Android's backup system
This adds an option for participating in Android's backup system. Two items are
backed up: the ``files/aegis.json`` file and the entire ``shared_prefs``
directory. The option is disabled by default and can only be enabled if
encryption is enabled as well.

I tested this with Local Transport and Seedvault. To test with Local Transport,
see: https://developer.android.com/guide/topics/data/testingbackup.
5 years ago
Alexander Bakker ef8c116bdc Split preferences into separate fragments
<img src="https://alexbakker.me/u/5phth0i1ga.png" width="300" />
5 years ago
Alexander Bakker 260a3b9c78
Merge pull request #651 from alexbakker/replace-fab
Replace the FAB with a bottom sheet dialog
5 years ago
Alexander Bakker a5ec7666ec
Merge pull request #647 from alexbakker/more-tests
Add some more tests
5 years ago
Alexander Bakker ff450c3edf
Merge pull request #644 from alexbakker/remove-acc-name-opt
Remove the "search in account names" option and do so by default
5 years ago
Alexander Bakker e6e179307d
Merge pull request #663 from alexbakker/fix-650
Explicitly opt out of WebView usage statistics collection
5 years ago
Alexander Bakker 2c0068bea7 Release v1.4.2 5 years ago
Alexander Bakker 6dcde38667
Merge pull request #664 from alexbakker/downgrade-zip4j
Downgrade zip4j to 2.6.0
5 years ago
Michael Schättgen ec1913c77a
Merge pull request #661 from alexbakker/fix-660
Use name() instead of toString() on StandardCharsets.UTF_8
5 years ago
Michael Schättgen 3e40cc9c8f
Merge pull request #655 from alexbakker/phonefactor-error
Show a clearer error message when encountering phonefactor:// URI's
5 years ago
Michael Schättgen 40d1e22079
Merge pull request #643 from alexbakker/documentsui-error
Simplify the auto lock block logic and show an error if DocumentsUI is missing
5 years ago
Michael Schättgen 38bbb60414
Merge pull request #652 from alexbakker/fix-authy-import
Don't rely on accountType to detect proprietary Authy tokens
5 years ago