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
Bartek Przybylski [Sun, 17 Jun 2012 10:42:56 +0000 (12:42 +0200)]
send intent with filepath so details view can be updated
Bartek Przybylski [Sun, 17 Jun 2012 10:28:19 +0000 (12:28 +0200)]
dont crash when there are no candidates to open file
Bartek Przybylski [Sun, 17 Jun 2012 10:03:02 +0000 (12:03 +0200)]
workaround for system crash
Bartek Przybylski [Sun, 17 Jun 2012 09:46:24 +0000 (11:46 +0200)]
dont crash when trying to create dir in main directory
Bartek Przybylski [Sat, 16 Jun 2012 14:46:05 +0000 (16:46 +0200)]
upload crashlog to server
Bartek Przybylski [Wed, 13 Jun 2012 18:47:38 +0000 (20:47 +0200)]
dummy crash upload dialog
Bartek Przybylski [Tue, 12 Jun 2012 20:58:07 +0000 (22:58 +0200)]
crashlog handler
Bartek Przybylski [Sat, 9 Jun 2012 12:31:06 +0000 (14:31 +0200)]
make details activity using default theme
Bartek Przybylski [Sun, 3 Jun 2012 17:59:14 +0000 (19:59 +0200)]
cached instant upload
Bartek Przybylski [Sun, 3 Jun 2012 10:35:03 +0000 (12:35 +0200)]
using ocfile in uploader, fixing upload crash
Bartek Przybylski [Sun, 27 May 2012 18:04:34 +0000 (20:04 +0200)]
removing camera permission, it seems not needed for instant upload
Bartek Przybylski [Sun, 27 May 2012 17:56:06 +0000 (19:56 +0200)]
fix fileupload from external apps
Bartek Przybylski [Sun, 27 May 2012 13:57:18 +0000 (15:57 +0200)]
instant uploading, first attempt
Bartek Przybylski [Sat, 26 May 2012 22:03:43 +0000 (00:03 +0200)]
search for already existing files
Bartek Przybylski [Sat, 26 May 2012 21:03:46 +0000 (23:03 +0200)]
downloading files do account specific dir to avoid disambiguity
Bartek Przybylski [Sat, 26 May 2012 19:23:01 +0000 (21:23 +0200)]
removing fancy upload bar for now
Bartek Przybylski [Sat, 26 May 2012 18:59:46 +0000 (20:59 +0200)]
fix filename display
Bartek Przybylski [Sat, 26 May 2012 18:35:32 +0000 (20:35 +0200)]
fix crash after clean setup
Bartek Przybylski [Sat, 26 May 2012 12:56:30 +0000 (14:56 +0200)]
show modification timestamp and size of file
Bartek Przybylski [Sat, 26 May 2012 12:30:14 +0000 (14:30 +0200)]
adding file to db after upload
Bartek Przybylski [Sat, 26 May 2012 11:47:26 +0000 (13:47 +0200)]
making file download using progressbar view
Bartek Przybylski [Fri, 25 May 2012 19:35:38 +0000 (21:35 +0200)]
hide menu in non account vie
Bartek Przybylski [Fri, 25 May 2012 19:32:20 +0000 (21:32 +0200)]
use view instead of dialog about no setup account
Lennart Rosam [Fri, 25 May 2012 05:01:12 +0000 (07:01 +0200)]
Fixed navigation behaviour: HomeAsUp takes you up a dir
Lennart Rosam [Fri, 25 May 2012 04:09:21 +0000 (06:09 +0200)]
Fixed: Rotating screen after viewing a file would return you to the
folder where you last viewed a file
Lennart Rosam [Fri, 25 May 2012 03:55:34 +0000 (05:55 +0200)]
Directory creation fixed, navigating up from FileDetailsActivity now
works reliably, better documentation
Lennart Rosam [Fri, 25 May 2012 00:56:23 +0000 (02:56 +0200)]
Make equals() more robust
Lennart Rosam [Thu, 24 May 2012 21:52:21 +0000 (23:52 +0200)]
Uncluttered code by reordering methods. Method code is untouched
Lennart Rosam [Thu, 24 May 2012 21:41:29 +0000 (23:41 +0200)]
That stack is not needed