gluonhq / substrate

Create native Java(FX) apps for desktop, mobile and embedded
GNU General Public License v2.0
390 stars 52 forks source link

Support needed for old Javafx-mobile-plugin, Javafx-ports, and gluon-charm-down plugins etc. #1244

Open ctoabidmaqbool1 opened 6 months ago

ctoabidmaqbool1 commented 6 months ago

Hi! @jperedadnr @johanvos ! I am not sure where should i put this question, and how can I get support from you!

Please! Where can I find the source code of old javafxports libs e.g. jfxdvk-8.60.13.jar?

Also Is there any way to get the source of old javafx-mobile-plugins related open source projects e.g. org.javafxports:jfxmobile-plugin:1.3.18 and charm-down plugins e.g.

jfxmobile {
    downConfig {
        version = '3.8.6'
        // Do not edit the line below. Use Gluon Mobile Settings in your project context menu instead
        plugins 'lifecycle', 'orientation', 'share', 'storage', 'pictures', 'local-notifications', 'push-notifications', 'barcode-scan'
    }
}

Most of the time, I have solve any possible issues with old javafx-mobile-plugin with JDK 1.8. my APK are running with latest Android e.g. 14 yet!

Please if you can find-out or provide the source code of these old technologies, if possible!

Note: I know old technologies are depricated and development is stopped from years, Currently for Android related project I am un-able to switch to latest plugins yet, still I am trying too!