Jenkins for ownCloud [Fri, 8 May 2015 05:13:55 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
David A. Velasco [Thu, 7 May 2015 10:07:44 +0000 (12:07 +0200)]
Replaced 'pass code' with 'passcode'
Jenkins for ownCloud [Thu, 7 May 2015 05:13:54 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
masensio [Wed, 6 May 2015 07:22:38 +0000 (09:22 +0200)]
Merge pull request #970 from owncloud/pinEnhancement
PIN code no more: Pass code protects all the activities in the app
David A. Velasco [Wed, 6 May 2015 07:13:10 +0000 (09:13 +0200)]
Fixes after crossed review
masensio [Tue, 5 May 2015 11:56:57 +0000 (13:56 +0200)]
Merge branch 'develop' into pinEnhancement
David A. Velasco [Tue, 5 May 2015 11:51:46 +0000 (13:51 +0200)]
Merge pull request #967 from owncloud/fix_upload_fails_sending_another_app
Fixed fail in upload sent from the private storage of other app
David A. Velasco [Tue, 5 May 2015 11:43:01 +0000 (13:43 +0200)]
Merge branch 'develop' into pinEnhancement
David A. Velasco [Tue, 5 May 2015 11:42:51 +0000 (13:42 +0200)]
Merge remote-tracking branch 'origin/pinEnhancement' into pinEnhancement
masensio [Tue, 5 May 2015 11:37:18 +0000 (13:37 +0200)]
Change message when entering an incorrect pass code
masensio [Tue, 5 May 2015 11:18:49 +0000 (13:18 +0200)]
Changes from comments in PR#967, Second part
masensio [Tue, 5 May 2015 10:56:14 +0000 (12:56 +0200)]
Changes from comments in PR#967
David A. Velasco [Tue, 5 May 2015 10:49:38 +0000 (12:49 +0200)]
Removed commented code
David A. Velasco [Tue, 5 May 2015 10:27:57 +0000 (12:27 +0200)]
Prevent that input fields are maximized in landscape
David A. Velasco [Tue, 5 May 2015 08:28:49 +0000 (10:28 +0200)]
Removed unneeded toggling on 'selected' state
David A. Velasco [Tue, 5 May 2015 07:54:49 +0000 (09:54 +0200)]
Removed unneeded toggling on cursor visibility
David A. Velasco [Tue, 5 May 2015 07:49:11 +0000 (09:49 +0200)]
Reduced duplicated code with a common TextWatcher implementation for all the input fields
masensio [Tue, 5 May 2015 07:32:49 +0000 (09:32 +0200)]
Trying fix travis fail
David A. Velasco [Mon, 4 May 2015 22:07:24 +0000 (00:07 +0200)]
Cleaned code in PassCodeActivity
masensio [Mon, 4 May 2015 11:39:07 +0000 (13:39 +0200)]
Fix bug: Choose account menu doesn't disappear after rotate the device
David A. Velasco [Mon, 4 May 2015 09:43:51 +0000 (11:43 +0200)]
Added license header to PassCodeManager
David A. Velasco [Mon, 4 May 2015 09:41:09 +0000 (11:41 +0200)]
Replaced 'PIN code' by 'pass code'
David A. Velasco [Mon, 4 May 2015 08:52:57 +0000 (10:52 +0200)]
When pass code is enabled, the app is sent to background if the screen is turned off and the windows are made secure to prevent they are rendered in the 'recents' menu
Jenkins for ownCloud [Mon, 4 May 2015 05:13:48 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 2 May 2015 05:13:50 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
masensio [Thu, 30 Apr 2015 16:12:23 +0000 (18:12 +0200)]
Fix bug: List of files is not the correct one
David A. Velasco [Thu, 30 Apr 2015 14:26:34 +0000 (16:26 +0200)]
Fixed lost uppercase
David A. Velasco [Thu, 30 Apr 2015 14:06:06 +0000 (16:06 +0200)]
Added pass code protection to AuthenticatorActivity
David A. Velasco [Thu, 30 Apr 2015 11:30:55 +0000 (13:30 +0200)]
Logs on activities life cycle simplified
masensio [Thu, 30 Apr 2015 11:23:37 +0000 (13:23 +0200)]
Merge branch 'develop' into fix_upload_fails_sending_another_app
David A. Velasco [Thu, 30 Apr 2015 11:21:28 +0000 (13:21 +0200)]
Prevent that PIN code is requested when system windows partially overlapping the app disappear and the app is resumed
masensio [Thu, 30 Apr 2015 11:04:51 +0000 (13:04 +0200)]
Show Waiting dialog, while copy temporal file async task is working
Jenkins for ownCloud [Thu, 30 Apr 2015 06:30:10 +0000 (02:30 -0400)]
[tx-robot] updated from transifex
masensio [Wed, 29 Apr 2015 16:27:45 +0000 (18:27 +0200)]
Copy file to upload for all kind of files, not only for images.
David A. Velasco [Wed, 29 Apr 2015 14:50:30 +0000 (16:50 +0200)]
Refactored location of passcode check: a callback to rule them all
masensio [Wed, 29 Apr 2015 10:42:10 +0000 (12:42 +0200)]
Execute the file to upload copy in an AsyncTask
Jenkins for ownCloud [Wed, 29 Apr 2015 05:13:49 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
masensio [Tue, 28 Apr 2015 12:22:35 +0000 (14:22 +0200)]
Get file to upload and copy into a temporal file (Uploads#uploadFiles
David A. Velasco [Tue, 28 Apr 2015 12:20:17 +0000 (14:20 +0200)]
Merge branch 'develop' into pinEnhancement
Conflicts SOLVED:
src/com/owncloud/android/ui/activity/FileDisplayActivity.java
src/com/owncloud/android/ui/activity/Preferences.java
src/com/owncloud/android/ui/activity/Uploader.java
src/com/owncloud/android/ui/fragment/OCFileListFragment.java
masensio [Tue, 28 Apr 2015 07:00:15 +0000 (09:00 +0200)]
Merge pull request #963 from owncloud/fix_account_not_changed_after_rotation
FileActivity does not need to 'remember' the current account in configur...
David A. Velasco [Mon, 27 Apr 2015 10:27:09 +0000 (12:27 +0200)]
FileActivity does not need to 'remember' the current account in configuration changes
Jenkins for ownCloud [Sat, 25 Apr 2015 05:13:48 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 24 Apr 2015 05:13:45 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 23 Apr 2015 05:13:49 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
David A. Velasco [Wed, 22 Apr 2015 09:01:52 +0000 (11:01 +0200)]
Merge pull request #957 from owncloud/fix_crash_invalid_server_url
Fix crash when typed invalid URL
David A. Velasco [Wed, 22 Apr 2015 08:50:48 +0000 (10:50 +0200)]
Merge pull request #951 from owncloud/loging_different_servers_same_pattern
Support for accounts with same user name in servers located in the same domain but different path
David A. Velasco [Wed, 22 Apr 2015 08:33:58 +0000 (10:33 +0200)]
Fixes after CR
David A. Velasco [Wed, 22 Apr 2015 07:36:39 +0000 (09:36 +0200)]
Updated reference to library after merging paired PR
David A. Velasco [Wed, 22 Apr 2015 07:35:37 +0000 (09:35 +0200)]
Merge branch 'develop' into loging_different_servers_same_pattern
Conflicts SOLVED in:
src/com/owncloud/android/ui/activity/FileActivity.java
masensio [Tue, 21 Apr 2015 12:45:01 +0000 (14:45 +0200)]
Update workaround version
masensio [Tue, 21 Apr 2015 11:50:13 +0000 (13:50 +0200)]
Filter dots at the beginning of the url
David A. Velasco [Tue, 21 Apr 2015 08:16:11 +0000 (10:16 +0200)]
Transaction signaled as successful in the right place - and some clean-up
masensio [Mon, 20 Apr 2015 09:37:17 +0000 (11:37 +0200)]
Merge pull request #956 from owncloud/fix_app_closes_new_account_and_try_to_upload
Fix app closes new account and try to upload
Jenkins for ownCloud [Sun, 19 Apr 2015 05:13:33 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 18 Apr 2015 05:13:48 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
David A. Velasco [Fri, 17 Apr 2015 12:32:35 +0000 (14:32 +0200)]
Fixed now - FileDisplayActivity is not recreated anymore when the user selects another account
masensio [Fri, 17 Apr 2015 12:10:41 +0000 (14:10 +0200)]
Show an error message for invalid server url
David A. Velasco [Fri, 17 Apr 2015 11:38:11 +0000 (13:38 +0200)]
Got rid of other old dialogs in FileDisplayActivity
David A. Velasco [Fri, 17 Apr 2015 11:07:21 +0000 (13:07 +0200)]
Some minor clean-up
David A. Velasco [Fri, 17 Apr 2015 10:44:22 +0000 (12:44 +0200)]
Fixed bug: depecrated showdialog should not be used anymore, DialogFragment used instead
masensio [Fri, 17 Apr 2015 10:49:39 +0000 (12:49 +0200)]
Fix bug: when installing the app for the first time, app crashes
masensio [Fri, 17 Apr 2015 09:05:13 +0000 (11:05 +0200)]
Remove comments
masensio [Fri, 17 Apr 2015 07:00:53 +0000 (09:00 +0200)]
Replace rawQuery by query, onUpgrade --> updateDownloadedFiles
Jenkins for ownCloud [Fri, 17 Apr 2015 05:13:50 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
masensio [Thu, 16 Apr 2015 15:21:47 +0000 (17:21 +0200)]
Replace account.name by newAccountName in onUpgrade
masensio [Wed, 15 Apr 2015 16:50:59 +0000 (18:50 +0200)]
Select * in updateDownloadedFiles
masensio [Wed, 15 Apr 2015 16:37:12 +0000 (18:37 +0200)]
Changes in update for downloaded files
masensio [Wed, 15 Apr 2015 16:15:57 +0000 (18:15 +0200)]
Update downloaded files
masensio [Wed, 15 Apr 2015 11:07:14 +0000 (13:07 +0200)]
Merge pull request #946 from owncloud/upgrading_account_manager
Upgrading account manager
David A. Velasco [Wed, 15 Apr 2015 10:52:07 +0000 (12:52 +0200)]
Upgraded accounts in AccountManager with new account name
masensio [Wed, 15 Apr 2015 10:25:18 +0000 (12:25 +0200)]
Remove old update sql for 10 version, in onUpgrade method
David A. Velasco [Wed, 15 Apr 2015 10:16:24 +0000 (12:16 +0200)]
Merge branch 'develop' into upgrading_account_manager
masensio [Wed, 15 Apr 2015 08:14:19 +0000 (10:14 +0200)]
Change update query and add log in onUpgrade (10 DB version)
Jenkins for ownCloud [Wed, 15 Apr 2015 05:13:36 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
David A. Velasco [Tue, 14 Apr 2015 13:00:43 +0000 (15:00 +0200)]
Removed 'support' for WebDAV entry point before OC 4, and dependent unused code
David A. Velasco [Tue, 14 Apr 2015 12:42:39 +0000 (14:42 +0200)]
Removed unused method
David A. Velasco [Tue, 14 Apr 2015 12:34:27 +0000 (14:34 +0200)]
Modify upgrade of account names in database; upgrade of accounts in AccountManager will be done before, not after
masensio [Tue, 14 Apr 2015 09:37:08 +0000 (11:37 +0200)]
Upgrade account name in all the rows of files table in database
David A. Velasco [Tue, 14 Apr 2015 07:59:23 +0000 (09:59 +0200)]
Merge pull request #941 from owncloud/add_header_OC-TOTAL-LENGHT_to_put_request
Update library reference, with OC-Total-Length header in ChunkedUploadRe...
David A. Velasco [Tue, 14 Apr 2015 07:50:51 +0000 (09:50 +0200)]
Updated library reference after merge
masensio [Mon, 13 Apr 2015 11:33:51 +0000 (13:33 +0200)]
Update library reference: Set new pattern for account name
masensio [Fri, 10 Apr 2015 07:21:50 +0000 (09:21 +0200)]
Update Library Reference: Add OC-Total-Length to UploadRemoteFileOperation
Jenkins for ownCloud [Fri, 10 Apr 2015 05:13:49 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
masensio [Thu, 9 Apr 2015 16:20:45 +0000 (18:20 +0200)]
Update library reference, with OC-Total-Length header in ChunkedUploadRemoteFileOperation
masensio [Thu, 9 Apr 2015 14:57:09 +0000 (16:57 +0200)]
Merge branch 'master' into develop
David A. Velasco [Thu, 9 Apr 2015 14:52:48 +0000 (16:52 +0200)]
Merge pull request #939 from owncloud/hotfix_user_agent
Hot fix for user-agent header
masensio [Thu, 9 Apr 2015 11:35:50 +0000 (13:35 +0200)]
Udpate imports in MainApp
masensio [Thu, 9 Apr 2015 09:16:13 +0000 (11:16 +0200)]
Hotfix user_agent
masensio [Tue, 7 Apr 2015 13:12:44 +0000 (15:12 +0200)]
Merge remote-tracking branch 'origin/develop' into develop
masensio [Tue, 7 Apr 2015 12:06:32 +0000 (14:06 +0200)]
Merge branch 'release-1.7.1'
Jenkins for ownCloud [Mon, 6 Apr 2015 05:13:38 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sun, 5 Apr 2015 05:13:38 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Sat, 4 Apr 2015 05:13:38 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Fri, 3 Apr 2015 05:13:39 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Thu, 2 Apr 2015 05:13:45 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
Jenkins for ownCloud [Wed, 1 Apr 2015 05:13:47 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
David A. Velasco [Tue, 31 Mar 2015 12:29:09 +0000 (14:29 +0200)]
Once again, disable session based client
David A. Velasco [Tue, 31 Mar 2015 07:37:12 +0000 (09:37 +0200)]
Updated reference to library after fixing deadlock
Jenkins for ownCloud [Tue, 31 Mar 2015 05:13:37 +0000 (01:13 -0400)]
[tx-robot] updated from transifex
David A. Velasco [Mon, 30 Mar 2015 12:38:26 +0000 (14:38 +0200)]
Fixed crashes in Android 2.x due to accesibility code