Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.puppycrawl.tools:checkstyle from 10.21.1 to 10.21.2 #163

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Counter

Simple [tally counter](https://en.wikipedia.org/wiki/Tally_counter) for Android. It makes counting easier!
You can have multiple counters with their own names and values. Values can be changed using the volume buttons
or by tapping on the screen. All your data can be exported in CSV format.
Simple [tally counter](https://en.wikipedia.org/wiki/Tally_counter) for Android. It makes counting easier! You can have multiple counters with their own names and values. Values can be changed using the volume buttons or by tapping on the screen. All your data can be exported in CSV format.

[<img src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" alt="Get it on Google Play" height="80" />](https://play.google.com/store/apps/details?id=me.tsukanov.counter)
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80" />](https://f-droid.org/packages/me.tsukanov.counter)

> [!WARNING]
> **Note that the app is currently not available from Google Play Store, and I'm not sure if it ever will be again.** See [the section below](#google-play) for details.

---

<img src="resources/screenshots/5_framed.png" width="150" />&nbsp;&nbsp;&nbsp;&nbsp;<img src="resources/screenshots/1_framed.png" width="150" />&nbsp;&nbsp;&nbsp;&nbsp;<img src="resources/screenshots/2_framed.png" width="150" />&nbsp;&nbsp;&nbsp;&nbsp;<img src="resources/screenshots/3_framed.png" width="150" />&nbsp;&nbsp;&nbsp;&nbsp;<img src="resources/screenshots/4_framed.png" width="150" />
Expand All @@ -24,3 +24,17 @@ and [translators](https://crowdin.net/project/simple-counter).

* Application icon made by @armand-leguillou
* Sounds from [adobeflash.com](https://www.adobeflash.com/download/sounds/clicks/)

## Google Play

Google decided to terminate my developer account for no apparent reason, so Counter is no longer available on the Play Store. I've never received any notices or warnings before this. Counter was the only app that I [published on the Play Store](https://web.archive.org/web/20250121131910/https://play.google.com/store/apps/details?id=me.tsukanov.counter) for over 12 years. Before removal, it was installed on over 500k active devices, was downloaded over 1 million times and had 4.5 rating with almost 6.5k reviews.

This is the notice which I received:

![](https://github.com/user-attachments/assets/353c5c36-b043-420a-b1b9-00da3333ea40)

Some screenshots from by developer dashboard before I lost access to it:

<img width="768" alt="summary" src="https://github.com/user-attachments/assets/7dfe7cc3-f8fe-4828-8804-3df5d3d55662" />

<img width="1199" alt="installs_5y" src="https://github.com/user-attachments/assets/fd2b36ed-eaaa-4a8c-bfb5-fd13a1238943" />
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:8.8.0'
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.27'
classpath 'com.puppycrawl.tools:checkstyle:10.21.1'
classpath 'com.puppycrawl.tools:checkstyle:10.21.2'
}
}

Expand Down
Loading