masesgroup / netdroid

Android suite for .NET
https://netdroid.masesgroup.com/
Apache License 2.0
2 stars 1 forks source link

`java.util.random.RandomGenerator` shall be available with API Level 35 #63

Closed masesdevelopers closed 3 months ago

masesdevelopers commented 3 months ago

API Level 35 publish java.util.random namespace:

https://github.com/masesgroup/netdroid/blob/7794f52357c6c7d68013d9ccca16f0981c320e4d/src/configuration.json#L130 the following lines: https://github.com/masesgroup/netdroid/blob/7794f52357c6c7d68013d9ccca16f0981c320e4d/src/configuration.json#L104 https://github.com/masesgroup/netdroid/blob/7794f52357c6c7d68013d9ccca16f0981c320e4d/src/configuration.json#L105

shall be removed from configuration.

masesdevelopers commented 3 months ago

Pay attention that https://github.com/masesgroup/netdroid/blob/7794f52357c6c7d68013d9ccca16f0981c320e4d/src/net/Netdroid/Generated/Java/Util/RandomNs/AllPackageClasses.cs#L79 raises a bug of JNetReflector since, even if java.util.random.RandomGenerator is declared to be avoided and the class is not generated, the tool generates a constraint on an unavailable interface type.