summaryrefslogtreecommitdiffstats
path: root/external/owncloud-android-lib
Commit message (Collapse)AuthorAgeFilesLines
* use gradle to build the owncloud-android-libChristian Lohmaier2017-09-243-5/+52
| | | | | | this will allow using current android SDK tools & emulator Change-Id: Ic7f9996a36e4af2a5cad07e28c8830b8df12aa44
* Pass "verbose" flag into antStephan Bergmann2017-08-301-1/+1
| | | | | | | Change-Id: I76d7c8a41d64baae3591dd188a2d2e46f17622bb Reviewed-on: https://gerrit.libreoffice.org/41735 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
* use android app's target-sdk (22) also for owncloud libChristian Lohmaier2016-06-021-1/+1
| | | | | | maybe should be set via configure, to keep them in-sync Change-Id: I3747992bb2bbdd88f3668418280bbafc8c998a02
* Android: fix ownCloud lib buildJacobo Aragunde Pérez2015-06-101-0/+1
| | | | | | | The build relied on the presence of ANDROID_HOME envvar, now we pass it explicitly. Change-Id: If33ee2c6a22435151aad244378ee5aaf7b3cc913
* Android: add ownCloud library to the build.Jacobo Aragunde Pérez2015-06-105-0/+69
Library code from https://github.com/jaragunde/owncloud-android-library This patch downloads, builds and installs the library from a tarball uploaded to http://dev-www.libreoffice.org/src/. Change-Id: I28afaea4dabe2dab869b53b1881f4d5a6522943f Reviewed-on: https://gerrit.libreoffice.org/16190 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jacobo Aragunde Pérez <jaragunde@igalia.com>