-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the language check in the application #362
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add NOT_IN_LIST check for can_follow * Update version.py Co-authored-by: Philip Ulrich <[email protected]>
if you ctrl-c out, give an option to pause or quit.
🎁 add filter - following 🎁 add filter - follower 🐈 refactor resource ids Co-authored-by: Uğur Kellecioğlu <[email protected]>
🐛 add new resource ID for some devices. 🐛 add short sleep before checking if the screen is unlocked to reduce issues 🐛 modify story watching to reduce crashes 🐛 substitute the .down with .find that caused a crash 🐎 increase speed of things that don't need to be slow 🐈 slow down some views (e.g. recent hashtags) to reduce issues 📝 fix some issues with argument help not matching
🐛 Fix analytics report when there is broken data 🐈 Include time in analytics report so you can generate multiple a day 🐈 Make pause better
🐈 add files for pypi distro 🐛 fix errors related to resourceid refactor 🐛 fix unfollow after unfollowing a follower 🐎 sped up sleep after unfollow
🐛 fix error on hashtag in biography
🎁 add scroll repeat exiter 🎁 add speed multiplier
start point
forget to remove old codes
- slow down a little bit the scroll speed from 0.3 to 0.4 min - after liking post of an user, going back with the exact scroll (no longer unwanted refresh of the page) - reunify some functions - force_interact.dis updated - likes_from_urls.py updated Hashtag-post plug-in - control if like in feed has successed otherwise single click - if the view goes over the nickname of the owner for inertia, is not a problem anymore - add the detect block in feed
… into hashtag-post-recent
-add the hashtag-posts-top feature
black by hands
fix lint
imported but not used, removed
removed comment part and add one detect_block
… into hashtag-post-recent
🐛 forgot to end the loop when finish TODO: "in each job we assume being on the top of the Profile tab already" is missing
* tab bar is not present.. little hack * tab test - tab second try - variable not declared * tab not present fix tab not present fix
- send pm to private accounts: "pm_to_private_or_empty": true/false in filter.json - remove a not necessary action with the keyboard - interact with feed is not longer affected by "already interacted". when database will be ready we could improve that - fix a problem in feed that could cause loops - added a refresh before starting interact with feed
Also removed the automatic language change. That menu keeps changing, better to let the user change the language
update develop branch
fix: caseless comparison for app language checking
ups |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix the language check in the application and remove the automatic language change during runtime.