From 5b4bae5dc211d8bd5b2b0118c3308b3000d5fbd7 Mon Sep 17 00:00:00 2001 From: Carmen Alvarez Date: Sat, 29 Nov 2014 22:49:34 +0100 Subject: [PATCH] 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: https://github.com/caarmen/FRCAndroidWidget/commit/92bd52395925f0706a1e047f3f1211a016a458cd fdroid builds with "assembleFossRelease", so the wearable module will be skipped. --- metadata/ca.rmen.android.frenchcalendar.txt | 28 ++++++++++++++------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/metadata/ca.rmen.android.frenchcalendar.txt b/metadata/ca.rmen.android.frenchcalendar.txt index 6d81a8a709..f461bfbde2 100644 --- a/metadata/ca.rmen.android.frenchcalendar.txt +++ b/metadata/ca.rmen.android.frenchcalendar.txt @@ -7,13 +7,19 @@ Issue Tracker:https://github.com/caarmen/FRCAndroidWidget/issues Auto Name:French Calendar Summary:French Revolutionary calendar widget Description: -Widget which displays the current date and time in the French Revolutionary -calendar. The widget supports the following preferences: - -* Update frequency: every minute, or once a day. +Resizable widget which displays the current date and time in the French Revolutionary calendar. The widget supports the following preferences: +* Whether to display the current time, or the name of the object for that day of the year (ex: grape). * Calculation method: method used to determine the first day of the year: Either based on the autumn equinox, or the Romme method. +* Language of the calendar (limited to just a few languages for now). -The color of the scroll is different for each month. +Other features; +* Possibility to share the information about the current date. +* The color of the widget is customizable, but by default is different for each month. + +Three widget styles: +* Horizontal parchment +* Vertical parchment +* Minimalist . Repo Type:git @@ -32,13 +38,17 @@ Build:1.4.0,140 commit=release-1.4.0 subdir=handheld gradle=foss - prebuild=\ - sed -i -e '/wearCompile/d' -e '/wearWearApp/d' build.gradle && \ + prebuild=sed -i -e '/wearCompile/d' -e '/wearWearApp/d' build.gradle && \ sed -i -e 's@http://dl.bintray.com/caarmen/maven@https://repo1.maven.org/maven2@g' ../build.gradle && \ echo "include ':handheld', ':common'" > ../settings.gradle +Build:1.4.1,141 + commit=release-1.4.1 + subdir=handheld + gradle=foss + Auto Update Mode:None Update Check Mode:Tags ^release- -Current Version:1.4.0 -Current Version Code:140 +Current Version:1.4.1 +Current Version Code:141