Results 20 issues of Demyan Kimitsa

# Description this implements nest based access control as specified in [JEP181](https://openjdk.java.net/jeps/181). This is reproducible with Java11 class files. Sample to reproduce: ``` public class Test { private int a;...

## Root Case these methods are added when ByteBuffer is compiled. At next session ByteBuffer class is considered compiled and its structure only parsed (and not desugared) as result de-sugared...

This PR proposes replaces Java Runtime classes used in RoboVM (Android 4.4 base) with ones from Android10 (R45) ## Scope of changes - Java RT classes were completely replaced (check...

## root case when init return nil -- it calls `-release` on allocated object. but objc code was keeping old handle returned by `+alloc`. as result when Java object with...

CocoaTouch bindings were updated to match ios16 version of Xcode. new frameworks: * SharedWithYou * PushToTalk * MetalFX * DeviceDiscoveryExtension * AVRouting

These can't be bind automatically and requires Obj-C proxies to be introduced Samples of API: https://developer.apple.com/documentation/storekit/transaction/3803219-beginrefundrequest https://developer.apple.com/documentation/storekit/product/subscriptioninfo/3749529-introductoryoffer

These changes allows to pass arguments to application, when launching it on device/simulator similar to arguments field in Idea run/debug configuration. Beside debug/specific cases this is also required to enable...

Main reason -- to be able to compile Stub in Xcode without errors. What was fixed: ## Cannot code sign because the target does not have an Info.plist file Info.plist...

It allows to specify/override properties that are used in property file, as long as Info.plist etc Usage: ``` ./gradlew help launchIPhoneSimulator --info -Papp.name=test ```