Skip to content

Releases: Nain57/Smart-AutoClicker

Klick'r 3.5.1

15 May 09:25
eac1bc5

Choose a tag to compare

  • Fix a crash when moving an action/condition right after deleting one

Note

Nightly Obfuscated
If you think an application is blocking the official Klick'r release, you can use the Nightly Obfuscated version

Recognition models test

25 May 08:03
eac1bc5

Choose a tag to compare

Pre-release

Placeholder release for testing on demand text recognition model download by required alphabet.
You can't do anything (yet) with those files...

Klick'r 3.5.0

10 May 13:34
55adba9

Choose a tag to compare

New feature: Debug report timeline

The debug report was showing its age, with metrics that were useful long time ago, but that are mostly irrelevant now with all evolutions Klick'r have received since its creation. This version main feature is the rework of this report.

Dialog has been split in two tabs. The overview information has been kept untouched. The conditions result list has been replaced by a timeline tab, showing all events fulfilled (image or trigger) in order:

Capture d'Γ©cran 2026-01-01 143818 Capture d'Γ©cran 2026-01-01 143837

It is possible to filter the many events occurrence in the timeline using the filter dialog:

Screenshot_20260424_155709

When clicking on an event occurrence, the details dialog opens, containing three tabs.

  • The condition tab, showing which condition has been analyzed during this event occurrence:

Capture d'Γ©cran 2026-01-01 143854

  • The event state tab, showing all scenario events enabled state and if they have been changed by this event occurrence, and the counter state tab, showing all scenario counters values and if they have been change by this event occurrence:

Capture d'Γ©cran 2026-01-01 143903 Capture d'Γ©cran 2026-01-01 143913

This should provide helpfull informations when working on complex smart scenarios, as well as helping newcomers to understand the key difference between a regular autoclicker and a screen image based autoclicker.

The live debugging overlay has be reworked to display the event currently processed/executed, as well as displaying the action currently executed, the execution count and the processing time.

Live

Optimization and improvements

  • Update all dependencies and Android SDK to 36 (Details can be found here: #794)
  • Greatly improve "Write text" action success rate
  • Show partially previous/next items in briefs menu to better indicates swipe is possible
  • Allow swipe on the whole screen in briefs menu
  • Update Empty scenario and scenario creation screen to better handle lanscape on small screens
  • Allow fast scrolling on all lists

Bufixes

  • Fix crash caused by invalid state of the Google Ads SDK
  • Fix event try sometimes not displaying anything
  • Fix invalid index sometimes being displayed in briefs menu
  • Fix possible ANR when executing very small scenarios

Note

Nightly Obfuscated
If you think an application is blocking the official Klick'r release, you can use the Nightly Obfuscated version

Klick'r 3.5.0-beta03

01 May 09:42
444e1f9

Choose a tag to compare

Klick'r 3.5.0-beta03 Pre-release
Pre-release

Important

This is a beta build.
It might be unstable so please backup your scenarios before updating to this version. It will be only available on direct download here, and not on PlayStore/FDroid.

Optimization and improvements

  • Clear report file when the report feature is disabled while saving the scenario
  • Greatly improve "Write text" action success rate

Bugfixes

  • Fix debug timeline event state being empty if image event list OR trigger event list was empty
  • Fix invalid index sometimes being displayed in briefs menu
  • Fix possible ANR when executing very small scenarios

Ui Changes

  • Show partially previous/next items in briefs menu to better indicates swipe is possible
  • Allow swipe on the whole screen in briefs menu
  • Update Event test debug window to fit with other new debug windows
  • Update Empty scenario and scenario creation screen to better handle lanscape on small screens

Klick'r 3.5.0-beta02

24 Apr 14:02
d1e5387

Choose a tag to compare

Klick'r 3.5.0-beta02 Pre-release
Pre-release

Important

This is a beta build.
It might be unstable so please backup your scenarios before updating to this version. It will be only available on direct download here, and not on PlayStore/FDroid.

Live debug overlay overhaul

The live debugging overlay has be reworked to display the event currently processed/executed, as well as displaying the action currently executed, the execution count and the processing time.

Live

Debug Timeline feedbacks

As requested, filters have been added to the debug report timeline. You can now define a start/stop time, as well as filtering by events.

Screenshot_20260424_155709

Bugfix

  • Fix Timeline counters being invalid in some cases: #818
  • Rework fastscroll bars

Klick'r 3.5.0-beta01

03 Jan 14:51

Choose a tag to compare

Klick'r 3.5.0-beta01 Pre-release
Pre-release

Important

This is a beta build.
It might be unstable so please backup your scenarios before updating to this version. It will be only available on direct download here, and not on PlayStore/FDroid.

New feature: Debug report timeline

The debug report was showing its age, with metrics that were useful long time ago, but that are mostly irrelevant now with all evolutions Klick'r have received since its creation. This version main feature is the rework of this report.

Dialog has been split in two tabs. The overview information has been kept untouched. The conditions result list has been replaced by a timeline tab, showing all events fulfilled (image or trigger) in order:

Capture d'Γ©cran 2026-01-01 143818 Capture d'Γ©cran 2026-01-01 143837

When clicking on an event occurrence, the details dialog opens, containing three tabs.

  • The condition tab, showing which condition has been analyzed during this event occurrence:

Capture d'Γ©cran 2026-01-01 143854

  • The event state tab, showing all scenario events enabled state and if they have been changed by this event occurrence, and the counter state tab, showing all scenario counters values and if they have been change by this event occurrence:

Capture d'Γ©cran 2026-01-01 143903 Capture d'Γ©cran 2026-01-01 143913

This should provide helpfull informations when working on complex smart scenarios, as well as helping newcomers to understand the key difference between a regular autoclicker and a screen image based autoclicker.

Other

  • Update all dependencies and Android SDK to 36 (Details can be found here: #794)
  • Fix crash caused by invalid satte of the Google Ads SDK
  • Ensure action tries are correctly executed
  • Ensure debug report is not impacted by tries
  • Fix event try sometimes not displaying anything
  • Allow fast scrolling on all lists

As usual, I'm waiting on your feedback for this new feature.

Klick'r 3.4.0

13 Sep 09:23
ce12ea9

Choose a tag to compare

New feature: System Action

You can now directly execute Android Back, Home and recent apps directly from an action.

New feature: Write Text Action

You can now write a text in the selected input field on the screen. It is possible to insert the value of one or several counters in the text.

New feature: Keep screen on Scenario option:

You can now ask for Klick'r to keep your screen awake when detecting. Useful when using a scenario that can wait a long time on the same screen before doing anything.

Other changes:

  • Ukrainian language is now supported, many thanks to @DmytroTurchyn1
  • Fix invalid UI state when exiting the move action/condition dialog by clicking outside of it (#740)
  • Native libs now compiled with 16KB page size (New Android limitation, starting in november, see more here)

Note

Nightly Obfuscated
If you think an application is blocking the official Klick'r release, you can use the Nightly Obfuscated version

Klick'r 3.4.0-beta01

17 Aug 08:26
5d45873

Choose a tag to compare

Klick'r 3.4.0-beta01 Pre-release
Pre-release

Important

This is a beta build.
It might be unstable so please backup your scenarios before updating to this version. It will be only available on direct download here, and not on PlayStore/FDroid.

New feature: System Action

You can now directly execute Android Back, Home and recent apps directly from an action.

New feature: Write Text Action

You can now write a text in the selected input field on the screen. It is possible to insert the value of one or several counters in the text.

New feature: Keep screen on Scenario option:

You can now ask for Klick'r to keep your screen awake when detecting. Useful when using a scenario that can wait a long time on the same screen before doing anything.

Other changes:

  • Ukrainian language is now supported, many thanks to @DmytroTurchyn1
  • Fix invalid UI state when exiting the move action/condition dialog by clicking outside of it (#740)
  • Native libs now compiled with 16KB page size (New Android limitation, starting in november, see more here)

As usual, I'm waiting for your feedback on this version!

Klick'r 3.3.10

26 Jul 07:47
633d67e

Choose a tag to compare

  • Fix a crash when starting a scenario in some configuration

Note

Nightly Obfuscated
If you think an application is blocking the official Klick'r release, you can use the Nightly Obfuscated version

Klick'r 3.3.9

19 Jul 10:53
530de7e

Choose a tag to compare

  • Fix another crash when rotating that was still occuring on some configurations
  • Fix import of scenario containing notification actions

Note

Nightly Obfuscated
If you think an application is blocking the official Klick'r release, you can use the Nightly Obfuscated version