- (autofill) Implement Android Autofill Service for filling credentials in apps and browsers
- (autofill) HTML-aware field detection for web views (Facebook, etc.)
- (autofill) Domain matching with subdomain normalization and title/URL search fallback
- (settings) Add Autofill Service preference under Security settings
- (entries) Implement custom fields for password entries
- (release) Prepare for version 1.5.0
- (crash) Implement crash reporting and log sharing
- (backup) Implement configurable backup filename
- (security) Implement configurable auto-lock timeout
- Improve search functionality and fix UI issues
- Improve search functionality and fix UI issues
- (various) Correct FAB shape, entry editing, and unit tests
- (various) Correct FAB shape, entry editing, and unit tests
- (deps) Replace OSS Licenses plugin with AboutLibraries
- (category) Remove
isDefaultflag and use hex colors - (category) Remove
isDefaultflag and use hex colors
- (UI) Improve contrast and update icons
- (UI/UX) Improve UI components and user experience
- (UI) Correct FAB position and fix settings crash
- (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
- (UI) Implement Theme and Dynamic Color options
- Relocate enums to a dedicated package
- (UI) Convert Manage Categories Dialog to BottomSheet
- (Settings) Reorganize settings into categories
- Implement custom category management
- Add option to block screenshots
- Add custom backup location and retention policy
- Refactor backup file saving to use ACTION_CREATE_DOCUMENT
- Add backup copies setting and refactor code
- Add backup copies setting and refactor code
- Make only title field mandatory
- Update database schema to version 3
- 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 functionality
- Add URL field, category filter, and other enhancements
- Add URL field, category filter, and other enhancements
- Add password strength analyzer
- Improve export/import robustness and add Keystore validation
- Add sorting functionality for password entries
- Add sorting functionality for password entries
- Remove leading space in EXTRA_ENTRY constant
- Centralize category color logic
- Update Store screenshot
- Update Store screenshot
- Add categories and enhance entry fields
- Add categories and enhance entry fields
- Prevent auto-lock on first launch and when resuming
- Prevent UnlockActivity from showing on a finishing activity
- Improve null safety and handling of empty data
- Improve null safety and handling of empty data
- Remove automatic last backup time update
- Improve password generator dialog behavior
- Fix typo in UnlockActivity filename
- Add search functionality
- Add password generator to main screen
- Add warning dialog for unencrypted export
- Add warning dialog for unencrypted export
- Allow importing entries with empty passwords
- Refactor import/export to use plain text passwords
- Add KDoc comments to classes and public methods
- Simplify APK artifact path in release workflow
- Simplify APK artifact path in release workflow
- Update README with additional sections
- Enhance backup encryption with Argon2 and refactor restart logic
- Enhance backup encryption with Argon2 and refactor restart logic
- Enhance backup encryption and refactor restart logic
- Configure ABI splits and update APK naming convention
- Configure ABI splits and update APK naming convention
- Remove unnecessary
@RequiresApiannotations and add compatibility checks - Replace launcher icons with adaptive vector drawables
- Replace launcher icons with adaptive vector drawables
- Allow format override during import
- Enhance serialization, timestamp format, and importer logic
- Enhance import logic and replace launcher icons
- Enable manual release workflow and mark all releases as pre-releases
- Enhance import functionality and error handling
- Enhance import functionality and error handling
- Simplify and improve import process
- Update CHANGELOG for version 0.7.0
- Add support for importing Bitwarden JSON exports
- Add KeePass DX/XC CSV and KDBX import functionality
- Add Bitwarden and KeePass import functionality
- Enhance import/export functionality and UI state management
- Update app store metadata with new features
- Update IDE configurations and build script
- Update dependencies and clean up IDE configurations
- Simplify date format and respect user locale
- Broaden biometric support and improve database stability
- Allow device credential authentication for encryption key
- Allow device credential as an authentication method
- Update changelog for version 0.6.0-beta2
- Bump version to 0.6.0
- V0.6.0-beta2
- Replace SetPinDialog with SetPinFragment for a full-screen UI
- Improve Password Generator dialog and SharedPreferences usage
- Improve password dialogs and replace AlertDialog
- Add new screenshot for app listing
- Add changelog and git-cliff config
- Update dependencies
- Enable R8 full mode and add dependency analysis plugin
- Add BackupWorker for automatic data backup
- Add Toolbar to Settings screen
- Encrypt automatic backups
- Add backup management screen
- Implement backup file sharing and deletion
- Add backup deletion and refactor BackupWorker
- Set entry title in Toolbar and update layout
- Add automatic app lock on inactivity
- Require password for import/export operations
- Enable ProGuard and add new dependencies
- Add changelog and git-cliff config
- Introduce automatic backups, security enhancements, and UI improvements
- Convert launcher icons to WebP and remove adaptive icon XML
- Remove unused resources
- Use withText instead of withId for button selection in tests
- Introduce repositories for data abstraction
- Use PreferenceRepository for settings
- Set correct title for AboutFragment
- Correct ActionBar title in AboutFragment
- Move PVAdapter to a new package
- Adjust padding and add dividers to entry view
- Remove toast messages from backup file copy operation
- Use
onSupportNavigateUpfor back navigation - Include time in formatted date string
- Lazily initialize repositories in Application class
- Use
getPasswordForAutoBackupsinBackupWorker - Prevent NullPointerException in BackupAdapter and disable androidx-startup
- Remove unused TestWorkerFactory
- (security) Disable automatic backup and data extraction
- Introduce multiple enhancements and refactors
- Add Toolbar and Up Navigation to Add/Edit screen
- Simplify ViewEntryActivity and layout
- Add new features, improvements, and bug fixes for v5
- Add database size utility functions
- Rename APK artifact and update version
- Rename "Passkey" to "Password" for clarity
- Implement encrypted data import/export
- Add backup/restore and settings screen
- Implement FAB speed dial in ViewEntryActivity
- Add delete functionality and confirmation dialog
- Correct FAB layout and add content descriptions
- Correct FAB layout and add content descriptions
- Rename AddEditActivity to AddActivity and move package
- Rename
AddActivitytoAddEditActivityand move files - Implement comprehensive testing and improve Add/Edit functionality
- Update variable and preference key names for clarity