Skip to content

Releases: ViliusSutkus89/tmpfile-Android

tmpfile-Android v3.0.6

02 Aug 22:28
Compare
Choose a tag to compare

Added support for building in Conan

tmpfile-Android v3.0.5

01 May 15:36
Compare
Choose a tag to compare
  • Rebuilt with NDK 23.1.7779620 (NDK 24 raises minimum API from 16 to 19)
  • Target SDK 32

tmpfile-Android v3.0.4

22 Jun 10:39
Compare
Choose a tag to compare

Updated toolchain:

  • NDK 22.1.7171670
  • AGP 4.2.1
  • Gradle wrapper 7.1

tmpfile-Android v3.0.2

26 May 12:10
Compare
Choose a tag to compare

First release to mavenCentral

tmpfile-Android v3.0.1

18 Jan 21:41
Compare
Choose a tag to compare

Create tmpfiles directory in Java
Previous implementation may be error-prone.

tmpfile-Android v3.0.0

15 Jan 21:24
Compare
Choose a tag to compare

ContentProvider removed, new initialization method is manual.
Dependency on specific NDK version for downstream users removed by not using C++ and rewriting everything in C.

tmpfile-Android v2.0.0

24 Dec 22:58
Compare
Choose a tag to compare

Library is packaged for Prefab consumption.
Using libc++_shared.so STL, instead of statically linked.
Statically linked libc++ is problematic when shipping multiple .so's in a sample application.

tmpfile-Android v1.1.4

09 Jun 17:09
Compare
Choose a tag to compare

Issue #4. Add proguard support to keep the main Class.

tmpfile-Android v1.1.3

02 Jun 23:08
Compare
Choose a tag to compare

Print to stdout on tmpfile() failure.
No need to link against log-lib.
Log-lib not really useful for standalone EXE consumers.

tmpfile-Android v1.1.2

29 May 17:08
Compare
Choose a tag to compare

tmpfile-Android-1.1.1 was published to Bintray, but version incrementer script failed, this is a re-release.

Accept TMPDIR env variable to allow usage in standalone binaries (.exe, not Android .so's)