pub/Android/ownCloud.git
13 years agoCancelling a download in gallery finishes the gallery
David A. Velasco [Wed, 27 Feb 2013 15:30:29 +0000 (16:30 +0100)]
Cancelling a download in gallery finishes the gallery

13 years agoClick on notifications about image downloads / uploads goes to gallery
David A. Velasco [Wed, 27 Feb 2013 15:27:25 +0000 (16:27 +0100)]
Click on notifications about image downloads / uploads goes to gallery

13 years agoFixed update of download progress bar when the gallery is left with button HOME,...
David A. Velasco [Wed, 27 Feb 2013 14:50:52 +0000 (15:50 +0100)]
Fixed update of download progress bar when the gallery is left with button HOME, and the user comes back before the download finishes

13 years agoGallery handles multiple downloads gracefully
David A. Velasco [Wed, 27 Feb 2013 13:08:58 +0000 (14:08 +0100)]
Gallery handles multiple downloads gracefully

13 years agoFixed: download of the first image in a folder is now started when clicked on
David A. Velasco [Wed, 27 Feb 2013 09:49:13 +0000 (10:49 +0100)]
Fixed: download of the first image in a folder is now started when clicked on

13 years agoFixed update of list of files when downloads finish
David A. Velasco [Wed, 27 Feb 2013 09:27:32 +0000 (10:27 +0100)]
Fixed update of list of files when downloads finish

13 years agoFixed button 'cancel' in automatic downloads into the images gallery
David A. Velasco [Tue, 26 Feb 2013 18:26:45 +0000 (19:26 +0100)]
Fixed button 'cancel' in automatic downloads into the images gallery

13 years agoRemoved useless swipe detection from details view
David A. Velasco [Tue, 26 Feb 2013 18:10:07 +0000 (19:10 +0100)]
Removed useless swipe detection from details view

13 years agoRefactoring and clean-up of fragment for media previews
David A. Velasco [Tue, 26 Feb 2013 18:04:42 +0000 (19:04 +0100)]
Refactoring and clean-up of fragment for media previews

13 years agoImproved layout for downloads in image gallery
David A. Velasco [Tue, 26 Feb 2013 13:01:32 +0000 (14:01 +0100)]
Improved layout for downloads in image gallery

13 years agoFixed automatic download for a not downloaded image file when previewing it
David A. Velasco [Tue, 26 Feb 2013 12:17:44 +0000 (13:17 +0100)]
Fixed automatic download for a not downloaded image file when previewing it

13 years agoFixed bug: show the selected image in the gallery, instead of always the first in...
David A. Velasco [Tue, 26 Feb 2013 11:49:15 +0000 (12:49 +0100)]
Fixed bug: show the selected image in the gallery, instead of always the first in the folder

13 years agoAutomatic preview after download in PreviewImageActivity
David A. Velasco [Tue, 26 Feb 2013 11:33:28 +0000 (12:33 +0100)]
preview after download in PreviewImageActivity

13 years agoFixed bug when turning the device to other position
David A. Velasco [Mon, 25 Feb 2013 14:24:37 +0000 (15:24 +0100)]
Fixed bug when turning the device to other position

13 years agoMinimize new fragment to monitor the progress of file download
David A. Velasco [Mon, 25 Feb 2013 14:19:18 +0000 (15:19 +0100)]
Minimize new fragment to monitor the progress of file download

13 years agoAdded view pager for scrolling image previews with horizontal swipe
David A. Velasco [Mon, 25 Feb 2013 13:33:16 +0000 (14:33 +0100)]
Added view pager for scrolling image previews with horizontal swipe

13 years agoForce preview of images in 'full screen'
David A. Velasco [Mon, 25 Feb 2013 11:24:14 +0000 (12:24 +0100)]
Force preview of images in 'full screen'

13 years ago- extend existing FileUpload, so we can handel failed instand upload
Matthias Baumann [Mon, 25 Feb 2013 07:21:33 +0000 (08:21 +0100)]
- extend existing FileUpload, so we can handel failed instand upload
later
- new Activity to handle failed instant uploads
- new Activity InstantUploadActivity can be started at two ways,
     -touch to the 'Faild Upload Notifivation'
     -submenue underneath the upload menue
- merges from head
- add lazy loading for the images list with failed uploads

13 years agoAutomatic download of previewable files in download mode
David A. Velasco [Fri, 22 Feb 2013 15:39:58 +0000 (16:39 +0100)]
download of previewable files in download mode

13 years agoAutomatic download of previewable files in portrait mode
David A. Velasco [Fri, 22 Feb 2013 14:27:22 +0000 (15:27 +0100)]
download of previewable files in portrait mode

13 years agoFixed update of progress bar for file transfers in landscape mode
David A. Velasco [Fri, 22 Feb 2013 13:14:28 +0000 (14:14 +0100)]
Fixed update of progress bar for file transfers in landscape mode

13 years agoFixed ClassCastException in FileUploader
David A. Velasco [Thu, 21 Feb 2013 08:57:23 +0000 (09:57 +0100)]
Fixed ClassCastException in FileUploader

13 years agoFIX: IMPORTANT, to keep the life cicle of fragments, super() must be called in @onSav...
David A. Velasco [Wed, 20 Feb 2013 14:59:45 +0000 (15:59 +0100)]
FIX: IMPORTANT, to keep the life cicle of fragments, super() must be called in @onSaveInstaceState, at the holder Activity

13 years agoFix: clicking on an upload notification goes to file details, never to file preview
David A. Velasco [Wed, 20 Feb 2013 14:58:29 +0000 (15:58 +0100)]
Fix: clicking on an upload notification goes to file details, never to file preview

13 years agoVisibility fixes in progress bar
David A. Velasco [Wed, 20 Feb 2013 12:09:03 +0000 (13:09 +0100)]
Visibility fixes in progress bar

13 years agoProgress bar in details view is successfully updated
David A. Velasco [Wed, 20 Feb 2013 11:34:11 +0000 (12:34 +0100)]
Progress bar in details view is successfully updated

13 years agoFixed ClassCastingException
David A. Velasco [Wed, 20 Feb 2013 09:06:18 +0000 (10:06 +0100)]
Fixed ClassCastingException

13 years agoAdded progress bar for file transfers in details view (untested)
David A. Velasco [Tue, 19 Feb 2013 12:28:01 +0000 (13:28 +0100)]
Added progress bar for file transfers in details view (untested)

13 years agoAdded basic menu options to the preview fragment: open, delete, see details
David A. Velasco [Mon, 18 Feb 2013 10:23:18 +0000 (11:23 +0100)]
Added basic menu options to the preview fragment: open, delete, see details

13 years agoNow it can be build :\ ...
David A. Velasco [Fri, 15 Feb 2013 08:58:53 +0000 (09:58 +0100)]
Now it can be build :\ ...

13 years agoCreated preview fragment to show previews for audio, video and images; shown when...
David A. Velasco [Thu, 14 Feb 2013 18:21:09 +0000 (19:21 +0100)]
Created preview fragment to show previews for audio, video and images; shown when a downloaded file in these categories is downloaded

13 years agoDo not try to play files in streaming by now
David A. Velasco [Tue, 12 Feb 2013 11:19:38 +0000 (12:19 +0100)]
Do not try to play files in streaming by now

13 years agoError messages for media playback improved
David A. Velasco [Tue, 12 Feb 2013 11:07:42 +0000 (12:07 +0100)]
Error messages for media playback improved

13 years agoFixed bad behaviours when an error occurrs during audio playback
David A. Velasco [Tue, 12 Feb 2013 10:26:38 +0000 (11:26 +0100)]
Fixed bad behaviours when an error occurrs during audio playback

13 years agoRemoved unused code in MediaService
David A. Velasco [Mon, 11 Feb 2013 11:46:50 +0000 (12:46 +0100)]
Removed unused code in MediaService

13 years agoError messages for video playback reviewed
David A. Velasco [Mon, 11 Feb 2013 10:33:50 +0000 (11:33 +0100)]
Error messages for video playback reviewed

13 years agoRemoved usused drawable; list_selector rewritten from scratch with new license (and...
David A. Velasco [Fri, 8 Feb 2013 10:37:02 +0000 (11:37 +0100)]
Removed usused drawable; list_selector rewritten from scratch with new license (and color fixed for Android before ICS)

13 years agoAdded copyright and license notice in animation files
David A. Velasco [Fri, 8 Feb 2013 09:01:11 +0000 (10:01 +0100)]
Added copyright and license notice in animation files

13 years agoRemoved useless file
David A. Velasco [Fri, 8 Feb 2013 08:55:55 +0000 (09:55 +0100)]
Removed useless file

13 years agoRemoved unused animations
David A. Velasco [Fri, 8 Feb 2013 08:55:33 +0000 (09:55 +0100)]
Removed unused animations

13 years agoAdded GPL v2 license text
David A. Velasco [Fri, 8 Feb 2013 08:23:22 +0000 (09:23 +0100)]
Added GPL v2 license text

13 years agoReplaced GPL v3 with GPL v2; PLEASE, note that GPL v2 still allows the code is used...
David A. Velasco [Fri, 8 Feb 2013 08:22:46 +0000 (09:22 +0100)]
Replaced GPL v3 with GPL v2; PLEASE, note that GPL v2 still allows the code is used under the terms of later versions of GPL, depending upon the will of the user, so no right is being diminished

13 years agoRemoved some unused classes
David A. Velasco [Fri, 8 Feb 2013 08:05:37 +0000 (09:05 +0100)]
Removed some unused classes

13 years agoUpdated copyright in source files
David A. Velasco [Thu, 7 Feb 2013 17:45:10 +0000 (18:45 +0100)]
Updated copyright in source files

13 years agoBasic video preview in a separate actitivy
David A. Velasco [Thu, 7 Feb 2013 10:09:28 +0000 (11:09 +0100)]
Basic video preview in a separate actitivy

13 years agoAdded MediaController user interface to handle audio files in the MediaService
David A. Velasco [Wed, 6 Feb 2013 13:14:55 +0000 (14:14 +0100)]
Added MediaController user interface to handle audio files in the MediaService

13 years agoAdded music player service in background; 'open' button in details used to test ...
David A. Velasco [Tue, 5 Feb 2013 11:20:47 +0000 (12:20 +0100)]
Added music player service in background; 'open' button in details used to test (temporal)

13 years agoAdded pom for building via maven. Actionbarsherlock and android resources gets resolv...
Espen Fossen [Sat, 2 Feb 2013 14:00:36 +0000 (15:00 +0100)]
Added pom for building via maven. Actionbarsherlock and android resources gets resolved as maven dependencies, and the apk is built via android-maven-plugin.

13 years agoHOTFIX (oc 1.3.20, ocw 1.0.2): fixed the creation of new accounts after installing... oc-android-1-3-20
David A. Velasco [Thu, 31 Jan 2013 15:17:32 +0000 (16:17 +0100)]
HOTFIX (oc 1.3.20, ocw 1.0.2): fixed the creation of new accounts after installing the workaround app and rebooting

13 years agoMerge branch 'master' into temporal_icons oc-android-1-3-19
David A. Velasco [Thu, 31 Jan 2013 11:50:03 +0000 (12:50 +0100)]
Merge branch 'master' into temporal_icons

13 years agoWorkaround version up: 1.0.1
David A. Velasco [Wed, 30 Jan 2013 15:58:52 +0000 (16:58 +0100)]
Workaround version up: 1.0.1

13 years agoFixed workaround icon
David A. Velasco [Wed, 30 Jan 2013 15:33:43 +0000 (16:33 +0100)]
Fixed workaround icon

13 years agoMerge branch 'master' into temporal_icons
David A. Velasco [Wed, 30 Jan 2013 15:17:41 +0000 (16:17 +0100)]
Merge branch 'master' into temporal_icons

13 years agoVersion up: 1.3.19
David A. Velasco [Wed, 30 Jan 2013 15:17:23 +0000 (16:17 +0100)]
Version up: 1.3.19

13 years agoTemporal file icons from iOS app
David A. Velasco [Wed, 30 Jan 2013 15:16:08 +0000 (16:16 +0100)]
Temporal file icons from iOS app

13 years agoTranslations updated
David A. Velasco [Wed, 30 Jan 2013 13:31:38 +0000 (14:31 +0100)]
Translations updated

13 years agoMerge branch 'file_icons' into workaround_integration
David A. Velasco [Wed, 30 Jan 2013 12:49:36 +0000 (13:49 +0100)]
Merge branch 'file_icons' into workaround_integration

13 years agoAdded dialog in the main app to advise users about the workaround app
David A. Velasco [Wed, 30 Jan 2013 12:46:15 +0000 (13:46 +0100)]
Added dialog in the main app to advise users about the workaround app

13 years agoSave new token / credentials to make them permanent
David A. Velasco [Tue, 29 Jan 2013 10:49:42 +0000 (11:49 +0100)]
Save new token / credentials to make them permanent

13 years agoFixed behaviour when authorization is denied by user; added toast message to explain...
David A. Velasco [Mon, 28 Jan 2013 12:15:28 +0000 (13:15 +0100)]
Fixed behaviour when authorization is denied by user; added toast message to explain the need to update credentials

13 years agoLocked edition of URL and password in redirection due to expired credentials; error...
David A. Velasco [Fri, 25 Jan 2013 14:11:10 +0000 (15:11 +0100)]
Locked edition of URL and password in redirection due to expired credentials; error messages reviewed; fixed capture of redirection from web browser in OAuth

13 years agoFixed visibility of authorization details when the device is turned aside; removed...
David A. Velasco [Thu, 24 Jan 2013 17:31:40 +0000 (18:31 +0100)]
Fixed visibility of authorization details when the device is turned aside; removed unused classes from old OAuth flow

13 years agoFixed icon for text files
David A. Velasco [Thu, 24 Jan 2013 13:03:38 +0000 (14:03 +0100)]
Fixed icon for text files

13 years agoCode ready to provide different icons for well-known MIME types
David A. Velasco [Thu, 24 Jan 2013 12:34:27 +0000 (13:34 +0100)]
Code ready to provide different icons for well-known MIME types

13 years agoMerge remote-tracking branch 'origin/oauth_login' into oauth_login
David A. Velasco [Thu, 24 Jan 2013 09:30:18 +0000 (10:30 +0100)]
Merge remote-tracking branch 'origin/oauth_login' into oauth_login

13 years agoCleaning-up AuthenticatorActivty code
David A. Velasco [Thu, 24 Jan 2013 09:29:11 +0000 (10:29 +0100)]
Cleaning-up AuthenticatorActivty code

13 years agoCleaning-up AuthenticatorActivty code
David A. Velasco [Thu, 24 Jan 2013 09:27:53 +0000 (10:27 +0100)]
Cleaning-up AuthenticatorActivty code

13 years agoAdded helper app to work around the issue of lost credentials at boot time affecting...
David A. Velasco [Fri, 18 Jan 2013 12:33:08 +0000 (13:33 +0100)]
Added helper app to work around the issue of lost credentials at boot time affecting ownCloud apps installed from the Google Play Store in Android 4.1.x

13 years agoRedirect app to login screen when any operation started from a foreground component...
David A. Velasco [Thu, 17 Jan 2013 15:03:59 +0000 (16:03 +0100)]
Redirect app to login screen when any operation started from a foreground component fails due to bad credentials

13 years agoMerge branch 'master' into oauth_login
David A. Velasco [Thu, 17 Jan 2013 13:25:49 +0000 (14:25 +0100)]
Merge branch 'master' into oauth_login

Conflicts:
AndroidManifest.xml
res/values-de-rDE/strings.xml
res/values-de/strings.xml
res/values/strings.xml
src/com/owncloud/android/Uploader.java
src/com/owncloud/android/datamodel/FileDataStorageManager.java
src/com/owncloud/android/files/OwnCloudFileObserver.java
src/com/owncloud/android/files/services/FileDownloader.java
src/com/owncloud/android/files/services/FileUploader.java
src/com/owncloud/android/operations/RemoteOperationResult.java
src/com/owncloud/android/syncadapter/FileSyncAdapter.java
src/com/owncloud/android/ui/activity/AuthenticatorActivity.java
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
src/com/owncloud/android/ui/activity/UploadFilesActivity.java
src/com/owncloud/android/ui/fragment/FileDetailFragment.java
src/com/owncloud/android/ui/fragment/OCFileListFragment.java

13 years agoRedirect app to login screen when operations in file details view fail due to bad...
David A. Velasco [Thu, 17 Jan 2013 12:01:51 +0000 (13:01 +0100)]
Redirect app to login screen when operations in file details view fail due to bad credentials

13 years agoPrevent that the workaround app fixing the lost of credentials in Jelly Bean replaces...
David A. Velasco [Wed, 16 Jan 2013 11:54:15 +0000 (12:54 +0100)]
Prevent that the workaround app fixing the lost of credentials in Jelly Bean replaces the authenticator in the ownCloud

13 years agoVersion 1.3.18 bump oc-android-1-3-18
David A. Velasco [Mon, 14 Jan 2013 11:57:41 +0000 (12:57 +0100)]
Version 1.3.18 bump

13 years agoFixed null pointer in FileObserverService initialization
David A. Velasco [Mon, 14 Jan 2013 11:38:46 +0000 (12:38 +0100)]
Fixed null pointer in FileObserverService initialization

13 years agoMerge pull request #73 from s17t/master
David A. Velasco [Mon, 14 Jan 2013 10:23:03 +0000 (02:23 -0800)]
Merge pull request #73 from s17t/master

Minor changes

13 years agoItalian strings for narrow screens; fixed version string.
F.T. [Sat, 12 Jan 2013 17:37:10 +0000 (18:37 +0100)]
Italian strings for narrow screens; fixed version string.

13 years agoFix owncloud/android#37
F.T. [Sat, 12 Jan 2013 17:33:18 +0000 (18:33 +0100)]
Fix owncloud/android#37

13 years agoMerge branch 'master' into crash_fixes
David A. Velasco [Fri, 11 Jan 2013 17:44:47 +0000 (18:44 +0100)]
Merge branch 'master' into crash_fixes

13 years agoMerge pull request #66 from jmiazga/master
David A. Velasco [Fri, 11 Jan 2013 13:37:42 +0000 (05:37 -0800)]
Merge pull request #66 from jmiazga/master

Issue 46 fix

13 years agoTranslations update
David A. Velasco [Fri, 11 Jan 2013 12:26:34 +0000 (13:26 +0100)]
Translations update

13 years agoGerman translation updated
David A. Velasco [Fri, 11 Jan 2013 11:45:10 +0000 (12:45 +0100)]
German translation updated

13 years agoTranslations update
David A. Velasco [Thu, 10 Jan 2013 17:38:41 +0000 (18:38 +0100)]
Translations update

13 years agoFixed bug: empty folders are kept in device database when sucessfully removed
David A. Velasco [Thu, 10 Jan 2013 15:27:05 +0000 (16:27 +0100)]
Fixed bug: empty folders are kept in device database when sucessfully removed

13 years agoFixed bug preventing the enter in empty folders when uploading files from external...
David A. Velasco [Thu, 10 Jan 2013 15:12:59 +0000 (16:12 +0100)]
Fixed bug preventing the enter in empty folders when uploading files from external apps through 'share to' or 'send'

13 years agoFixed crash when uploading a file in any account after cleaning app data
David A. Velasco [Thu, 10 Jan 2013 10:39:22 +0000 (11:39 +0100)]
Fixed crash when uploading a file in any account after cleaning app data

13 years agoFixed bad update of details view for an uploading file when it finishes, resulting...
David A. Velasco [Wed, 9 Jan 2013 15:55:25 +0000 (16:55 +0100)]
Fixed bad update of details view for an uploading file when it finishes, resulting in a renamed file due to other file in the server with the same name ; and subsequent crash got by pressing 'Cancel'

13 years agoFixed crash in test of files downloading / uploading
David A. Velasco [Wed, 9 Jan 2013 09:11:21 +0000 (10:11 +0100)]
Fixed crash in test of files downloading / uploading

13 years agoFixed crash when an upload is confirmed with no file selected
David A. Velasco [Tue, 8 Jan 2013 16:48:58 +0000 (17:48 +0100)]
Fixed crash when an upload is confirmed with no file selected

13 years agoRemove unused Object member causing problems with serialization; back to previous...
David A. Velasco [Tue, 8 Jan 2013 16:31:04 +0000 (17:31 +0100)]
Remove unused Object member causing problems with serialization; back to previous serializationUID

13 years agotext selection is kept when user toggles between visible and non visible password
jmiazga [Fri, 4 Jan 2013 14:40:13 +0000 (09:40 -0500)]
text selection is kept when user toggles between visible and non visible password

13 years agoFixed double upload of files with OAuth + Bearer authorization
David A. Velasco [Wed, 19 Dec 2012 17:42:38 +0000 (18:42 +0100)]
Fixed double upload of files with OAuth + Bearer authorization

13 years agoAdded support to OAuth2 'authorization code' grat type: get & save access token,...
David A. Velasco [Wed, 19 Dec 2012 13:12:53 +0000 (14:12 +0100)]
Added support to OAuth2 'authorization code' grat type: get & save access token, use it to access ownCloud

13 years agoMerge master into oauth_login
David A. Velasco [Tue, 18 Dec 2012 10:20:03 +0000 (11:20 +0100)]
Merge master into oauth_login

13 years agoAdding support to OAuth2 'authorization code' grant type [WIP]
David A. Velasco [Tue, 18 Dec 2012 10:07:05 +0000 (11:07 +0100)]
Adding support to OAuth2 'authorization code' grant type [WIP]

13 years agoVersion bump: 1.3.17 oc-android-1-3-17
David A. Velasco [Mon, 10 Dec 2012 14:59:50 +0000 (15:59 +0100)]
Version bump: 1.3.17

13 years agoAvoid the necessity to synchronize the account after the upgrade to 1.3.16
David A. Velasco [Mon, 10 Dec 2012 13:01:45 +0000 (14:01 +0100)]
Avoid the necessity to synchronize the account after the upgrade to 1.3.16

13 years agoMinimize the number of unnecessary file trasnfers after the upgrade to 1.3.16 for...
David A. Velasco [Thu, 6 Dec 2012 14:28:12 +0000 (15:28 +0100)]
Minimize the number of unnecessary file trasnfers after the upgrade to 1.3.16 for files already in the device

13 years agoMerge remote-tracking branch 'origin/sync_review_2'
David A. Velasco [Thu, 6 Dec 2012 13:03:50 +0000 (14:03 +0100)]
Merge remote-tracking branch 'origin/sync_review_2'

13 years agoFixed bug in synchronization after adding new field to improve the check of changes...
David A. Velasco [Thu, 6 Dec 2012 13:02:09 +0000 (14:02 +0100)]
Fixed bug in synchronization after adding new field to improve the check of changes in server

13 years agoMerge remote-tracking branch 'origin/sync_review_2'
David A. Velasco [Wed, 5 Dec 2012 22:23:10 +0000 (23:23 +0100)]
Merge remote-tracking branch 'origin/sync_review_2'