Skip to content

Releases: gotev/android-upload-service

android-upload-service-1.1

23 Jun 12:41
Compare
Choose a tag to compare

New features:

  • Support custom HTTP method in addition to the standard (POST)
  • Upload IDs, so that broadcasts for different uploads can be identified

Improvements:

  • Updated project settings to Android API 19
  • Updated android support library jar
  • Added gradle build system files
  • Improved README.MD documentation and added simple server-side PHP script for tests
  • Added missing JavaDocs
  • Don't trust self-signed SSL certificates by default
  • Removed extra boundary bytes at the end of the file upload
  • Only add content type for each file if specified
  • Use wake lock to keep upload running while the device is sleeping
  • Use startForeground and stopForeground to lower the risks of being killed by the system during upload
  • Only show success notification if response code from the server is 2XX
  • Use different notification ID for the final notification
  • Use unique ID for notifications

Special thanks to @eliasnaur for the contribution

android-upload-service-1.0.2

30 Sep 15:30
Compare
Choose a tag to compare

android-upload-service-1.0.1

28 Sep 06:51
Compare
Choose a tag to compare

Service invocation now needs less code to write

android-upload-service-1.0

27 Sep 15:15
Compare
Choose a tag to compare

First release of android-upload-service library