rust-mobile/android-activity
Glue for building Rust applications on Android with NativeActivity or GameActivity
Rust
Issues
- 9
Classloading possible issues
#169 opened by astonbitecode - 2
- 0
Please document that `attach_current_thread_permanently()` prevents automatic de-allocation of JNI local references
#173 opened by wuwbobo2021 - 1
- 1
- 13
Can't summon soft_input with egui + winit + wgpu
#44 opened by inferrna - 2
Apps built using Rustc1.78.0 will crash.
#160 opened by mzdk100 - 0
- 3
Hide navigation bar (in native acitivity)
#95 opened by MarijnS95 - 3
Possible unsoundness in `AssetManager`
#161 opened by blaind - 2
- 0
- 3
GameActivity signatures changed
#150 opened by fr-an-k - 15
- 4
Can't get multitouch to work with native activity
#146 opened by griffi-gh - 0
Crash Emulator on app launch
#46 opened by n1ght-hunter - 9
Release cadence?
#148 opened by MeoMix - 0
- 9
Raw window handle strategy
#141 opened by Vrixyz - 0
- 1
Make a release
#129 opened by kchibisov - 1
Document cheap clonability of AndroidApp via Arc
#125 opened by A248 - 2
Having some trouble understanding the relationship between `*mut ffi::AndroidApp`, `*mut ndk_sys::ANativeActivity`, and `AndroidApp`
#127 opened by ArthurKValladares - 2
OpenXR failing when moving from ndk-glue to android-activity due to activity ready state
#120 opened by sinoth - 1
- 15
Release beta version to be included into winit beta
#109 opened by kchibisov - 1
Use common `Keycode` type across backends
#92 opened by rib - 6
No implementation found for `long com.google.androidgamesdk.GameActivity.initializeNativeCode`
#101 opened by torokati44 - 4
- 2
Seal the game-activity `KeyEvent` type
#91 opened by rib - 0
Fix deadlocks in game-activity backend if java callbacks are fired after native thread exits
#97 opened by rib - 1
- 3
Call `ANativeActivity_finish()` or `GameActivity_finish()` when `android_main` returns
#67 opened by rib - 2
Loading custom Java classes
#82 opened by DataTriny - 2
Don't abort the whole process if we see a Rust panic
#80 opened by rib - 1
- 1
- 29
Crashes on re-launch
#58 opened by matthunz - 1
- 2
`ContentRectChanged` never getting triggered so `AndroidApp::content_rect` is always zero.
#65 opened by ArthurKValladares - 3
- 4
- 3
How to add support of custom Activity
#57 opened by wusyong - 3
- 3
Space drawback of this stack
#51 opened by tkkcc - 7
click shift on 1080x2400 display
#43 opened by tkkcc - 0
- 1
How to read&write Clipboard, share&receive links, tell android that app is a browser/home ?
#42 opened by m-hugo - 0
Clippy highlighted that the MotionEvent struct was pretty huge with the GameActivity backend
#40 opened by rib - 0
Add an `AndroidApp::set_save_state()` API and correctly restore state for multiple `Resume`s during process lifetime
#34 opened by rib