pub/Android/ownCloud.git
13 years agoAvoid crashes when an external app makes a bad response for the selection of a file...
David A. Velasco [Tue, 17 Jul 2012 12:51:36 +0000 (14:51 +0200)]
Avoid crashes when an external app makes a bad response for the selection of a file to upload

13 years agoFixed problem with some special characters when opening files; renamed WebdavUtils...
David A. Velasco [Tue, 17 Jul 2012 12:26:18 +0000 (14:26 +0200)]
Fixed problem with some special characters when opening files; renamed WebdavUtils.encode to WebdavUtils.encodePath; fixed null pointer exception in preview

13 years agoOCFile stores again decoded remote paths; WebdavUtils.encode(...) added; fixed space...
David A. Velasco [Tue, 17 Jul 2012 10:59:15 +0000 (12:59 +0200)]
OCFile stores again decoded remote paths; WebdavUtils.encode(...) added; fixed space conversion in paths in multiple uploads; CLEAN THE APPLICATION CACHE AFTER INSTALLING

13 years agoCancellable synchronization; current synchronizations are cancelled when the user...
David A. Velasco [Mon, 16 Jul 2012 13:06:03 +0000 (15:06 +0200)]
Cancellable synchronization; current synchronizations are cancelled when the user request for a synchronization in the options menu

13 years agoMerge branch 'testing_cancel_sync'
David A. Velasco [Mon, 16 Jul 2012 11:04:38 +0000 (13:04 +0200)]
Merge branch 'testing_cancel_sync'

13 years agoBeing careful with regressions
David A. Velasco [Mon, 16 Jul 2012 11:01:18 +0000 (13:01 +0200)]
Being careful with regressions

13 years agoMore fixes to PIN Code
David A. Velasco [Mon, 16 Jul 2012 10:59:25 +0000 (12:59 +0200)]
More fixes to PIN Code

13 years agoTesting synchronization cancelation
David A. Velasco [Mon, 16 Jul 2012 10:54:18 +0000 (12:54 +0200)]
Testing synchronization cancelation

13 years agoTrigger synchronization when current account is changed; remove redundant accounts...
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

13 years agoMore fixes to PIN code
David A. Velasco [Fri, 13 Jul 2012 12:46:40 +0000 (14:46 +0200)]
More fixes to PIN code

13 years agoStill better for progress circle initialization: looks like apply it after setContent...
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

13 years agoAvoid the progress circle is visible when starting the app after updating it in the...
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

13 years agomake preview a bit smaller than screen width
Bartek Przybylski [Thu, 12 Jul 2012 20:26:33 +0000 (22:26 +0200)]
make preview a bit smaller than screen width

13 years agoreduce permissions, optimize bitmap displaying
Bartek Przybylski [Thu, 12 Jul 2012 20:02:30 +0000 (22:02 +0200)]
reduce permissions, optimize bitmap displaying

13 years agoload bitmap asynchronously on preview
Bartek Przybylski [Thu, 12 Jul 2012 17:52:56 +0000 (19:52 +0200)]
load bitmap asynchronously on preview

13 years agoAvoid double query to the ContentResolver when listing the contents of a folder
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

13 years agoFile removal in server completed
David A. Velasco [Thu, 12 Jul 2012 11:49:21 +0000 (13:49 +0200)]
File removal in server completed

13 years agoFixed confirmation dialog for deletion
David A. Velasco [Thu, 12 Jul 2012 08:55:47 +0000 (10:55 +0200)]
Fixed confirmation dialog for deletion

13 years agoCompatibility fix in renaming for Android API < 12
David A. Velasco [Thu, 12 Jul 2012 08:17:32 +0000 (10:17 +0200)]
Compatibility fix in renaming for Android API < 12

13 years agoDelete remote file - confirmation dialog added
David A. Velasco [Wed, 11 Jul 2012 16:46:47 +0000 (18:46 +0200)]
Delete remote file - confirmation dialog added

13 years agoupdate local filename only when rename succeed
Bartek Przybylski [Wed, 11 Jul 2012 18:24:50 +0000 (20:24 +0200)]
update local filename only when rename succeed

13 years agoSome fixes to PIN code
David A. Velasco [Wed, 11 Jul 2012 16:59:59 +0000 (18:59 +0200)]
Some fixes to PIN code

13 years agoMerge branch 'master', remote-tracking branch 'origin'
David A. Velasco [Wed, 11 Jul 2012 16:47:27 +0000 (18:47 +0200)]
Merge branch 'master', remote-tracking branch 'origin'

13 years agoaddming missing file, show softkeyborad on pin activity and change name activity
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

13 years agoTrying to improve synchronization performance with database batched operations
David A. Velasco [Wed, 11 Jul 2012 11:51:57 +0000 (13:51 +0200)]
Trying to improve synchronization performance with database batched operations

13 years agoTemporal layout for rename
David A. Velasco [Wed, 11 Jul 2012 08:47:15 +0000 (10:47 +0200)]
Temporal layout for rename

13 years agomessy rename file
Bartek Przybylski [Tue, 10 Jul 2012 20:52:31 +0000 (22:52 +0200)]
messy rename file

13 years agodelete file after download failed, correctly send message about download fail
Bartek Przybylski [Tue, 10 Jul 2012 16:07:05 +0000 (18:07 +0200)]
delete file after download failed, correctly send message about download fail

13 years agodont loose keep in sync state when syncing
Bartek Przybylski [Mon, 9 Jul 2012 15:16:56 +0000 (17:16 +0200)]
dont loose keep in sync state when syncing

13 years agoStrings extracted from PinCodeActivity to resources
David A. Velasco [Mon, 9 Jul 2012 13:19:44 +0000 (15:19 +0200)]
Strings extracted from PinCodeActivity to resources

13 years agoBetter policy to show PIN Code
David A. Velasco [Mon, 9 Jul 2012 13:10:26 +0000 (15:10 +0200)]
Better policy to show PIN Code

13 years agoAvoid null pointer exception when the details fragment is empty
David A. Velasco [Mon, 9 Jul 2012 12:24:13 +0000 (14:24 +0200)]
Avoid null pointer exception when the details fragment is empty

13 years agoMerge remote-tracking branch 'origin/master' into moresync
David A. Velasco [Mon, 9 Jul 2012 09:28:51 +0000 (11:28 +0200)]
Merge remote-tracking branch 'origin/master' into moresync

13 years agoMore improvements in refresh files list while synchronizing
David A. Velasco [Mon, 9 Jul 2012 09:23:56 +0000 (11:23 +0200)]
More improvements in refresh files list while synchronizing

13 years agoPin code
David A. Velasco [Mon, 9 Jul 2012 09:11:44 +0000 (11:11 +0200)]
Pin code

13 years agoBetter backwards compatibility in crash logger and images preview
David A. Velasco [Mon, 9 Jul 2012 07:39:32 +0000 (09:39 +0200)]
Better backwards compatibility in crash logger and images preview

13 years agoFixed bug in creation of database after adding keep_in_sync column
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

13 years agocreate keep in sync field in db on app setup
Bartek Przybylski [Mon, 9 Jul 2012 05:24:28 +0000 (07:24 +0200)]
create keep in sync field in db on app setup

13 years agokeep file in sync and initial commit for file sharing
Bartek Przybylski [Sun, 8 Jul 2012 14:57:48 +0000 (16:57 +0200)]
keep file in sync and initial commit for file sharing

13 years agorevert icon to old one
Bartek Przybylski [Sat, 7 Jul 2012 17:54:46 +0000 (19:54 +0200)]
revert icon to old one

13 years agoSome improvements in synchronization and refresh of directory list
David A. Velasco [Fri, 6 Jul 2012 13:09:13 +0000 (15:09 +0200)]
Some improvements in synchronization and refresh of directory list

13 years agoAvoid use of queues to delay recursion
David A. Velasco [Fri, 6 Jul 2012 07:27:01 +0000 (09:27 +0200)]
Avoid use of queues to delay recursion

13 years agoFixing null pointers when finding out MIME types from extensions
David A. Velasco [Thu, 5 Jul 2012 14:38:59 +0000 (16:38 +0200)]
Fixing null pointers when finding out MIME types from extensions

13 years agoExplicit assingment of infinite timeout for uploads and downloads; delete local file...
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

13 years agoCompleting previous commit
David A. Velasco [Thu, 5 Jul 2012 10:05:00 +0000 (12:05 +0200)]
Completing previous commit

13 years agoFileDetailFragment is not reused in double pane view to avoid problems with preview...
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

13 years agoEnsure that synchronization indicator in the files list is stopped if unexepected...
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

13 years agoSmall improvements to the refresh of the files list and memory handling while synchro...
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

13 years agoRefactoring of main Activities and Fragments to avoid inconsistent states leading...
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

13 years agoFixed silly bugs introduced when trying to improve list refresh while synchronization
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

13 years agoCleaned up activities over FileDisplayActivity when current account is changed to...
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

13 years agoInitial version of FileOperation to encapsulate all events regarding
Lennart Rosam [Tue, 3 Jul 2012 23:37:46 +0000 (01:37 +0200)]
Initial version of FileOperation to encapsulate all events regarding
this

13 years agoRemove version specific check as we do not know when this will be fixed.
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.

13 years agoSmall fixes on delete
Lennart Rosam [Tue, 3 Jul 2012 23:31:05 +0000 (01:31 +0200)]
Small fixes on delete

13 years agoSingleton didn't work (worth a try though ^^) - Make a new constructor
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

13 years agotryToLogin must get parameters now
Lennart Rosam [Tue, 3 Jul 2012 22:47:31 +0000 (00:47 +0200)]
tryToLogin must get parameters now

13 years ago+selfSigned
Lennart Rosam [Tue, 3 Jul 2012 22:29:53 +0000 (00:29 +0200)]
+selfSigned

13 years agoWebdavClient singleton - make client management less complicated
Lennart Rosam [Tue, 3 Jul 2012 22:29:03 +0000 (00:29 +0200)]
WebdavClient singleton - make client management less complicated

13 years agoMerge branch 'master' of ssh://git@gitorious.org/owncloud/android-devel.git
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

13 years agochange string from location to URL
Bartek Przybylski [Mon, 2 Jul 2012 17:08:54 +0000 (19:08 +0200)]
change string from location to URL

13 years agoversion bump
Bartek Przybylski [Mon, 2 Jul 2012 16:35:04 +0000 (18:35 +0200)]
version bump

13 years agodisable download button while downloading
Bartek Przybylski [Mon, 2 Jul 2012 16:28:31 +0000 (18:28 +0200)]
disable download button while downloading

13 years agodont show creation date until its fixed
Bartek Przybylski [Mon, 2 Jul 2012 16:07:28 +0000 (18:07 +0200)]
dont show creation date until its fixed

13 years agoMerge remote-tracking branch 'origin/master'
David A. Velasco [Mon, 2 Jul 2012 08:42:07 +0000 (10:42 +0200)]
Merge remote-tracking branch 'origin/master'

13 years agoDownload failures not treated as successes
David A. Velasco [Mon, 2 Jul 2012 08:41:56 +0000 (10:41 +0200)]
Download failures not treated as successes

13 years agoMerge branch 'master' of gitorious.org:owncloud/android-devel
Bartek Przybylski [Sat, 30 Jun 2012 11:51:31 +0000 (13:51 +0200)]
Merge branch 'master' of gitorious.org:owncloud/android-devel

13 years agoUpdated app icon
Lennart Rosam [Fri, 29 Jun 2012 14:16:26 +0000 (16:16 +0200)]
Updated app icon

13 years agoAdded dynamic update of files list while full synchronization is performed
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

13 years agoMerge remote-tracking branch 'origin/master'
David A. Velasco [Fri, 29 Jun 2012 08:36:31 +0000 (10:36 +0200)]
Merge remote-tracking branch 'origin/master'

13 years agoUpdate of messages when uploads finish
David A. Velasco [Fri, 29 Jun 2012 08:36:25 +0000 (10:36 +0200)]
Update of messages when uploads finish

13 years agoMerge branch 'master' of ssh://gitorious.org/owncloud/android-devel
Lennart Rosam [Thu, 28 Jun 2012 12:49:54 +0000 (14:49 +0200)]
Merge branch 'master' of ssh://gitorious.org/owncloud/android-devel

13 years agoUpdate files list when an upload finishes, if the file is uploaded to the current...
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

13 years agoBump version: Assume fixed in 4.0.4... hopefully
Lennart Rosam [Thu, 28 Jun 2012 11:36:26 +0000 (13:36 +0200)]
Bump version: Assume fixed in 4.0.4... hopefully

13 years agoBetter policies to handle possible errors in remote MIME type values; avoid crashes...
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

13 years agoBetter file opening; new ownCloud logo in account settings page
David A. Velasco [Wed, 27 Jun 2012 16:28:42 +0000 (18:28 +0200)]
Better file opening; new ownCloud logo in account settings page

13 years agoForgotten version number
David A. Velasco [Wed, 27 Jun 2012 15:06:05 +0000 (17:06 +0200)]
Forgotten version number

13 years agoFixed visibility problems of menu icons (sizes, and color in 2.3.x)
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)

13 years agoFixed preview of images in Android 2.x ; fixed synchronization progress indicator...
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

13 years agoMerge branch 'master' of gitorious.org:owncloud/android-devel
Bartek Przybylski [Tue, 26 Jun 2012 16:08:49 +0000 (18:08 +0200)]
Merge branch 'master' of gitorious.org:owncloud/android-devel

13 years agofix crash on list adapter when file has no mimetype
Bartek Przybylski [Tue, 26 Jun 2012 16:08:01 +0000 (18:08 +0200)]
fix crash on list adapter when file has no mimetype

13 years agoFixed duplication of some files in local database due to differences in remote and...
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

13 years agoremove indetermined progressbar until it wont be fixed in actionbarsherlock
Bartek Przybylski [Mon, 25 Jun 2012 20:45:23 +0000 (22:45 +0200)]
remove indetermined progressbar until it wont be fixed in actionbarsherlock

13 years agoalways show image preview if there is only enough memory
Bartek Przybylski [Mon, 25 Jun 2012 18:55:34 +0000 (20:55 +0200)]
always show image preview if there is only enough memory

13 years agoMerge branch 'master' of gitorious.org:owncloud/android-devel
Bartek Przybylski [Mon, 25 Jun 2012 17:46:31 +0000 (19:46 +0200)]
Merge branch 'master' of gitorious.org:owncloud/android-devel

13 years agoadd buildscripts for environment setup and building with ant
Bartek Przybylski [Mon, 25 Jun 2012 17:46:14 +0000 (19:46 +0200)]
add buildscripts for environment setup and building with ant

13 years agoChanged OCFile to keep mRemotePath as a valid URL; CLEAR YOUR CACHE AFTER INSTALLING
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

13 years agoversion bump
Bartek Przybylski [Sun, 24 Jun 2012 13:48:01 +0000 (15:48 +0200)]
version bump

13 years agodont crash when no synchronization were done and user tries to create dir
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

13 years agoremove dummy logs
Bartek Przybylski [Sun, 24 Jun 2012 11:24:53 +0000 (13:24 +0200)]
remove dummy logs

13 years agoversion bump
Bartek Przybylski [Sun, 24 Jun 2012 11:23:45 +0000 (13:23 +0200)]
version bump

13 years agoinclude appverion in crashlog
Bartek Przybylski [Sun, 24 Jun 2012 11:22:50 +0000 (13:22 +0200)]
include appverion in crashlog

13 years agodont crash when file has unspecified type
Bartek Przybylski [Sun, 24 Jun 2012 11:18:07 +0000 (13:18 +0200)]
dont crash when file has unspecified type

13 years agodont show sync progress bar on system older than honeycomb
Bartek Przybylski [Sun, 24 Jun 2012 11:14:19 +0000 (13:14 +0200)]
dont show sync progress bar on system older than honeycomb

13 years agoFixed local database incoherence when files whit special characters in their name...
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

13 years agoFixed null pointer while resuming FileListActivity
David A. Velasco [Fri, 22 Jun 2012 10:46:46 +0000 (12:46 +0200)]
Fixed null pointer while resuming FileListActivity

13 years agoFixed double URL decoding of file names
David A. Velasco [Fri, 22 Jun 2012 10:30:12 +0000 (12:30 +0200)]
Fixed double URL decoding of file names

13 years agoFixed null pointer exception while loging
David A. Velasco [Fri, 22 Jun 2012 07:57:08 +0000 (09:57 +0200)]
Fixed null pointer exception while loging

13 years agoreturn to correct directory when returning from file details activity
Bartek Przybylski [Thu, 21 Jun 2012 18:27:22 +0000 (20:27 +0200)]
return to correct directory when returning from file details activity

13 years agomake cancel button usable on account create activity
Bartek Przybylski [Thu, 21 Jun 2012 18:02:33 +0000 (20:02 +0200)]
make cancel button usable on account create activity

13 years agoabout dialog with version
Bartek Przybylski [Thu, 21 Jun 2012 17:37:33 +0000 (19:37 +0200)]
about dialog with version