Skip to content

Releases: Psiphon-Inc/psicash-lib-android

v3.2.2

04 Nov 23:16
589876a
Compare
Choose a tag to compare

Fix date string parsing in JSON.nullableDate().

v3.2.1

18 Jun 18:31
5f7a2ad
Compare
Choose a tag to compare

Provide a minification rule to keep ca.psiphon.psicashlib package classes available to library consumers.

v3.2.0

27 Apr 18:06
837d61c
Compare
Choose a tag to compare

Update core lib to v1.5.0 to fix metadata issues

v3.1.2

18 Oct 18:15
75eaf81
Compare
Choose a tag to compare

Update core lib. This update improves datastore file operation robustness.

v3.1.1

17 Oct 16:02
e22cf40
Compare
Choose a tag to compare

Don't strip the library; instead let the app build do it. This is per @efryntov's request.

v3.1.0

13 Sep 15:04
6520578
Compare
Choose a tag to compare

Add forceReset flag to Init()

v3.0.5

18 Jun 17:17
22aec40
Compare
Choose a tag to compare

Add 64-bit native library to output aar.

v3.0.3

30 May 19:45
faa1b43
Compare
Choose a tag to compare

Prevent concurrent RefreshState/NewExpiringTransaction. This is a short-term solution to Psiphon-Inc/psiphon-issues#557

v3.0.2

27 May 11:25
3865fc1
Compare
Choose a tag to compare

Mutex datastore reads (in addition to writes). Thread safety is now ensured at the C++ (core lib) level. Also updated the C++ core.

v3.0.1

22 May 17:44
51a8ea0
Compare
Choose a tag to compare

Replace "synchronized" with a ReadWriteLock.