chore: Update screenshots, update README, bump version string

This commit is contained in:
Nishant Mishra
2025-07-13 11:19:41 +05:30
parent e6e21ea7d1
commit 447b04390b
13 changed files with 124 additions and 9 deletions

View File

@@ -1,12 +1,20 @@
![Feature graphic](fastlane/metadata/android/en-US/images/featureGraphic.png)
![Feature graphic](.github/repo_photos/banner.png)
### THIS PROJECT IS IN A VERY EARLY DEVELOPMENT STAGE. MOST FEATURES ARE NOT YET READY
## About
### About
Tomato is a minimalist Pomodoro timer for Android based on Material 3 Expressive.
Tomato is a minimalist Pomodoro timer for Android based on Material 3 Expressive
### Features
### Screenshots
- 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%">
@@ -15,4 +23,26 @@ Tomato is a minimalist Pomodoro timer for Android based on Material 3 Expressive
<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>
</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