Releases: PhotoBackup/client-android
Videos, at last
Yes, this version allows your device to upload videos as well as pictures.
For now, it is the "stupid" version, as it uploads videos in one big try... but I'll work next on upload by chunks.
Enjoy!
Fix crash at boot
v0.10.4 Update version 0.10.4
Update Czech translation
v0.10.3 Update to v0.10.3
Small bugfix
v0.10.2 Fix bug in case media store is null when closing
Select buckets without starting the service
A small update, just to be able to select photo buckets without starting the service.
Photo buckets to pick into!
Bugfixes and a bit more
Changelog:
- 4a9e39c Switch from loopj to OkHttp (to handle HTTPS SNI #23 and redirection #15) ;
- 67eeb00 Async update of Upload Log ui after manual upload ;
- 71e7dee Saving the error message per photo and display it under the file name ;
- c5cfe04 New German translation thanks to @zealot128 ;
- 0892104 New Czech translation thanks to @svetlemodry ;
- ca629b3 handling 409 status code properly #45 ;
- 1108063 remove 'Stop the service' action in the notification #41 ;
- some Sonar-induced fixes (c8ccce8, af13b2c, f0f8508 and 8ce3611) ;
- finally, an operational Travis build: https://travis-ci.org/PhotoBackup/client-android ;
- for developers, a gitter channel to discuss: https://gitter.im/PhotoBackup
HTTP Basic Auth and beyond
This version comes with the support of HTTP Basic Authentication and settles the premises of how PhotoBackup will handle multiple servers implementations.
See you soon for more servers!
Fix migrating from v0.6.x to v0.7.x
I had the silly idea to simplify my code, but didn't check for a type change between versions 0.6 and 0.7.
It provoked a bug that crashes the app at boot. This version fixes it, closing #11.
Thanks to white-gecko and rscarfe for their help in debugging.
The Filter version
This version adds two new functionnalities.
First is a filter into the journal view to select only the pictures you want to see. Categories are Saved, Waiting and Error. It closes the enhancement issue #10.
Second is a new selector into the main preference activity. You can now specify if you want PhotoBackup to only upload newly taken pictures or all the pictures it finds on the device. It allows not to reupload everything when you reinstall the app. It ends the already closed bug issue #5.