David A. Velasco [Mon, 16 Jul 2012 10:54:18 +0000 (12:54 +0200)]
Testing synchronization cancelation
David A. Velasco [Mon, 16 Jul 2012 09:34:37 +0000 (11:34 +0200)]
Trigger synchronization when current account is changed; remove redundant accounts list in preferences
David A. Velasco [Fri, 13 Jul 2012 12:46:40 +0000 (14:46 +0200)]
More fixes to PIN code
David A. Velasco [Fri, 13 Jul 2012 09:14:10 +0000 (11:14 +0200)]
Still better for progress circle initialization: looks like apply it after setContentView(..) has the best result
David A. Velasco [Fri, 13 Jul 2012 08:10:58 +0000 (10:10 +0200)]
Avoid the progress circle is visible when starting the app after updating it in the device
Bartek Przybylski [Thu, 12 Jul 2012 20:26:33 +0000 (22:26 +0200)]
make preview a bit smaller than screen width
Bartek Przybylski [Thu, 12 Jul 2012 20:02:30 +0000 (22:02 +0200)]
reduce permissions, optimize bitmap displaying
Bartek Przybylski [Thu, 12 Jul 2012 17:52:56 +0000 (19:52 +0200)]
load bitmap asynchronously on preview
David A. Velasco [Thu, 12 Jul 2012 15:49:29 +0000 (17:49 +0200)]
Avoid double query to the ContentResolver when listing the contents of a folder
David A. Velasco [Thu, 12 Jul 2012 11:49:21 +0000 (13:49 +0200)]
File removal in server completed
David A. Velasco [Thu, 12 Jul 2012 08:55:47 +0000 (10:55 +0200)]
Fixed confirmation dialog for deletion
David A. Velasco [Thu, 12 Jul 2012 08:17:32 +0000 (10:17 +0200)]
Compatibility fix in renaming for Android API < 12
David A. Velasco [Wed, 11 Jul 2012 16:46:47 +0000 (18:46 +0200)]
Delete remote file - confirmation dialog added
Bartek Przybylski [Wed, 11 Jul 2012 18:24:50 +0000 (20:24 +0200)]
update local filename only when rename succeed
David A. Velasco [Wed, 11 Jul 2012 16:59:59 +0000 (18:59 +0200)]
Some fixes to PIN code
David A. Velasco [Wed, 11 Jul 2012 16:47:27 +0000 (18:47 +0200)]
Merge branch 'master', remote-tracking branch 'origin'
Bartek Przybylski [Wed, 11 Jul 2012 15:23:50 +0000 (17:23 +0200)]
addming missing file, show softkeyborad on pin activity and change name activity
David A. Velasco [Wed, 11 Jul 2012 11:51:57 +0000 (13:51 +0200)]
Trying to improve synchronization performance with database batched operations
David A. Velasco [Wed, 11 Jul 2012 08:47:15 +0000 (10:47 +0200)]
Temporal layout for rename
Bartek Przybylski [Tue, 10 Jul 2012 20:52:31 +0000 (22:52 +0200)]
messy rename file
Bartek Przybylski [Tue, 10 Jul 2012 16:07:05 +0000 (18:07 +0200)]
delete file after download failed, correctly send message about download fail
Bartek Przybylski [Mon, 9 Jul 2012 15:16:56 +0000 (17:16 +0200)]
dont loose keep in sync state when syncing
David A. Velasco [Mon, 9 Jul 2012 13:19:44 +0000 (15:19 +0200)]
Strings extracted from PinCodeActivity to resources
David A. Velasco [Mon, 9 Jul 2012 13:10:26 +0000 (15:10 +0200)]
Better policy to show PIN Code
David A. Velasco [Mon, 9 Jul 2012 12:24:13 +0000 (14:24 +0200)]
Avoid null pointer exception when the details fragment is empty
David A. Velasco [Mon, 9 Jul 2012 09:28:51 +0000 (11:28 +0200)]
Merge remote-tracking branch 'origin/master' into moresync
David A. Velasco [Mon, 9 Jul 2012 09:23:56 +0000 (11:23 +0200)]
More improvements in refresh files list while synchronizing
David A. Velasco [Mon, 9 Jul 2012 09:11:44 +0000 (11:11 +0200)]
Pin code
David A. Velasco [Mon, 9 Jul 2012 07:39:32 +0000 (09:39 +0200)]
Better backwards compatibility in crash logger and images preview
David A. Velasco [Mon, 9 Jul 2012 07:23:42 +0000 (09:23 +0200)]
Fixed bug in creation of database after adding keep_in_sync column
Bartek Przybylski [Mon, 9 Jul 2012 05:24:28 +0000 (07:24 +0200)]
create keep in sync field in db on app setup
Bartek Przybylski [Sun, 8 Jul 2012 14:57:48 +0000 (16:57 +0200)]
keep file in sync and initial commit for file sharing
Bartek Przybylski [Sat, 7 Jul 2012 17:54:46 +0000 (19:54 +0200)]
revert icon to old one
David A. Velasco [Fri, 6 Jul 2012 13:09:13 +0000 (15:09 +0200)]
Some improvements in synchronization and refresh of directory list
David A. Velasco [Fri, 6 Jul 2012 07:27:01 +0000 (09:27 +0200)]
Avoid use of queues to delay recursion
David A. Velasco [Thu, 5 Jul 2012 14:38:59 +0000 (16:38 +0200)]
Fixing null pointers when finding out MIME types from extensions
David A. Velasco [Thu, 5 Jul 2012 13:51:32 +0000 (15:51 +0200)]
Explicit assingment of infinite timeout for uploads and downloads; delete local file when download can't finish
David A. Velasco [Thu, 5 Jul 2012 10:05:00 +0000 (12:05 +0200)]
Completing previous commit
David A. Velasco [Thu, 5 Jul 2012 09:54:12 +0000 (11:54 +0200)]
FileDetailFragment is not reused in double pane view to avoid problems with preview-imaegs and buttons refresh
David A. Velasco [Wed, 4 Jul 2012 13:51:17 +0000 (15:51 +0200)]
Ensure that synchronization indicator in the files list is stopped if unexepected problems interrupt the synchronization
David A. Velasco [Wed, 4 Jul 2012 13:44:59 +0000 (15:44 +0200)]
Small improvements to the refresh of the files list and memory handling while synchronization is running
David A. Velasco [Wed, 4 Jul 2012 12:38:52 +0000 (14:38 +0200)]
Refactoring of main Activities and Fragments to avoid inconsistent states leading to crashes, specially in tablet devices
David A. Velasco [Wed, 4 Jul 2012 08:23:07 +0000 (10:23 +0200)]
Fixed silly bugs introduced when trying to improve list refresh while synchronization
David A. Velasco [Wed, 4 Jul 2012 08:17:29 +0000 (10:17 +0200)]
Cleaned up activities over FileDisplayActivity when current account is changed to avoid problems with BACK button
Lennart Rosam [Tue, 3 Jul 2012 23:37:46 +0000 (01:37 +0200)]
Initial version of FileOperation to encapsulate all events regarding
this
Lennart Rosam [Tue, 3 Jul 2012 23:37:06 +0000 (01:37 +0200)]
Remove version specific check as we do not know when this will be fixed.
Lennart Rosam [Tue, 3 Jul 2012 23:31:05 +0000 (01:31 +0200)]
Small fixes on delete
Lennart Rosam [Tue, 3 Jul 2012 23:06:27 +0000 (01:06 +0200)]
Singleton didn't work (worth a try though ^^) - Make a new constructor
instead
Lennart Rosam [Tue, 3 Jul 2012 22:47:31 +0000 (00:47 +0200)]
tryToLogin must get parameters now
Lennart Rosam [Tue, 3 Jul 2012 22:29:53 +0000 (00:29 +0200)]
+selfSigned
Lennart Rosam [Tue, 3 Jul 2012 22:29:03 +0000 (00:29 +0200)]
WebdavClient singleton - make client management less complicated
Lennart Rosam [Tue, 3 Jul 2012 20:50:52 +0000 (22:50 +0200)]
Merge branch 'master' of ssh://git@gitorious.org/owncloud/android-devel.git
Bartek Przybylski [Mon, 2 Jul 2012 17:08:54 +0000 (19:08 +0200)]
change string from location to URL
Bartek Przybylski [Mon, 2 Jul 2012 16:35:04 +0000 (18:35 +0200)]
version bump
Bartek Przybylski [Mon, 2 Jul 2012 16:28:31 +0000 (18:28 +0200)]
disable download button while downloading
Bartek Przybylski [Mon, 2 Jul 2012 16:07:28 +0000 (18:07 +0200)]
dont show creation date until its fixed
David A. Velasco [Mon, 2 Jul 2012 08:42:07 +0000 (10:42 +0200)]
Merge remote-tracking branch 'origin/master'
David A. Velasco [Mon, 2 Jul 2012 08:41:56 +0000 (10:41 +0200)]
Download failures not treated as successes
Bartek Przybylski [Sat, 30 Jun 2012 11:51:31 +0000 (13:51 +0200)]
Merge branch 'master' of gitorious.org:owncloud/android-devel
Lennart Rosam [Fri, 29 Jun 2012 14:16:26 +0000 (16:16 +0200)]
Updated app icon
David A. Velasco [Fri, 29 Jun 2012 13:16:19 +0000 (15:16 +0200)]
Added dynamic update of files list while full synchronization is performed
David A. Velasco [Fri, 29 Jun 2012 08:36:31 +0000 (10:36 +0200)]
Merge remote-tracking branch 'origin/master'
David A. Velasco [Fri, 29 Jun 2012 08:36:25 +0000 (10:36 +0200)]
Update of messages when uploads finish
Lennart Rosam [Thu, 28 Jun 2012 12:49:54 +0000 (14:49 +0200)]
Merge branch 'master' of ssh://gitorious.org/owncloud/android-devel
David A. Velasco [Thu, 28 Jun 2012 12:12:52 +0000 (14:12 +0200)]
Update files list when an upload finishes, if the file is uploaded to the current folder
Lennart Rosam [Thu, 28 Jun 2012 11:36:26 +0000 (13:36 +0200)]
Bump version: Assume fixed in 4.0.4... hopefully
David A. Velasco [Thu, 28 Jun 2012 08:59:27 +0000 (10:59 +0200)]
Better policies to handle possible errors in remote MIME type values; avoid crashes when MIME types is trying to be found for files without extension
David A. Velasco [Wed, 27 Jun 2012 16:28:42 +0000 (18:28 +0200)]
Better file opening; new ownCloud logo in account settings page
David A. Velasco [Wed, 27 Jun 2012 15:06:05 +0000 (17:06 +0200)]
Forgotten version number
David A. Velasco [Wed, 27 Jun 2012 15:05:00 +0000 (17:05 +0200)]
Fixed visibility problems of menu icons (sizes, and color in 2.3.x)
David A. Velasco [Wed, 27 Jun 2012 07:19:08 +0000 (09:19 +0200)]
Fixed preview of images in Android 2.x ; fixed synchronization progress indicator in Android <4.0
Bartek Przybylski [Tue, 26 Jun 2012 16:08:49 +0000 (18:08 +0200)]
Merge branch 'master' of gitorious.org:owncloud/android-devel
Bartek Przybylski [Tue, 26 Jun 2012 16:08:01 +0000 (18:08 +0200)]
fix crash on list adapter when file has no mimetype
David A. Velasco [Tue, 26 Jun 2012 07:52:32 +0000 (09:52 +0200)]
Fixed duplication of some files in local database due to differences in remote and local URL encoding
Bartek Przybylski [Mon, 25 Jun 2012 20:45:23 +0000 (22:45 +0200)]
remove indetermined progressbar until it wont be fixed in actionbarsherlock
Bartek Przybylski [Mon, 25 Jun 2012 18:55:34 +0000 (20:55 +0200)]
always show image preview if there is only enough memory
Bartek Przybylski [Mon, 25 Jun 2012 17:46:31 +0000 (19:46 +0200)]
Merge branch 'master' of gitorious.org:owncloud/android-devel
Bartek Przybylski [Mon, 25 Jun 2012 17:46:14 +0000 (19:46 +0200)]
add buildscripts for environment setup and building with ant
David A. Velasco [Mon, 25 Jun 2012 13:18:27 +0000 (15:18 +0200)]
Changed OCFile to keep mRemotePath as a valid URL; CLEAR YOUR CACHE AFTER INSTALLING
Bartek Przybylski [Sun, 24 Jun 2012 13:48:01 +0000 (15:48 +0200)]
version bump
Bartek Przybylski [Sun, 24 Jun 2012 13:47:20 +0000 (15:47 +0200)]
dont crash when no synchronization were done and user tries to create dir
Bartek Przybylski [Sun, 24 Jun 2012 11:24:53 +0000 (13:24 +0200)]
remove dummy logs
Bartek Przybylski [Sun, 24 Jun 2012 11:23:45 +0000 (13:23 +0200)]
version bump
Bartek Przybylski [Sun, 24 Jun 2012 11:22:50 +0000 (13:22 +0200)]
include appverion in crashlog
Bartek Przybylski [Sun, 24 Jun 2012 11:18:07 +0000 (13:18 +0200)]
dont crash when file has unspecified type
Bartek Przybylski [Sun, 24 Jun 2012 11:14:19 +0000 (13:14 +0200)]
dont show sync progress bar on system older than honeycomb
David A. Velasco [Fri, 22 Jun 2012 13:14:13 +0000 (15:14 +0200)]
Fixed local database incoherence when files whit special characters in their name are uploadad
David A. Velasco [Fri, 22 Jun 2012 10:46:46 +0000 (12:46 +0200)]
Fixed null pointer while resuming FileListActivity
David A. Velasco [Fri, 22 Jun 2012 10:30:12 +0000 (12:30 +0200)]
Fixed double URL decoding of file names
David A. Velasco [Fri, 22 Jun 2012 07:57:08 +0000 (09:57 +0200)]
Fixed null pointer exception while loging
Bartek Przybylski [Thu, 21 Jun 2012 18:27:22 +0000 (20:27 +0200)]
return to correct directory when returning from file details activity
Bartek Przybylski [Thu, 21 Jun 2012 18:02:33 +0000 (20:02 +0200)]
make cancel button usable on account create activity
Bartek Przybylski [Thu, 21 Jun 2012 17:37:33 +0000 (19:37 +0200)]
about dialog with version
Bartek Przybylski [Thu, 21 Jun 2012 17:20:40 +0000 (19:20 +0200)]
allow synch of multiple accounts at once
Bartek Przybylski [Wed, 20 Jun 2012 21:32:50 +0000 (23:32 +0200)]
remove context menu in preferences activity
David A. Velasco [Wed, 20 Jun 2012 16:15:44 +0000 (18:15 +0200)]
Better synchronization for current account between FileDisplayActivity and FileListFragment
David A. Velasco [Wed, 20 Jun 2012 11:57:56 +0000 (13:57 +0200)]
DROIDCLOUD-29 Fixed - no more crashes by duplicate inflating when FileDisplayActivity.onResume() is called
David A. Velasco [Tue, 19 Jun 2012 09:05:00 +0000 (11:05 +0200)]
Fixed crashes when uploads or downloads are inserted in the notification bar (Android 2.x and 3.x)
Bartek Przybylski [Mon, 18 Jun 2012 17:40:47 +0000 (19:40 +0200)]
moving cursor close to correct place
Bartek Przybylski [Mon, 18 Jun 2012 16:39:11 +0000 (18:39 +0200)]
add manage accounts to preference screen