Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quicksc0p3r/simplecounter
https://github.com/quicksc0p3r/simplecounter
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/quicksc0p3r/simplecounter
- Owner: quicksc0p3r
- License: apache-2.0
- Created: 2023-11-15T10:42:25.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T05:53:26.000Z (9 days ago)
- Last Synced: 2024-11-05T06:28:52.262Z (9 days ago)
- Language: Kotlin
- Size: 3.36 MB
- Stars: 56
- Watchers: 2
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Counter
--------------Simple Counter is an app to help you keep track of things.
[](https://f-droid.org/packages/org.quicksc0p3r.simplecounter/)
Or download the latest APK from the [Releases section](https://github.com/quicksc0p3r/simplecounter/releases/latest).
# Features
- Material 3 UI implemented with Jetpack Compose
- Supports Android 5.0 and up
- 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](https://github.com/androidx/androidx) (Compose, Lifecycle, Room, DataStore, AppCompat, Navigation)
- [Google Accompanist](https://github.com/google/accompanist)
- [Moshi](https://github.com/square/moshi)
# Help with translation
You can use [Toolate](https://toolate.othing.xyz/projects/simplecounter) to help with translation.
# License
Copyright 2023-2024 quicksc0p3rLicensed under the Apache License, Version 2.0 (the "License").
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.