Skip to content

Releases: Nain57/Smart-AutoClicker

SmartAutoClicker-1.5.4

18 Sep 13:03
1116713
Compare
Choose a tag to compare

Bug fixes

  • Previous version cleanup and fixes have introduced a regression if a rotation occurs during a detection. This is now fixed.
  • If a condition was taken in landscape/portrait and was being detected in the other orientation, a crash will occur if one of the condition dimension (height or width) is bigger than the current screen image. This is no longer the case.

SmartAutoClicker-1.5.3

17 Sep 16:06
Compare
Choose a tag to compare

Bug fixes

  • Fix a problem leading to scenario processing not waiting for an action to be completed. This should fix #168
  • Fix a possible crash on rotation
  • Various stability improvements on the detection loop.

Android 13

  • The notification permission is now part of the permission dialog and it is optional. According to Google, denying this permission will not change the service lifecycle.

New feature: Debug Report

In order to help you improve the performances of your scenario, you can now generate a debugging report of your scenario. If the option is enabled, once you are done with your detection session and press pause, the debug report dialog will be shown.
This report contains all timings for all detections, events executions; the number of hit/miss for each conditions and their confidence rate...

It can be enabled in the new debug menu, found in the top right corner of your event list. Please note that debugging will impact the performances a bit. So use it only when tuning your scenario !

SmartAutoClicker-1.5.2

30 Aug 12:51
e530bce
Compare
Choose a tag to compare

Change log:

This small release is focused on stability and performances:

  • Crashes at detection stop should no longer occurs.
  • Detection algorithm uses less memory and CPU.

Note on background stability:

A lot of Android manufacturer prefer battery life over proper functionality of your apps. This might affect Smart AutoClicker stability on your device, and there is nothing I can do about it as an application developer.

However, you can find tips and tricks to keep Smart AutoClicker alive on your device here: https://dontkillmyapp.com

SmartAutoClicker-1.5.1

05 Jun 12:09
30f2be5
Compare
Choose a tag to compare

New Feature:

Chinese translation

Smart AutoClicker is now fully translated in chinese. Thanks to @jiongjiongJOJO !

Bug fixes:

Crash while creating a backup of a scenario

This was only occurring in release version of the application. It is now fixed.

SmartAutoClicker-1.5.0

22 May 14:27
f7a1405
Compare
Choose a tag to compare

New Feature:

Import/Export scenario

You can now create an archive from one or many scenario and restore it later. Please note that the scenario are not meant to work on all devices, and one created on a small screen will not work on a big screen.

Bug fixes:

Overlay can't move on some part of the screen.

This bug is recurring every time I try to fix it for another device. Now concrete tests cases have been written for all know occurrence of this issue, and they should be no more regressions on it.

Colors not differentiated during detection

The detection algorithm was unable to differentiate the same shape with different colors. Now it is.

SmartAutoClicker-1.4.0

08 May 15:36
e64dc1b
Compare
Choose a tag to compare

New Features:

Intent actions

You can now create a new type of action of your events, an Intent. An Intent is the Android way to communicate between applications. With this, you can start another app easily. UI is adapted for simple and advanced users. Broadcast are also supported !

Detection Quality

You can now change the quality of the detection in the new scenario settings screen. For a faster detection, but with more false positive, move the cursor to "Speed". For a slower detection, but with an higher detection precision, move the cursor to "Precision". This setting is unique to each scenario, so you can adapt it to your needs. Don't forget to use the debugger to find the best setting.

End condition / Stop after refactoring:

It was clear that this feature wasn't understood by everybody. Yet, it was really useful so I decided to display it differently. It is now located in the new scenario settings screen. Here, you can see all the end conditions, and even provide a operator like the event's conditions.

New toolbar

As the application grows in features, the button bar of the event list dialog is becoming crowed. To fix this, the buttons are now displayed in icons, and shown only when needed. This new bar is also the host of the new scenario settings button, providing access to the previous new features.

Bug fixes:

Bluestacks compatibility

Smart AutoClicker is now compatible with Bluestacks (tested on version 5.7.100.1036). I had to change the "graphic engine mode" to "compatibility" to run the application but this might be my old computer.

Copy button not displayed

When creating a new event, if the list of action/conditions was empty, the copy button was not displayed. Same for the event list. This was hiding the copy from other scenario feature. This is now fixed.

SmartAutoClicker-1.3.1

27 Mar 13:06
dca78d0
Compare
Choose a tag to compare

Quick fix release:

Fix a bug preventing the touch event to go to the activity when the main menu was displayed. (#111)
Thanks to @zakius for the support !

SmartAutoClicker-1.3.0

26 Mar 16:53
7e0bb25
Compare
Choose a tag to compare

New features:

  • Negation operator on conditions
  • Conditions can now be detected on the whole screen instead of a static position.
  • Click action: You can now click on the detected condition position.
  • Simplify the UI a bit.
  • Debugging mode with a long press on the Play button when starting the detection.

Bug fixes:

  • #108
  • #95
  • Improve detection threading and stability

This update is a major one for Smart AutoClicker. I have removed my own detection engine and replaced it by OpenCv algorithms, allowing to provides new cool features such as the whole screen detection.
As the detection algorithm have change, the precision of the detection have changed as well, meaning that the threshold values for your conditions might have evolved as well. Don't worry, the update will update all your conditions threshold values to adapt them to the new behaviour.

This is still an early stage version for this new algorithm, it seems to work with my tests scenarios but I will need your feedback to improve it.

SmartAutoClicker-1.2.4

29 Jan 10:29
58722a6
Compare
Choose a tag to compare

This should be the last round of bugfixes for the 1.2.x versions. Future releases will focus on bringing more features !

Bug fixes:

  • Fixes weird behaviour on edit texts
  • Fixes invalid capture area when creating a condition after reaching the minimum/maximum zoom level
  • Fixes the "Executions before scenario end" feature (Thanks @tobiasschuelke !)

SmartAutoClicker-1.2.3

25 Dec 13:35
cf2d276
Compare
Choose a tag to compare

New features:

  • Search bar added to the scenario list.

Bug fixes:

  • Forbid a 0 second delay in the action creation screen.
  • Fixes the overlays issues on Android 12 when rotating the screen after Smart AutoClicker has been started.
  • Fixes a possible crash when rotating the screen while detecting.