[codenameone-discussions] Re: null returned by NetworkManager in getCurrentAccessPoint() and build server.

2016-10-20 Thread Shai Almog
Hi, getCurrentAccessPoint() can return null based on the API contract. I would suggest avoiding that API altogether as it's pretty low level and requires device permissions you don't normally want to grant. -- You received this message because you are subscribed to the Google Groups

[codenameone-discussions] Re: UWP TTS

2016-10-20 Thread Shai Almog
As far as I recall we didn't implement the native interfaces for the UWP port yet. The logic is all there it just needs the server binding code. This should start working at some point soon. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions"

[codenameone-discussions] null returned by NetworkManager in getCurrentAccessPoint() and build server.

2016-10-20 Thread gaamdalurt
Hi. I've got a null returned by this method. It is supposed to get some String. So, i cannot test if I'm connected, and on which source. Look file cattura0, then file cattura. How it works? It it implemented in the build server via a CodenameOneImplementation? So, in the class Display there is