Carmen Alvarez
1a055d1847
french-calendar: don't scan the wearable/build.gradle file, as it is ignored by settings.gradle
...
Instead of sed-patching the wearable/build.gradle file, which isn't even
read when building french calendar, just ignore the file altogether,
for the scanning phase.
2015-11-09 01:37:58 +01:00
Carmen Alvarez
a0c973a9f1
frenchcalendar: put back the sed patch, but only for the wearable build.gradle
...
Not sure why this is needed though.
2015-11-09 00:12:39 +01:00
Carmen Alvarez
c6fb78ea32
Removed prebuild sed patch from ca.rmen.android.frenchcalendar.txt.
...
This is not needed. In addition to only declaring the google
play services dependency in the wear flavor (not used in frdoid),
like this:
```
wearCompile 'com.google.android.gms:play-services:6.1.71'
```
there is an additional check to ensure that this line is not
even executed, as long as at least one of the tasks in the
gradle command line contains the string "foss".
In settings.gradle:
```
boolean includeWear=true;
// If we are building with a "foss" task, don't include the wearable module.
for(String taskName : startParameter.taskNames) {
if(taskName.contains("Foss"))
includeWear=false;
}
include ':handheld', ':common'
if(includeWear)
include ':wearable'
```
In handheld/build.gradle:
```
// Package the wear apk inside this one (only for the 'wear' flavor)
if(rootProject.findProject("wearable") != null) {
wearCompile 'com.google.android.gms:play-services:6.1.71'
wearWearApp project(':wearable')
}
```
I understand that most projects with proprietary vs foss flavors
don't have this additional check, which is why the sed patch is
usually needed.
2015-11-08 23:25:21 +01:00
Zoff
6ca0c3460c
ZANavi:update to version 2.0.50
2015-11-08 12:26:01 +00:00
F-Droid Builder
8b52382ace
Update AndStatus to 20.5 (138)
2015-11-08 10:30:55 +00:00
Ciaran Gultnieks
749cb31ad5
Update known apks
2015-11-08 09:50:07 +00:00
Ciaran Gultnieks
6bb724e5fb
Update Atomic to 2.1 (21) and restore auto update
2015-11-08 09:46:24 +00:00
Boris Kraut
62f3537d79
Update AndrOBD to V1.3.5 (10305)
2015-11-08 10:40:36 +01:00
Boris Kraut
5f7c5c9922
Update Logical Defence to 1.3.3 (17)
2015-11-08 10:40:36 +01:00
Boris Kraut
8a34b37488
Update Wifi Key View to 1.2 (12)
2015-11-08 10:40:36 +01:00
Ciaran Gultnieks
b2f59efe7c
Atomic: remove incorrect build, temporarily disable auto update
2015-11-08 09:36:23 +00:00
F-Droid Builder
b120384369
Update CV of Logical Defence to 1.3.3 (17)
2015-11-08 06:06:08 +00:00
F-Droid Builder
056ee0b07c
Update CV of AndrOBD to V1.3.5 (10305)
2015-11-08 05:31:46 +00:00
F-Droid Builder
d12e636fca
Update DAVdroid to 0.9.1-beta1 (83)
2015-11-08 05:12:42 +00:00
F-Droid Builder
1375e55827
Update Simple Bitcoin Widget to 3.4 (50)
2015-11-08 04:13:06 +00:00
F-Droid Builder
62c56311ac
Update CV of SMSdroid to 1.6.7 (9167000)
2015-11-08 02:11:43 +00:00
F-Droid Builder
e41b2d56d6
Update CV of WebSMS to 4.9.5 (9495000)
2015-11-08 01:42:01 +00:00
Ciaran Gultnieks
b417c4b177
Update known apks
2015-11-07 22:35:22 +00:00
Boris Kraut
777616398e
Update Wifi Key View to 1.2 (2)
2015-11-07 21:10:32 +01:00
Boris Kraut
5c009119d6
Don't update OI Notepad to 1.5.3 (10083): untrusted repo, jar files
2015-11-07 20:26:47 +01:00
Boris Kraut
2ab7ba24ed
Update Open Share Location Plugin to 2.0.1 (8)
2015-11-07 20:23:51 +01:00
Boris Kraut
9b6ed2f133
Update ForPDA to 3.1.4b3 (543)
2015-11-07 20:14:18 +01:00
F-Droid Builder
8176fe561c
Update NetGuard to 0.19 (19)
2015-11-07 14:21:29 +00:00
Daniel Martí
d501732adf
Score Tarot: now non-free
2015-11-07 13:40:36 +01:00
Daniel Martí
0f729d2cb9
AntennaPod: enable
2015-11-07 13:37:38 +01:00
Daniel Martí
8a604aef82
Aard 2: java8 no longer a blocker
2015-11-07 13:34:19 +01:00
Daniel Martí
8855f2c129
QKSMS: enable 2.2.4
2015-11-07 13:34:07 +01:00
Daniel Martí
085965054f
Material Hash: enable
2015-11-07 13:34:00 +01:00
Daniel Martí
95147a24a7
Update F-Droid to 0.97 (97050)
2015-11-07 13:01:59 +01:00
Ciaran Gultnieks
0fb56e7614
Update known apks
2015-11-07 10:50:11 +00:00
F-Droid Builder
03aae977d2
Update Share to Clipboard to 1.1.1 (10)
2015-11-07 06:08:02 +00:00
F-Droid Builder
ecd1bfecd8
Update NetGuard to 0.18 (18)
2015-11-07 05:45:22 +00:00
F-Droid Builder
55c64e7859
Update Score Tarot to 2.8 (28)
2015-11-07 05:18:07 +00:00
F-Droid Builder
73bb707429
Update PodListen to 1.2.1 (10201)
2015-11-07 04:58:58 +00:00
F-Droid Builder
acc72d159d
Update CV of Money Manager Ex to 3.1.2 (744)
2015-11-07 04:24:20 +00:00
F-Droid Builder
9275ea499b
Update CV of OI Notepad to 1.5.3 (10083)
2015-11-07 03:37:29 +00:00
F-Droid Builder
9684bac3f3
Update CV of Bankdroid to 1.9.10.0 (216)
2015-11-07 03:30:43 +00:00
F-Droid Builder
b86aef5410
Update CV of ForkHub to 1.1.0 (2100)
2015-11-07 03:02:25 +00:00
F-Droid Builder
96cc89aaf1
Update CV of Open Share Location Plugin to 2.0.1 (8)
2015-11-07 02:57:49 +00:00
F-Droid Builder
471e139a3b
Update a Photo Manager to 0.4.2.151105 (9)
2015-11-07 02:29:54 +00:00
F-Droid Builder
d06b934687
Update CV of ForPDA to 3.1.4b3 (543)
2015-11-07 02:24:34 +00:00
Boris Kraut
e9b7d93311
Termux:API: Re-enable build
2015-11-06 23:46:09 +01:00
Boris Kraut
223446c5ec
Update MidniteSolar Classic Monitor to 2.2 (220)
2015-11-06 19:38:55 +01:00
Boris Kraut
0b56db69b1
Update Kernel Adiutor to 0.9.9.2.2.1.1 (117)
2015-11-06 19:30:18 +01:00
Boris Kraut
c651c64b10
Update BeTrains NMBS/SNCB belgium to 4.529 (6529)
2015-11-06 19:21:01 +01:00
Daniel Martí
834be07b6d
Atomic: now uses gradle
2015-11-06 18:51:24 +01:00
Ciaran Gultnieks
d05e9c4804
Update known apks
2015-11-06 10:20:24 +00:00
Daniel Martí
9c6cdee823
qBittorrent Client Pro: no AUM until stable
2015-11-06 09:48:01 +01:00
F-Droid Builder
688b0033b3
Update NetGuard to 0.17 (17)
2015-11-06 05:42:36 +00:00
F-Droid Builder
d5c9814610
Update CV of QKSMS to 2.2.4 (116)
2015-11-06 05:15:21 +00:00