Skip to content

Releases: nzkozar/holocron

v1.0.9: - Build bump to 1.0.9

09 Sep 17:12
Compare
Choose a tag to compare
  • readConfiguration() OutOfMemory catch
  • Updated Gradle dependencies and build tools

v1.0.8: - Build bump to 1.0.8

16 Aug 12:40
Compare
Choose a tag to compare

-Bug fix in sort algorithm

v1.0.7

15 Aug 23:30
Compare
Choose a tag to compare
  • Object retrieval sort now uses long instead of String

v1.0.6.1: - mForce==null checks

12 Aug 20:55
Compare
Choose a tag to compare
  • mForce == null checks

v1.0.6

28 Jul 12:45
Compare
Choose a tag to compare

-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

29 Jun 10:01
Compare
Choose a tag to compare

-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

24 Jun 18:31
Compare
Choose a tag to compare

v1.0.4

-Added generic type object retrieval
-Updated Gradle files
-Removed unused test packages

v1.0.3

27 Mar 22:26
Compare
Choose a tag to compare

-Disabled some common Log calls, that were needlessly clogging up logcat in applications

v1.0.2

12 Mar 18:02
Compare
Choose a tag to compare

v1.0.2

-Exposed encrypt/decrypt methods through Holocron class, making it possible to use Holocron encryption inside applications

v1.0.1

27 Feb 15:14
Compare
Choose a tag to compare

v1.0.1

-Async Holocron constructor's callback parameter is now nullable