Luke Owncloud
|
0ff6921665
|
git added filesize
improving status messages
|
2014-11-30 20:18:27 +01:00 |
|
Luke Owncloud
|
142b894a7e
|
display complete LATER reason
|
2014-11-30 19:33:21 +01:00 |
|
Luke Owncloud
|
74284856b9
|
remove not needed service looper
|
2014-11-30 18:11:24 +01:00 |
|
Luke Owncloud
|
3dacd2436d
|
update db when retrying upload
allow LATER upload to be cancelled
|
2014-11-30 15:17:40 +01:00 |
|
Luke Owncloud
|
9e6d8c1b58
|
set charging only default to false
add message for LATER status
enable retry option for all not-succeeded uploads
|
2014-11-30 15:05:18 +01:00 |
|
Luke Owncloud
|
9445692878
|
fix cancel upload
add remove single upload from list
add retry upload
|
2014-11-28 14:01:19 +01:00 |
|
Luke Owncloud
|
4518da5d03
|
fix progress notifications
fix handling multiple uploads with same filepath key
|
2014-11-28 11:20:11 +01:00 |
|
Luke Owncloud
|
7d2f573f6d
|
added debug output
|
2014-11-27 17:03:48 +01:00 |
|
Luke Owncloud
|
86eccab464
|
show details on simple click
|
2014-11-27 16:52:17 +01:00 |
|
Luke Owncloud
|
cf63d7ce0e
|
remove on long click, add context menu instead
|
2014-11-27 16:40:52 +01:00 |
|
Luke Owncloud
|
397dd7b5b2
|
fix on click handler
added on long click handler
|
2014-11-27 15:56:09 +01:00 |
|
Luke Owncloud
|
eaab185720
|
introduce divisions in upload list view
|
2014-11-27 14:26:31 +01:00 |
|
Luke Owncloud
|
37d3a72960
|
add ExpandableListFragment which is inherits from ExtendedListFragment
Only difference: it uses an ExpandableListView which supports dividing list into groups
|
2014-11-27 11:56:24 +01:00 |
|
Luke Owncloud
|
4018af1373
|
commenting
|
2014-11-27 10:07:04 +01:00 |
|
Luke Owncloud
|
28de702398
|
prepare delayed uploads
commenting
|
2014-11-27 10:00:10 +01:00 |
|
Luke Owncloud
|
d7499fdd0d
|
moved upload helpers to UploadUtils
|
2014-11-27 09:02:12 +01:00 |
|
Luke Owncloud
|
949c2ae3c0
|
restructuring
added for uploading KEY_WHILE_CHARGING_ONLY
|
2014-11-27 08:58:53 +01:00 |
|
Luke Owncloud
|
d08e4369f7
|
open UploadListActivity on click on upload failure notification
|
2014-11-26 14:46:23 +01:00 |
|
Luke Owncloud
|
6ca1c343d6
|
remove debug tag
|
2014-11-26 14:39:17 +01:00 |
|
Luke Owncloud
|
d1386ea140
|
Use OCFile inside UploadDbObject,
made OCFile serializable (requires casts to make invocation of Intent.putExtra() unambiguous)
|
2014-11-26 13:56:55 +01:00 |
|
Luke Owncloud
|
39abd71e82
|
fixed multiple calls of ConnectivityActionReceiver
|
2014-11-26 12:34:54 +01:00 |
|
Luke Owncloud
|
8e9cf480ab
|
added log output
fix multiple calls of ConnectivityActionReceiver
|
2014-11-26 12:28:29 +01:00 |
|
Luke Owncloud
|
d3be204240
|
use FileStorageUtils.fillOCFile in SynchronizeFolderOperation
|
2014-11-26 10:03:51 +01:00 |
|
Luke Owncloud
|
8f768d8224
|
added click action for UploadListActivity
|
2014-11-26 10:02:04 +01:00 |
|
Luke Owncloud
|
e0e9a7c6ce
|
remove debug cmd
|
2014-11-26 07:44:04 +01:00 |
|
Luke Owncloud
|
07147e8cb6
|
start FileUploadService on app start
add comments
filter duplicate photos in InstantUploadBroadcastReceiver
|
2014-11-26 07:32:29 +01:00 |
|
Luke Owncloud
|
df7ca603d5
|
fixing double upload issues
|
2014-11-25 21:16:43 +01:00 |
|
Luke Owncloud
|
b1e5654539
|
undo classpath change
|
2014-11-25 21:16:30 +01:00 |
|
Luke Owncloud
|
71c1bfb0d1
|
removed obsolete file
|
2014-11-25 17:01:29 +01:00 |
|
Luke Owncloud
|
1096f40b8d
|
making UploadService an IntentService
added menu for uploadListActivity
created separate ConnectivityActionReceiver
|
2014-11-25 16:59:34 +01:00 |
|
Luke Owncloud
|
4d07fcc1a1
|
Merge remote-tracking branch 'upstream/develop' into reliable_uploads
Conflicts:
src/com/owncloud/android/ui/activity/UploadFilesActivity.java
|
2014-11-25 14:28:05 +01:00 |
|
Jenkins for ownCloud
|
137105a38a
|
[tx-robot] updated from transifex
|
2014-11-24 01:13:31 -05:00 |
|
Jenkins for ownCloud
|
2d66aa1dd7
|
[tx-robot] updated from transifex
|
2014-11-22 01:13:44 -05:00 |
|
David A. Velasco
|
e901b609ba
|
Merge pull request #740 from owncloud/revert-669-master
Revert "Add "select all" option to photo (or other) upload screen"
|
2014-11-21 12:23:27 +01:00 |
|
jabarros
|
85d5035cbd
|
Merge pull request #722 from ogasser/idn_share_fix
Convert IDN from ASCII to Unicode in Upload Dialog
|
2014-11-21 10:56:08 +01:00 |
|
Luke Owncloud
|
97aa4e266b
|
Merge branch 'develop' of github.com:owncloud/android into reliable_uploads
Conflicts:
src/com/owncloud/android/files/services/FileUploadService.java
src/com/owncloud/android/operations/UploadFileOperation.java
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
|
2014-11-20 13:36:46 +01:00 |
|
Jenkins for ownCloud
|
ddfe992cbf
|
[tx-robot] updated from transifex
|
2014-11-20 01:13:29 -05:00 |
|
David A. Velasco
|
a98f14ecc3
|
Merge pull request #721 from owncloud/nea_upload_files
Fix upload of files from DocumentsProvider in Android > 4.4
|
2014-11-19 11:26:27 +01:00 |
|
David A. Velasco
|
d737103a77
|
Merge branch 'develop' into nea_upload_files
|
2014-11-19 11:11:15 +01:00 |
|
David A. Velasco
|
703366c459
|
Fix failed uploads when display name of file brough from external apps includes separator or path-separator characters
|
2014-11-19 11:05:32 +01:00 |
|
David A. Velasco
|
3aed2954f3
|
Merge pull request #736 from owncloud/fix_refresh_account_lollipop
Fix 'refresh account' action in Lollipop
|
2014-11-19 10:50:36 +01:00 |
|
Raquel
|
4e72aac677
|
Merge branch 'develop' into fix_refresh_account_lollipop
|
2014-11-19 09:31:19 +01:00 |
|
Jenkins for ownCloud
|
bb8a10f735
|
[tx-robot] updated from transifex
|
2014-11-19 01:13:30 -05:00 |
|
jabarros
|
387374bed2
|
Fix errors in Frechn translations and reaname var in FileDisplayActivity
|
2014-11-18 10:35:52 +01:00 |
|
jabarros
|
3137438cd5
|
Merge branch 'develop' into nea_upload_files
|
2014-11-18 10:22:04 +01:00 |
|
Jenkins for ownCloud
|
d3bfbb8568
|
[tx-robot] updated from transifex
|
2014-11-18 01:13:34 -05:00 |
|
jabarros
|
bd6f9b384b
|
Merge pull request #729 from owncloud/tls_v1.1_and_v1.2_support
Update reference to library after upgrading TLS support
|
2014-11-17 15:26:08 +01:00 |
|
David A. Velasco
|
4d04e70d12
|
Update reference to library after upgrading TLS support
|
2014-11-17 15:18:38 +01:00 |
|
jabarros
|
6224f73544
|
Fix crash in Android Lollipop when cliking on refresh the whole account
|
2014-11-17 14:07:48 +01:00 |
|
jabarros
|
05cb87c172
|
Update library reference
|
2014-11-17 13:51:04 +01:00 |
|