Skip to content

Releases: gotev/android-upload-service

4.9.2

10 Nov 07:43
Compare
Choose a tag to compare
  • #648 set foreground service behavior on API 31+
  • Updated OkHttp to 4.12.0
  • Updated Gradle to 8.1.1
  • Updated Kotlin to 1.8.21

4.9.1

09 Nov 06:31
Compare
Choose a tag to compare

Added default proguard rules

4.9.0

15 Oct 20:15
Compare
Choose a tag to compare

Changelog

  • Support for Android 14 (API 34)
  • Updated OkHttp to 4.10.0
  • Updated FTP module commons-net to 3.10.0

Special thanks to @kabirnayeem99 for the hints in #644

4.8.0

09 Jul 13:34
f2254d4
Compare
Choose a tag to compare

Changes:

  • Android API 33 support (added uses-permission for POST_NOTIFICATIONS in the lib)
  • Updated Gradle to 8.0 together with AGP
  • Updated settings for Android Flamingo
  • Updated demo apps and readme

4.7.0

04 Nov 20:25
Compare
Choose a tag to compare

4.6.0

05 Jun 09:45
Compare
Choose a tag to compare

Library

  • Stopped using jcenter
  • Stopped using deprecated Kotlin Android Extensions in favor of new Kotlin parcelize
  • Updated Kotlin to 1.4.32
  • Updated AndroidX lifecycle to 2.3.1
  • Updated AppCompat to 1.3.0

Demo Apps

  • Stopped using jcenter
  • Demo app is now 100% Kotlin
  • Updated RecyclerAdapter to 2.10.1
  • Updated Kotlin to 1.4.32
  • Dropped unused custom file picker library
  • Dropped ButterKnife
  • Dropped Kotlin Android Extensions

4.5.5

20 May 22:33
Compare
Choose a tag to compare

Enhanced startUpload() runtime checks to prevent multiple calls on the same instance and starting multiple uploads with the same ID before the launch of the service. In both cases an IllegalStateException will be thrown with self explanatory descriptions.

4.5.4

27 Apr 22:51
Compare
Choose a tag to compare

removed WRITE_EXTERNAL_STORAGE permission declared in the library to comply with Google's March 2021 Policy Update: https://support.google.com/googleplay/android-developer/answer/9934569?visit_id=637551604206515493-2373610866&rd=1

4.5.3

17 Apr 09:03
Compare
Choose a tag to compare
  • Better strategy to avoid #549
  • Implemented Maven Central publishing and dropped Bintray

4.5.2

10 Jan 10:55
Compare
Choose a tag to compare

Fix crash when service lifecycle is slow on some devices: e5b9032