Skip to content

Suntimes Calendars

Latest

Choose a tag to compare

@forrestguice forrestguice released this 17 Feb 20:33
0d7bd1f

A calendar provider add-on for Suntimes.

This release:

  • adds calendar title option.
  • adds translation to Czech (cs) (copied from SuntimesWidget (by utaxiu)).
  • updates translation to Russian (ru) (#71 by Ruslan Chintsov).
  • fixes incorrect translation of the app name (#69), and other miscellaneous translation updates.
  • changes the order of the calendar list (calendars may specify "grouping" and "priority").
  • refactor; miscellaneous changes to calendar interfaces to improve modularity.
  • updates build; removes dependency on jcenter and jitpack.io (replaced with a git submodule).
  • updates build; updates dependency constraint-layout (1.1.3 -> 2.0.4).
  • updates build; Java 8 -> Java 11; gradle (5.0 -> 5.6.4); agp (3.1.2 -> 3.6.0);