Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.
/ jtt_android Public archive
forked from aragaer/jtt_android

Please refer to upstream code at https://github.com/aragaer/jtt_android

License

Notifications You must be signed in to change notification settings

tinxx/jtt_android

 
 

Repository files navigation

Japanese Traditional Time Build Status

Japanese Traditional Time application for android.

JTT in 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

Packages

No packages published

Languages

  • Java 99.9%
  • Groovy 0.1%