Commit graph

25620 commits

Author SHA1 Message Date
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
F-Droid Builder 93a6006aaa Update CV of WiFi Automatic to 1.6.6 (166) 2015-11-09 02:08:59 +00:00
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