Skip to content

Releases: PhotoBackup/client-android

Videos, at last

Choose a tag to compare

@stephanepechard stephanepechard released this 07 Nov 20:30

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

Choose a tag to compare

@stephanepechard stephanepechard released this 23 Aug 06:58
v0.10.4

Update version 0.10.4

Update Czech translation

Choose a tag to compare

@stephanepechard stephanepechard released this 21 Aug 19:52
v0.10.3

Update to v0.10.3

Small bugfix

Choose a tag to compare

@stephanepechard stephanepechard released this 19 Aug 16:39
v0.10.2

Fix bug in case media store is null when closing

Select buckets without starting the service

Choose a tag to compare

@stephanepechard stephanepechard released this 19 Aug 13:44

A small update, just to be able to select photo buckets without starting the service.

Photo buckets to pick into!

Choose a tag to compare

@stephanepechard stephanepechard released this 15 Aug 14:04

Changelog:

  • 280039a Add support for a Bucket Picker (#29) ;
  • c79f67d Handling redirection (hopefully closing #15).

Bugfixes and a bit more

Choose a tag to compare

@stephanepechard stephanepechard released this 04 Aug 19:55

Changelog:

HTTP Basic Auth and beyond

Choose a tag to compare

@stephanepechard stephanepechard released this 19 Dec 12:46

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

Choose a tag to compare

@stephanepechard stephanepechard released this 01 Dec 21:58

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

Choose a tag to compare

@stephanepechard stephanepechard released this 26 Nov 21:43

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.