Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: jksalcedo/PassVault

v1.3.1

18 Dec 14:16

Choose a tag to compare

v1.3.0

15 Dec 14:23

Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

12 Dec 13:47

Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

Hotfix

  • fix fab layout gravity when not in bottom appbar
  • fix crashing on settings screen caused by incorrect namespace declaration on preference root

Consider joining Telegram Channel

Join us on Telegram

v1.2.0

12 Dec 12:34

Choose a tag to compare

Features

  • (UI) Refactor Chip creation and update styling
  • (settings) Add setting for number of backup copies
  • (import) Introduce detailed import status report
  • (UI) Introduce optional Bottom App Bar
  • (UI) Implement Theme and Dynamic Color options

Refactor

  • Relocate enums to a dedicated package
  • (UI) Convert Manage Categories Dialog to BottomSheet
  • (Settings) Reorganize settings into categories

Full Changelog: v1.1.0...v1.2.0

v1.1.0

09 Dec 16:52

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

08 Dec 13:08

Choose a tag to compare

  • Add URL field to password entries
  • Pre-fill email and URL fields on edit
  • Add email and URL validation
  • Add button to open URL in browser
  • Add category filter functionality
  • Add category filter, and other enhancements
  • Add password strength analyzer
  • Improve export/import robustness and add Keystore validation
  • Add sorting functionality for password entries

Full Changelog: v0.9.1...v1.0.0

v1.0.0-beta01

07 Dec 06:53

Choose a tag to compare

PLEASE REPORT BUGS/ISSUES

Features

  • Add categories
  • Add URL field
  • Add Email field

Improvements

  • Entry fields
  • Some UIs

Full Changelog: v0.9.1...v1.0.0-beta01

v0.9.1

02 Dec 16:19

Choose a tag to compare

Bug Fixes

  • Prevent UnlockActivity from showing on a finishing activity
  • Improve null safety and handling of empty data
  • Enhance auto-lock feature

Refactor

  • Remove automatic last backup time update
  • Improve password generator dialog behavior

Miscellaneous Tasks

  • Fix typo in UnlockActivity filename

I FORGOT TO BUMP VERSION AND VERSION CODE FOR 0.9.0

Full Changelog: v0.9.0...v0.9.1

v0.9.0

02 Dec 11:52

Choose a tag to compare

What's Changed

  • Add search functionality by @jksalcedo in #90
  • Add Password generator to main screen in #91

Full Changelog: v0.8.0...v0.9.0

v0.8.0

30 Nov 15:52

Choose a tag to compare

What's Changed

  • Update README with additional sections by @jksalcedo in #70
  • Update README.md by @jksalcedo in #72
  • Enhance backup encryption with Argon2 and refactor restart logic by @jksalcedo in #73
  • Changelog by @jksalcedo in #74
  • Add KDoc comments to classes and public methods by @jksalcedo in #79
  • Update security section in README by @jksalcedo in #80
  • Refactor import/export to use plain text passwords by @jksalcedo in #81
  • Simplify APK artifact path in release workflow by @jksalcedo in #82
  • Add alert dialog when exporting unencrypted backups #88

Full Changelog: v0.7.1...v0.8.0