From 047e34a5f531fddb0f355d0cda7287360f3c3799 Mon Sep 17 00:00:00 2001 From: rperezb Date: Fri, 24 Jan 2014 09:30:23 +0100 Subject: [PATCH 1/3] Create README.md --- README.md | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..b4f10ece --- /dev/null +++ b/README.md @@ -0,0 +1,54 @@ +# ownCloud Android Library v1.0 + +### Introduction +Using ownCloud Android library it will be the easiest way to communicate with ownCloud servers. +Add this library in your project and integrate your application with ownCloud seamlessly. + +### Install Library +#### 2.1. Information how to get the library + +Get this code and compile it. In the repository it is not only the library project but also the example project “sample_client”; thanks to it you will learn how to use the library. + +#### 2.2. Add library to your project +There are different ways of adding this library to your code, then it is described one of them + +__Step 1.__ Compile the ownCloud Android Library +__Step 2.__ Define a dependency within your project. For that, access to Properties > Android > Library and click on add and select the ownCloud Android library + + +### License + +ownCloud Android Library is available under MIT license + +Copyright (C) 2014 ownCloud (http://www.owncloud.org/) +Copyright (C) 2012 Bartek Przybylski + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERSBE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + + +#### Third part libraries + +ownCloud Android Library uses Apache JackRabbit, version 2.2.5. Copyright (C) 2004-2010 The Apache Software Foundation. Licensed under Apache License, Version 2.0. + + +### Compatibility + +ownCloud Android library from Android 2.2 (android:minSdkVersion="8" android:targetSdkVersion="19") + +ownCloud Android library supports ownCloud server from version 4.5. + + + + + From 263ba6f3767b6be5cf227cfd4bc5fb0d5ebda9c9 Mon Sep 17 00:00:00 2001 From: rperezb Date: Fri, 24 Jan 2014 09:31:24 +0100 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b4f10ece..e86b385d 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Get this code and compile it. In the repository it is not only the library proje There are different ways of adding this library to your code, then it is described one of them __Step 1.__ Compile the ownCloud Android Library + __Step 2.__ Define a dependency within your project. For that, access to Properties > Android > Library and click on add and select the ownCloud Android library From 405f3e56e5495fa668af40b60196186982d020f7 Mon Sep 17 00:00:00 2001 From: rperezb Date: Fri, 24 Jan 2014 09:32:14 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e86b385d..fdc655cc 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ __Step 2.__ Define a dependency within your project. For that, access to Propert ownCloud Android Library is available under MIT license Copyright (C) 2014 ownCloud (http://www.owncloud.org/) + Copyright (C) 2012 Bartek Przybylski Permission is hereby granted, free of charge, to any person obtaining a copy