David A. Velasco
|
757f9027f5
|
Updating language strings; some hardcoded strings moved to strings.xml; workaround for bug in error popup
|
2012-11-29 11:28:34 +01:00 |
|
David A. Velasco
|
a1c538db20
|
Some cleanup
|
2012-11-27 15:15:17 +01:00 |
|
David A. Velasco
|
fd9086a883
|
New policy: uploaded files are copied to the local storage ownCloud directory bu default
|
2012-11-27 14:28:19 +01:00 |
|
David A. Velasco
|
b83064eb83
|
Merge pull request #7 from Mic92/master
Fix Typos in DbHandler
|
2012-11-26 04:05:08 -08:00 |
|
David A. Velasco
|
264580cc33
|
Version bump: 1.3.15
|
2012-11-23 14:58:23 +01:00 |
|
David A. Velasco
|
a7cbc53251
|
Merge branch 'long_press'
|
2012-11-23 14:32:58 +01:00 |
|
David A. Velasco
|
ba52dfdf9d
|
Updated 'always download' item in context menu on list of files to 'download / refresh' item , such as in details view
|
2012-11-23 14:30:36 +01:00 |
|
David A. Velasco
|
e4bc3bdadc
|
Workaround to show hidden accents in options menu
|
2012-11-23 12:00:26 +01:00 |
|
David A. Velasco
|
4c50eb4d2d
|
Merge of master after sync_review was merged into it
|
2012-11-23 10:25:06 +01:00 |
|
David A. Velasco
|
3f2081e607
|
Ensure that FileDownloader and FileUploader events are not lost
|
2012-11-22 16:40:00 +01:00 |
|
David A. Velasco
|
60d0a121b7
|
Removal of a folder (or file) not already existing in the server is considered a success
|
2012-11-22 13:35:07 +01:00 |
|
David A. Velasco
|
658267ad79
|
Disable rename and remove actions on folders when some file is uploading or downloading inside
|
2012-11-22 13:06:54 +01:00 |
|
David A. Velasco
|
7fa9885738
|
Fixed crash when a folder is deleted while some of its contained files is downloading
|
2012-11-22 10:51:54 +01:00 |
|
David A. Velasco
|
d49bfd0c77
|
Added title to rename dialog; and some cleaning
|
2012-11-22 10:24:26 +01:00 |
|
David A. Velasco
|
6de96a9817
|
Fix conflict dialog to finish the container activity if BACK is pressed
|
2012-11-21 17:48:56 +01:00 |
|
David A. Velasco
|
ccb796173b
|
Fixed bug: renaming a folder could miss-update the storage path of children not-down files if a download file is in the folder
|
2012-11-21 16:28:20 +01:00 |
|
David A. Velasco
|
f03852032f
|
Fixed old bug reintroduced in instant uploads
|
2012-11-21 16:19:27 +01:00 |
|
David A. Velasco
|
70c663008b
|
Fixed rename of local copy of files
|
2012-11-21 14:48:34 +01:00 |
|
David A. Velasco
|
d0b7df16e7
|
Fixed database update due to renaming folders
|
2012-11-21 14:32:40 +01:00 |
|
David A. Velasco
|
db0e2d0186
|
Reviewed values set to OCFile#mLastSyncDateForData
|
2012-11-21 08:54:15 +01:00 |
|
David A. Velasco
|
9c3dc6d850
|
Fixed crash in initialization of FileObserverService
|
2012-11-20 14:48:44 +01:00 |
|
David A. Velasco
|
38a80be828
|
Fixed lock of buttons in details view when the 'Keep both' option in conflicts dialog is used
|
2012-11-20 14:41:04 +01:00 |
|
David A. Velasco
|
195b009212
|
Fixed 'keep both' action in conflicts dialog (both resulting file were linked to the same local file in the device)
|
2012-11-20 14:12:32 +01:00 |
|
David A. Velasco
|
69ac5b6bfb
|
ConlictsResolveActivity is finished when the user cancels the ConflictsResolverDialog
|
2012-11-20 11:40:58 +01:00 |
|
David A. Velasco
|
3fd56ecff8
|
Fixed bug: inconsistency in isDown() state due to old OCFile object being saved in the OwnCloudFileObserver instances
|
2012-11-20 11:28:27 +01:00 |
|
David A. Velasco
|
9c38fbae1d
|
Buttons in details view are unlocked when after a failed 'refresh' click (due to server is down)
|
2012-11-20 11:00:56 +01:00 |
|
David A. Velasco
|
22a789e8d2
|
Fixed some bugs in the update of OCFile#mLastSyncDateForProperties at account synchronization time ; and some refactoring
|
2012-11-19 15:08:48 +01:00 |
|
David A. Velasco
|
c301865c35
|
Synchronize kept-in-sync files during account synchronization, in both directions and considering conflicts
|
2012-11-16 16:23:45 +01:00 |
|
David A. Velasco
|
3defb175cb
|
Bug fixed: download followed by refresh always resulted in upload, although the file was not changed
|
2012-11-16 10:28:46 +01:00 |
|
David A. Velasco
|
a7ee15e023
|
Renaming confussing token
|
2012-11-16 09:42:51 +01:00 |
|
David A. Velasco
|
97dd59063b
|
Fixed bug: when a file is checked as 'keep in sync' and the immediate synchronization results in an upload, when this finish the 'kepp in sync' check was being forgotten; not more
|
2012-11-15 19:29:30 +01:00 |
|
David A. Velasco
|
ff2271a8c5
|
Download button in file details view upgraded to sync file content in both directions
|
2012-11-15 17:18:04 +01:00 |
|
David A. Velasco
|
bd38627e14
|
Fixed lack of observance for files that are set as favourites when never were download before
|
2012-11-14 15:00:53 +01:00 |
|
David A. Velasco
|
b12ca42b45
|
Studying lack of upload when a file that was not previously down is set as favourite, then immediately opened and modified [WIP]
|
2012-11-13 16:01:13 +01:00 |
|
David A. Velasco
|
925a0554e5
|
Granted update of modificationTimestamp with the end of downloads and uploads
|
2012-11-13 15:59:05 +01:00 |
|
David A. Velasco
|
aef73a5263
|
Context handling made consistent
|
2012-11-13 11:38:00 +01:00 |
|
David A. Velasco
|
4460e43145
|
Grant that a favourite file in the device is watched if a redownload fails
|
2012-11-13 10:39:37 +01:00 |
|
David A. Velasco
|
e7b5284983
|
Remove observed file when requested although the list of observed had to be reinitialized
|
2012-11-13 10:26:35 +01:00 |
|
David A. Velasco
|
9aab2d26da
|
Fixed local path NULL when making favourite a file not down ; fixed change of local path for uploaded file when redownloading
|
2012-11-12 15:20:00 +01:00 |
|
David A. Velasco
|
85e9a40dbe
|
Fixed update of right fragment when actions in the context menu of the left fragment are completed, in large-landscape devices
|
2012-11-08 17:21:45 +01:00 |
|
David A. Velasco
|
405e801bf6
|
Fixed icon that toggles password visibility
|
2012-11-08 10:09:47 +01:00 |
|
David A. Velasco
|
0438f77560
|
More polite return for menus
|
2012-11-07 15:31:09 +01:00 |
|
David A. Velasco
|
ac6b3d25ac
|
Open, download and cancel operations linked to contextual menu for files
|
2012-11-07 14:17:58 +01:00 |
|
Bartek Przybylski
|
0348e3df37
|
increase synchronization period to 24h
|
2012-11-06 16:51:42 +01:00 |
|
David A. Velasco
|
500cbf9cea
|
New items in the context menu for files (not folders), depending upon its state
|
2012-11-06 15:13:27 +01:00 |
|
David A. Velasco
|
1baa27a440
|
Rename of folders completed (by now)
|
2012-11-06 13:35:08 +01:00 |
|
David A. Velasco
|
b27ebf0310
|
Removal of folders completed
|
2012-11-05 15:44:09 +01:00 |
|
Bartek Przybylski
|
4d214fa59a
|
new verison of actionbarsherlock
|
2012-11-01 20:08:04 +01:00 |
|
Jörg Thalheim
|
2befbc8914
|
fix typo in classname: OpenerHepler -> OpenerHelper
|
2012-10-31 19:27:11 +01:00 |
|
Jörg Thalheim
|
3aaae90b9b
|
fix typo in database schema
|
2012-10-31 19:24:35 +01:00 |
|