Commit Graph

740 Commits (875c752f784ca24786b5915cab2cc4aa48eea95f)

Author SHA1 Message Date
Michael Schättgen 875c752f78
Merge pull request #570 from alexbakker/fix-double-add-crash
Prevent a crash caused by adding the same entry to the vault twice
5 years ago
Michael Schättgen 1d00a2d8d6
Merge pull request #569 from alexbakker/slot-tests
Add tests for the Slot classes
5 years ago
Alexander Bakker d43e5e04c7 Prevent a crash caused by adding the same entry to the vault twice
This could happen in rare cases where writing the vault to disk failed.
5 years ago
Alexander Bakker 4c86e154c1 Add tests for the Slot classes 5 years ago
Alexander Bakker a45c834b9c Add UI tests for deep links 5 years ago
Alexander Bakker b746ca0c6e Ignore deep link intents if the given URI is null 5 years ago
Alexander Bakker 7d38bc9b71
Merge pull request #567 from michaelschattgen/feature/group-manager-improvement
Add empty state for GroupManagerActivity
5 years ago
Alexander Bakker 9557b60c93
Merge pull request #566 from michaelschattgen/feature/fix-fab
Fix hidden FAB when list changes
5 years ago
Michael Schättgen 227b5fd87c Improve GroupManagerActivity 5 years ago
Michael Schättgen 7d063104dd Fix hidden FAB when list changes 5 years ago
Michael Schättgen c03d00695d
Merge pull request #563 from alexbakker/fix-lint-errors
Replace use of android:tint with app:tint to fix lint errors
5 years ago
Michael Schättgen 171c774b21
Merge pull request #562 from alexbakker/activity-test-rule
Don't use deprecated ActivityTestRule in UI tests
5 years ago
Alexander Bakker 97944aac88 Replace use of android:tint with app:tint to fix lint errors 5 years ago
Alexander Bakker 83c1914ddc Don't use deprecated ActivityTestRule in UI tests 5 years ago
Alexander Bakker d660fbc6d1 Update Gradle and dependencies 5 years ago
Alexander Bakker 35b5ce9d17 Release v1.3 5 years ago
Alexander Bakker 762fb9bccd Update translations from Crowdin 5 years ago
Alexander Bakker c3d38c18a3 Update the list of licenses of our dependencies 5 years ago
Alexander Bakker 28fcd68b72 Convert pref_backups_versions_summary to a plurals definition 5 years ago
Michael Schättgen 9bbc2886c2
Merge pull request #503 from shihern/master
Improve usability of drag-and-drop feature
5 years ago
Connor Lim 5886462d2c Improve usability of drag-and-drop feature 5 years ago
Alexander Bakker 233eeb6aa1 Replace some string definitions with plurals definitions 5 years ago
Alexander Bakker e5d162be9b Update translations (from Crowdin) 5 years ago
Isaac Maier 59e8c23a01 Grammar fix (setup -> set up) 5 years ago
Alexander Bakker 9e4313e138 Release v1.3-beta2 5 years ago
Alexander Bakker 02e01723b2 Invert PIN keyboard preference if statement 5 years ago
Alexander Bakker 874f5e9058 Remove merge conflict marker from styles.xml 5 years ago
Alexander Bakker 7518408554 Release v1.3-beta1 5 years ago
Alexander Bakker 0e78fd9652 Replace AppIntro with a new custom intro
This removes the dependency on AppIntro and replaces it with our own custom
intro implementation, backed by ViewPager2. We're doing this because we want a
more reliable and customizable onboarding for Aegis.

I've kept the design mostly the same as it was before, but tried to achieve a
bit of a cleaner look:

<img src="https://alexbakker.me/u/vsr3ahpjt6.png" width="200"> <img
src="https://alexbakker.me/u/efqid2ixly.png" width="200"> <img
src="https://alexbakker.me/u/oehmjm0rn9.png" width="200">
5 years ago
Michael Schättgen 9d44d6abb2
Merge pull request #540 from alexbakker/fix-nav-bar
Set the correct navigation bar color pre API 27
5 years ago
Michael Schättgen 42c308bc8f
Merge pull request #545 from alexbakker/clarify-pass-reminder
Rephrase the password reminder message to be a bit clearer
5 years ago
Michael Schättgen 20fb531f91
Merge pull request #526 from alexbakker/localize-everything
Make all remaining hardcoded strings translatable
5 years ago
Michael Schättgen b8b3da4f85
Merge pull request #537 from alexbakker/support-proprietary-authy
Support importing proprietary tokens from Authy
5 years ago
Michael Schättgen 7e403c2af6
Merge pull request #529 from alexbakker/fix-bioprompt-mixup
Fix behavior of AuthActivity under certain conditions
5 years ago
Michael Schättgen be0529a0c8
Merge pull request #527 from alexbakker/fix-131
Automatically focus the EditText when showing text/password dialogs
5 years ago
Alexander Bakker 9c5f136f5b Make all remaining hardcoded strings translatable
I'm pretty sure I got all of them, but it's possible the linter missed some.
5 years ago
Michael Schättgen 8c34ce8f38
Merge pull request #525 from alexbakker/icon-multi-intent
Combine ACTION_PICK and ACTION_GET_CONTENT when selecting an icon
5 years ago
Michael Schättgen 3cdf31f940
Merge pull request #519 from alexbakker/theme-fixes
Fix two minor issues in themes
5 years ago
Alexander Bakker 7059f3be74
Merge pull request #510 from michaelschattgen/feature/pin-keyboard
Add ability to enable PIN keyboard
5 years ago
Michael Schättgen 0c0e8c0d66 Add ability to enable PIN keyboard
Review fixes

Fix line
5 years ago
Alexander Bakker 06fd77b5f0 Rephrase the password reminder message to be a bit clearer 5 years ago
Alexander Bakker 9121922ef2 Set the correct navigation bar color pre API 27
Not very pretty, but I don't know of a better way.
5 years ago
Alexander Bakker 34888767ed Support importing proprietary tokens from Authy 5 years ago
linsui 61f2e6e020 Update Simplified Chinese Translation 5 years ago
Alexander Bakker ba3e6203ec Fix behavior of AuthActivity under certain conditions
- Properly use 'inhibitBioPrompt'
- Don't show the biometric prompt when a password reminder is needed
5 years ago
Alexander Bakker 906d1b453a Automatically focus the EditText when showing text/password dialogs 5 years ago
Alexander Bakker a9ccf412e7 Combine ACTION_PICK and ACTION_GET_CONTENT when selecting an icon 5 years ago
Alexander Bakker 21b588dc8b Add Arabic to the language list and sort it alphabetically 5 years ago
Alexander Bakker 90e5003418
Merge pull request #517 from nourserry/ar
Introducing Arabic language
5 years ago
Alexander Bakker f8cf87aae9
Merge pull request #513 from LucasVhc/portuguese-translation
Add brazilian portuguese translation
5 years ago