Releases: gotev/android-upload-service
Releases · gotev/android-upload-service
android-upload-service-1.1
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
modified README
android-upload-service-1.0.1
Service invocation now needs less code to write
android-upload-service-1.0
First release of android-upload-service library