Skip to content

Releases: Cryptolens/cryptolens-java

v1.10: Add support for more than 8 features using the notes field

05 Mar 11:49

Choose a tag to compare

v1.9.2: Minor fix in LoadFromString

04 Mar 16:09

Choose a tag to compare

Fix an error that could be thrown if license string is empty in LoadF…

v1.9: Add support for data objects (#14)

01 Mar 13:52
d691ea2

Choose a tag to compare

  • Add a data object related methods (Data class)
  • Add Helpers.IsSuccessful()

Replace Base64 decoder to be compatible with Android

28 Feb 19:34

Choose a tag to compare

v1.8

Update cryptolens_android_jar.xml

v1.7: Add Android compatible library

27 Feb 12:45

Choose a tag to compare

v1.6: Add Deactivate method (#13)

04 Feb 09:24
b9e9c71

Choose a tag to compare

* Start on deactivate method

* Finish deactivate

* Test deactivate

* Update README.md

v1.5

01 Feb 09:57
2948b1c

Choose a tag to compare

Add the option to specify how old a license file can be to be valid (…

v1.4: Offline activation support + floating (#10)

31 Jan 09:37
68aaaa4

Choose a tag to compare

* Add support for floating and overdraft

* Add SaveAsString and LoadFromString + refactor

* Fix bug in LoadFromString

* Remove redudant prints

* Add customer and dataobject

* Add comments

* Update example

* Fix a bug in LoadFromString

* Update readme

v1.3: Make the API similar to Python and .NET versions (#7)

30 Jan 15:52
5743416

Choose a tag to compare

  • Add IsOnRightMachine
  • Restructure the code to verify licenses

v1.2

28 Jan 14:50

Choose a tag to compare

Add support for machine code generation (which may require root).