48 lines
1.8 KiB
Markdown
48 lines
1.8 KiB
Markdown

|
|
|
|
## About
|
|
|
|
Tomato is a minimalist Pomodoro timer for Android based on Material 3 Expressive.
|
|
|
|
### Features
|
|
|
|
- Simple, minimalist UI based on the latest Material 3 Expressive guidelines
|
|
- Detailed statistics of work/study times in an easy to understand manner
|
|
- Stats for the current day visible at a glance
|
|
- Stats for the last week and last month shown in an easy to read, clean graph
|
|
- Additional stats for last week and month showing at what time of the day you're the most
|
|
productive
|
|
- Customizable timer parameters
|
|
|
|
## Screenshots
|
|
|
|
<p align="center" width="100%">
|
|
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="30%">
|
|
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="30%">
|
|
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width="30%">
|
|
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" width="30%">
|
|
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/5.png" width="30%">
|
|
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/6.png" width="30%">
|
|
</p>
|
|
|
|
## Donate
|
|
|
|
You can support Tomato's development
|
|
through [my GitHub Sponsors page](https://github.com/sponsors/nsh07)
|
|
or [my BuyMeACoffee page](https://coff.ee/nsh07):
|
|
|
|
<a href="https://github.com/sponsors/nsh07">
|
|
<img src=".github/repo_photos/sponsors.png" width="128px">
|
|
</a>
|
|
<a href="https://coff.ee/nsh07">
|
|
<img src=".github/repo_photos/bmc_qr.png" width="128px">
|
|
</a>
|
|
|
|
## Special Thanks
|
|
|
|
This app was made possible by the following libraries:
|
|
|
|
- [Jetpack Navigation 3](https://developer.android.com/jetpack/androidx/releases/navigation3) -
|
|
Navigation
|
|
- [Room](https://developer.android.com/jetpack/androidx/releases/room) - SQLite Database
|
|
- [Vico](https://github.com/patrykandpatrick/vico) - Graphs and charts |