Commit graph

35 commits

Author SHA1 Message Date
Boris Kraut e28d6db4f0 French Calendar: Switch license to GPLv3 2015-12-07 20:43:59 +01: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
Daniel Martí ec0801fa6d Mass removal of last lines 2015-10-04 07:54:12 -07:00
F-Droid Builder 06a6b19f1c Update French Calendar to 1.8.1 (181) 2015-09-23 06:04:11 +00:00
Daniel Martí f64020e146 Run rewritemeta with text wrapping 2015-09-11 22:52:14 -07:00
Daniel Martí 8026803316 Second Office category cleanup (#238) 2015-08-29 22:38:37 -07:00
Daniel Martí 1ac4757607 Rename Wallpaper category into Theming (#238) 2015-08-29 17:55:59 -07:00
Daniel Martí ac5507a9b3 Avoid very long lines in metadata descriptions
This doesn't change the html description in the index, it only makes the
metadata easier to read and deal with.
2015-08-28 19:04:01 -07:00
Daniel Martí 9903ec33f1 French Calendar: please scanner to fix build 2015-08-17 18:07:43 -07:00
F-Droid Builder 662837bc8c Update French Calendar to 1.8.0 (180) 2015-08-17 05:55:13 +00:00
F-Droid Builder df6b137499 Update French Calendar to 1.7.2 (172) 2015-06-24 02:53:45 +02:00
F-Droid Builder f5748ff20e Update French Calendar to 1.7.1 (171) 2015-06-22 02:53:55 +02:00
Boris Kraut 662e35b593 French Calendar: Fix AUM 2015-06-15 20:04:27 +02:00
F-Droid Builder 1216f77f3f Update French Calendar to 1.7.0 (170) 2015-06-15 02:52:25 +02:00
Daniel Martí bbe04c1de2 French Calendar: no longer necessary to sed out unused deps 2015-01-02 22:29:13 +01:00
Boris Kraut 4c2d22a7f8 French Calendar: Remove disabled builds. 2014-12-16 19:12:14 +01:00
Boris Kraut 9d6c15ec46 Update French Calendar to 1.6.1 (161) 2014-12-13 12:10:47 +01:00
F-Droid Builder a975139efc Update CV of French Calendar to 1.6.1 (161) 2014-12-13 03:16:02 +00:00
Boris Kraut 72f1e9dbc4 French Calendar: Fix more gradle stuff. 2014-12-09 23:15:20 +01:00
Boris Kraut 3625325c3b French Calendar: Downgrade gradle. 2014-12-09 22:39:38 +01:00
Carmen Alvarez f8ac87286c Update French Calendar to 1.6.0 (160) 2014-12-06 01:20:13 +01:00
Carmen Alvarez 233e708d90 Update French Calendar to 1.5.0 (150) 2014-12-04 23:52:15 +01:00
Carmen Alvarez 5b4bae5dc2 Update French Calendar to 1.4.1 (141)
* New feature to change the color of the widget
* Updated the app description, which was already out of date.
* Simpler gradle configuration in the metadata file:
  The source repo (https://github.com/caarmen/FRCAndroidWidget)
  has been modified so that if you build with any task containing
  "Foss" in the task name, the wearable module is not included.
  This was done in this commit: 92bd523959
  fdroid builds with "assembleFossRelease", so the wearable module
  will be skipped.
2014-11-30 15:31:26 +01:00
Boris Kraut 71803b0406 French Calendar: Switch to jCenter. 2014-11-23 23:09:51 +01:00
Boris Kraut 6b06b1e40e French Calendar: Fix build. 2014-11-23 19:41:52 +01:00
Carmen Alvarez a5cccf28a0 Update CV of French Calendar to 1.4.0 (140).
Version 1.4.0 of French Calendar is built using gradle.
The "foss" flavor uses only open source software.
The "wear" flavor uses Google Play Services for android wear
integration.

For F-Droid the build is configured to use the "foss" flavor.
2014-11-23 14:58:22 +01:00
Boris Kraut 8315393a25 French Calendar: Disable tests. 2014-11-18 20:20:11 +01:00
Boris Kraut fc08496a06 French Calendar:Switch main category 2014-11-16 20:47:27 +01:00
Boris Kraut ca0c790d4b French Calendar: Try to fix build. 2014-11-15 22:24:29 +01:00
Boris Kraut 05cb3f8b52 Update French Calendar to 1.3.0 (130) 2014-11-03 21:02:19 +01:00
F-Droid Builder e25acfa581 Update CV of French Calendar to 1.3.0 (130) 2014-11-03 02:48:19 +00:00
Daniel Martí 781f195773 French Calendar: disable build 2014-10-28 11:41:22 +01:00
Boris Kraut d0a90d3254 New app: French Calendar 2014-10-26 15:49:17 +01:00