Commit Graph

65 Commits

Author SHA1 Message Date
Andy Scherzinger e3d57e7c42
Update SPDX header to reflect correct state
Resolves #12920

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-04-30 12:18:45 +02:00
Andy Scherzinger a619cdbef8 Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-03-29 19:24:09 +01:00
Andy Scherzinger c5b17f4de9
Add SPDX header
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-03-29 17:33:39 +01:00
Vivek Kumar 3caa637d1e
fix: typo error in SETUP.md
Signed-off-by: Vivek Kumar <115945472+vivekBoii@users.noreply.github.com>
2023-11-01 00:18:36 +05:30
Álvaro Brey Vilas f65b99a265
SETUP: update local library linking instructions with composite builds
Reference: https://docs.gradle.org/current/userguide/composite_builds.html

Not only is this the "official" way to do this, but also:
 - It's much simpler (changes only one file)
 - No need for symlinks
 - Android Studio support seems to finally be perfect (understands lombok, knows that there are two Git roots...)

[skip ci][ci skip]

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2022-03-22 14:31:59 +01:00
Álvaro Brey Vilas 817bbe6d69
SETUP.md: update instructions to link library locally
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
2022-03-11 12:19:45 +01:00
tobiasKaminsky 0680c105b5
Adjust instruction how to link library in app
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2021-12-20 10:47:09 +01:00
Álvaro Brey aa36056261 Remove .gitmodules and references to submodules in SETUP.md
While setting up a clone of this repo I noticed that .gitmodules was empty
and that no submodules were being used. However, SETUP.md still referenced them.

This commit cleans that up. The empty .gitmodules is deleted and the references
to modules in SETUP are deleted too.
2021-07-24 00:15:40 +02:00
Nicolas Glassey 68271956db
Update SETUP.md 2021-01-23 18:45:49 +01:00
tobiasKaminsky 52020a9bf3
direct usage of library project
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2019-04-17 10:07:53 +02:00
AndyScherzinger a587defb76
add editor config to configure Android Studio according to the project guidelines automatically 2018-09-26 11:31:06 +02:00
tobiasKaminsky 6256d21aa6
Remove analytics
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
2018-05-24 14:34:08 +02:00
Joseph Choi 203da0d5f4 Fix typo in documentations 2018-03-24 01:00:45 -04:00
Allan Nordhøy 556a6aaa01 No : in git HTTPS link, GitHub, … 2017-09-06 01:46:48 +02:00
Sven R. Kunze 71ab131bfe Update SETUP.md 2017-09-05 19:50:06 +02:00
Sven R. Kunze 35e7b85ded Update SETUP.md
couldn't pull upstream:

Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
2017-09-03 19:59:47 +02:00
Sven R. Kunze 07fe6e50d1 Update SETUP.md
typo
2017-08-27 11:08:55 +02:00
Mario Danic 9cc19c263b Document flavours 2017-02-25 02:44:31 +01:00
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