Skip to content

Releases: Nain57/Smart-AutoClicker

SmartAutoClicker-2.3.0

20 Sep 16:54
2df96eb
Compare
Choose a tag to compare

Detection algorithm rework

This version contains a complete rework of the detection algorithm. I have been more rigorous with my test protocol lately so I have been able to measure the improvements.

The protocol is the following:

  • 3 images (from my OnePlus 10 Pro device, 3216 x 1440): one small (the size of a launcher icon), one medium (the size of 4 launcher icons in width, 1 in height), one big (the width and height of a 4x4 grid of launcher icons
  • Each of this image is used in 2 conditions, on detecting at position, one on the whole screen
  • Detection quality to maximum (1200)
  • Detect during 10000 screen frames

Here are the results:

  • RAM usage went from 332Mb max to 161Mb max
  • Success went from 8451 to 10000 (100% of correct detections)
  • Average detection time is divided by 10 for EXACT detection, and by 5 for WHOLE SCREEN.

As you can see, the results are really great, and the improvements should be seen by the user. As a consequence, i have updated the Detection Quality feature, by increasing its minimum to 800, and the maximum to 3216 (which is, according to my tests, still faster than the old maximum). All your scenario detection qualities will be automatically updated and increased in order to improve automatically all your scenario.

Condition operator and click on condition

This feature wasn't really clear, you never know on which condition it will click. This is now fixed by adding a condition selector to the click action in the case the event condition operator is set to All conditions.

Tutorial update

A new tutorial has been added, and all of them have been translated in the supported languages.

Stabilization

A lot of corner cases have been fixed in this version, and the detection algorithm revamp should also be more robust.
The user crash free rate on the 2.1.4 version is 99.76%, let's try to reach 99.9% !

Note

An unexpected issue has happen to the update apk. The apk linked with this release post is the 2.3.1

SmartAutoClicker-2.2.0

15 Aug 17:04
2ca8ae8
Compare
Choose a tag to compare

Tutorials

The main critic about Smart Autoclicker is that it is complicated to use. To fix this, the application now provides interractive tutorials to help you learn how to use it.
This version only contains two tutorials for the very basics of the app, but stay tuned for more in the future ! I really tried to be as simple as possible while not being too obvious or boring. I really wants to ear your feedback about this new feature and how to improve it : Tutorials Feedback Thread

Note: They are only available in english, for now. Next versions will have the localization

Release process

As I want to have a bit of feedback before release the tutorials on the playstore, this version will only be available on Github and F-Droid. A future update will provide it to everybody once I'm satisfied with the overall quality of the feature.

SmartAutoClicker-2.1.4

11 Jun 16:02
Compare
Choose a tag to compare

Bug fixes

  • Fixed a crash occurring when using the debug overlay in a scenario that can change the screen orientation
  • Fixed the validity check of the condition selector, this was leading to the possible capture of the area outside the screenshot, which was causing a crash.
  • Various stability improvements.

Note about Smart AutoClicker copies

I have found several copies of Smart Autoclicker on various platforms (that's what can happen when you are open source). As far as I know, those applications are not open source. This mean you can't really know what the application is doing, and with the required permissions for image detection, it can easily collect everything displayed on your screen and inject actions without you noticing.

I do NOT recommend to use those apps, they are a dangerous threat to your phone's security.

Here are the copies I have found:

If you are the developer of one of those applications and can provide the open source code of your app, I will remove it from this malicious software list.

Links

F-Droid
PlayStore

SmartAutoClicker-2.1.3

04 Jun 12:13
4dc8ed4
Compare
Choose a tag to compare

Bug fixes

  • The debug overlay/report feature was broken with 2.1.2, it is now fixed.
  • Various stabilizations improvements

Links

F-Droid
PlayStore

SmartAutoClicker-2.1.2

30 May 16:04
Compare
Choose a tag to compare

Bug fixes

  • Complete revamp of the edition code. This should fix the stability issues encountered while editing a scenario
  • Various stabilizations improvements

Links

F-Droid
PlayStore

SmartAutoClicker-2.1.1

21 May 11:28
Compare
Choose a tag to compare

Bug fixes

  • A crash will always occurs when a click or a swipe have a duration over one minute. All click/swipe duration exceeding this value will be automatically be updated to 59s999, same for imported scenarios. Limitation have been applied to the ui. #272
  • A crash will occur when opening the billing activity on Android 8 only. This is now fixed. #271

PlayStore

Google have accepted the publication and you can now find it on the PlayStore.
As I can use Crashlytics with this version, I will receive all crashes information and this will help me improve Smart Autoclicker. This is already profitable, as #272 as been detected with this.

Links

F-Droid
PlayStore

SmartAutoClicker-2.1.0

08 May 15:08
ee686a4
Compare
Choose a tag to compare

Bug fixes

  • The delete button for the intent actions was never shown, preventing the user to delete such action. It is now displayed when needed. #253
  • When copying an event containing a toggle action, the application was messing with the new event and would cause crashes. It is now fixed with a new warning flow. #247
  • When using the debug overlay, the window was keeping its playing size once the detection was stopped. This was preventing the user to move the floating menu to the extreme right of the screen. This is now fixed. #258
  • The keyboard behaviour was complicated, with not a lot of ways to close it. Improvements have been made for the user experience. #242

PlayStore version

Starting with this release (hopefully), Smart AutoClicker will be available on the Google Play Store,

Limitations

This version will be a bit different to the FDroid/GitHub version, it will be limited:

  • Maximum detection duration of 20 minutes
  • No Import/Export
  • Maximum of 2 scenarios, 10 events/scenario, 5 actions/event and 2 conditions/event
  • No Intent and Toggle Event actions
  • No condition detection threshold
  • No event state control
  • No detection quality/speed control
  • No end conditions
  • No anti-detection

How to remove those limitations ?

You can buy the pro version of Smart Autoclicker using the Play Store in app purchase flow. The price will vary depending on your region, in France, it is 4.99€.

Why is this version limited ?

I am working on Smart AutoClicker since the 2020 lockdown, and as the project grows bigger, it takes more and more time for a single developer to take care of it and add more features. Being able to get a little bit of money from this project will help me getting motivated to keep it alive. So if you like the project and want to support, you know what to do !

What will happen to the FDroid and Github version ?

Those version will keep being updated, and will be similar to the Smart Autoclicker Pro experience, no limitations. Applications will always be hacked and provided on some shady third party website, usually filled with spywares. If a user wants to a find a free version of an app, he will, so I rather provide a safe one myself.

Any other changes ?

The PlayStore version also includes Firebase Crashlytics, which will provide me all information about Smart Autoclicker crashes and will help me fix them. All information are anonymous and nothing is collected.

When will it be available ?

Once Google Play Store approve the application, so really soon I hope

SmartAutoClicker-2.0.2

05 Mar 17:17
8d6562d
Compare
Choose a tag to compare
  • Add monochrome icon support
  • Add Italian translations (Thanks to @Giasko0 for its contribution !)
  • Fix a bug blocking the floating menu Ui in detection mode (#237)

SmartAutoClicker-2.0.1

25 Feb 15:53
f89630d
Compare
Choose a tag to compare

Minor release fixing display issues on some devices.

SmartAutoClicker-2.0.0

22 Feb 12:28
d4c5041
Compare
Choose a tag to compare

This is the first major overhaul for the application since its beginning.

New UI:

  • The application is now following most of the Material Design 3 guidelines
  • Screen are adapted for a portrait and landscape orientations
  • Light/Dark mode are supported
  • Android 13 dynamic colors (application colors will adapt to your device wallpaper colors)
  • Tips and explanations are displayed below most of the fields
  • Missing required field are now highlighted

New features:

  • Event can now be enabled/disabled when configuring your scenario
  • New action: event state can be changed during scenario execution
  • Action randomization: randomize a bit your actions values in order to lure anti detection software
  • Increase condition capture minimum size
  • Various bugfixes