1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00
Commit Graph

540 Commits

Author SHA1 Message Date
David A. Velasco 1bbc67b704 Merge pull request #133 from owncloud/update_sdk_tools_versions
Update Android SDK Build Tools to version 24.0.2
oc-android-library-0.9.14
2016-08-29 13:54:59 +02:00
David A. Velasco 855a06045e Update Android SDK Build Tools to version 24.0.2 2016-08-29 10:45:06 +02:00
David A. Velasco ebcaf1ddfc Merge pull request #96 from owncloud/bring_back_logging_arguments
Bring back logging arguments
2016-08-18 17:10:07 +02:00
Bartosz Przybylski 45650d2307 Sychronize methods for logging starting and stopping.
First of, this will prevent logs mixing, sencondly this will allow user to safely migrate data even when other thread will call logging functions
2016-08-17 18:56:19 +02:00
Bartosz Przybylski 17325dd43f Update Log_OC.java
Fix typos
2016-08-17 18:56:19 +02:00
Bartosz Przybylski 080b3f56fc Stop logging in exception free way 2016-08-17 18:56:19 +02:00
Bartosz Przybylski 9cbf572510 Add stopLogging method to Log_OC 2016-08-17 18:56:19 +02:00
Bartosz Przybylski 9adb155f7e Bring back storagePath argument in startLogging 2016-08-17 18:56:19 +02:00
David A. Velasco 5dde382fbb Merge pull request #131 from owncloud/update_graddle_tools_and_wrapper_versions
Updated graddle wrapper and plugin versions from security recommendation
2016-08-17 18:54:03 +02:00
David A. Velasco df199beb1b Update Jackrabbit-webdav version also for ant-based build 2016-08-17 18:22:11 +02:00
David A. Velasco 71fefb286c Set jcenter as source of dependencies; build tools updated all the way; Jackrabbit-webdav updated to last stable 2016-08-17 18:22:11 +02:00
David A. Velasco 50a4a0f09e Updated graddle wrapper and plugin versions from security recommendation 2016-08-17 18:22:11 +02:00
David A. Velasco 9e30147161 Merge pull request #102 from owncloud/userQuota
User quota
2016-08-17 18:13:19 +02:00
David A. Velasco 477a99e243 Renamed operation to get quota following scheme of rest of operations, and some clean-up 2016-08-17 10:54:53 +02:00
David A. Velasco b8aa7b6119 Changes after CR 2016-08-17 10:17:29 +02:00
Bartosz Przybylski 46b5d5a4b9 Add test to fetching user quota, add more handy return data object from remote operation 2016-08-17 09:56:35 +02:00
MMMarcy 8d11a519db Commit that introduces a new Remote Operation that fetches users' quota
statistics
2016-08-17 09:56:35 +02:00
David A. Velasco 7458e16d62 Merge pull request #130 from owncloud/ChangesForAndroidN
Target API level 24 (Android N)
2016-08-12 12:03:36 +02:00
Gurpreet 2e17ca3e34 - added target=android-24 in in file test_client/tests/project.properties 2016-08-12 11:04:37 +02:00
Gurpreet 445cbef3aa - changed project.properties files. 2016-08-12 11:04:37 +02:00
Gurpreet 8145e6c080 - changes made to .travis.yml file. 2016-08-12 11:04:37 +02:00
Gurpreet 15c6ab6ded - changes made to .travis.yml file. 2016-08-12 11:04:37 +02:00
Gurpreet 9fa3c5bb4f - changed the buildVersions and target SDK to 24. 2016-08-12 11:04:37 +02:00
David A. Velasco bd33e65090 Merge pull request #77 from mendhak/master
Allow asynchronous execution without handler
2016-08-11 09:26:07 +02:00
mendhak df743af8c5 Merge branch 'master' into master 2016-08-10 18:11:28 +01:00
David A. Velasco 02cb6749da Merge pull request #101 from owncloud/fix_project_setup
Fixed lint setup
2016-08-10 13:16:35 +02:00
Bartosz Przybylski 34d1ce986b Correctly setup lint options 2016-08-10 12:54:18 +02:00
David A. Velasco 1b191151ed Merge pull request #129 from owncloud/release_0.9.13
Release 0.9.13
oc-android-library-0.9.13
2016-08-09 11:20:28 +02:00
David A. Velasco 70e38cda59 Fix Share parser: share type is not determined by existance of <url> element in share 2016-08-04 16:37:47 +02:00
David A. Velasco 20c9830922 Updated copyright 2016-08-02 13:31:56 +02:00
David A. Velasco f0b649ecd6 Merge pull request #127 from owncloud/add_check_for_unshareable_federated_shares
Add check to OwnCloudVersion for not-reshareable federated shares support
2016-08-01 13:11:04 +02:00
David A. Velasco 46ec581740 Fix permissions for federated folders 2016-07-29 12:18:00 +02:00
David A. Velasco e4fc7ea25b Add method to OwnCloudVersion to check if not-reshareable federated shares are supported 2016-07-26 12:53:59 +02:00
David A. Velasco 0ce18350cf Merge pull request #125 from owncloud/1639_show_display_name_instead_of_login_name
Support to access display name of stored accounts
2016-06-16 14:32:00 +02:00
David A. Velasco f679e55933 Updated OwnCloudAccount#getDisplayName with better fallbacks 2016-06-16 12:14:47 +02:00
David A. Velasco 4d80ca096d Removed annoying NONE value from OwnCloudAccount#getDisplayName 2016-06-15 10:21:20 +02:00
David A. Velasco 75667c67f4 Renamed GetRemoteUserNameOperation to GetRemoteUserInfoOperation 2016-06-13 13:49:04 +02:00
David A. Velasco 06f27a7c79 Undo buggy refactoring; too much to do in that sense to get it works 2016-06-09 10:54:08 +02:00
David A. Velasco afe65bdc3f Return user name when display name is unknown 2016-06-09 10:02:32 +02:00
David A. Velasco 743661ca90 Added field 'displayName' to OwnCloudAccount, and refactoring load of account from storage 2016-06-09 10:02:32 +02:00
David A. Velasco 48f35c14b4 Merge pull request #124 from owncloud/stable
Merge release 0.9.12 from stable to master
2016-06-08 16:58:09 +02:00
David A. Velasco 954f69de99 Merge pull request #122 from owncloud/release_0.9.12
Release 0.9.12 , supporting release 2.0.1 of OC for Android
oc-android-library-0.9.12
2016-06-08 09:21:44 +02:00
David A. Velasco cdce258a3f Fixed case of 'no update of upload permission' in operation updating public shares 2016-06-07 13:09:12 +02:00
David A. Velasco 785562038e Merge pull request #119 from owncloud/fix_non_alphanumeric_chars_in_password
Fixed support of non alphanumeric chars in password
2016-05-03 10:37:21 +02:00
David A. Velasco 0666f08ea6 Moved credentials charset constant out of interface, so that it's correctly initialized 2016-04-28 14:00:44 +02:00
Andy Scherzinger 3f89bf20a4 make "UTF-8" String a constant 2016-04-28 12:22:52 +02:00
Luke Owncloud f69814f574 allows special chars in password 2016-04-28 12:22:52 +02:00
Luke Owncloud 256c607da8 allow special chars in password 2016-04-28 12:22:52 +02:00
David A. Velasco 5e5aac5fe1 Merge pull request #120 from owncloud/studio21Update
Update gradle android plugin to 2.1.0
2016-04-28 10:54:32 +02:00
Andy Scherzinger 5a2674516a Update gradle android plugin to 2.1.0 2016-04-27 14:40:44 +02:00