SafeBox 1.1.2
This patch release improves SafeBox's responsiveness and consistency by aligning .apply()
behavior with EncryptedSharedPreferences
.
What's Fixed
- Real-time Read After Apply
getXxx()
calls now reflect the latest changes immediately after.apply()
is invoked, without waiting for persistence. This resolves unexpected defaults when reading values right after edit. (#54)
This foundational change sets the stage for smarter, more efficient persistence in v1.2.0
.