Passbolt Android 2.4 continues to deploy new content type support with the introduction of custom fields.
Built on the encrypted metadata model, this first version provides read-only access to custom fields attached to resources or standalone ones. While editing is not yet available, the ability to read these fields on mobile can be essential when you’re away from your keyboard and need to quickly access additional data. Write support will follow in a future release, guided by community needs and feedback.
Additionally, a new security mechanism has been implemented to make clipboard usage less error-prone. The new clipboard flush timer lets you copy secrets just long enough to use them. Clipboard data is automatically cleared when the countdown (30 seconds) expires, significantly reducing the risk of accidental paste from forgotten clipboard content.
As usual, this release comes with a series of improvements and bug fixes. Notably, the search functionality has been enhanced and can now retrieve resources located in subfolders matching your keywords, making it easier to find what you need, wherever it’s stored. Check out the changelog to learn more about the additional fixes and enhancements included in this release.
Under the hood, the app continues its transition to the MVI architecture, a long-term modernization effort aimed at improving maintainability and performance. Bricks of this architecture will be progressively introduced over upcoming releases. This transition will remain invisible to users.
Many thanks to everyone who shared feedback, reported issues, and helped refine these features.
Added
- MOB-2873: Add custom fields read support
- MOB-2851: Add primary clip clear
Improved
- MOB-2894: Validate totp secret during creation and before display
- MOB-2900: Use inconsolata font for password on sign-in screen
Fixed
- MOB-2958: Fix overwriting inputs on TOTP form when coming back from scan by back press
- MOB-2960: Account details “Organization URL” should show the URL
- MOB-2820: Search on folders filter is not returning v5 resources under sub-folders
Maintenance
- MOB-2893: TOTP tab and related modules (menus, switch account) migration to MVI architecture