-
-
Notifications
You must be signed in to change notification settings - Fork 238
Commits on Nov 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5affc28 - Browse repository at this point
Copy the full SHA 5affc28View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf19d23 - Browse repository at this point
Copy the full SHA cf19d23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cf820 - Browse repository at this point
Copy the full SHA 80cf820View commit details -
Configuration menu - View commit details
-
Copy full SHA for 084630d - Browse repository at this point
Copy the full SHA 084630dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed07a1 - Browse repository at this point
Copy the full SHA 7ed07a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09d45f7 - Browse repository at this point
Copy the full SHA 09d45f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97462d4 - Browse repository at this point
Copy the full SHA 97462d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a3ecf - Browse repository at this point
Copy the full SHA 98a3ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cb834 - Browse repository at this point
Copy the full SHA 80cb834View commit details -
values are read/write by non main thread (such as RYD). Field must be…
… 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.
Configuration menu - View commit details
-
Copy full SHA for e366a72 - Browse repository at this point
Copy the full SHA e366a72View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc9867e - Browse repository at this point
Copy the full SHA dc9867eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7725b0b - Browse repository at this point
Copy the full SHA 7725b0bView commit details
Commits on Nov 24, 2022
-
fixing thread race where multiple concurrent user registration networ…
…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.
Configuration menu - View commit details
-
Copy full SHA for 913e5ad - Browse repository at this point
Copy the full SHA 913e5adView commit details -
Automatically log under the class name of calling class. Free extra p…
…erformance by not creating the log messages unless logging is actually enabled.
Configuration menu - View commit details
-
Copy full SHA for 9959fd9 - Browse repository at this point
Copy the full SHA 9959fd9View commit details -
Automatically log under the class name of calling class. Free extra p…
…erformance by not creating the log messages unless logging is actually enabled.
Configuration menu - View commit details
-
Copy full SHA for b08e519 - Browse repository at this point
Copy the full SHA b08e519View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce221ab - Browse repository at this point
Copy the full SHA ce221abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85caabf - Browse repository at this point
Copy the full SHA 85caabfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8633867 - Browse repository at this point
Copy the full SHA 8633867View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00d28a7 - Browse repository at this point
Copy the full SHA 00d28a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51957fb - Browse repository at this point
Copy the full SHA 51957fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1f846c - Browse repository at this point
Copy the full SHA f1f846cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cd710e - Browse repository at this point
Copy the full SHA 7cd710eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f50db10 - Browse repository at this point
Copy the full SHA f50db10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2830504 - Browse repository at this point
Copy the full SHA 2830504View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4dc7af - Browse repository at this point
Copy the full SHA d4dc7afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4cf0a - Browse repository at this point
Copy the full SHA 3f4cf0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 457e2d6 - Browse repository at this point
Copy the full SHA 457e2d6View commit details -
Revert "reverting logging changes"
This reverts commit 3f4cf0a.
Configuration menu - View commit details
-
Copy full SHA for 83e102a - Browse repository at this point
Copy the full SHA 83e102aView commit details -
Merge remote-tracking branch 'origin/main'
# 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
Configuration menu - View commit details
-
Copy full SHA for 7b18b6a - Browse repository at this point
Copy the full SHA 7b18b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1876f95 - Browse repository at this point
Copy the full SHA 1876f95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35fe2d3 - Browse repository at this point
Copy the full SHA 35fe2d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4acade - Browse repository at this point
Copy the full SHA f4acadeView commit details -
inline new logging methods (otherwise the deprecated logging methods …
…always shows the utility class as the calling class)
Configuration menu - View commit details
-
Copy full SHA for bd879a2 - Browse repository at this point
Copy the full SHA bd879a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eac278 - Browse repository at this point
Copy the full SHA 3eac278View commit details -
Configuration menu - View commit details
-
Copy full SHA for b915579 - Browse repository at this point
Copy the full SHA b915579View commit details -
Update app/src/main/java/app/revanced/tiktok/utils/ReVancedUtils.java
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Configuration menu - View commit details
-
Copy full SHA for 54777c2 - Browse repository at this point
Copy the full SHA 54777c2View commit details -
Update app/src/main/java/app/revanced/integrations/returnyoutubedisli…
…ke/ReturnYouTubeDislike.java Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
Configuration menu - View commit details
-
Copy full SHA for d041812 - Browse repository at this point
Copy the full SHA d041812View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b19dd - Browse repository at this point
Copy the full SHA c5b19ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd72903 - Browse repository at this point
Copy the full SHA dd72903View commit details -
Revert "Revert "merging logging changes""
This reverts commit dd72903.
Configuration menu - View commit details
-
Copy full SHA for c70c02a - Browse repository at this point
Copy the full SHA c70c02aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b17a972 - Browse repository at this point
Copy the full SHA b17a972View commit details -
fixing synchronization oversight. must check userId while holding syn…
…chronization, otherwise multiple registration calls can still occur.
Configuration menu - View commit details
-
Copy full SHA for 154b39a - Browse repository at this point
Copy the full SHA 154b39aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef65332 - Browse repository at this point
Copy the full SHA ef65332View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5685aa - Browse repository at this point
Copy the full SHA d5685aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e1a207 - Browse repository at this point
Copy the full SHA 1e1a207View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4d1892 - Browse repository at this point
Copy the full SHA b4d1892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a64434 - Browse repository at this point
Copy the full SHA 3a64434View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1d4f37 - Browse repository at this point
Copy the full SHA e1d4f37View commit details
Commits on Nov 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 781e583 - Browse repository at this point
Copy the full SHA 781e583View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a43be - Browse repository at this point
Copy the full SHA 70a43beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 301a3b5 - Browse repository at this point
Copy the full SHA 301a3b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e21c43f - Browse repository at this point
Copy the full SHA e21c43fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9215e43 - Browse repository at this point
Copy the full SHA 9215e43View commit details -
Fix for log filtering no longer working if using the usual "logcat | …
…grep --line-buffered "revanced" For now, changing this to the old name casing to preserve compatibility.
Configuration menu - View commit details
-
Copy full SHA for 02fd494 - Browse repository at this point
Copy the full SHA 02fd494View commit details