Find a file
Boris Kraut b491624f3d Merge branch 'patch-1' into 'master'
Update com.menny.android.anysoftkeyboard.txt to v1.8-r6

* Quite a few bug fixes, some related to shift states.
* Tuned up the English dictionary.
* Now showing Greek alphabets in long-press popups.
* Localization update: FR, BE.

More here: https://github.com/AnySoftKeyboard/AnySoftKeyboard/milestones/1.8-r6

See merge request !1829
2016-11-19 13:13:15 +00:00
build
hooks
metadata Merge branch 'patch-1' into 'master' 2016-11-19 13:13:15 +00:00
srclibs New app: FairCoin (disabled) 2016-11-05 02:40:49 +01:00
stats Stats, etc 2016-11-19 01:15:26 +00:00
templates
.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
fdroid-icon.png
LICENSE
README.md

F-Droid Data

build status

This repository holds general and build information for all the apps on our main repo on f-droid.org.

Quickstart

Install fdroidserver, or just use it directly from master:

git clone https://gitlab.com/fdroid/fdroidserver.git
export PATH="$PATH:$PWD/fdroidserver"

Clone fdroiddata (or your fork) and enter it:

git clone https://gitlab.com/fdroid/fdroiddata.git
cd fdroiddata

An empty config file should work for most setups:

touch config.py

Make sure fdroid works and reads the metadata files properly:

fdroid readmeta

Contributing

See the Contributing doc.

More information

You can find more details on the manual.