- InstantUpload path const not longer at two places, only at
authorMatthias Baumann <dev@mbn-cloud.de>
Sat, 16 Mar 2013 17:56:27 +0000 (18:56 +0100)
committerMatthias Baumann <dev@mbn-cloud.de>
Sat, 16 Mar 2013 17:56:27 +0000 (18:56 +0100)
commit7392cfe5aba6d60f7d84dd335b759e08c94693a6
tree86900823ad7b2ecf2b2ee1b1d82b595bfe17b520
parentc837207a40e7f647b93909c7f213e4b4b4a41d52
- InstantUpload path const not longer at two places, only at
InstantUploadService
- new method to create the full path for the instantupload's
- add QUOTA_EXCEEDED to RemoteOperationResult.ResultCode enum to hande
http-507 from oc
- handle RuntimeException at connection lost as HOST_NOT_AVAILABLE
- add the error message for failed uploads for every not uploaded
picture, espacially  for QUOTA_EXCEEDED is it necessary to show that to
the user
res/values-de/strings.xml
res/values/strings.xml
src/com/owncloud/android/db/DbHandler.java
src/com/owncloud/android/files/InstantUploadBroadcastReceiver.java
src/com/owncloud/android/files/services/FileUploader.java
src/com/owncloud/android/files/services/InstantUploadService.java
src/com/owncloud/android/operations/RemoteOperationResult.java
src/com/owncloud/android/ui/activity/InstantUploadActivity.java
src/com/owncloud/android/utils/FileStorageUtils.java