AndroidTacticalAssaultKit-CIV
AndroidTacticalAssaultKit-CIV copied to clipboard
Range and Bearing lines drawn from the self marker do not stay connected to the self marker if the Android device is rebooted or if the user quits and relaunches...
If the user creates a route with only a start point and then quits, only the start point is shown on the map after restart and the route is lost....
After "Bluetooth Support" is enabled in settings, if the user disables it several seconds later a toast is shown saying that a Bluetooth legacy scan was started. Should the enabled/disabled...
The compass dialog in the Resection Tool shows invalid (negative) values for the bearing if the user taps on the minus ("-") button repeatedly until the heading goes past North....
If videos are played from the dropdown, a notification is shown for playback status. For long press the video is played back in full screen but the player status notification...
One of our users reported his location was shown for several minutes in the ocean near Africa until his device was able to get a location fix. Is it possible...
- Assignment of function parameter has no effect outside the function
ATAK doesn't appear to be using the [`tileUpdate`](https://mobac.sourceforge.io/wiki/index.php/Custom_XML_Map_Sources#tileUpdate) entry for custom XML map sources. `MobacMapSourceFactory` supports parsing the `tileUpdate` entry as a [`refreshInterval`](https://github.com/deptofdefense/AndroidTacticalAssaultKit-CIV/blob/2cbe60ae47272eeb735f9716ff5a780131340ab9/atak/ATAKMapEngine/lib/src/main/java/com/atakmap/map/layer/raster/mobac/MobacMapSourceFactory.java#L172), but I don't see this being used...
Since one of the last updates it is no more possible to edit the R&B line by entering the data using the "pencil" (edit) option in the pop up menu....
Where can I find any hints on plugin development for ATAK-CIV?