Skip to content

Tags: nextcloud/passman-android

Tags

v1.6.0

Toggle v1.6.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
animalillo Marcos
- refactor OTP integration with support for all rfc specified otp alg…

…orithms (sha1, sha256, sha512)

- fix OTP generation for android systems <= 8.1
- themed app icon
- update openssl from version 1.1.1 stable to 3.5 lts
- update to NDK r28b
- update various dependencies

v1.5.0

Toggle v1.5.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
animalillo Marcos
V1.5.0 release

- implement showing / editing of shared credentials
- implement manual credential search as autofill fallback for no matching credentials (see settings)
- improve autofill behaviour
- migrate from butterknive to android native view binding
- various bug fixes
- update dependencies

v1.4.1

Toggle v1.4.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
animalillo Marcos
V1.4.1 release

- fix wrong named internal autofill service
- update translations
- update dependencies

v1.4.0

Toggle v1.4.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
animalillo Marcos
Version 1.4.0

- add Nextcloud Files app based Single-Sign-On (SSO) login option
- SSO requires Nextcloud Files app version >= 3.18
- add/edit OTP manually or scan from QR code
- add FAQ GitHub link to menu
- unify unlock button as hover button
- update custom field value design
- update compileSdkVersion to 32
- show error message if login fails #135
- fix login screen in landscape orientation
- general fixes and improvements

v1.3.1

Toggle v1.3.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
animalillo Marcos
- fix KeyStore initialization

- fix reloading credential in the fragment view after editing
- fix some null pointer exceptions
- added privacy policy on the repository

v1.3.0

Toggle v1.3.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
animalillo Marcos
- add offline cache (can be disabled in settings)

- add local storage encryption for sensitive data (requires at least Android 6 / API 23)
    - encrypts the offline cache
    - stored vault passwords have to be re-entered
    - cloud connection settings will be migrated automatically
- add an internal settings cache to speed up some things a bit
- add vault actions (add, rename, delete)
    - delete action requires at least Passman v2.4.0 (server side)
- update dependencies (gradle/appcompat)

v1.2.1

Toggle v1.2.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
animalillo Marcos
V1.2.1

- fix ConcurrentModificationException after editing or deleting a credential
- fix OTP generation
- some other bug fixes
- unify button position
- replace char with character in translations
- add missing translations

v1.2.0

Toggle v1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
animalillo Marcos
- add password generator app shortcut

- add password generator and toggle button to credential add/edit forms
- add option to clear clipboard automatically after a defined delay
- show credential icons (requires at least Android 6 for SVG icons)
- show, edit, delete credentials shared with others
- add fastlane data for fdroid release
- update dependencies
- stability improvements
- code cleanup
- disable minification for the gplay release to get better error reports

v1.1.1

Toggle v1.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
animalillo Marcos
v1.1.1

Hotfixes

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
animalillo Marcos
Relese 1.1.0

- New confirm dialog to delete a credential.
- New option to sort credentials by label.
- Migrated save and delete buttons to floating action buttons.
- Migrated some Snackbar to Toast messages, as it was causing weird issues when the keyboard was open.
- Use uniform (editable) connect and response timeouts for all common api requests.
- Fix endless loading dialog after deleting a credential.
- Fix autofill vault selection if the vault is active and selected as default.
- Security fixes that could have ended on memory corruption on the cryptographic c++ core.