This repository has been archived by the owner on Oct 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
… volatile to ensure value changes are seen by other threads. The alternative is to synchronize, but volatile has nearly zero overhead and no thread blocking.
…k calls occur (if the user hits multiple voting buttons quickly in a row) Moved solve puzzle code into the api class. Removed now empty Registration and Voting classes.
…erformance by not creating the log messages unless logging is actually enabled.
…erformance by not creating the log messages unless logging is actually enabled.
This reverts commit 3f4cf0a.
# Conflicts: # app/src/main/java/app/revanced/integrations/returnyoutubedislike/ReturnYouTubeDislike.java # app/src/main/java/app/revanced/integrations/returnyoutubedislike/requests/ReturnYouTubeDislikeApi.java # app/src/main/java/app/revanced/integrations/utils/LogHelper.java
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
…ke/ReturnYouTubeDislike.java Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
I think I've got the commits for these two branches mixed up. I usually don't use Github. |
This reverts commit dd72903.
…chronization, otherwise multiple registration calls can still occur.
should now be good to go. |
ok now it should be "good for real, no really, it is" |
…grep --line-buffered "revanced" For now, changing this to the old name casing to preserve compatibility.
oSumAtrIX
approved these changes
Nov 29, 2022
🎉 This PR is included in version 0.79.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
logging changes