1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

496 Commits

Author SHA1 Message Date
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
David A. Velasco
0d95b0ce24 Merge pull request #117 from owncloud/Studio2Update
Support Android Studio 2.0 (build tools 23.0.3 + gradle 2.10 + gradle plugin 2.0)
2016-04-26 16:45:13 +02:00
Andy Scherzinger
037b1baadf removed support lib updates in travis build since support lib isn't used/referenced 2016-04-25 16:08:08 +02:00
Andy Scherzinger
95b57e7b3d removed unused support lib dependency 2016-04-25 16:06:17 +02:00
Andy Scherzinger
0a941691bd Android Studio 2.0 Update, gradle 2.10 update, build tools 23.0.3 and support lib update in travis 2016-04-25 15:34:24 +02:00
David A. Velasco
f53ebc09b2 Merge pull request #118 from owncloud/stable
Release 0.9.11
2016-04-21 12:53:16 +02:00
David A. Velasco
19e30a6236 Added util method to extract username from saved Account oc-android-library-0.9.11 2016-04-01 14:58:23 +02:00
David A. Velasco
740f0deb82 Fixed bug resulting in false success when one of multiple Share properties are updated 2016-04-01 14:57:46 +02:00
David A. Velasco
39e3ddaa07 Merge pull request #112 from owncloud/reliable_uploads_actions_uploads_view
Update to support changes for uploads view in OC app
2016-03-30 13:45:23 +02:00
David A. Velasco
0bfc385707 Improved detection of exceptions in uplaods due to local errors 2016-03-21 17:07:23 +01:00
David A. Velasco
78b9aa6247 Redirections to the Identity Provider (IdP) are translated into ResultCode.UNAUTHORIZED 2016-03-21 16:48:12 +01:00
masensio
d36fa0b38b Clean code 2016-03-21 16:48:12 +01:00
Juan Carlos González Cabrero
023d8107ca New Result code added to RemoteOperationResult 2016-03-21 16:48:12 +01:00
David A. Velasco
e6eb4b6e53 Added DELAYED_FOR_WIFI to RemoteOperationResult 2016-03-21 16:48:12 +01:00
David A. Velasco
e7891c4acb Merge pull request #113 from owncloud/edit_public_share_permission
Edit public share permission
2016-03-21 09:35:05 +01:00
Juan Carlos González Cabrero
573afa1538 Update comment, error handling and indentation in the automatic test 2016-03-21 09:05:47 +01:00
Juan Carlos González Cabrero
57aa370be0 Update public share tests and refactored publicUpload permission handling 2016-03-21 09:05:47 +01:00
Juan Carlos González Cabrero
5c68c3f605 Added automated test for creation of the share operation with edit permission enabled 2016-03-21 09:05:47 +01:00
Juan Carlos González Cabrero
46f930f6cf Add new PUT argument for the public upload permission and include in the operation 2016-03-21 09:05:47 +01:00
David A. Velasco
cf3baa6cd5 Merge pull request #111 from owncloud/federated_sharing
Support for federated sharing
2016-03-16 10:05:11 +01:00
Juan Carlos González Cabrero
996660b88c Fix indentation errors 2016-03-16 09:50:18 +01:00
Juan Carlos González Cabrero
547f7116ac Merge branch 'federated_sharing' of https://github.com/owncloud/android-library into federated_sharing 2016-03-16 09:48:21 +01:00
Juan Carlos González Cabrero
3fd4e3b898 Added new encrypted variable referencing the new QA server to travis config 2016-03-16 09:16:52 +01:00
Juan Carlos González Cabrero
6c90e79c53 Added setup variable for a new QA server path 2016-03-16 09:14:50 +01:00
Juan Carlos González Cabrero
add2aab31e New tests for the federated sharing 2016-03-16 09:13:20 +01:00
Juan Carlos González Cabrero
4d524100d5 Added new encrypted variable referencing the new QA server to travis config 2016-03-09 14:01:41 +01:00
Juan Carlos González Cabrero
5dfd4cac5e Added setup variable for a new QA server path 2016-03-09 13:18:59 +01:00
Juan Carlos González Cabrero
0689213e72 New tests for the federated sharing 2016-03-09 10:32:12 +01:00
Juan Carlos González Cabrero
1e1d424ffb Fix comparison of share type in the GetShareesTest 2016-03-07 13:55:18 +01:00
Juan Carlos González Cabrero
b13e584ac3 Remove the share type constants from GetRemoteShareesOperation 2016-03-07 09:07:51 +01:00
Juan Carlos González Cabrero
36da2a2336 Parse the lists of remote users from the JSON response of the server 2016-03-03 12:45:05 +01:00
Juan Carlos González Cabrero
23643ad28e Added new share permissions for the federated shares 2016-03-01 13:24:05 +01:00
Maria Asensio
1007a80534 Merge pull request #109 from owncloud/target_marshmallow
Updated build target to Android APIv23
2016-02-19 11:19:49 +01:00
David A. Velasco
27237576ef Fixed wrong test case for shares, and warnings in test cases 2016-02-16 13:31:55 +01:00
David A. Velasco
d17d8b9a52 Moved target folder for download test to private storage, to fix problems with runtime check of permissions in Android 6 2016-02-16 12:45:26 +01:00
David A. Velasco
8b91c71d6f Updated build target to Android APIv23 2016-02-13 21:24:10 +01:00
David A. Velasco
4eb15976ea Merge pull request #108 from owncloud/stable
Update master with release 0.9.10
2016-02-10 11:33:32 +01:00
David A. Velasco
a953a890d3 Added FEDERATED as an acceptable ShareType oc-android-library-0.9.10 2016-02-05 14:23:41 +01:00
Maria Asensio
95919c9005 Merge pull request #105 from owncloud/share__edit_privileges
Share  edit privileges
2016-01-27 11:06:38 +01:00
David A. Velasco
ac9771ea3a Migration to different test server 2016-01-27 10:52:15 +01:00
David A. Velasco
b3535a3678 Updated automatic tests to cover share permissions updates 2016-01-26 18:39:01 +01:00
David A. Velasco
275c042f78 Added constants for maximum Share permissions 2016-01-18 13:55:35 +01:00