Releases: alexal1/Insomniac
More randomness!
• Support ranges for --interactions-count, --likes-count, --unfollow, --unfollow-non-followers, --unfollow-any, --repeat (thanks to Philip Ulrich for his pull request!). This means that now you can specify a range instead of an exact value, e.g. --likes-count 2-4. Each time a random value from this range will be taken.
• Shuffle list of bloggers after each finished session. This fixes an old problem that when script crashes, it starts all bloggers in the same order, so a blogger mentioned at the first place gets much more interactions than blogger mentioned at the last place.
• Add current view hierarchy to the crash zip (thanks Arthur Silva for his pull request!). Now there's not only a screenshot and logs in each Crash-XXX.zip archive, but also view_hierarchy.xml file that contains programmatic description of what's there on the screen.
Fix crashes when trying to press search
Bugfixes & Improvements
• Make the script work correctly when there's Reels tab instead of the Search tab
• Press "retry" button if it appears during scrolling
• Fix unfollow action for "shop" accounts
• Fix not reloading script when a crash happens in get_text() or get_bounds() methods
Bugfixes
Fix crash when username wasn't obtained #80
v2.1.4 Fix crash when username wasn't obtained #80
Bugfixes and Improvements
• Now when crash happens, the script both saves a screenshot and all logs in a txt file. They are put into a zip archive in the "crashes" folder. Now you can simply attach this archive to a bug report, no need to save logs manually.
• Fixed wrong format of screenshots (png instead of jpg) #109
• Merged @philip-ulrich's PR that fixes bug with the "user not found error" for valid user #106
Minor bugfixes
• Fix crash when trying to get your profile info
• Fix crash in storage when username wasn't obtained #80
• Add delays before updating interaction rect and before following a user
Fix bug #103
v2.1.1 Fix bug #103
Add the --old flag
This flag lets you to switch to the old version of uiautomator. This fixes compatibility problems: uiautomator v2 (default) does not work on some Android devices.
All features work the same for both versions (with and without --old).
Fix wrong counters parsing in Spanish and some other languages
v2.0.6 Fix wrong counters parsing in Spanish and some other languages