mirror of
https://github.com/ARMSX2/ARMSX1.git
synced 2026-08-24 16:53:35 -07:00
- Added iOS support for landscape orientation in AppDelegate. - Created Android build configuration for ARMSX application. - Implemented ProGuard rules for SDL and ARMSX modules. - Defined AndroidManifest.xml with necessary permissions and activities. - Developed ARMSXModule for React Native to handle emulator loading. - Created ARMSXPackage to register the native module. - Implemented EmulatorActivity to manage SDL lifecycle and arguments. - Developed OverlayActivity for React Native UI integration. - Configured Gradle settings for React Native and Android dependencies. - Added helper classes for React Native activity management.
4 lines
118 B
Prolog
4 lines
118 B
Prolog
-dontwarn org.libsdl.app.**
|
|
-keep class org.libsdl.app.** { *; }
|
|
-keepclassmembers class com.nanodata.armsx.** { *; }
|