adding some screenshots + updating README
This commit is contained in:
parent
ef69dddbd6
commit
4a1f1cb1f2
9 changed files with 26 additions and 0 deletions
|
@ -17,6 +17,15 @@ Contains no ads or unnecessary permissions. It is fully opensource, provides cus
|
|||
|
||||
This app is just one piece of a bigger series of apps. You can find the rest of them at http://www.simplemobiletools.com
|
||||
|
||||
<a href='https://play.google.com/store/apps/details?id=com.simplemobiletools.clock'><img src='http://simplemobiletools.github.io/assets/public/google-play.png' alt='Get it on Google Play' height='45' /></a>
|
||||
<a href='https://f-droid.org/packages/com.simplemobiletools.clock'><img src='http://simplemobiletools.github.io/assets/public/f-droid.png' alt='Get it on F-Droid' height='45' /></a>
|
||||
|
||||
<div style="display:flex;">
|
||||
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/app.png" width="30%">
|
||||
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/app_2.png" width="30%">
|
||||
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/app_3.png" width="30%">
|
||||
</div>
|
||||
|
||||
License
|
||||
-------
|
||||
Copyright 2018-present SimpleMobileTools
|
||||
|
|
15
fastlane/metadata/android/en-US/full_description.txt
Normal file
15
fastlane/metadata/android/en-US/full_description.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
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
|
BIN
fastlane/metadata/android/en-US/images/icon.png
Normal file
BIN
fastlane/metadata/android/en-US/images/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/app.png
Executable file
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/app.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/app_2.png
Executable file
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/app_2.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 51 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/app_3.png
Executable file
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/app_3.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 53 KiB |
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/app_4.png
Executable file
BIN
fastlane/metadata/android/en-US/images/phoneScreenshots/app_4.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
1
fastlane/metadata/android/en-US/short_description.txt
Normal file
|
@ -0,0 +1 @@
|
|||
A combination of a clock, alarm, stopwatch and timer.
|
1
fastlane/metadata/android/en-US/title.txt
Normal file
1
fastlane/metadata/android/en-US/title.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Simple Clock
|
Loading…
Reference in a new issue