p≡p
50b341349a
Update security.pEp to 1.1.271 (95)
2021-07-19 14:00:13 +00:00
FestplattenSchnitzel
c97b34763a
com.vishnuraghav.EnRecipes
2021-07-18 18:55:08 +00:00
linsui
95284f3f4b
xmp: 4.12.0
2021-06-20 12:12:15 +00:00
linsui
8bc79aa1c0
trime: fix 3.2.0
2021-06-10 11:05:51 +00:00
Tad
31f408eef9
New app: Mull (89.1.1)
2021-06-03 15:49:08 +00:00
p≡p
f5ec2be446
Update security.pEp to 1.1.264 (88)
2021-05-20 10:33:26 +00:00
linsui
ec9255125a
Magisk: 23.0
2021-05-12 14:23:40 +08:00
linsui
164c0a4ba7
BBS: 2.6
2021-05-11 13:27:59 +08:00
linsui
a601fc2bf4
Stork IM: 3.0.27
2021-05-10 12:55:18 +00:00
cgrigis
34e8ed1719
Add version based on SwissCovid 1.4.1
2021-05-06 07:59:17 +00:00
cgrigis
3238bfc488
Initial version for LibreCHovid
2021-04-28 13:03:49 +00:00
linsui
fea8c0aabf
fix zeus
2021-04-08 15:13:39 +00:00
linsui
cf74223a93
Acode editor
2021-04-07 17:46:30 +00:00
linsui
c0429fd23f
Busybox Installer: v2.3
2021-04-06 19:15:18 +00:00
Marcus Hoffmann
44ce3ca5de
element: v1.1.3
...
This needed refactoring in how the piasy BigImageViewer lib is handled
as newer versions of that bumped their AGP. We can now use the native
support through maven-publish-plugin and just need to override some of
the publishing variables.
The non-minified version looks like this:
```
apply plugin: 'maven-publish'
afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release
groupId = 'com.github.piasy'
version = releaseVersionName
}
}
}
}
```
See also: https://developer.android.com/studio/build/maven-publish-plugin
2021-04-06 18:05:07 +02:00
linsui
b071551cd0
PdDroidParty: v326
2021-04-01 22:05:38 +08:00
linsui
278d3c378c
Update mpv to 2021-03-10-release (24)
2021-03-16 08:07:46 +00:00
relan
de4120eb78
Snapcast: add missing srclib
2021-03-05 18:45:49 +03:00
p≡p
73e22fde7c
Update security.pEp to 1.1.213 (80), migrate srclibs from Mercurial to Git
2021-02-12 15:03:57 +00:00
Marcel Dopita
9c007e08a5
Update Just (Video) Player to v0.12
2021-01-07 06:41:41 +01:00
Pierre Rudloff
fef1c7415f
Merge branch 'feature/com.tunerly' into 'master'
...
New app: Tunerly
Closes rfp#1574
See merge request fdroid/fdroiddata!8024
2021-01-03 18:01:16 +00:00
Pierre Rudloff
e517deb20e
New app: Tunerly
2021-01-03 18:49:49 +01:00
Johnny
fc1f585855
bump GCompris to 1.0
2021-01-03 16:21:54 +00:00
Marcel Dopita
675b517026
New app: Just (Video) Player
2020-12-14 09:57:44 +00:00
relan
3ef782f60b
Update Fennec F-Droid to 84.1.0
2020-12-13 22:21:15 +03:00
proletarius101
548ee4eb95
Add Insular
2020-12-03 19:20:28 +00:00
Hans-Christoph Steiner
8e4de1e5f2
srclibs: add new line character at the end of files missing it
2020-11-17 19:08:20 +01:00
Hans-Christoph Steiner
574cd9612d
StockFish: comment out duplicate RepoType
2020-11-17 19:08:17 +01:00
Klaas Teschauer
f633eaa8d3
Add the Rsync Server App
2020-11-14 18:00:39 +00:00
Nicco Kunzmann
305107f7b6
address review
...
- repository URL
- version template
2020-10-01 18:56:35 +00:00
relan
5330db31a6
Update Fennec F-Droid to 81.1.1
2020-09-24 14:26:32 +03:00
Andreas Enge
841809f3f4
srclibs: Add gmp.
...
* srclibs/gmp.yml: New file.
2020-09-03 10:02:24 +00:00
Marcus Hoffmann
2a55293519
cpuinfo: update to 4.4.2
2020-09-01 12:18:18 +02:00
Licaon_Kter
36727c2b9f
Transportr - fix 218 - readd gradle-witness from srclib
2020-08-19 13:15:54 +03:00
p≡p
b331e9b60f
Let's try with pip3 then, also ndk r20 seems to be a better fit to local.properties (generated on gradle clean) than r20b
2020-08-03 13:59:40 +00:00
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
Marcus Hoffmann
dc548707a7
New app: Rocket.Chat
...
closes : fdroid/rfp#436
RockatChat: update to latest foss version, fix build
rocketchat: add expanded description, update to 2.6
rocketchat better summary
2018-09-11 20:31:30 +02:00
Marcus Hoffmann
aafe4ebdb4
new app: minivector
2018-09-08 11:59:29 +02:00
Pierre Rudloff
c43319ed96
New app: DNS Hero
2018-08-07 11:22:25 +02:00
relan
8941d717be
Trireme for Deluge: fix 0.8.1 (5)
2018-07-24 07:26:15 +03:00
Pierre Rudloff
3550325217
SuperTuxKat: Update to 0.9.3
2018-07-04 15:12:38 +00:00
Matthew Hague
ed519c6856
Update to osmand 3.0.4
...
This also include a fix to Persian fonts, with a patched srclib for icu.
Fixes #1254 .
Also adjusted build to ensure OsmAnd binary snapshots not downloaded.
Added sha256sum checks to external source tarball downloads in
core-legacy. Moved external skia github fetch to osmand-external-skia
srclib.
2018-07-01 14:18:35 +02:00
relan
d59eb8941e
Fennec F-Droid: prepare for 61.0
2018-06-28 08:41:57 +03:00
Marcus
767d04e5ec
Merge branch 'libre6' into 'master'
...
Update libreoffice to 6.1.0.0.alpha0+
See merge request fdroid/fdroiddata!3327
2018-06-21 10:37:44 +00:00
Marcus
fad5a49bad
Merge branch 'master' into 'master'
...
Remove deprecated pep.android.k9, replace with new app ID security.pEp, update metadata + srclibs
See merge request fdroid/fdroiddata!3183
2018-06-18 14:06:34 +00:00
Matthew Hague
6938776f44
Update libreoffice to 6.1.0.0.alpha0+
...
Towards #671 . This version is very alpha...
2018-06-18 08:12:53 +01:00
Alexey Rochev
0a346b6fbe
Update Tremotesf to 1.7.0 (16)
2018-06-12 14:15:05 +03:00
pep-lxc-02.pep.security
36d2036593
Merge branch 'master' of https://gitlab.com/fdroid/fdroiddata
2018-05-31 11:48:14 +02:00
fzurita
c4f266f2cd
Add Mupen64 Plus AE
2018-05-30 16:01:10 -04:00
pep-lxc-02.pep.security
d801d7330f
Merge branch 'master' of https://gitlab.com/fdroid/fdroiddata
2018-05-18 21:50:42 +02:00
Pierre Rudloff
0da3572b7a
New app: Waistline
2018-05-18 17:29:21 +00:00