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

Commit Graph

  • 35ea9dfd20 Fix okHttp not found davigonz 2018-04-25 17:48:17 +02:00
  • 91f509a119 Fix failed Travis test davigonz 2018-04-25 17:30:53 +02:00
  • b1ef9ec44b Solve google repository issue davigonz 2018-04-25 17:18:36 +02:00
  • 1ff922af6a Get rid of some warnings davigonz 2018-04-25 16:38:51 +02:00
  • 3bd29307a5 Upgrade gradle and fix some conflicts davigonz 2018-04-25 11:23:06 +02:00
  • 41fed5d9f0
    Merge pull request #187 from owncloud/test_ok_http David González Verdugo 2018-04-20 12:55:34 +02:00
  • e6835b1518 Reorder variables davigonz 2018-04-20 12:40:52 +02:00
  • d0d26b7a3b Fix uploads davigonz 2018-04-20 12:35:06 +02:00
  • 872c82b79a Test remote deletion davigonz 2018-04-19 13:57:49 +02:00
  • bc32ddda0f Test download davigonz 2018-04-19 13:22:27 +02:00
  • f3a080e9a8 Keep working on uploads davigonz 2018-04-18 13:32:38 +02:00
  • bdd6a1be0c Refactor MainActivity and start implementing upload davigonz 2018-04-18 11:03:28 +02:00
  • d79bdb7893 Test PROPFIND with new endpoind and new network library davigonz 2018-04-17 18:37:00 +02:00
  • ede34920c2 Include feature to check server connections davigonz 2018-01-30 12:55:36 +01:00
  • e6640d395b Testing network library davigonz 2018-01-29 12:55:57 +01:00
  • a2a1b0204a
    Merge pull request #185 from theScrabi/fix_empty_screen Christian Schabesberger 2018-04-13 12:54:10 +02:00
  • 0abc3a6b29 fix empty screen theScrabi 2018-04-13 08:59:58 +02:00
  • c517faeac2
    Merge pull request #183 from owncloud/master David González Verdugo 2018-02-02 12:13:54 +01:00
  • 0e7fd8ee8f
    Merge pull request #175 from owncloud/private_link_in_webdav oc-android-library-0.9.19 David González Verdugo 2017-11-10 15:17:56 +01:00
  • 7c7cad7e99 Apply requested changes davigonz 2017-10-16 15:01:10 +02:00
  • 9fe3e11c52 Add privatelink property support to webdav reponses David A. Velasco 2017-09-22 17:55:00 +02:00
  • c18329efd6
    Merge pull request #179 from owncloud/migrate_android_o David González Verdugo 2017-10-30 10:44:53 +01:00
  • a61d287bf1 Update emulator version davigonz 2017-10-18 17:30:11 +02:00
  • 848d9db763 Upgrade target sdk version to 26, including it also in Travis configuration davigonz 2017-10-18 13:09:53 +02:00
  • 1b34e9bd49 Upgrade compileSdkToos to 26 davigonz 2017-10-18 12:35:13 +02:00
  • 98eda17cba Merge pull request #167 from owncloud/update_android_tools David González Verdugo 2017-10-18 10:16:18 +02:00
  • 826abcfae4 Check tools and dependencies installed davigonz 2017-10-18 09:27:42 +02:00
  • 132e173078 Use sdkmanager command to install Android SDK components davigonz 2017-10-18 08:48:04 +02:00
  • e0a6926608 pdate Android SDK Tools to the really last version David A. Velasco 2017-10-09 11:00:29 +02:00
  • 2109ab98a1 Update build tools to 26.0.2 David A. Velasco 2017-10-09 10:59:32 +02:00
  • 2dde542356 Disable automated tests until ported to current Android testing environment David A. Velasco 2017-10-06 11:03:22 +02:00
  • 19cea29faf Delete duplicated update of Android Tools component - no needed anymore, Travis updated Android base environment David A. Velasco 2017-10-06 10:59:06 +02:00
  • 2418abf85e Update Travis config to install Android build tools 26.0.0 David A. Velasco 2017-06-14 17:36:28 +02:00
  • 40af731eb0 Update build tools to 26.0.0, for future support of Android O David A. Velasco 2017-06-14 17:20:21 +02:00
  • c560f4fb4b Merge pull request #174 from owncloud/oauth2_support_bugfixing oc-android-library-0.9.18 David A. Velasco 2017-09-01 15:20:57 +02:00
  • f389207713 Update tests with the proper constants davigonz 2017-09-01 11:31:13 +02:00
  • f3a2c05efa Prevent NPE parsing NULL queries in OAuth2 redirected URIs David A. Velasco 2017-08-29 10:53:28 +02:00
  • 2d35b00273 Move constants for main endpoints from AccountUtils to OwnCloudClient David A. Velasco 2017-08-28 08:58:30 +02:00
  • 3072507972 Fix login loop when disabling OAuth2 davigonz 2017-08-28 08:57:08 +02:00
  • 2289358775 Merge pull request #173 from owncloud/oauth2_support David A. Velasco 2017-08-23 16:56:13 +02:00
  • 75821de7a3 Changes to invalidate SAML credentials properly davigonz 2017-08-17 11:16:32 +02:00
  • 12d04bb63c Ensure that SAML credentials will be invalidated if appropriate davigonz 2017-08-17 10:45:01 +02:00
  • e466bac6b1 Move responsibility for refreshing expired credentials from RemoteOperation to OwnCloudClient David A. Velasco 2017-08-17 09:22:30 +02:00
  • dd2d3b8996 Extend chance of silent refresh of auth token in RemoteOperations that are run with execute(...) methods receiving OwnCloudClients David A. Velasco 2017-08-14 14:46:08 +02:00
  • c7ade613c6 Clean-up and minor refactor after review David A. Velasco 2017-08-04 14:19:15 +02:00
  • 3ea5ad32f6 Update imports in automated tests after moving OwnCloudCredentialsFactory to a different package David A. Velasco 2017-08-04 12:35:48 +02:00
  • ae4b463478 Update Sample Client and Test Project after moving OwnCloudCredentialsFactory to a different pacakge David A. Velasco 2017-08-04 12:04:52 +02:00
  • 02f35d5f5e Remove deprecated methods for update to version 1.0 David A. Velasco 2017-08-04 11:11:37 +02:00
  • a4386bb4fe Allow client objects to decide if RemoteOperations should silently refresh access token when expired David A. Velasco 2017-08-02 18:43:07 +02:00
  • c04f6e3463 Create new method to retry synchronous and asynchronous remote operations davigonz 2017-08-02 12:25:38 +02:00
  • 7f98b3804c Include refresh token grantype before throwing an exception when building oauth2 operation davigonz 2017-08-01 17:09:04 +02:00
  • 99334c2e45 Include refresh token operation in library, builder davigonz 2017-08-01 11:55:47 +02:00
  • aa717b3e7b Use proper grant type to get new access token using refresh token davigonz 2017-07-31 10:47:20 +02:00
  • ae8e3ca904 Simplify operation to refresh OAuth2 access token David A. Velasco 2017-07-25 19:04:52 +02:00
  • 95fdf75d38 Rename get refreshed access token operation davigonz 2017-07-25 12:17:32 +02:00
  • c6f8430876 Move OAuth2GetRefreshedAccessTokenOperation to the library and prepare RemoteOperation to retry the last failed operation when access token expires davigonz 2017-07-25 12:14:22 +02:00
  • a06af810d0 Invalidate stored auth token directly from RemoteOperation when request results UNAUTHORIZED David A. Velasco 2017-07-25 09:35:16 +02:00
  • 0dc859c071 Move OAuth2 support classes from app to library David A. Velasco 2017-07-21 11:06:58 +02:00
  • a1b1c2f9ed Invalidate the client token when access token expires and try the last operation [WIP] davigonz 2017-07-14 13:06:08 +02:00
  • fe947194c5 Add constant to save refresh token in account davigonz 2017-07-10 13:55:00 +02:00
  • 2df2cde466 Rename getAuthernticateHeader method davigonz 2017-06-30 13:02:28 +02:00
  • f6ee1a15cb Reading several authenticate headers from http response davigonz 2017-06-30 12:35:19 +02:00
  • e4b57e8063 WIP David A. Velasco 2017-03-28 18:53:57 +02:00
  • 312b21cb1e Merge pull request #172 from owncloud/update_gradle_plugin David A. Velasco 2017-07-20 11:03:40 +02:00
  • c75efa81ba Update Gradle Plugin to last stable version - 2.3.3 David A. Velasco 2017-07-20 10:05:27 +02:00
  • 0a4c3773b2 Merge pull request #166 from owncloud/antivirus_improve_feedback David González Verdugo 2017-07-11 10:35:28 +02:00
  • b074c34cbc Refactor code davigonz 2017-06-13 11:36:23 +02:00
  • 4b2c32511b Improve feedback when uploading virus files davigonz 2017-06-12 10:45:08 +02:00
  • cfd43dc058 Merge pull request #171 from owncloud/Fix_get_upload_only_capability David González Verdugo 2017-06-28 11:55:09 +02:00
  • 5d99c9db32 Include support_upload_only capability in get capabilities operation davigonz 2017-06-26 11:09:00 +02:00
  • 6842cd6968 Merge pull request #170 from owncloud/fix_write_only_10.0.0 David González Verdugo 2017-06-28 09:28:03 +02:00
  • 7b1a5cdee9 Include a new minimun version with write only public sharing davigonz 2017-06-23 15:34:06 +02:00
  • 33390ff09c Merge pull request #168 from owncloud/write_only_share David González Verdugo 2017-06-21 09:29:14 +02:00
  • 137a892d2e Improve comments davigonz 2017-06-16 11:43:18 +02:00
  • bcb6c2c106 Update permissions when updating share via link davigonz 2017-06-16 11:07:06 +02:00
  • e7b2dde940 Adding support upload only field to OCCapability davigonz 2017-06-14 11:14:37 +02:00
  • 5493227dd6 Adding supports_upload_only capability [WIP] davigonz 2017-06-09 11:51:03 +02:00
  • bac38d13ef Merge pull request #163 from owncloud/multiple_public_shares oc-android-library-0.9.17 David González Verdugo 2017-05-15 10:42:40 +02:00
  • defbfc8d0e Revert "Add support for capability to show optional warning about public shares" David A. Velasco 2017-05-11 09:57:47 +02:00
  • c9a06fc5e4 Fix NullPointerException in update of public shares while keeping compatibility of the operation with servers not supporting 'name' property in shares David A. Velasco 2017-05-10 15:34:22 +02:00
  • a034338290 Fix wrong or no update parameter given in servers < 10 davigonz 2017-05-09 18:18:22 +02:00
  • beb9be05de Fix hide + button to create a public share in servers <10 davigonz 2017-05-09 09:05:21 +02:00
  • 8f5ac456ab Prevent send of empty value for expiration date and link name when public share is created David A. Velasco 2017-05-05 12:57:55 +02:00
  • 6d0773cf34 Add support for capability to show optional warning about public shares David A. Velasco 2017-05-05 09:46:03 +02:00
  • 8ae4dd137d Added multiple share links to the capabilities davigonz 2017-05-03 13:56:05 +02:00
  • e80b50d4de Get public share name instead of token when using public share getName method and there's no name davigonz 2017-05-03 09:09:27 +02:00
  • 8f3aeb30ed Use the token instead of the path when a public link has been created with no name davigonz 2017-05-02 18:51:31 +02:00
  • ee726119cb Clarify absence and patch of URL field of OCShares David A. Velasco 2017-04-26 13:48:22 +02:00
  • dda1429581 Create public link [WIP] davigonz 2017-04-27 09:57:34 +02:00
  • 188ce07155 Add support for optional name in public shares (WIP) David A. Velasco 2017-04-19 18:03:48 +02:00
  • 0dce40b160 Merge pull request #159 from owncloud/retry_transfers_after_lost_network David A. Velasco 2017-04-25 18:10:10 +02:00
  • 11363adedb Clean up after CR David A. Velasco 2017-04-25 12:31:04 +02:00
  • 0e5cf18d8c Update build version to Java 7 David A. Velasco 2017-04-25 11:34:49 +02:00
  • 9fe7c995dd Add write timeout if socket implementation supports it, so that chances of blocking and upload if network is removed are minimized David A. Velasco 2017-04-21 16:10:16 +02:00
  • 02e3a90df3 Release input stream on IO exceptions so that next download in the queue does not get stucked David A. Velasco 2017-04-20 11:30:29 +02:00
  • e6f9eb43d9 Merge pull request #157 from owncloud/update_gradle_version_and_plugin David A. Velasco 2017-04-19 11:06:39 +02:00
  • 096b46ca3c Update build tools version David A. Velasco 2017-04-18 18:57:29 +02:00
  • 24041deb6d Update version of gradle dependencies David A. Velasco 2017-04-18 18:52:41 +02:00
  • 7d49e20258 Merge pull request #156 from owncloud/support_hidden_version_in_status_php David A. Velasco 2017-04-17 14:25:27 +02:00
  • 1f69348cc6 Updated tests for OwnCloudClient after removing path constant ODAV_PATH David A. Velasco 2017-04-17 13:49:00 +02:00