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

687 Commits

Author SHA1 Message Date
davigonz ede34920c2 Include feature to check server connections 2018-04-17 16:48:49 +02:00
davigonz e6640d395b Testing network library 2018-04-17 16:48:49 +02:00
Christian Schabesberger a2a1b0204a Merge pull request #185 from theScrabi/fix_empty_screen
fix empty screen for guest users
2018-04-13 12:54:10 +02:00
theScrabi 0abc3a6b29 fix empty screen 2018-04-13 08:59:58 +02:00
David González Verdugo 0e7fd8ee8f Merge pull request #175 from owncloud/private_link_in_webdav
Add privatelink property support to processing of WebDAV responses
oc-android-library-0.9.19
2017-11-10 15:17:56 +01:00
davigonz 7c7cad7e99 Apply requested changes 2017-10-30 10:53:33 +01:00
David A. Velasco 9fe3e11c52 Add privatelink property support to webdav reponses 2017-10-30 10:53:33 +01:00
David González Verdugo c18329efd6 Merge pull request #179 from owncloud/migrate_android_o
Migrate to Android O
2017-10-30 10:44:53 +01:00
davigonz a61d287bf1 Update emulator version 2017-10-18 17:30:11 +02:00
davigonz 848d9db763 Upgrade target sdk version to 26, including it also in Travis configuration 2017-10-18 13:09:53 +02:00
davigonz 1b34e9bd49 Upgrade compileSdkToos to 26 2017-10-18 12:39:10 +02:00
David González Verdugo 98eda17cba Merge pull request #167 from owncloud/update_android_tools
[WIP] Update Android tools
2017-10-18 10:16:18 +02:00
davigonz 826abcfae4 Check tools and dependencies installed 2017-10-18 09:27:42 +02:00
davigonz 132e173078 Use sdkmanager command to install Android SDK components 2017-10-18 08:48:04 +02:00
David A. Velasco e0a6926608 pdate Android SDK Tools to the really last version 2017-10-10 18:11:00 +02:00
David A. Velasco 2109ab98a1 Update build tools to 26.0.2 2017-10-10 18:11:00 +02:00
David A. Velasco 2dde542356 Disable automated tests until ported to current Android testing environment 2017-10-10 18:11:00 +02:00
David A. Velasco 19cea29faf Delete duplicated update of Android Tools component - no needed anymore, Travis updated Android base environment 2017-10-10 18:11:00 +02:00
David A. Velasco 2418abf85e Update Travis config to install Android build tools 26.0.0 2017-10-10 18:11:00 +02:00
David A. Velasco 40af731eb0 Update build tools to 26.0.0, for future support of Android O 2017-10-10 18:11:00 +02:00
David A. Velasco c560f4fb4b Merge pull request #174 from owncloud/oauth2_support_bugfixing
Oauth2 support - bugfixing
oc-android-library-0.9.18
2017-09-01 15:20:57 +02:00
davigonz f389207713 Update tests with the proper constants 2017-09-01 11:31:13 +02:00
David A. Velasco f3a2c05efa Prevent NPE parsing NULL queries in OAuth2 redirected URIs 2017-09-01 11:30:04 +02:00
David A. Velasco 2d35b00273 Move constants for main endpoints from AccountUtils to OwnCloudClient 2017-09-01 11:29:45 +02:00
davigonz 3072507972 Fix login loop when disabling OAuth2 2017-08-28 08:57:08 +02:00
David A. Velasco 2289358775 Merge pull request #173 from owncloud/oauth2_support
OAuth2 support
2017-08-23 16:56:13 +02:00
davigonz 75821de7a3 Changes to invalidate SAML credentials properly 2017-08-23 13:39:40 +02:00
davigonz 12d04bb63c Ensure that SAML credentials will be invalidated if appropriate 2017-08-17 10:45:01 +02:00
David A. Velasco e466bac6b1 Move responsibility for refreshing expired credentials from RemoteOperation to OwnCloudClient 2017-08-17 09:22:30 +02:00
David A. Velasco dd2d3b8996 Extend chance of silent refresh of auth token in RemoteOperations that are run with execute(...) methods receiving OwnCloudClients 2017-08-14 14:46:08 +02:00
David A. Velasco c7ade613c6 Clean-up and minor refactor after review 2017-08-04 14:48:39 +02:00
David A. Velasco 3ea5ad32f6 Update imports in automated tests after moving OwnCloudCredentialsFactory to a different package 2017-08-04 13:44:01 +02:00
David A. Velasco ae4b463478 Update Sample Client and Test Project after moving OwnCloudCredentialsFactory to a different pacakge 2017-08-04 12:04:52 +02:00
David A. Velasco 02f35d5f5e Remove deprecated methods for update to version 1.0 2017-08-04 11:11:37 +02:00
David A. Velasco a4386bb4fe Allow client objects to decide if RemoteOperations should silently refresh access token when expired 2017-08-02 18:43:07 +02:00
davigonz c04f6e3463 Create new method to retry synchronous and asynchronous remote operations 2017-08-02 12:25:38 +02:00
davigonz 7f98b3804c Include refresh token grantype before throwing an exception when building oauth2 operation 2017-08-01 17:09:04 +02:00
davigonz 99334c2e45 Include refresh token operation in library, builder 2017-08-01 11:55:47 +02:00
davigonz aa717b3e7b Use proper grant type to get new access token using refresh token 2017-07-31 10:47:20 +02:00
David A. Velasco ae8e3ca904 Simplify operation to refresh OAuth2 access token 2017-07-25 19:04:59 +02:00
davigonz 95fdf75d38 Rename get refreshed access token operation 2017-07-25 12:17:32 +02:00
davigonz c6f8430876 Move OAuth2GetRefreshedAccessTokenOperation to the library and prepare RemoteOperation to retry the last failed operation when access token expires 2017-07-25 12:14:22 +02:00
David A. Velasco a06af810d0 Invalidate stored auth token directly from RemoteOperation when request results UNAUTHORIZED 2017-07-25 09:35:22 +02:00
David A. Velasco 0dc859c071 Move OAuth2 support classes from app to library 2017-07-21 13:30:29 +02:00
davigonz a1b1c2f9ed Invalidate the client token when access token expires and try the last operation [WIP] 2017-07-20 11:10:13 +02:00
davigonz fe947194c5 Add constant to save refresh token in account 2017-07-20 11:10:13 +02:00
davigonz 2df2cde466 Rename getAuthernticateHeader method 2017-07-20 11:10:13 +02:00
davigonz f6ee1a15cb Reading several authenticate headers from http response 2017-07-20 11:10:13 +02:00
David A. Velasco e4b57e8063 WIP 2017-07-20 11:10:13 +02:00
David A. Velasco 312b21cb1e Merge pull request #172 from owncloud/update_gradle_plugin
Update Gradle Plugin to last stable version - 2.3.3
2017-07-20 11:03:40 +02:00