Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
X1nto committed Aug 13, 2023
1 parent a3266b6 commit b1bbeac
Show file tree
Hide file tree
Showing 16 changed files with 71 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ While there are many 2FA authenticator apps out there, most of them come with an
- [x] HOTP
- Organization
- [ ] Search
- [ ] Sorting
- [x] Sorting
- [ ] Grouping
- [x] Editing
- [x] Deletion
Expand Down Expand Up @@ -60,8 +60,6 @@ src="fastlane/metadata/android/en-US/images/phoneScreenshots/6.png?raw=true">
src="fastlane/metadata/android/en-US/images/phoneScreenshots/7.png?raw=true">
<img width=200 alt="Screenshot 8"
src="fastlane/metadata/android/en-US/images/phoneScreenshots/8.png?raw=true">
<img width=200 alt="Screenshot 9"
src="fastlane/metadata/android/en-US/images/phoneScreenshots/9.png?raw=true">

# Download
Mauth is available on F-Droid and GitHub Releases page.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.xinto.mauth"
minSdk = 21
targetSdk = 33
versionCode = 53
versionName = "0.5.3"
versionCode = 60
versionName = "0.6.0"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
25 changes: 25 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/50.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
v0.5.0

New features
============
- Added a settings page
- Includes a "Secure Mode" switch that protects you from exposing data via screenshots
- `otpauth://` deeplink support
- Added a splash screen for devices running on Android 11 and below
- Turkish translation

Changes
=======
- Small UI updates
- "Full-screen" immersive navigation and top bars
- Animated code display
- Remove placeholder icon buttons in home bottom bar
- Updates to account card
- 90% of the app was rewritten from scratch! This should result in a better performance and will make subsequent updates much easier

Bug fixes
=========
- Fixed a bug where camera would not properly close after exiting the QR Scan screen
- Fixed many possible crashes

*Note: due to changes to the app's database, a complex migration was written to convert from the old schema to the new one. Please report issues if Mauth starts crashing or accounts disappear after updating to v0.5.0*
13 changes: 13 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/51.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
v0.5.1

Changes
=======
- Updated the account screen
- The number fields will now turn red when an incorrect number is entered
- Required fields are now marked
- The save button will be greyed out until you satisfy all the requirements

Fixes
=====
- Fixed a crash when editing number fields in the account screen
- Fixed a crash when saving the edited account in the account screen
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/52.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
v0.5.2

Changes
=======
- Implement form validation for number fields in the account screen
- Fields are now coerced to a specific range
- Digits field's ranges are annotated

Fixes
=====
- Fixed a bug where Mauth would accept any value for number fields in the Account screen, rendering the app unusable
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/53.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
v0.5.3

Fixes
=====
- Fixed the form validation in the account screen. Again!
14 changes: 14 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/60.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v0.6.0

New Features
============
- You can now sort your accounts by label, issuer and addition date (both ascending and descending)
- The app's icon now supports Material You colors
- The accounts now store their addition/creation date

Fixes
=====
- Fixed a bug where Android's clipboard preview would show the account code, even if it was hidden
- Updated the Add Account bottom sheet for consistency with the Material 3 guidelines
- Minor bottom bar menu fixes
- Refactored and optimized some parts of the code
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit b1bbeac

Please sign in to comment.