updating README

This commit is contained in:
Tibor Kaputa 2018-03-11 21:24:22 +01:00 committed by GitHub
parent d85980fb9e
commit 648efa1993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,21 @@
# Simple Clock
<img alt="Logo" src="app/src/main/res/mipmap-xxxhdpi/ic_launcher.png" width="80" />
An Alarm clock + stopwatch
The app has multiple functions related to timing.
At the clock you can enable displaying times from other timezones, or use the simple, but customizable clock widget. The text color of the widget can be customized, as well as the color and the alpha of the background.
The alarm contains all the expected features as day selecting, vibration toggling, ringtone selecting, snooze or adding a custom label.
With the stopwatch you can easily measure a longer period of time, or individual laps. You can sort the laps by lap time, it contains optional vibrations on button presses too, just to let you know that the button was pressed, even if you cannot look at the device.
You can easily setup a timer to be notified of some event. You can both change its ringtone, or toggle vibrations.
Additional features include preventing the device from falling asleep while the app is in foreground, or displaying some tabs in fullscreen view.
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
License
-------