Results 21 issues of Andy

The sample code shows specifying a new WebSocketClient.Handler in the constructor and this isn't defined in WebSocketClient. This should be correct to: ``` new WebSocketClient.Listener() ```

Update, GpsStatus is deprecated as of API 24. Use GnssStatus instead. Reference: https://developer.android.com/reference/android/location/GpsStatus.html There are other existing GPS classes that are being deprecated including GpsSatellite. Needs investigation.

enhancement

v1.2.1.1 and previous versions require an internet connection.

enhancement

When you get a chance, an explanation for each class would be quite helpful.

enhancement

Got a suggestion to have a page that contains links to additional dev resources. It could be divided up into categories.

enhancement

Reference: [Arcade](https://developers.arcgis.com/javascript/latest/guide/arcade/)

proposed lab

This PR supersedes https://github.com/Esri/resource-proxy/pull/556. It includes updates to place the repository in deprecation mode. Browser and web server technology has advanced since this repo was originally created, and there are...

[Update July 13, 2016] The following Android SDK Classes used in this plugin have been deprecated at Android N (API Level 24). This may not be a complete list: -...

enhancement

Don't start if thread is interrupted: https://github.com/Esri/cordova-plugin-advanced-geolocation/blob/master/src/com/esri/cordova/geolocation/controllers/CellLocationController.java#L135 Unable to provide data due to version restriction: https://github.com/Esri/cordova-plugin-advanced-geolocation/blob/master/src/com/esri/cordova/geolocation/controllers/CellLocationController.java#L175

enhancement

There have been some changes to how cordova implements plugins at Cordova 7.0.0. This will only affect people who work on the plugin, `plugin.xml` and `config.xml`. **This shouldn't affect anyone...

enhancement