Skip to content

Fix Android URL encoder compatibility#587

Merged
joshafeinberg merged 1 commit into
mainfrom
fix/android-url-encoding-api-compat
Jul 15, 2026
Merged

Fix Android URL encoder compatibility#587
joshafeinberg merged 1 commit into
mainfrom
fix/android-url-encoding-api-compat

Conversation

@joshafeinberg

Copy link
Copy Markdown
Member

Fixes #583

Summary

  • Use the Android-compatible URLEncoder.encode(String, String) overload instead of the newer Charset overload.
  • Apply the fix to both request URL encoding and OAuth 1 upgrading.
  • Add regression coverage for URL encoding.

Testing

  • ./gradlew :core:test --no-daemon

@joshafeinberg joshafeinberg merged commit 56895ad into main Jul 15, 2026
5 checks passed
@joshafeinberg joshafeinberg deleted the fix/android-url-encoding-api-compat branch July 15, 2026 19:38
@joshafeinberg joshafeinberg mentioned this pull request Jul 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NoSuchMethodError v8.0.1 Android 10-12

2 participants