jabarros
|
fcb556eb2d
|
Show appropiate message and update library reference
|
2014-08-04 10:21:48 +02:00 |
|
David A. Velasco
|
41666b2d6c
|
Merge pull request #578 from owncloud/show_message_for_empty_list
Show background message when list of files is empty
|
2014-07-30 09:40:17 +02:00 |
|
jabarros
|
ac18a468e8
|
Changes after CR
|
2014-07-30 09:35:31 +02:00 |
|
jabarros
|
1d8f734e6d
|
Changes after CR
|
2014-07-29 15:08:49 +02:00 |
|
jabarros
|
5335975717
|
Fixed bug. It is not possible to refresh folder when it is empty
|
2014-07-29 15:04:06 +02:00 |
|
jabarros
|
bbbc486d53
|
Fixed bug when comming back to a zoomed photo, it is not zoom
|
2014-07-29 13:16:07 +02:00 |
|
jabarros
|
20bb37701c
|
Use Extended view pager and set onTouchListener into image forshow/hide the action bar
|
2014-07-29 08:26:10 +02:00 |
|
jabarros
|
154a3949f2
|
Save message in onSaveInstanceState when folder is empty for allowing that it disappears if device orientation is changed
|
2014-07-28 13:06:29 +02:00 |
|
jabarros
|
a8c4271673
|
Change element ImageView of preview image fragment for TouchImageView in order to allow make zoom on the image
|
2014-07-28 11:11:28 +02:00 |
|
jabarros
|
d90b10d00c
|
Fixed bug related when changing orientation of device, message for empty folders disappear
|
2014-07-28 10:12:54 +02:00 |
|
jabarros
|
89e7ad9e67
|
Show message when the file list is being loading and when it is empty
|
2014-07-25 13:13:58 +02:00 |
|
David A. Velasco
|
f5e3f97ef1
|
Removed conflict mark
|
2014-07-25 09:14:07 +02:00 |
|
jabarros
|
2b21d67791
|
Add case for when trying to download a file that is no longer available on the server
|
2014-07-25 09:11:21 +02:00 |
|
jabarros
|
61c8f7f083
|
Upgrade notifications on status bar when uploading to show proper message about fails due to lack of permissions and removed FailedUploaderActivity
|
2014-07-25 09:11:20 +02:00 |
|
jabarros
|
a28fa921c9
|
Update ErrorMessageAdapter class to generate appropiate error messages for operations failed due to lack of permissions (ResultCode.FORBIDDEN)
|
2014-07-25 09:10:26 +02:00 |
|
David A. Velasco
|
fa326f51c8
|
Fixed use of removed text messages unnoticed before updating all the languages
|
2014-07-25 08:45:39 +02:00 |
|
jabarros
|
fb1a4bad59
|
Add message when LocalFileList and OCFileLIst are empty
|
2014-07-24 18:34:12 +02:00 |
|
David A. Velasco
|
9778f720dc
|
Fixed bug: failed upload notification not appearing in Android 2.x devices
|
2014-07-14 14:50:02 +02:00 |
|
jabarros
|
055be96386
|
Remove InstantUploadActivity and related resources
|
2014-07-14 08:40:16 +02:00 |
|
David A. Velasco
|
e5f20fb85b
|
Update reference to library
|
2014-07-10 13:08:54 +02:00 |
|
David A. Velasco
|
49c69609ea
|
Merge branch 'develop' into release-1.5.8
|
2014-07-09 12:27:35 +02:00 |
|
jabarros
|
8699c0414e
|
Merge pull request #556 from owncloud/fix_bug_in_favorites_sync
Fixed bug in favorites sync affecting editors that replace a file with a work copy instead of directly writing the file
|
2014-07-09 11:47:26 +02:00 |
|
jabarros
|
96e2d198e0
|
Merge branch 'develop' into release-1.5.8
|
2014-07-08 13:03:09 +02:00 |
|
David A. Velasco
|
c880929ffd
|
Fixed last minute bugs, and clean up
|
2014-07-08 12:51:01 +02:00 |
|
David A. Velasco
|
e610046e0d
|
Watch for replacements of favorite file besides than direct notifications
|
2014-07-08 10:26:54 +02:00 |
|
David A. Velasco
|
e2a7e9bbf9
|
Watch local changes of kept-in-sync files by observing their parent folder, instead of the file itself
|
2014-07-08 10:26:53 +02:00 |
|
David A. Velasco
|
5205fe22ae
|
Avoid the app crashes at every start due to a stuck obsolete broadcast
intent.
|
2014-07-08 10:24:37 +02:00 |
|
jabarros
|
dba9c3a64d
|
Create observer class for parent folders
|
2014-07-08 10:24:36 +02:00 |
|
David A. Velasco
|
6647790620
|
Testing observance on parent folders to deal with apps that replace a favorite file (delete it) when updating it
|
2014-07-08 10:22:54 +02:00 |
|
David A. Velasco
|
014096ab2d
|
Improved release of resources in FileObserverService#onDestroy
|
2014-07-08 10:21:38 +02:00 |
|
David A. Velasco
|
115032a36e
|
Clean up FileObserverService to avoid redundant instances of OwnCloudFileObservers that may be driving mad inotify in some Android devices
|
2014-07-08 10:21:37 +02:00 |
|
jabarros
|
a1f52fe73b
|
Modify OwncloudFileObserver for enforcing watching the file when an external app cancelled the watch and added a handler for startWatching again
|
2014-07-08 10:17:02 +02:00 |
|
jabarros
|
0bca42bcd8
|
Remove unused class FailedUploadActivity and related resources
|
2014-07-07 13:52:13 +02:00 |
|
jabarros
|
ce871c126b
|
Show 'downloaded' icon over the file icon
|
2014-07-07 10:58:45 +02:00 |
|
jabarros
|
42946bcc6d
|
Show folder icon with world above on the left side of any folder that is publicity shared
|
2014-07-07 10:10:18 +02:00 |
|
David A. Velasco
|
dacc14a882
|
Merge remote-tracking branch 'origin/develop' into add_cookie_based_session_support
|
2014-07-01 14:21:26 +02:00 |
|
David A. Velasco
|
fe4fc7a612
|
Fixed typos from 'shareWhatever' to 'sharedWhatever', and updated reference to library
|
2014-07-01 09:59:38 +02:00 |
|
jabarros
|
f5a4c6bc9f
|
Fixed bug. In the uploads view, folders and files are shown as shared
|
2014-07-01 09:59:37 +02:00 |
|
jabarros
|
bb2830fd73
|
Fixed bug. Regular files are showing folder icon
|
2014-07-01 09:59:35 +02:00 |
|
David A. Velasco
|
947063c193
|
Fixed typo breaking upgrade of database version to add remote_id column
|
2014-07-01 09:59:34 +02:00 |
|
jabarros
|
440c703752
|
Increase db version number
|
2014-07-01 09:59:33 +02:00 |
|
jabarros
|
be0990baac
|
Hide 'shared with me' icon when file does not have 'S' permission
|
2014-07-01 09:59:31 +02:00 |
|
jabarros
|
1e8337fbce
|
Update class FileListAdapter to show new icon for a file and folder that includes 'S' in the permission property. Changed list item layout for showing 'sharedlink' and 'shared with me' icons.
|
2014-07-01 09:59:30 +02:00 |
|
jabarros
|
8a1e3f743e
|
Add column 'Remote_Id' to the local files db. Create upgrade for 'Permissions' and 'Remote_id' db changes.
|
2014-07-01 09:59:28 +02:00 |
|
jabarros
|
80f6250604
|
Update class OCFile to include value of permissions column into db as a field. Modify SyncronizeFolderOperation and FileStorageUtils for setting permissions value
|
2014-07-01 09:59:28 +02:00 |
|
jabarros
|
ba4386008a
|
Modify FileDataStorageManager for adding permission value to ContentValue
|
2014-07-01 09:59:27 +02:00 |
|
jabarros
|
0544e3a18d
|
Add column 'Permissions' to the local files db
|
2014-07-01 09:59:26 +02:00 |
|
David A. Velasco
|
41705bd284
|
Updated ticker and title messages for notification of failed synchronization due to expired credentials
|
2014-06-26 11:21:30 +02:00 |
|
David A. Velasco
|
4f0dd59921
|
Fixed bug in update of SAML2 token after expiration
|
2014-06-26 10:26:05 +02:00 |
|
David A. Velasco
|
78a2ba5868
|
Fixed redirection to login view from failed notifications when click on
|
2014-06-25 17:04:02 +02:00 |
|