attach
attach copied to clipboard
On some places in native code, we need to do some checks and on failure, a Java exception needs to be thrown. Instead of having this boilerplate code in all...
Gluon Attach services need to be initialized from the JavaFX thread, in order to perform the callbacks to the same thread If any service is initialized from another thread (i.e....
With the current approach, if we have a service with API and platform implementation, both are using the same module descriptor. For instance, for the [Display](http://nexus.gluonhq.com/nexus/content/repositories/public-snapshots/com/gluonhq/attach/display/4.0.0-SNAPSHOT/) service: - display-4.0.0-SNAPSHOT.jar (API,...
Follow-up of https://github.com/gluonhq/gluonfx-gradle-plugin/issues/196 The call in https://github.com/gluonhq/attach/blob/master/modules/util/src/main/native/android/dalvik/Util.java#L50 public Util(Activity activity) { Util.activity = activity; if (activity != null) { ... // clipboard support ... stores the non-null Android MainActivity, usually...
As For Android development Attach is the base library to do work on. May time new feature / plugins is needed to do develop. So I am in confusion, which...
The Docs are showing only way to build and publishToMavenLocal on Mac OS! As everyone can't have acess to Mac, so how to using Linux OS e.g. Ubuntu to do...
This change fix the problem described in (https://github.com/gluonhq/attach/issues/284). The bug was related to the Firebase lib and fixed in version 23.4.1