Commit graph

47 commits

Author SHA1 Message Date
Andy Scherzinger
eb10fb0015
bump Android SDK Build-Tools to 24.0.2 2016-11-02 23:34:28 +01:00
Andy Scherzinger
2ebefe2507 initial documentation renames 2016-06-07 01:22:13 +02:00
David A. Velasco
c9e6b80ab4 Removed line referring to SDK Platform 19 2016-05-07 11:49:25 +02:00
Andy Scherzinger
a337262a05 removed references to other IDEs 2016-05-07 11:49:22 +02:00
Andy Scherzinger
74fea2e139 remove now unused setup_env scripts 2016-05-07 11:49:21 +02:00
Andy Scherzinger
79bd01535c updated dev guide 2016-05-07 11:49:21 +02:00
Andy Scherzinger
84285a9a0c updated setup description v23 is mandatory being the compile target 2016-05-07 11:49:18 +02:00
Andy Scherzinger
134b2b4c68 remove ANT build, bump gradle Android plugin to 2.0, remove lib resources used by ANT 2016-05-07 11:49:13 +02:00
Andy Scherzinger
4b89423f4c #1320 remove maven build capabilities 2016-04-25 13:20:36 +02:00
Sudhir Khanger
bbae82d3ac fix #1152 remove unnecessary instruction 2016-04-14 09:26:18 +02:00
Sudhir Khanger
f3bdd9beb1 typing error correction 2016-04-14 09:26:18 +02:00
Sudhir Khanger
676d52a340 fix #1152 remove unnecessary instruction 2016-04-14 09:26:18 +02:00
Sudhir Khanger
f1fee1c752 Improve CONTRIBUTION and SETUP docs 2016-04-14 09:26:18 +02:00
Andy Scherzinger
413707272a rebased to master: resolved conflicts (edits from fab implementation) 2016-02-25 19:38:24 +01:00
Andy Scherzinger
86369e79fc again format fixes 2016-02-15 09:31:52 +01:00
Andy Scherzinger
e551c1f466 fixed list identation 2016-02-15 09:30:41 +01:00
Andy Scherzinger
fb3d9cb005 nicer gradle wrapper ref 2016-02-15 09:22:26 +01:00
Andy Scherzinger
44df5b21f4 fixed merge conflicts 2016-02-15 09:18:15 +01:00
Andy Scherzinger
08429c399b further formatting 2016-02-12 12:27:16 +01:00
Andy Scherzinger
340836d36f add v23 infos for the build processes 2016-02-12 12:26:49 +01:00
masensio
8ed97d7433 Update setup, changes from the issue #1154 2015-09-14 14:07:05 +02:00
Andy Scherzinger
066190f977 Update SETUP.md
updated documentation due to move to android-22 for actual AppCompat lib and ownCloud app compile Target
2015-08-11 15:40:27 +02:00
David A. Velasco
3141659306 Updated documents and .gitmodules with new policy: PRs should go to master, no more to develop 2015-08-07 09:15:14 +02:00
David A. Velasco
d5f1dc8b45 Reviewed and updated project setup instructions 2015-06-15 12:33:03 +02:00
Jorge Antonio Diaz-Benito Soriano
69013b0e8d Restore .gitignore and SETUP.md, remove files that were added 2014-11-25 20:46:44 +01:00
Jorge Antonio Diaz-Benito Soriano
79b38463b2 Updated instructions to the continuous presence of the *.iml files 2014-11-24 12:17:01 +01:00
Luke Owncloud
4817e43c13 small changes for building on Linux
Conflicts:
	SETUP.md
	setup_env.sh
2014-11-17 13:52:56 +01:00
MMMarcy
2cad715525 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-28 16:09:34 +01:00
Luke Owncloud
84c8c96916 small changes for building on Linux 2014-10-12 20:36:34 +02:00
Luke Owncloud
0f104952f3 tiny SETUP.md correction 2014-02-27 14:37:44 +01:00
Luke Owncloud
32cf40d66f changed name of oc_framework to android-library in setup.md and pom.xml
updated Android API in pom.xml
2014-01-30 08:51:07 +01:00
Luke Owncloud
0a2656b723 correction 2014-01-25 14:50:15 +01:00
Luke Owncloud
31ee75752c added howto use git to issue a second PR 2014-01-25 06:23:46 +01:00
Luke Owncloud
5f34f75324 added howto use git to issue a second PR (when local/develop is "dirty") 2014-01-25 06:20:02 +01:00
Luke Owncloud
af77468dbc made oc_framework a mvn project
updated compile instructions for mvn

oc_framework is a standalone mvn project which must be installed.
if anyone knows how to make oc_framework a submodule without changing the directory structure ... please do it!
2013-12-11 13:55:34 +01:00
Luke Owncloud
adc9fd9bcc updated SETUP.md for Eclipse compile 2013-12-11 11:50:18 +01:00
David A. Velasco
b037c58b71 Smaller titles 2013-11-18 12:31:06 +01:00
David A. Velasco
aef2f45087 Fixed alignment in setup instructions 2013-11-18 12:27:29 +01:00
David A. Velasco
ab26e92b48 Updated instructions for building after creation of oc_framework 2013-11-18 12:03:06 +01:00
Luke Owncloud
264186ea6b "follow" instead of "obey" 2013-10-24 09:35:53 +02:00
Luke Owncloud
13da4e0e4b mention contributor-agreement in SETUP.md 2013-10-24 09:20:13 +02:00
Luke Owncloud
6af47d271e fix git update instructions 2013-10-21 11:40:20 +02:00
Luke Owncloud
a43fef7dbf enabled project for building with maven (eclipse building stays untouched)
added/updated compile instructions in setup.md
added some eclipse generated files to .gitignore
2013-10-21 09:29:05 +02:00
Luke Owncloud
154f038a40 added howto for Eclipse 2013-08-06 14:42:42 +02:00
Luke Owncloud
c93b552db5 mc 2013-08-06 11:27:07 +02:00
Luke Owncloud
1b3c3a3ece added more detailed download and compile instructions.
fixed setup_env.bat
added target/ to .gitignore
2013-08-06 11:19:30 +02:00
zerginator
8c71e582ff setup_env.bat included and improved setup text a bit 2013-03-13 22:32:44 +01:00