David A. Velasco
|
d8de614d78
|
Some cleanup and methods renamed in FileDataStorageManager
|
2013-10-14 13:00:49 +02:00 |
|
David A. Velasco
|
5b8731873e
|
Removed interface DataStorageManager
|
2013-10-14 12:33:19 +02:00 |
|
David A. Velasco
|
fc2baec2f6
|
Fixed search of an existing current folder when the activity detects that the current folder does not exist any more
|
2013-10-08 11:17:20 +02:00 |
|
David A. Velasco
|
23c9be24a2
|
Clean up of synchronization code
|
2013-10-04 15:07:05 +02:00 |
|
masensio
|
a8fade7369
|
OC-1508: App crashes when changing the orientation
|
2013-10-01 12:56:28 +02:00 |
|
masensio
|
fdf2cae2ce
|
Merge branch 'develop' into refresh_folder_contents_when_browsed_into
|
2013-09-24 14:57:45 +02:00 |
|
masensio
|
e2e1e62e45
|
Changes from comments of PR
|
2013-09-24 14:54:46 +02:00 |
|
masensio
|
b884276998
|
OC-1130: Change the old dialog by the new dialog.
|
2013-09-19 13:29:25 +02:00 |
|
masensio
|
776c6f1ffd
|
OC-1230
|
2013-09-11 09:08:21 +02:00 |
|
masensio
|
e0b1e23e45
|
OC-1194: Adapt Sync Process using etag
|
2013-09-09 14:42:06 +02:00 |
|
masensio
|
50067ee42b
|
Fix bug: When you browses up, the folder and files dissapears
|
2013-09-04 10:25:27 +02:00 |
|
masensio
|
2948f1053e
|
OC-922: Synchronize folder, refresh folder size
|
2013-08-23 14:53:07 +02:00 |
|
masensio
|
472b360675
|
OC-922: Refresh of folder
|
2013-08-22 19:11:30 +02:00 |
|
David A. Velasco
|
fffa77e211
|
Merge remote-tracking branch 'origin/bug_folder_size_delay' into bug_folder_size_delay
|
2013-07-09 13:25:43 +02:00 |
|
masensio
|
eee74aa5f2
|
OC-575: Update the size of a folder in DB during the sync. OC-523
|
2013-07-09 13:16:40 +02:00 |
|
masensio
|
994e81d7ce
|
OC-575: Update the size of a folder in DB during the sync. OC-523
|
2013-07-04 18:47:38 +02:00 |
|
David A. Velasco
|
fb500a906c
|
Fixed lost of state of list of files in orientation changes
|
2013-06-28 13:35:03 +02:00 |
|
David A. Velasco
|
5b792b0440
|
Merge branch 'develop' into check_account_existance_in_gallery
|
2013-06-28 11:58:43 +02:00 |
|
David A. Velasco
|
c4ac05dee2
|
REFACTORING: moved AccountUtils to .authentication package
|
2013-06-18 11:34:08 +02:00 |
|
David A. Velasco
|
10b014a19a
|
Fixed bad transitions after adding protection for removed accounts to PreviewVideoActivity
|
2013-06-17 11:16:39 +02:00 |
|
David A. Velasco
|
782186f5b1
|
Removed 'download' and 'open with' options from contextual menu in list of files
|
2013-06-10 14:21:24 +02:00 |
|
David A. Velasco
|
c70f333358
|
REFACTORING: fix layout problems in orientation changes after removing FileDetailActivity
|
2013-06-04 14:30:29 +02:00 |
|
David A. Velasco
|
fd39628997
|
REFACTORING: FileDetailActivity never more - simplifies transitions and removes bugs in orientation changes
|
2013-05-30 17:53:21 +02:00 |
|
David A. Velasco
|
99d5800234
|
Improved algorithm to open files with external apps: MIME type identified by the system is prefered before than the saved one from the server
|
2013-05-28 10:29:03 +02:00 |
|
David A. Velasco
|
edb380e0cd
|
Code refactored to 'open file' in a single point
|
2013-05-27 15:01:54 +02:00 |
|
David A. Velasco
|
bc1fcf8493
|
Added account existance validation to FileDetailsActivity
|
2013-05-07 13:49:54 +02:00 |
|
David A. Velasco
|
b36914df88
|
Merge branch 'develop' into file_browsing_refactoring
Conflicts:
AndroidManifest.xml
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
src/com/owncloud/android/ui/fragment/FileDetailFragment.java
|
2013-05-06 10:48:43 +02:00 |
|
David A. Velasco
|
6496b9200d
|
Video embedded mantains its playback state when the device is turned to other orientation
|
2013-04-26 14:02:17 +02:00 |
|
David A. Velasco
|
2946d8dd69
|
Merge branch 'develop' into oauth_login
Conflicts:
AndroidManifest.xml
res/values/strings.xml
src/com/owncloud/android/Uploader.java
src/com/owncloud/android/authentication/AccountAuthenticator.java
src/com/owncloud/android/authenticator/AuthenticationRunnable.java
src/com/owncloud/android/authenticator/OnAuthenticationResultListener.java
src/com/owncloud/android/authenticator/OnConnectCheckListener.java
src/com/owncloud/android/files/InstantUploadBroadcastReceiver.java
src/com/owncloud/android/files/services/FileDownloader.java
src/com/owncloud/android/files/services/FileOperation.java
src/com/owncloud/android/files/services/FileUploader.java
src/com/owncloud/android/network/OwnCloudClientUtils.java
src/com/owncloud/android/operations/RemoteOperationResult.java
src/com/owncloud/android/operations/UpdateOCVersionOperation.java
src/com/owncloud/android/syncadapter/FileSyncAdapter.java
src/com/owncloud/android/ui/activity/AccountSelectActivity.java
src/com/owncloud/android/ui/activity/AuthenticatorActivity.java
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
src/com/owncloud/android/ui/fragment/FileDetailFragment.java
src/eu/alefzero/webdav/WebdavClient.java
|
2013-04-25 19:39:22 +02:00 |
|
David A. Velasco
|
6a6d83311f
|
Avoid duplicated 'refresh file' entry in context menu on an item in the list of files
|
2013-04-24 11:04:23 +02:00 |
|
David A. Velasco
|
850d7a115d
|
Fixed: hide all the actions for single file when none of them is selected in the landscape view
|
2013-04-22 15:11:09 +02:00 |
|
David A. Velasco
|
803568ab27
|
Moved buttons in details view to options/action menu
|
2013-04-22 14:34:42 +02:00 |
|
David A. Velasco
|
bdc0332c23
|
Copyright note fixes
|
2013-04-17 12:26:13 +02:00 |
|
David A. Velasco
|
5bcfed8eae
|
Select name of file in the 'rename' dialog, excluding extension
Conflicts:
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
|
2013-04-15 14:29:30 +02:00 |
|
David A. Velasco
|
c3ca5b5a4f
|
Merge branch 'develop' into loggingtool
Conflicts:
AndroidManifest.xml
res/menu/main_menu.xml
src/com/owncloud/android/datamodel/OCFile.java
src/com/owncloud/android/files/services/FileDownloader.java
src/com/owncloud/android/files/services/InstantUploadService.java
src/com/owncloud/android/operations/SynchronizeFileOperation.java
src/com/owncloud/android/operations/UploadFileOperation.java
src/com/owncloud/android/ui/activity/FileDetailActivity.java
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
src/com/owncloud/android/ui/activity/UploadFilesActivity.java
src/com/owncloud/android/ui/fragment/FileDetailFragment.java
src/com/owncloud/android/ui/fragment/OCFileListFragment.java
src/eu/alefzero/webdav/ChunkFromFileChannelRequestEntity.java
src/eu/alefzero/webdav/FileRequestEntity.java
src/eu/alefzero/webdav/WebdavClient.java
|
2013-04-15 13:12:04 +02:00 |
|
David A. Velasco
|
77ddd1ccb6
|
Merge branch 'develop' into feature_previews
Conflicts:
AndroidManifest.xml
res/menu/file_context_menu.xml
res/menu/menu.xml
res/values-de-rDE/strings.xml
res/values/strings.xml
src/com/owncloud/android/files/services/FileUploader.java
src/com/owncloud/android/operations/UploadFileOperation.java
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
|
2013-04-04 16:44:30 +02:00 |
|
David A. Velasco
|
69d6d821ec
|
OAuth clean-up and refactoring
|
2013-03-21 12:21:48 +01:00 |
|
David A. Velasco
|
5665d9c306
|
Merge tag 'oc-android-1-3-22' into oauth_login
Conflicts:
AndroidManifest.xml
src/com/owncloud/android/authenticator/AuthenticationRunnable.java
src/com/owncloud/android/authenticator/OnAuthenticationResultListener.java
src/com/owncloud/android/authenticator/OnConnectCheckListener.java
src/com/owncloud/android/files/services/FileOperation.java
src/com/owncloud/android/files/services/InstantUploadService.java
src/com/owncloud/android/ui/activity/AuthenticatorActivity.java
|
2013-03-18 14:28:49 +01:00 |
|
David A. Velasco
|
ce7f7fa48c
|
Update image of play/pause button when audio playback starts
|
2013-03-12 14:36:31 +01:00 |
|
zerginator
|
8e36e7cc3e
|
This wraps the android.util.logging into Log_OC which , if its enabled
in the app, logs the logcat into a file. It also includes the phone
information (MODEL, VERSION...)
https://github.com/owncloud/android/issues/97
|
2013-03-12 07:56:27 +01:00 |
|
David A. Velasco
|
a0e4e7ea97
|
Fixed audio preview loop got when a tablet is torned to portrait orientation while audio preview is playing in landscape, and then the preview is left with BACK
|
2013-02-28 13:26:43 +01:00 |
|
David A. Velasco
|
d0767f1a4f
|
Fixed automatic playback of media previews after download, in portrait orientation
|
2013-02-28 11:42:47 +01:00 |
|
David A. Velasco
|
861a8bfb78
|
Fixed update of list of files when downloads finish
|
2013-02-27 10:27:32 +01:00 |
|
David A. Velasco
|
6d4ce68a81
|
Removed useless swipe detection from details view
|
2013-02-26 19:10:07 +01:00 |
|
David A. Velasco
|
2f1aaa8b15
|
Refactoring and clean-up of fragment for media previews
|
2013-02-26 19:04:42 +01:00 |
|
David A. Velasco
|
a3aca94694
|
Fixed automatic download for a not downloaded image file when previewing it
|
2013-02-26 13:17:44 +01:00 |
|
David A. Velasco
|
fc2af5b03e
|
Automatic preview after download in PreviewImageActivity
|
2013-02-26 12:33:28 +01:00 |
|
David A. Velasco
|
cb66b59918
|
Minimize new fragment to monitor the progress of file download
|
2013-02-25 15:19:18 +01:00 |
|
David A. Velasco
|
d7e0519294
|
Added view pager for scrolling image previews with horizontal swipe
|
2013-02-25 14:33:16 +01:00 |
|
David A. Velasco
|
3d272eb753
|
Force preview of images in 'full screen'
|
2013-02-25 12:24:14 +01:00 |
|