aragaer / jtt_android

android jtt app
MIT License
12 stars 6 forks source link

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:

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