Releases: nzkozar/holocron
Releases · nzkozar/holocron
v1.0.9: - Build bump to 1.0.9
- readConfiguration() OutOfMemory catch
- Updated Gradle dependencies and build tools
v1.0.8: - Build bump to 1.0.8
-Bug fix in sort algorithm
v1.0.7
- Object retrieval sort now uses long instead of String
v1.0.6.1: - mForce==null checks
v1.0.6
-Pubic encrypt/decrypt methods now throw OutOfMemoryErrors when out of memory
-Bug fixes for configuration being null when calling certain put/get methods
v1.0.5: -Added HolocronInitListener
-Added HolocronInitListener
-Moved HolocronResponseHandler out of Holocron class
-Substituted HolocronResponseHandler in Holocron async initialization with HolocronInitListener
-Reenabled sorting by id prior to returning in getAllAsync
-Set input types of Edit Texts in Main activity
v1.0.4
v1.0.4
-Added generic type object retrieval
-Updated Gradle files
-Removed unused test packages
v1.0.3
-Disabled some common Log calls, that were needlessly clogging up logcat in applications
v1.0.2
v1.0.2
-Exposed encrypt/decrypt methods through Holocron class, making it possible to use Holocron encryption inside applications
v1.0.1
v1.0.1
-Async Holocron constructor's callback parameter is now nullable