Commit Graph

88 Commits

Author SHA1 Message Date
Torsten Grote f6075848e7 Move libraries into their own folder
and remove sharedTest symlink hack. The shared tests are now a proper gradle module to avoid issues with using the same source files in different modules.
2022-09-12 09:46:15 +00:00
Licaon_Kter f0177d614a use same link for APK 2022-05-10 10:27:01 +00:00
Torsten Grote 5ac64578cd
Add information about library releases to READMEs 2022-04-28 09:16:22 -03:00
Torsten Grote 8b3e0f83ae
Publish download library to maven central
and add a different license for it.
2022-04-27 10:29:28 -03:00
Andrew 80759dadc7 Update IRC network: s/Freenode/OFTC/ig 2021-06-23 16:52:17 +00:00
Benedikt Brückmann 07aae0674f Fix pipeline badge in README
relates to fdroid/fdroidclient#2173
2021-05-17 11:05:34 +02:00
Marcus Hoffmann 6ff3a422c4 readme: root install method is removed 2018-08-30 22:48:21 +02:00
Hans-Christoph Steiner 30e498b049 README: add Weblate badge for translation status 2017-11-01 19:53:25 +01:00
Hans-Christoph Steiner 9703589950 update meeting time in README 2017-04-19 10:48:13 +02:00
Daniel Martí 2b088bc438 README: clarify AM/PM meeting time via 24h format 2016-12-07 22:31:27 +00:00
Nico Alt 2b98f5477b Correct meeting time
With the discussion on IRC [starting here](https://botbot.me/freenode/fdroid-dev/2016-11-14/?msg=76442333&page=1), the time in `README.md` is wrong.

> We are on `#fdroid` and `#fdroid-dev` on Freenode. We hold weekly dev meetings on `#fdroid-dev` on Tuesdays at 20h UTC, which usually last half an hour.

[It should be](https://botbot.me/freenode/fdroid-dev/2016-11-15/?msg=76516527&page=1) be:

> We are on `#fdroid` and `#fdroid-dev` on Freenode. We hold weekly dev meetings on `#fdroid-dev` on Thursdays at 8:30h UTC, which usually last half an hour.
2016-12-07 22:33:19 +01:00
Felix Ableitner 8cd48bcbc4 Fixed link to privileged extension 2016-09-27 04:17:54 +00:00
Nico Alt 946b017ab2 One badge per line 2016-06-03 18:02:16 +02:00
Nico Alt 3116094b96 Fix GitLab CI badge 2016-06-03 17:55:30 +02:00
Hans-Christoph Steiner 3fcdfe85bb move main project files into standard gradle/Android Studio layout
This makes it a lot easier to setup all the testing stuff.  Mostly,
I'm tired of fighting Android Studio's fragility, so I want to remove
as much non-standardness as possible in the hopes of improving that
situation.

closes #534 https://gitlab.com/fdroid/fdroidclient/issues/534
2016-03-28 12:12:37 +02:00
Daniel Martí 35e791543a README: Use new CI badge url 2016-03-07 20:56:05 +00:00
Daniel Martí b8ce62e3ef README: Fix badge link
The old /ci site is gone. Link to the builds page, which at least shows
something related to CI.
2016-03-05 23:39:30 +00:00
Daniel Martí 26d60aa9ae Fix gradlew references in markdown files
Use gradlew consistently. Also, fix its calling after the cd.
2016-03-05 23:33:52 +00:00
Daniel Martí 5e619a8117 README: Point to gradlew 2016-02-15 16:35:39 +00:00
Daniel Martí 426e3da139 README: Add FAQ section with privileged stuff
There's often a lot of confusion about this, so have it summarized here.
2016-01-19 15:36:54 +01:00
Daniel Martí b22674e3e3 README: SDK and gradle are not the only build deps
There's also OpenJDK, the android target and build-tools, for example.
2016-01-06 21:55:33 +01:00
Daniel Martí 57f5180dae Bump Gradle to 2.9
I'd do 2.10, the current stable, but the android plugin seems to break
with it.
2016-01-05 09:24:02 +01:00
Daniel Martí 985424ac62 README: fix gradle version 2015-12-16 11:48:45 +01:00
Daniel Martí abf4528d02 Get rid of many tabs for consistency 2015-10-19 09:23:35 +02:00
Daniel Martí 52e9e79fad README: Clarify that we now use Gradle 2.7 2015-10-12 12:48:54 +02:00
Daniel Martí 7dd239d4bf README: itc meetings are now at 20h UTC 2015-10-07 13:26:37 +02:00
Daniel Martí e87d4ac1e8 Rework README/CONTRIBUTING docs 2015-10-01 20:02:02 -07:00
Daniel Martí 55f467e8ba Update build status badge to new CI url 2015-09-22 21:46:43 -07:00
Daniel Martí b9aca242fd README: Mention that CI runs the tests 2015-09-14 14:31:10 -07:00
Daniel Martí 1c362beafb README: explain why translation MRs aren't okay 2015-09-14 14:30:27 -07:00
Daniel Martí 4c680ca7f3 README: Update translation instructions 2015-09-12 14:09:28 -07:00
Daniel Martí 4407926ae8 Add Weblate translation badge 2015-09-12 14:06:46 -07:00
Daniel Martí 25b8a47371 README: some links support https 2015-09-09 18:32:56 -07:00
Daniel Martí 3d749120a7 Remove support for building entirely from source
* Hard to keep both regular and source builds working and bug-free
* Keep -PsourceDeps to package jars for libs which are not yet in jcenter
* Use the libs packaged in jcenter the same way in both builds
* Remove cleanBinaryDeps, can be done via the shell easily
2015-09-08 15:40:44 -07:00
Peter Serwylo 3213fd2ba1 Merge branch 'new-swap' 2015-09-06 08:37:26 +10:00
Daniel Martí 6821254aeb README fixes
* Don't suggest assembleDebug for building
* Use connectedCheck for tests like the CI
* Don't split links for readability
2015-09-03 18:02:54 -07:00
Daniel Martí 24c3ebbf57 README: mention stable branching and -alpha0 2015-09-02 17:54:55 -07:00
Peter Serwylo f635df8502 Merge branch 'master' into new-swap 2015-09-02 17:01:58 +10:00
Daniel Martí ee85533aa4 Add build status badge 2015-08-26 21:56:36 -07:00
Daniel Martí c125243915 Link to CONTRIBUTING from README 2015-08-26 20:07:03 -07:00
Daniel Martí 5c00c4463c README: mention building from source 2015-08-24 10:34:06 -07:00
Daniel Martí 05285d23b7 Replace fdroid.org with f-droid.org 2015-08-20 10:06:01 -07:00
Daniel Martí 0283962ed2 We were still pointing at the old issue tracker?! 2015-08-20 10:05:47 -07:00
Nico Alt d69021804d Use tabs instead of spaces
To do not indent the code
2015-08-16 17:32:48 +02:00
Nico Alt eaf04dd78e Don't mark as code in code block 2015-08-16 17:28:34 +02:00
Peter Serwylo 5ee8307703 Merge branch 'master' into new-swap--updated-downloader
Fixed multiple conflicts to do with the repo updater moving to
broadcasts from the previous progress listeners.
2015-08-09 22:12:09 +10:00
Daniel Martí a777c89ef6 README: improve build instructions and add some building tips 2015-08-05 16:53:42 -07:00
Daniel Martí 94ace2e1af Get rid of support submodule
It is now unused. Was used for v7-appcompat in ant, which is no longer
supported.
2015-08-05 16:48:45 -07:00
Daniel Martí 91696f5ccb Fix versioning scheme for actual stable releases 2015-08-04 14:35:46 -07:00
Peter Serwylo 0e5c039536 Merge branch 'master' into new-swap
Fixed lots of (minor) conflicts. Some due to earlier rebasing of
material stuff that was subsequently merged into master with a
different commit hash (I guess, that's what it looked like anyway).
2015-07-27 18:42:16 +10:00