Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
deviceplug
/
btleplug
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
210
Star
1.2k
Code
Issues
75
Pull requests
12
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
jni-rs update to v0.22
- #462
#462
Merged
qdot
merged 19 commits into
dev
deviceplug/btleplug:dev
from
jni-rs-update-0.22
deviceplug/btleplug:jni-rs-update-0.22
Copy head branch name to clipboard
May 25, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
jni-rs update to v0.22
#462
qdot
merged 19 commits into
dev
deviceplug/btleplug:dev
from
jni-rs-update-0.22
deviceplug/btleplug:jni-rs-update-0.22
Copy head branch name to clipboard
Commits
Commits on Apr 26, 2026
build: Upgrade jni from 0.19 to 0.20
Show description for 1135250
qdot
and
claude
committed
1135250
View commit details
Copy full SHA for 1135250
Browse repository at this point
build: Upgrade jni from 0.20 to 0.21
Show description for 8b69a33
qdot
and
claude
committed
8b69a33
View commit details
Copy full SHA for 8b69a33
Browse repository at this point
Commits on Apr 27, 2026
fix: Update droidplug and test crate for jni 0.21 lifetime requirements
Show description for 511b414
qdot
and
claude
committed
511b414
View commit details
Copy full SHA for 511b414
Browse repository at this point
build: Bump jni from 0.21 to 0.22
Show description for a3e3ac3
qdot
and
claude
committed
a3e3ac3
View commit details
Copy full SHA for a3e3ac3
Browse repository at this point
refactor: Rename JNIEnv to Env and GlobalRef to Global<T> across droidplug
Show description for 9763098
qdot
and
claude
committed
9763098
View commit details
Copy full SHA for 9763098
Browse repository at this point
refactor: Wrap JNI strings with jni_str! and signatures with jni_sig!
Show description for d73d17f
qdot
and
claude
committed
d73d17f
View commit details
Copy full SHA for d73d17f
Browse repository at this point
refactor: Migrate to callback-based attach_current_thread
Show description for 9ed09ce
qdot
and
claude
committed
9ed09ce
View commit details
Copy full SHA for 9ed09ce
Browse repository at this point
refactor: Migrate extern C functions to EnvUnowned + with_env pattern
Show description for f1487ca
qdot
and
claude
committed
f1487ca
View commit details
Copy full SHA for f1487ca
Browse repository at this point
fix: Update exception handling and NativeMethod for jni 0.22
Show description for b6e0139
qdot
and
claude
committed
b6e0139
View commit details
Copy full SHA for b6e0139
Browse repository at this point
fix: Modernize deprecated jni 0.22 APIs and fix Android-only build errors
Show description for 21f96d5
qdot
and
claude
committed
21f96d5
View commit details
Copy full SHA for 21f96d5
Browse repository at this point
fix: Migrate Android test crate to jni 0.22 EnvUnowned + with_env pattern
Show description for 866db2b
qdot
and
claude
committed
866db2b
View commit details
Copy full SHA for 866db2b
Browse repository at this point
refactor: Replace JNI boilerplate with bind_java_type! macros and JavaVM::singleton()
Show description for 3480907
qdot
and
claude
committed
3480907
View commit details
Copy full SHA for 3480907
Browse repository at this point
refactor: Replace adapter extern C callbacks with native_method! macro
Show description for 1067a0f
qdot
and
claude
committed
1067a0f
View commit details
Copy full SHA for 1067a0f
Browse repository at this point
refactor: Eliminate classcache module, use bind_java_type! class caching
Show description for 2b94663
qdot
and
claude
committed
2b94663
View commit details
Copy full SHA for 2b94663
Browse repository at this point
fix: Fix Android cross-compilation issues with bind_java_type! macros
Show description for c3ac72b
qdot
and
claude
committed
c3ac72b
View commit details
Copy full SHA for c3ac72b
Browse repository at this point
fix: Fix JNI signature mismatches caused by bind_java_type! JObject mapping
Show description for d81b3b4
qdot
and
claude
committed
d81b3b4
View commit details
Copy full SHA for d81b3b4
Browse repository at this point
Commits on May 25, 2026
fix: Propagate JNI callback failures instead of silently discarding them
Show description for 432801e
qdot
committed
432801e
View commit details
Copy full SHA for 432801e
Browse repository at this point
chore: run rustfmt
qdot
committed
4952dc2
View commit details
Copy full SHA for 4952dc2
Browse repository at this point
fix: resolve clippy warnings breaking CI
Show description for a84c448
qdot
and
claude
committed
a84c448
View commit details
Copy full SHA for a84c448
Browse repository at this point
You can’t perform that action at this time.