📱 Nextcloud Android app
Find a file
MMMarcy 0775b10a04 Commit for the PR
The pull request targets:

	1) Introduces Gradle support
	2) Updates maven support (even thou the apk generated is not
stable)
	3) Updates the setup_env.* scripts to support different building
tools
	4) Removes non UTF-8 characters
	5) Removes switches on R.id entries (not supported anymore from
ADT >= 14)
	6) Introduced a binary dependency (.aar) that replace the actionbarsherlock
sub-module

Remainders:

	1) Change the sub-module back to the owncloud android library
once the PR will be merge
2014-10-17 14:42:11 +02:00
.settings OC-247: Resize active area for the eye icon 2013-06-04 10:45:24 +02:00
.tx Update transifex strings 2013-10-17 18:07:13 +02:00
doc xml wasn't readable... hopefully now 2013-04-18 00:12:25 +02:00
gradle/wrapper Commit for the PR 2014-10-17 14:42:11 +02:00
libs/actionbarsherlock_lib Commit for the PR 2014-10-17 14:42:11 +02:00
oc_jb_workaround Commit for the PR 2014-10-17 14:42:11 +02:00
owncloud-android-library@19d453dd55 Commit for the PR 2014-10-17 14:42:11 +02:00
res Fixed bug. Changed icon for 'send' option in file actions menu 2014-07-15 12:45:28 +02:00
src/com/owncloud/android Commit for the PR 2014-10-17 14:42:11 +02:00
tests Commit for the PR 2014-10-17 14:42:11 +02:00
third_party/android-support-library Commit for the PR 2014-10-17 14:42:11 +02:00
.classpath Commit for the PR 2014-10-17 14:42:11 +02:00
.gitignore Commit for the PR 2014-10-17 14:42:11 +02:00
.gitmodules Commit for the PR 2014-10-17 14:42:11 +02:00
.project junit for android app 2012-09-30 01:14:38 +02:00
.travis.yml Commit for the PR 2014-10-17 14:42:11 +02:00
AndroidManifest.xml Remove InstantUploadActivity and related resources 2014-07-14 08:40:16 +02:00
build.gradle Commit for the PR 2014-10-17 14:42:11 +02:00
build.xml add buildscripts for environment setup and building with ant 2012-06-25 19:46:14 +02:00
CONTRIBUTING.md Added CONTRIBUTING.md and THIRD_PARTY.txt 2013-03-25 15:08:40 +01:00
gradlew Commit for the PR 2014-10-17 14:42:11 +02:00
gradlew.bat Commit for the PR 2014-10-17 14:42:11 +02:00
issue_template.md Added CONTRIBUTING.md and THIRD_PARTY.txt 2013-03-25 15:08:40 +01:00
LICENSE.txt Copyright note fixes 2013-04-17 12:26:13 +02:00
lint.xml OC-208: Changes from comments 2013-06-11 10:46:21 +02:00
pom.xml Commit for the PR 2014-10-17 14:42:11 +02:00
proguard.cfg adjusting design to holo, stability for account setup 2012-05-13 16:13:13 +02:00
project.properties ownCloud app linked to owncloud-android-library in its new location as submodule 2014-01-21 15:03:36 +01:00
README.md positive description about what app does 2013-10-24 09:40:03 +02:00
settings.gradle Commit for the PR 2014-10-17 14:42:11 +02:00
SETUP.md Commit for the PR 2014-10-17 14:42:11 +02:00
setup_env.bat Commit for the PR 2014-10-17 14:42:11 +02:00
setup_env.sh Commit for the PR 2014-10-17 14:42:11 +02:00
THIRD_PARTY.txt Fixed typo in overview of third party software 2013-05-17 12:54:13 +02:00

This is the Android client for ownCloud.

The app performs file synchronization with an ownCloud server. Other ownCloud features may be added in the future, but they are not a priority right now.

Make sure you read SETUP.md when you start working on this project.