Skip to content

Releases: X1nto/Mauth

v0.10.0

18 Sep 15:14

Choose a tag to compare

New Features

  • You can now import and export accounts from/to Google Authenticator and other compatible apps

Changes

  • Improved the QR code scanner accuracy and performance
  • Decreased the account digit range from 1-10 to 6-9 to align with the OTP spec
  • Updated translations

Fixes

  • Fixed PIN layout issues on some device sizes and screen orientations

Additional Notes

Mauth has been published to Google Play. I need 14 active testers to be eligible for publishing. Please join the Mauth Google Group if you want to become a tester.

v0.9.0

09 Jan 16:43

Choose a tag to compare

New Features

  • Added the export screen. It's possible to either export all accounts from the 3-dot menu, or export the selected accounts only from the selection menu. Exporting requires authentication if you have PIN lock enabled.
  • Added initial support for tablets and landscape mode. (Thanks @manpreeeeeet for the landscape PIN implementation)
  • Added Russian translation by @yurtpage

Changes

  • Updated Norwegian BokmΓ₯l translation by @comradekingu
  • Updated Chinese (Simplified) translation by @hovthen
  • Updated theme colors
  • Custom icons are copied to app's internal directory

Fixes

  • Fixed a blank screen appearing after scanning a QR code
  • Fixed custom icons not saving properly
  • Fixed performance issues with the home and account add screens
  • Other minor UI fixes

Additional Notes

Mauth has been published to Google Play. Unfortunately, I need 14 active testers to be eligible for publishing. Please join the Mauth Google Group if you want to become a tester.

v0.8.0

30 Mar 12:51

Choose a tag to compare

New Features

  • Added theme settings, allowing you to customize how Mauth looks like

Changes

  • Updated pt-BR translation by @Yuno2k23
  • Updated Chinese (Simplified) translation by @hovthen
  • The "Add account" buttons now have the same color
  • Rephrased the sorting option labels

Fixes

  • Fixed auth pin button colors and behavior
  • Fixed a bug that allowed empty PINs to be set
  • The edit button should no longer disappear when the label is too long
  • More fixes to the buttons in the "Add account" sheet
  • Improved the OTP URI parser

v0.7.0

29 Oct 20:37

Choose a tag to compare

New Features

  • Added Chinese (Simplified) translation by @hovthen (#45)
  • Added Portuguese translation by @Suburbanno (#46)
  • Implemented authentication methods (#48)
    • PIN Authentication
    • Biometric Authentication (requires PIN auth to be enabled)
  • Added the About screen (#50)
    • The About screen includes a shortcut that navigates you to the repository's feedback (issues) page

Changes

  • Updated navigation transitions to be more fluid
  • Other small UI tweaks

Note: Please consider reporting any bugs regarding the new pin and biometric authentication on Mauth's feedback page. The more security issues I fix before v1.0.0, the safer it'll be for people to use Mauth.

v0.6.1

14 Aug 12:45

Choose a tag to compare

Fixes

  • Fixed the parsing for OTP strings that had lowercase algorithm names
  • The buttons in the "Add Account" bottom sheet no longer overlap with the system navigation bar

v0.6.0

13 Aug 16:32

Choose a tag to compare

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

v0.5.3

17 Mar 18:27

Choose a tag to compare

Fixes

  • Fixed the form validation in the account screen. Again! (#34)

Note: Sorry for such frequent updates! The bugs keep piling up.

v0.5.2

17 Mar 09:26

Choose a tag to compare

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 (#33)

v0.5.1

16 Mar 19:58

Choose a tag to compare

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

v0.5.0

15 Mar 22:01

Choose a tag to compare

New Features

  • Added a settings page
    • Includes a "Secure Mode" switch that protects you from exposing data via screenshots
  • otpauth:// deeplink support (@Lastaapps)
  • Added a splash screen for devices running on Android 11 and below
  • Turkish translation (@TeaqariaWTF)

Changes

  • Small UI updates
    • "Full-screen" immersive navigation and top bars (#31 )
    • Animated code display (#21)
    • 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 (#22)
  • 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