Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.52 KB

File metadata and controls

24 lines (17 loc) · 1.52 KB

Japanese Traditional Time Build Status

Japanese Traditional Time application for android.

Get it on F-Droid Get it on Google Play

What it does

The application shows the time using the traditional japanese time system and builds some additional services around it:

  • Widget showing the current time
  • Mapping of traditional time to local time
  • (Not yet in) Alarms based on traditional time

How it works

It all comes down to knowing sunrise and sunset time for a given date in a given location. There are multiple other applications doing the same thing but most use online tables or calculators to determine the sunrise time based either on device location or even from a list of preset locations.

This one application uses instead local calculations and is based on sunrisesunsetlib-java by @mikereedell