[PR #85] [CLOSED] Fix navigation on some devices #882

Closed
opened 2026-03-13 22:51:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/alexal1/Insomniac/pull/85
Author: @alexal1
Created: 8/16/2020
Status: Closed

Base: masterHead: fix_navigation_on_some_devices


📝 Commits (4)

  • 4036897 Add --remove-mass-followers feature
  • 5bc151d Fix stalling on "Press profile" #82
  • 6626e04 Another try to fix navigation
  • 3e88d7f Test: migration to uiautomator2

📊 Changes

13 files changed (+162 additions, -50 deletions)

View changed files

📝 .gitignore (+2 -0)
📝 insomniac.py (+53 -5)
📝 src/action_get_my_profile_info.py (+6 -6)
📝 src/action_handle_blogger.py (+8 -9)
📝 src/action_unfollow.py (+8 -8)
📝 src/counters_parser.py (+5 -5)
📝 src/filter.py (+2 -2)
📝 src/interaction_rect_checker.py (+21 -7)
📝 src/navigation.py (+27 -2)
📝 src/report.py (+5 -0)
📝 src/session_state.py (+3 -0)
📝 src/storage.py (+10 -0)
📝 src/utils.py (+12 -6)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/alexal1/Insomniac/pull/85 **Author:** [@alexal1](https://github.com/alexal1) **Created:** 8/16/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix_navigation_on_some_devices` --- ### 📝 Commits (4) - [`4036897`](https://github.com/alexal1/Insomniac/commit/40368974c9d432887bbbf50ed832e559caa05bf1) Add --remove-mass-followers feature - [`5bc151d`](https://github.com/alexal1/Insomniac/commit/5bc151dc47d8799975041e555acedf6e8a8691e6) Fix stalling on "Press profile" #82 - [`6626e04`](https://github.com/alexal1/Insomniac/commit/6626e043bf473ab7352fe34dc0af0611633330d4) Another try to fix navigation - [`3e88d7f`](https://github.com/alexal1/Insomniac/commit/3e88d7f34c77d253ec97b80a588cbccafa94cfd1) Test: migration to uiautomator2 ### 📊 Changes **13 files changed** (+162 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -0) 📝 `insomniac.py` (+53 -5) 📝 `src/action_get_my_profile_info.py` (+6 -6) 📝 `src/action_handle_blogger.py` (+8 -9) 📝 `src/action_unfollow.py` (+8 -8) 📝 `src/counters_parser.py` (+5 -5) 📝 `src/filter.py` (+2 -2) 📝 `src/interaction_rect_checker.py` (+21 -7) 📝 `src/navigation.py` (+27 -2) 📝 `src/report.py` (+5 -0) 📝 `src/session_state.py` (+3 -0) 📝 `src/storage.py` (+10 -0) 📝 `src/utils.py` (+12 -6) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 22:51:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Insomniac#882
No description provided.