loripino21
|
3f8a56274e
|
Update FileStorageUtils.java
|
2014-09-01 11:58:53 +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 |
|
David A. Velasco
|
6619154839
|
Removed lost dependencies and unneeded parameters; updated library reference
|
2014-06-18 17:03:56 +02:00 |
|
masensio
|
f2320691b3
|
Update branding: instead of specific option, make that using SAML authentication implies enabling the SingleSessionManager.
|
2014-06-16 13:18:29 +02:00 |
|
masensio
|
cb21f379d7
|
Remove some imports
|
2014-06-16 13:18:05 +02:00 |
|
David A. Velasco
|
781c70ac9f
|
Updated app to new OwnCloudClientManager#removeClient method, with OwnCloudAccount parameter
|
2014-06-13 15:09:48 +02:00 |
|
David A. Velasco
|
8b3c9f14dc
|
Using default singleton OwnCloudClientManager instead of holding a reference in application context
|
2014-06-13 13:44:36 +02:00 |
|
David A. Velasco
|
37236f0faa
|
Adapted code to use single OwnCloudClientManager#getClientFor(...) method
|
2014-06-13 12:52:21 +02:00 |
|
masensio
|
7d1dc8fc5d
|
Remove Saving Cookies in FileActivity
|
2014-06-13 10:46:07 +02:00 |
|
David A. Velasco
|
7958161d25
|
Adapted code to URIs refactoring in OwnCloudClient
|
2014-06-13 09:26:56 +02:00 |
|
David A. Velasco
|
6326d6f565
|
Refactored build of account names into the library
|
2014-06-12 16:45:33 +02:00 |
|
David A. Velasco
|
d95d2ac856
|
App adapted to replacement of OwnCloudClientMap for interface OwnCloudClientManager in ownCloud library
|
2014-06-12 09:00:08 +02:00 |
|
masensio
|
8dc6b0f62d
|
Call saveAllClients in OperationsService#onDestroy
|
2014-06-10 13:07:24 +02:00 |
|
masensio
|
7c57d702ca
|
Merge remote-tracking branch 'origin/add_cookie_based_session_support' into add_cookie_based_session_support
|
2014-06-10 13:01:11 +02:00 |
|
David A. Velasco
|
310a8da622
|
Removed last direct dependency on OwnCloudClientFactory to get all the OwnCloudClient instances through OwnCloudClientMap
|
2014-06-10 12:52:03 +02:00 |
|
masensio
|
7eb92cd253
|
Remove some imports
|
2014-06-10 12:03:08 +02:00 |
|
masensio
|
a8ed64f5b7
|
Save cookies in FileActivity#onPause
|
2014-06-09 15:07:30 +02:00 |
|
masensio
|
48872989d7
|
Merge branch 'develop' into add_cookie_based_session_support
|
2014-06-09 11:48:07 +02:00 |
|