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.
This commit is contained in:
Carmen Alvarez 2014-11-29 22:49:34 +01:00
parent 4601b94caa
commit 5b4bae5dc2

View file

@ -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