Skip to content

Releases: Nain57/Smart-AutoClicker

Klick'r 3.1.1

08 Dec 12:54
1bfa8d4
Compare
Choose a tag to compare

Bugfixes

  • Fix import of some scenario generated with versions 3.0.x (#561)
  • Fix a possible crash with unusual user action Intents
  • Fix a crash when changing the state of a trigger event appearing after in the list
  • Fix a possible crash when loosing the media projection permission

Klick'r 3.1.0

30 Nov 15:47
b9e21e2
Compare
Choose a tag to compare

New Action: Notifications

You can now send notification to your device as an action in Smart scenarios.

  • Print a predefined text, or display the value of one of your counters
  • 3 predifined alerting profiles, and you can customize them in the notification settings of you device.
  • Notifications are limited by the system, we can't spam them at autoclicker speed. To ensure Klick'r is not muted, notifications are batched and updated every 2s

Capture d'écran 2024-11-17 153950

New Click Action feature: Click Offset

When clicking on the detected condition, you can now define an offset from the condition center, allowing to click relatively to the detected condition position.

Capture d'écran 2024-11-02 143822

New event setting: Keep detecting

Something that has never been clear for Klick'r users is why image events have priorities and why only one event at their list is detected. By default, Klick'r stops the event list processing as soon as one event is fullfiled, and restart the processing from the first event as soon as a new screen frame is available.
Now, this is still the case, but the user can enable/disable it via a setting in each event, allowing more flow control and maybe more understanding of the app by the users.

Capture d'écran 2024-11-17 154055

Misc

  • MediaProjection permission can now be requested again if lost while a scenario is loaded
  • Confirmation is now asked when closing whitout saving a configuration dialog with user changes
  • Scenario are now collapsible in the Scenario list
  • Add a button to copy a scenario in the scenario list
  • Reuse the previous screen frame if a new one is not available yet after a processing iteration (this might have some light impact on your scenario timings)
  • Display fulfillment state instead of detection state in ImageCondition try screen (#551)
  • Fix menu hidden via notification prevents (#557)

Klick'r 3.1.0-beta03

24 Nov 14:09
fcb8973
Compare
Choose a tag to compare
Klick'r 3.1.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 availble on direct download here, and not on PlayStore/FDroid.

Changes

  • Fix scenario from pre beta versions import

Klick'r 3.1.0-beta02

23 Nov 14:24
5518f7a
Compare
Choose a tag to compare
Klick'r 3.1.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 availble on direct download here, and not on PlayStore/FDroid.

Changes

  • Fix Klick'r Overlay going invisible when Android quickly accept then remove the screen projection permission (follow up of #509)
  • Fix long scenario name display in scenario screen
  • Display fulfillment state instead of detection state in ImageCondition try screen (#551)

Discution thread: #553

Klick'r 3.1.0-beta01

17 Nov 14:47
30fd8ea
Compare
Choose a tag to compare
Klick'r 3.1.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 availble on direct download here, and not on PlayStore/FDroid.

New Action: Notifications

You can now send notification to your device as an action in Smart scenarios.

  • Print a predefined text, or display the value of one of your counters
  • 3 predifined alerting profiles, and you can customize them in the notification settings of you device.
  • Notifications are limited by the system, we can't spam them at autoclicker speed. To ensure Klick'r is not muted, notifications are batched and updated every 2s

Capture d'écran 2024-11-17 153950

New Click Action feature: Click Offset

When clicking on the detected condition, you can now define an offset from the condition center, allowing to click relatively to the detected condition position.

Capture d'écran 2024-11-02 143822

New event setting: Keep detecting

Something that has never been clear for Klick'r users is why image events have priorities and why only one event at their list is detected. By default, Klick'r stops the event list processing as soon as one event is fullfiled, and restart the processing from the first event as soon as a new screen frame is available.
Now, this is still the case, but the user can enable/disable it via a setting in each event, allowing more flow control and maybe more understanding of the app by the users.

Capture d'écran 2024-11-17 154055

Misc

  • MediaProjection permission can now be requested again if lost while a scenario is loaded
  • Confirmation is now asked when closing whitout saving a configuration dialog with user changes
  • Scenario are now collapsible in the Scenario list
  • Add a button to copy a scenario in the scenario list
  • Reuse the previous screen frame if a new one is not available yet after a processing iteration (this might have some light impact on your scenario timings)

Klick'r 3.0.6

20 Oct 13:21
45d89fb
Compare
Choose a tag to compare

Changes

  • Fix "Stop with Volume Down" popup in landscape mode. It can now be scrolled. (#525)
  • Fix invalid actions order after saving the scenario. Actions were always added in index 2, that's no longer the case. (#518)
  • Fix a possible crash when scrolling very quickly in the condition screen
  • Fix a possible crash when loading a scenario backup provided by a DocumentProvider that is not complying to AOSP API. This should only occurs on cheap chinese devices. Note that only the crash is caught, the backup can't still be loaded and an error will be shown. I will not fix this problem because it's a device manufacturor bug, and I rather focus on Klick'r code than this. As a workaround, you can install a another DocumentProvider and use it with Klick'r.

Klick'r 3.0.5

13 Oct 12:17
3b17288
Compare
Choose a tag to compare

Changes

  • Fix invalid events order when enabled/disabled by a ToggleEvent action (#501)
  • Rework the "Press volume down to stop scenario dialog" to force acknowledgement by the user. I receive way too many mails/reviews about this ("You broke my phone..." -_-). You will probably all have to validate it again, sorry about that.

Previous version stability

Data collected on PlayStore version only. 62K Monthly Active Users.
Left is "Users without a crash", right is "Session without a crash"

Capture d'écran 2024-10-13 141607

Klick'r 3.0.4

28 Sep 11:51
6667870
Compare
Choose a tag to compare

BugFixes

  • Fix a possible crash when starting the detection with an invalid detection quality
  • Handle resize when animations are disabled in developper options: #480
  • Fix slow start of scenario activity: #482
  • Do not execute infinite clicks infinitely during a try in dumb scenarios
  • Allow to exit allow tries with volume down key

Previous version stability

Data collected on PlayStore version only, 46K Monthly Active Users. (x2 in two weeks, thank you all!)
Left is "Users without a crash", right is "Session without a crash"

Stability png

Klick'r 3.0.3

14 Sep 09:56
61b2fe1
Compare
Choose a tag to compare

BugFixes

  • Fix a possible crash when creating a backup on invalid target
  • Fix possible crashes when importing an invalid scenario
  • Fix crash on Transsion Hot 10 when opening the web browser
  • Fix possible crash when executing an invalid click
  • Fix possible crash when executing an invalid Intent

Previous version stability

As only I can access the crashlytics account (for security reason), I tought it would be a good idea to share with you the statistics collected. I only collect crash reports, no other data and from that, Crashlytics can make statistics about the application stability.

Those stability statistics are only made on the Google PlayStore version that includes Crashlytics. (23.8K Monthly Active Users).
Left is "Users without a crash", right is "Session without a crash"

Capture d'écran 2024-09-14 114741

Klick'r 3.0.2

25 Aug 13:20
75dd458
Compare
Choose a tag to compare

BugFixes

  • Fix a crash on devices without default web browser.
  • Fix Pause action animation
  • Fix Quick Settings Tile crash upon update on OnePlus8
  • Fix a crash when displaying an IntentAction with a ComponentName
  • Handle possible preferences file corruption
  • Fix centering issue in dumb actions display
  • Fix a possible crash on Samsung devices when starting the floating menu