X1nto Mauth Versions Save

A Material You Two-factor Authentication app

0.8.0

1 month ago

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

0.7.0

6 months ago

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.

0.6.1

9 months ago

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

0.6.0

9 months ago

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

0.5.3

1 year ago

Fixes

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

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

0.5.2

1 year ago

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)

0.5.1

1 year ago

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

0.5.0

1 year ago

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

0.4.0

1 year ago
  • Add account editing.
  • Add HOTP support.
  • Fix dropdown menus in the account add/edit menu.
  • Fix the account icon not resetting after re-entering the account add/edit menu.

0.3.0

1 year ago
  • Added an ability to select and delete accounts.
  • Added Norwegian Bokmål language.
  • Removed the placeholders from the text fields in the account add screen.