Skip to content
vitalidze edited this page Jan 15, 2013 · 8 revisions

v. 0.0.1

  • The main goal is to implement uploading of all photos in a separate thread with the following GUI behavior:
    • list of photos contains only assets that haven't been uploaded yet.
    • uploading initiates by tapping "Do Sync" button.
    • overall progress bar appears at the bottom panel. There is an text of how many photos uploaded and how many left. In that panel there will be a "cancel" upload button with cross icon. When tapped the current and all following upload tasks are cancelled.
    • every time the photo is uploaded it's marked with light gray "disabled" color in a list.
    • Provide device id and name, so server can put photos to appropriate sub-folders.
  • Settings screen contains only server address setting, which is saved as application level setting.
  • Show warning screen instead of assets list when photo gallery access isn't granted
  • Disable synchronization over cellular networks. Only wifi is supported now.
  • Application Icon.
  • Preserve EXIF attributes of each photo.

v. 0.0.2

  • background automatic synchronization

  • application icon indication of the remaining upload tasks

v. 0.0.3

  • albums synchronization

  • video synchronization

v. 0.0.4

  • Russian language localization

v. 0.1.0

  • re-design synchronization to be able to change external source

  • implement WebDAV synchronization:

    • URL
    • login/password
    • folder
    • test with yandex disk
  • implement FTP synchronization:

    • server address
    • login/password
    • folder
Clone this wiki locally