Merge branch 'french-calendar-141' into 'master'

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.

See merge request !378
This commit is contained in:
Ciaran Gultnieks 2014-12-01 13:49:23 +00:00
commit a981e62070

View file

@ -7,13 +7,19 @@ Issue Tracker:https://github.com/caarmen/FRCAndroidWidget/issues
Auto Name:French Calendar Auto Name:French Calendar
Summary:French Revolutionary calendar widget Summary:French Revolutionary calendar widget
Description: Description:
Widget which displays the current date and time in the French Revolutionary Resizable widget which displays the current date and time in the French Revolutionary calendar. The widget supports the following preferences:
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).
* Update frequency: every minute, or once a day.
* Calculation method: method used to determine the first day of the year: Either based on the autumn equinox, or the Romme method. * 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 Repo Type:git
@ -36,6 +42,11 @@ Build:1.4.0,140
sed -i -e 's@http://dl.bintray.com/caarmen/maven@https://repo1.maven.org/maven2@g' ../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 echo "include ':handheld', ':common'" > ../settings.gradle
Build:1.4.1,141
commit=release-1.4.1
subdir=handheld
gradle=foss
Auto Update Mode:None Auto Update Mode:None
Update Check Mode:Tags ^release- Update Check Mode:Tags ^release-
Current Version:1.4.1 Current Version:1.4.1