Commit Graph

1109 Commits (d4557065ea15eefed1f1790f835a8506e68ad0a0)
 

Author SHA1 Message Date
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.
3 years ago
Alexander Bakker 71eb6b133c Remove SlotManagerActivity from AndroidManifest 3 years ago
Alexander Bakker 6f66706685 Don't pass MIME type along when selecting icon pack file to import
Fixes #757
3 years ago
Alexander Bakker 6d8a8c066c Remove unused string resources 3 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
3 years ago
Alexander Bakker 71f2b54deb Use Dagger Hilt for dependency injection
This gets rid of our own janky dependency injection through the AegisApplication class
3 years ago
Alexander Bakker 927f5f2bd5
Merge pull request #845 from Hacker437/Dialog
Updated Delete Dialog
3 years ago
Praveen Kumar c0020684de Change the layout of the entry delete dialog and include more info 3 years ago
Alexander Bakker b8066c1925 Use Aegis icon as lock status notification icon 3 years ago
Alexander Bakker 0f3e5c537c Allow customization of password reminder frequency
Close #769
3 years ago
Alexander Bakker 5ce21a94ea Only skip panic trigger signature check if running under a test 3 years ago
Alexander Bakker d1d5df8051 Add tests for the Ripple panic trigger action 3 years ago
Alexander Bakker 43c064bb26 Disable the Crowdin workflow for forks
This was always failing in forks because the Crowdin API key is only available for the upstream repository. As it should be.
3 years ago
Alexander Bakker b9a81bdd75 Always allow D2D transfers in backup agent 3 years ago
Alexander Bakker 0938d3688a Set dataExtractionRules in AndroidManifest for Android 12+ 3 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 39a5dc3ee8 Update the vault format documentation and improve the diagram 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
Alexander Bakker a04020aed0 Add an FAQ document 4 years ago
Mikhail Prokofev af2bf6f683 Add Yandex OTP support 4 years ago
Alexander Bakker 72c165749f
Merge pull request #875 from moesheyab/aegis-import-message-fix
Fix Aegis import dialog message title
4 years ago
moesheyab f14bd99f63 Fix Aegis import dialog message title 4 years ago
Alexander Bakker e54ac9aba4 Update FUNDING.yml 4 years ago
Alexander Bakker f9b4e8fa3e Use the first grapheme for the TextDrawable icon
Fixes #862
4 years ago
Alexander Bakker 86580e38af Update crowdin-cli to 3.7.2 4 years ago
Alexander Bakker 6955eb10da Add a GitHub Action for uploading sources to Crowdin 4 years ago
Alexander Bakker 153f5e09d8 Update dependencies 4 years ago
Alexander Bakker cf63f5bef2 Fix the build 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
Alexander Bakker 07b0b26caf
Merge pull request #844 from Hacker437/FocusSearch
Added Focus Search on App Start
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 9ca4de8b60
Merge pull request #838 from Dar9586/master
Vauld.md inconsistency fix
4 years ago
Dar9586 0b104cf285
Update vault.md 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
Michael Schättgen a14dd382bf
Merge pull request #831 from strugee/checked-filter
Make group chips checked when selected
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