Izzy
1faf01210d
WeatherNotification repo moved
2020-06-29 18:31:40 +02:00
Licaon_Kter
4b040ec0e8
opacclient fix 219
2020-06-23 18:41:40 +03:00
Ruslan Boitsov
e6210b9249
Update Firefox Klar, build Geckoview
2020-06-10 08:44:05 +00:00
relan
52a027f160
MozLocales: fix lint warning
...
srclibs/MozLocales.yml:3: missing starting space in comment (comments)
2020-06-03 10:13:59 +03:00
Hans-Christoph Steiner
a6097d9552
remove blank entries from srclibs
...
```python
import glob
import re
import yaml
print(help(yaml.dump))
for f in glob.glob('srclibs/*.yml'):
with open(f) as fp:
data = yaml.safe_load(fp)
write = False
if 'Prepare' in data:
prepare = data['Prepare'].strip()
if not prepare:
del(data['Prepare'])
write = True
if 'Subdir' in data:
subdir = data['Subdir']
if not subdir:
del(data['Subdir'])
write = True
if write:
with open(f, 'w') as fp:
yaml.dump(data, fp, default_flow_style=False, allow_unicode=True, encoding=None)
print('\n=========================================\n', f)
print('Prepare:', prepare)
```
2020-06-02 17:12:24 +02:00
Hans-Christoph Steiner
b9e9a077d7
convert srclibs to .yml, closes #2042
2020-06-02 15:33:31 +02:00
Licaon_Kter
11288b0edf
xiph srclibs - update paths
2020-05-25 10:48:14 +00:00
Cameron Gutman
f6bb33543b
Update Opus repo to new GitLab instance
2020-05-24 19:39:49 -07:00
Licaon_Kter
ac8105e79c
Mimanganu - fix build, use forked srclib
2020-04-28 08:38:38 +00:00
Marcus Hoffmann
3f71ef22bb
new app: org.solovyev.android.calculator
...
closes fdroid/rfp#563
2020-03-14 00:02:05 +01:00
Marcus
f0ab6670ea
new app: riotX
2020-01-09 16:24:58 +00:00
Matteo Carrara
fc13d90391
New app: ACCA
2020-01-06 17:00:59 +00:00
Marcus Hoffmann
a0096b40d0
rustup repo moved
2019-12-21 22:53:21 +01:00
Johnny
bf09f9308c
Update GCompris to 0.97 (9700)
2019-12-21 06:14:35 +00:00
Julia Friesel
0aa31ca337
Add drip
2019-12-20 19:57:45 +00:00
Michael Pöhn
5826ad3c48
Merge branch 'purge-srclib-update-project' into 'master'
...
purge unused srclib key: Update Project
See merge request fdroid/fdroiddata!6062
2019-12-18 10:06:17 +00:00
Aurélien Gâteau
55fb84bf50
Update Pixel Wheels to 0.14.1 (14)
...
Use our own build of Aseprite. The packaged version is too old: it
generates bad assets because it does not understand hidden layers.
See https://github.com/agateau/pixelwheels/issues/33 .
2019-12-16 19:06:27 +00:00
Michael Pöhn
3edaa71d70
purge unused srclib key: Update Project
2019-12-13 19:55:33 +01:00
Tuomas Airaksinen
ab93c4336e
Update And Bible to 3.1.319.4-beta (319)
2019-11-26 17:09:33 +00:00
Pierre Rudloff
925ab077ed
LibreraReader: Build 8.1.305-fdroid
...
+ switch to Fastlane metadata
2019-10-12 12:47:59 +02:00
Marcus Hoffmann
25a31f7626
New App: com.aefyr.sai
...
Closes : fdroid/rfp#1044
2019-07-22 20:58:14 +02:00
Michael Pöhn
150b8b89cb
new app: Moonlight Game Streaming
2019-07-11 01:09:15 +02:00
Ruslan Boitsov
4c3ad8ff6d
Update Klar to v.8.0.15
2019-07-10 12:12:34 +00:00
Pierre Rudloff
08dd802215
New app: Pixel Wheels
2019-06-23 14:56:30 +00:00
Pierre Rudloff
7fc8820f98
FragDenStaat: Fix build error
...
Use Yarn instead of npm because npm does not follow yarn.lock
2019-06-08 13:03:05 +00:00
zebra-lucky
baa8b87da0
add org.dash.electrum.electrum_dash.yml
2019-06-04 03:08:07 +03:00
Pierre Rudloff
6f4d5f8c59
New app: aTalk
2019-06-02 17:55:20 +02:00
Pierre Rudloff
5127baaa28
New app: Form-N-Fun
2019-05-20 19:52:32 +00:00
Licaon_Kter
5d3eaf384e
MinNDK needed is r16b
...
Ref: https://gitlab.linphone.org/BC/public/linphone-sdk/blob/master/cmake/LinphoneSdkCheckBuildToolsAndroid.cmake#L31
2019-05-14 14:57:36 +00:00
David Boddie
e88579578f
Update uk.org.boddie.android.weatherforecast.yml
...
Remove duplicate 1.3.0 version blocks.
2019-05-04 17:33:41 +00:00
Pierre Rudloff
1dbd1f752e
SuperTuxKart: Switch back to git-svn for assets
2019-05-04 12:37:54 +02:00
Pierre Rudloff
4dd3c7ecd6
New app: UBIC Wallet
2019-04-30 20:31:38 +00:00
Pierre Rudloff
f9caa04f54
Merge branch 'feature/freemap.opentrail' into 'master'
...
New app: OpenTrail
Closes rfp#450
See merge request fdroid/fdroiddata!4637
2019-04-30 20:19:09 +00:00
Pierre Rudloff
15e24aac36
New app: RxDroid
2019-04-30 20:01:40 +00:00
Pierre Rudloff
d3a92cf058
Merge branch 'feature/com.google.android.sambadocumentsprovider' into 'master'
...
New app: Android Samba Client
Closes rfp#371
See merge request fdroid/fdroiddata!4422
2019-04-30 19:48:59 +00:00
Marcus Hoffmann
52bbdec468
riot-android: add security 0.8.28a release
...
Build from my fork which backports the necessary fixes. The latest
riot-android release cannot be built because it contains proprietary
libs from jitsi.
2019-04-23 21:30:14 +02:00
Marcus Hoffmann
869340cd36
minivector: add 0.8.29
...
Switch olm sourcelib to mirror while git.matrix.org is down.
Explicitly point to the commit hash instead of a tag for olm because
everyone can verify the commit is the same as in the upstream repo.
The 3.0.0 tag signed by uhoreg/Hubert Chathi points to this commit.
2019-04-15 16:08:20 +02:00
Andre Miras
e15374302b
New app: EtherollApp
...
Cross platform Etheroll app built with Python and Kivy.
Uses an Ethereum smart contract to place bets on the blockchain.
Note the introduction of `srclibs/buildozer.txt` to use the
non-mainstream `buildozer` wrapper.
The build relies on buildozer master (post 0.39 release) which fixes
issues with unsigned releases.
Cython is pinned since this is the official tested version with
buildozer.
Both SDK and NDK path are set to use fdroid ones.
The auto accept license is disabled since fdroid sdkmanager doesn't
support the --licenses argument.
2019-04-01 00:19:31 +02:00
Pierre Rudloff
567b040fb1
New app: OpenTrail
2019-03-18 12:41:57 +01:00
Pierre Rudloff
f7fe758493
New app: Vector Camera
2019-02-27 10:20:18 +01:00
Pierre Rudloff
5d69406753
New app: Wikivoyage European Travels
2019-02-05 09:16:02 +00:00
Pierre Rudloff
7a99e75269
New app: Limbo x86 PC Emulator
2019-02-03 11:05:20 +00:00
Pierre Rudloff
cb23bf499d
New app: Android Samba Client
2019-02-02 23:45:54 +01:00
Pierre Rudloff
91ed055053
New app: Turtl
2019-01-24 00:35:19 +00:00
Johannes Schwab
948e626be7
New app: OpenRecipes
2019-01-11 23:41:39 +00:00
Licaon_Kter
5088e48731
New App: SMS gate - backup app
2018-12-18 09:14:11 +00:00
Licaon_Kter
beaaf04624
Baresip SIP client
2018-10-22 23:31:11 +00:00
Andre Staltz
eba8f16e39
Add Manyverse metadata (new app)
2018-10-02 12:00:03 +03:00
relan
8d8c3b32c1
oandbackup: fix 0.3.0 (21)
...
Provide only arm support for now, see fdroid/fdroiddata#1366 .
2018-09-20 20:36:41 +03:00
David Boddie
2592d12cc7
Added metadata for my Weather Forecast app.
2018-09-18 16:59:06 +00:00