Boris Kraut
c535d1487e
Merge branch 'pentago' into 'master'
...
Added com.traffar.Pentago (+ a new version of Gomoku).
Added a new com.traffar board game Pentago.
Updated version of Gomoku to 0.4
See merge request !1047
2015-11-10 22:49:44 +00:00
Boris Kraut
0a37177894
Merge branch 'french-calendar-remove-sed-patch' into 'master'
...
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.
See merge request !1044
2015-11-10 22:38:32 +00:00
Boris Kraut
32aab4d5ac
Update Wi-Fi Privacy Police to 2.1.1 (8)
2015-11-10 23:34:22 +01:00
Boris Kraut
d13d92cf7c
Update Wifi Key View to 1.3 (130)
2015-11-10 23:27:01 +01:00
Boris Kraut
0c55369c1e
Update ForPDA to 3.1.4b4 (545)
2015-11-10 23:24:27 +01:00
Boris Kraut
4aa8c14dd7
Track Work Time: Enable to generate BS build log
2015-11-10 23:12:20 +01:00
Daniel Martí
637fe63f32
Update SIP Switch to 1.1.0 (10)
2015-11-10 21:50:31 +01:00
Daniel Martí
7ef26b8ddf
Call Meter 3G: it probably won't be updated
2015-11-10 18:10:59 +01:00
est31
02c798580d
Move godot engine repo location
2015-11-10 17:33:11 +01:00
Boris Kraut
5bb63dac73
Merge branch 'master' into 'master'
...
RunnerUp: fix build for 1.51 and reenable
See merge request !1045
2015-11-10 10:14:04 +00:00
Boris Kraut
e0c4c83865
Surespot: Clean up, wait for testing
2015-11-10 11:05:23 +01:00
Daniel Martí
414ba821d7
DAVdroid: skip alpha/beta tags
2015-11-10 08:43:46 +01:00
Daniel Martí
e6d365d66c
Torch: can now be built, add UCM
2015-11-10 08:27:23 +01:00
F-Droid Builder
8dd5f1dc10
Update CV of Gomoku to 0.4 (4)
2015-11-10 06:18:38 +00:00
F-Droid Builder
d05a877522
Update NetGuard to 0.24 (24)
2015-11-10 05:50:37 +00:00
F-Droid Builder
45061cdc0d
Update DAVdroid to 0.9.1 (84)
2015-11-10 05:15:44 +00:00
F-Droid Builder
947275997a
Update PodListen to 1.2.3 (10203)
2015-11-10 05:03:37 +00:00
F-Droid Builder
574ab7c5d3
Update Kontalk to 3.1.1 (78)
2015-11-10 05:02:25 +00:00
F-Droid Builder
cf07a411b3
Update Easy xkcd to 3.3.9 (79)
2015-11-10 04:50:30 +00:00
F-Droid Builder
385d5cc9f2
Update Syncthing to 0.7.0 (75)
2015-11-10 04:25:32 +00:00
F-Droid Builder
4dbf73ee2c
Update CV of Wi-Fi Privacy Police to 2.1.1 (8)
2015-11-10 02:52:20 +00:00
F-Droid Builder
c50b83c84b
Update CV of Wifi Key View to 1.3 (130)
2015-11-10 02:48:49 +00:00
F-Droid Builder
88d68d2892
Update CV of ForPDA to 3.1.4b4 (545)
2015-11-10 02:27:04 +00:00
F-Droid Builder
8907808aba
Update HackWinds to 4.25 (28)
2015-11-10 02:20:35 +00:00
F-Droid Builder
48304e5782
Update CV of Glucosio to 0.8.3 (4)
2015-11-10 01:35:42 +00:00
Daniel Martí
c1c53d7fb7
Call Meter 3G: only match app tags
2015-11-09 23:17:41 +01:00
Przemyslaw Rzepecki
7f141fe8c8
Added com.traffar.Pentago (+ a new version of Gomoku).
2015-11-09 23:15:05 +01:00
Boris Kraut
21427b1ba4
Surespot: Fix build
2015-11-09 22:38:20 +01:00
Gautier Pelloux-Prayer
84bdd16642
RunnerUp: fix build for 1.51 and reenable
2015-11-09 19:44:08 +01:00
Boris Kraut
d59d50bfaf
Surespot: Try with older SC versions
2015-11-09 19:26:37 +01:00
Ciaran Gultnieks
bc0c2e7fd3
Update known apks
2015-11-09 16:00:22 +00:00
Boris Kraut
37e5de22ab
Call Meter 3G: Uses play-services now
2015-11-09 09:14:12 +01:00
Boris Kraut
bae9beec11
freeminer: Fix CI
2015-11-09 08:51:04 +01:00
Boris Kraut
f7b0bb5298
Merge branch 'freeminer' into 'master'
...
Update freeminer and fix build
See merge request !1038
2015-11-09 07:49:55 +00:00
Boris Kraut
684af28ff9
ZANavi: Fix CI
2015-11-09 08:47:38 +01:00
Boris Kraut
b4d08fb51d
Merge branch 'zanavi_2050' into 'master'
...
ZANavi:update to version 2.0.50
ZANavi:update to version 2.0.50
See merge request !1043
2015-11-09 07:45:53 +00:00
Boris Kraut
74b35a51f6
Update Shattered Pixel Dungeon to 0.3.2b (67)
2015-11-09 08:33:11 +01:00
Boris Kraut
e3506523e1
Don't update RunnerUp to 1.51 (14000051): Malformed XML
2015-11-09 08:28:23 +01:00
Boris Kraut
2ed7f43f44
Update Kernel Adiutor to 0.9.9.2.2.1.1.1 (118)
2015-11-09 08:21:57 +01:00
Boris Kraut
dbd9ad7407
Atomic: Fix CI
2015-11-09 08:10:03 +01:00
Boris Kraut
2b334ee398
Update WiFi Automatic to 1.6.6 (166)
2015-11-09 08:06:55 +01:00
Boris Kraut
5cc1ad58fd
Surespot: Needs source-built spongycastle
2015-11-09 08:04:03 +01:00
F-Droid Builder
3fb1a2fbc0
Update CV of qBittorrent Client Pro to 4.2.3 (423)
2015-11-09 06:03:08 +00:00
F-Droid Builder
4427b9bd3f
Update NetGuard to 0.21 (21)
2015-11-09 05:47:19 +00:00
F-Droid Builder
930b7426f9
Update CV of Shattered Pixel Dungeon to 0.3.2b (67)
2015-11-09 05:31:21 +00:00
F-Droid Builder
53b3ae8720
Update Barcode Scanner to 4.7.5 (105)
2015-11-09 03:53:28 +00:00
F-Droid Builder
f7148cfa45
Update CV of RunnerUp to 1.51 (14000051)
2015-11-09 03:41:24 +00:00
F-Droid Builder
50d4a050b6
Update CV of Kernel Adiutor to 0.9.9.2.2.1.1.1 (118)
2015-11-09 03:20:07 +00:00
F-Droid Builder
6aa42263c0
Update CV of Chess to 8.6.3 (122)
2015-11-09 03:05:58 +00:00
F-Droid Builder
5d5dedaaeb
Update CV of Wifi Key View to 1.2 (12)
2015-11-09 02:47:03 +00:00