-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
71c581b
commit 0560fc7
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
Features: | ||
|
||
* Material 3 UI implemented with Jetpack Compose | ||
* Set a default value for a counter to quickly reset to it | ||
* Allow or disallow negative values for a counter | ||
* Mark counters with labels and filter counters by label | ||
* Open counters in fullscreen view | ||
* Use volume keys to change counter value while in fullscreen mode | ||
* Option for compact counter cards | ||
- Material 3 UI implemented with Jetpack Compose | ||
- Set a default value for a counter to quickly reset to it | ||
- Allow or disallow negative values for a counter | ||
- Mark counters with labels and filter counters by label | ||
- Open counters in fullscreen view | ||
- Use volume keys to change counter value while in fullscreen mode | ||
- Option for compact counter cards | ||
- Make backups of your counters and labels in JSON format and restore them later | ||
|
||
Libraries used: | ||
|
||
* AndroidX (Compose, Lifecycle, Room, DataStore, AppCompat, Navigation) | ||
* Google Accompanist | ||
- AndroidX (Compose, Lifecycle, Room, DataStore, AppCompat, Navigation) | ||
- Google Accompanist | ||
- Moshi |