Commit graph

74177 commits

Author SHA1 Message Date
linsui
cf74223a93 Acode editor 2021-04-07 17:46:30 +00:00
Jochen Sprickerhof
2fa9d0a9a7 Fix lint 2021-04-07 17:17:19 +02:00
Jochen Sprickerhof
e8e49534b7 Disable dev.lucanlm.antimine
Can't be build from source.
2021-04-07 17:08:07 +02:00
Thomas
61cf121414 Update Cryptocam metadata 2021-04-07 11:00:51 +00:00
Jochen Sprickerhof
1df70f8754 Misc fixes after build 2021-04-07 09:45:06 +02:00
F-Droid checkupdates bot
26be4b8bd4 Update AndStatus to 58.01 (340) 2021-04-07 05:33:30 +00:00
F-Droid checkupdates bot
dca7143d3f Update TriPeaks to 0.41 (6) 2021-04-07 05:33:29 +00:00
F-Droid checkupdates bot
99514652fa Update Mullvad VPN to 2021.1-beta1 (21010001) 2021-04-07 05:33:29 +00:00
F-Droid checkupdates bot
a64a86d4dd Update FairEmail to 1.1549 (1549) 2021-04-07 05:12:28 +00:00
F-Droid checkupdates bot
76bb790d2d Set autoname of Jiten Japanese Dictionary [Online] 2021-04-07 05:12:28 +00:00
F-Droid checkupdates bot
aa93f17a48 Update dev.lucanlm.antimine to 10.0.2 (1000021) 2021-04-07 05:12:27 +00:00
F-Droid checkupdates bot
238a50994d Update MediLog to 2.1.2 (5335) 2021-04-07 05:06:15 +00:00
F-Droid checkupdates bot
c8d1003671 Update XCSoar to 7.3 (124) 2021-04-07 05:04:32 +00:00
F-Droid checkupdates bot
149e846ef1 Update CurrentVersion of windvolt to 1.04 (104) 2021-04-07 05:04:32 +00:00
F-Droid checkupdates bot
b7537e8dbe Update De-Bloater to v0.15 (15) 2021-04-07 04:56:45 +00:00
F-Droid checkupdates bot
419ee7f9ab Update AudioAnchor to 2.2.2 (21) 2021-04-07 04:56:45 +00:00
F-Droid checkupdates bot
edbd306246 Update ForgetMeNot to 1.8 (12) 2021-04-07 04:56:45 +00:00
F-Droid checkupdates bot
ca47edc558 Set autoname of EinkBro 2021-04-07 04:55:27 +00:00
F-Droid checkupdates bot
5bd76e4252 Update Aurora Store to 4.0.4 (35) 2021-04-07 04:46:24 +00:00
F-Droid checkupdates bot
e70d51a9a6 Update lemmur to 0.4.1 (14) 2021-04-07 04:45:51 +00:00
F-Droid checkupdates bot
6883d69a54 Update OpenMoneyBox to 3.4.1.10 (43) 2021-04-07 04:45:37 +00:00
F-Droid checkupdates bot
8251097ec7 Update Headi to 1.10.1-beta (1101) 2021-04-07 04:45:37 +00:00
F-Droid checkupdates bot
d3323e9d96 Update Trigger to 3.2.1 (321) 2021-04-07 04:07:41 +00:00
F-Droid checkupdates bot
ac47f5e8de Set autoname of Compass 2021-04-07 03:29:28 +00:00
Izzy
d9daec9028
Cryptocam: repo moved (redirect) 2021-04-07 01:16:42 +02:00
vukani-dev
5fcc506f4f Improvement Roll Addition 2021-04-06 21:31:25 +00:00
Hans-Christoph Steiner
68c1f418a4
F-Droid: v1.12 2021-04-06 22:56:14 +02:00
Marcus Hoffmann
d0b2c22299 element: something, something ndk version 2021-04-06 22:31:40 +02:00
Marcus Hoffmann
4e7b12459b element: explicitly exclude transitive gms dependencies
Pending upstream PR: https://github.com/vector-im/element-android/pull/3125
2021-04-06 22:31:40 +02:00
linsui
c0429fd23f Busybox Installer: v2.3 2021-04-06 19:15:18 +00:00
Izzy
fcd7acccdf Merge branch 'espeak-ng' into 'master'
Add espeak-ng (https://github.com/espeak-ng/espeak-ng)

Closes rfp#1066

See merge request fdroid/fdroiddata!7136
2021-04-06 18:56:03 +00:00
ArenaL5
52b6230d26 Add espeak-ng (https://github.com/espeak-ng/espeak-ng) 2021-04-06 18:55:30 +00:00
linsui
53259346a8 ahorcandroid 1.5.0 2021-04-06 18:21:17 +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
fda44c933d Deadlines Free 1.0.1 2021-04-06 16:02:31 +00:00
FestplattenSchnitzel
a5213c7249 de.markusfisch.android.libra 2021-04-06 15:16:43 +00:00
fossdd
4a64d1b8f4 new app: com.bobek.compass 2021-04-06 14:53:41 +00:00
Izzy
c6e9009a71 Merge branch 'add-jiten-webview-v1.0.1' into 'master'
New app: Jiten Japanese Dictionary [Online] (dev.obfusk.jiten_webview)

See merge request fdroid/fdroiddata!8523
2021-04-06 14:00:46 +00:00
jsears
1906069f00 Update "Quote... Unquote" to 2.0.1-fdroid please 2021-04-06 13:17:33 +00:00
Daniel Kao
f2c6503c68 add app with id info.plateaukao.einkbro 2021-04-06 13:04:27 +00:00
F-Droid checkupdates bot
b3e5492e31 Update EVMap to 0.6.0 (42) 2021-04-06 05:20:53 +00:00
F-Droid checkupdates bot
a9af6e79a1 Update FairEmail to 1.1547 (1547) 2021-04-06 05:19:07 +00:00
F-Droid checkupdates bot
bc6e66e2a1 Update MOROway to 7.1.2 (70102) 2021-04-06 05:19:07 +00:00
F-Droid checkupdates bot
235035edb4 Update uk.org.boddie.android.weatherforecast to 1.6.1 (161) 2021-04-06 05:09:07 +00:00
F-Droid checkupdates bot
97c1a9ebb1 Update DroidFS to 1.4.5 (13) 2021-04-06 05:09:07 +00:00
F-Droid checkupdates bot
f862e3787a Update CurrentVersion of Manyverse to 0.2104.5-beta-fdroid (98) 2021-04-06 05:09:07 +00:00
F-Droid checkupdates bot
f674601d0c Update NC Passwords to 21.4.0 (18) 2021-04-06 05:01:27 +00:00
F-Droid checkupdates bot
861769f002 Update Regex Crossword to 2.5.2 (29) 2021-04-06 05:01:26 +00:00
F-Droid checkupdates bot
1a9b9beeac Update Democracy Droid to 4.0.0 (52) 2021-04-06 05:01:26 +00:00
F-Droid checkupdates bot
ce153ce62c Update Discreet Launcher to v2.4.0 (12) 2021-04-06 05:01:26 +00:00