Version 1.3

*Added an option to add estimated time to the exact time.
Example: "48m ago • 09:41"

*Added an option to add minutes to "Xh ago"
Example: "5h 47m ago"

*You can also combine these two options to get something like this: "5h 47m ago • 09:41"

*Added an icon to the preferences.
This commit is contained in:
2017-06-03 10:19:05 +03:00
committed by GitHub
parent 189cd012df
commit 41180d2ffc
13 changed files with 314 additions and 10 deletions

View File

@ -8,3 +8,5 @@ include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 SpringBoard"
SUBPROJECTS += exacttimeprefs
include $(THEOS_MAKE_PATH)/aggregate.mk