Peter Kanev

Results 45 comments of Peter Kanev

@snekbaev just want to throw some light on the matter - the issue is a bit tough to tackle, as inheritance chain can easily become very complicated in Java, and...

@snekbaev I hope that you do know that the android documentation is a click away at https://developer.android.com/reference/packages.html . There are even certain chrome extensions that make browsing it even easier....

@roblav96 for the time being you can extract the `classes.jar` from the `.aar` and pass it as a parameter to the generator. Feel free to rename the `.jar` to whatever...

@roblav96 A little unrelated to the issue, but thought it's worth sharing - I tried inputting as many jars and aars into the generator and it kind of... worked. Due...

@roblav96 declarations do come out fine-looking, executing `tsc` however will throw errors saying `content not found on com.soundcloud.android` when the typing should instead be referring to `android.content.Context`

@roblav96 does this cause TypeScript compiler errors? If it doesn't , then when using it it will appear as though `MediaType extends java.lang.Object` (which in fact it does), it is...

@roblav96 From what I gather - you want to make the typings generation incremental, that it retains knowledge of previously generated typings, so that it won't make dupes. The generator...

Woah, this has been totally abandoned, a shame, really :(

We moved to `bull`, it's almost as simple and easy to work with it as with rsmq.

@alexrainman for the android part - you can extend an Activity and ship it with the plugin, then users need only replace a string entry in their `app/App_Resources/Android/AndroidManifest` (that can...