-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: properly set OkHttp header #2463
Merged
Merged
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
tiann
approved these changes
Feb 22, 2025
rsuntk
pushed a commit
to rsuntk/KernelSU
that referenced
this pull request
Feb 22, 2025
properly send `User-Agent` and `Accept-Language` to `updateJson` server, module developers can check `User-Agent` whether to send update to user and set user preferred language for changelog. also added cache to reduce update server load
JasonKhew96
added a commit
to JasonKhew96/KernelSU
that referenced
this pull request
Feb 22, 2025
tiann
pushed a commit
that referenced
this pull request
Feb 22, 2025
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 22, 2025
properly send `User-Agent` and `Accept-Language` to `updateJson` server, module developers can check `User-Agent` whether to send update to user and set user preferred language for changelog. also added cache to reduce update server load
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 22, 2025
my bad
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 22, 2025
properly send `User-Agent` and `Accept-Language` to `updateJson` server, module developers can check `User-Agent` whether to send update to user and set user preferred language for changelog. also added cache to reduce update server load
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 22, 2025
my bad
backslashxx
pushed a commit
to backslashxx/KernelSU
that referenced
this pull request
Feb 22, 2025
properly send `User-Agent` and `Accept-Language` to `updateJson` server, module developers can check `User-Agent` whether to send update to user and set user preferred language for changelog. also added cache to reduce update server load
backslashxx
pushed a commit
to backslashxx/KernelSU
that referenced
this pull request
Feb 22, 2025
my bad
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 23, 2025
properly send `User-Agent` and `Accept-Language` to `updateJson` server, module developers can check `User-Agent` whether to send update to user and set user preferred language for changelog. also added cache to reduce update server load
selfmusing
pushed a commit
to selfmusing/USlenreK
that referenced
this pull request
Feb 23, 2025
my bad
YumeMichi
added a commit
to YumeMichi/KernelSU
that referenced
this pull request
Feb 25, 2025
* 'main' of https://github.com/tiann/KernelSU: ksud: migrate to Rust 2024 edition ksud: upgrade nom to 8.0 build(deps): bump the npm group in /website with 18 updates (tiann#2460) Translations update from Hosted Weblate (tiann#2425) build(deps): bump the crates group across 1 directory with 17 updates (tiann#2472) website: update translation (tiann#2471) Update Dependencies (tiann#2440) FAQ Slight spelling fix (tiann#2470) manager: allow multiple modules to be installed sequentially (tiann#2459) FAQ Edit regarding KernelSU support and wording change. (tiann#2468) Fix reference count leak in nuke_ext4_sysfs() (tiann#2467) fix: crash tiann#2463 (tiann#2465) feat: properly set OkHttp header (tiann#2463) Provide TMPDIR for boot image repacking (tiann#2458) manager: refine flashing module utilities
backslashxx
pushed a commit
to backslashxx/KernelSU
that referenced
this pull request
Feb 25, 2025
properly send `User-Agent` and `Accept-Language` to `updateJson` server, module developers can check `User-Agent` whether to send update to user and set user preferred language for changelog. also added cache to reduce update server load
backslashxx
pushed a commit
to backslashxx/KernelSU
that referenced
this pull request
Feb 25, 2025
my bad
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.
properly send
User-Agent
andAccept-Language
toupdateJson
server, module developers can checkUser-Agent
whether to send update to user and set user preferred language for changelog.also added cache to reduce update server load