Results 23 issues of Matt B

When in the delete items dropdown, if Overlay Manager is selected the dropdown doesn't appear until the user walks through the back stack. Steps: 1. Tap hamburger icon -> Clear...

The back button in overlay manager doesn't work the first time the user clicks on it after performing an overlay search. The second click works, or if the user clicks...

Hi guys, just checking if there are any plans to update the Android project from Java 8 to Java 11? https://developer.android.com/studio/preview/features#jvm-11-bytecode

We have seen sometimes where ATAK crashes in the native code and leaves a tombstone shortly after the app was launched. Just wanted to report these and see if you...

Our QA team noticed in ATAK-Civ 4.4 and 4.5 if the self marker has breadcrumbs enabled, it causes noticeable performance degradation when panning around in the map. This issue did...

Our eagle eyed QA team is complaining that the arrow at the end of R&B lines appears jagged or pixelated sometimes over long distances when panning and zooming in the...

As mentioned on issue #141, this PR is a collection of miscellaneous fixes to resolve ANR issues seen mainly on MSI Android devices after initial launch of ATAK, and include...

We have seen a few times where loading an imported map causes strange artifacts. The only way to recover from this condition is by zooming in and out several times...

Use secure protocol for SSL/TLS connections

Static code analysis flagged XML parsing in ATAK as vulnerable to XXE injection. The `XMLUtils.getDocumenBuilderFactory()` method attempts to disallow DTD to mitigate this threat, however the call to `DocumentBuilderFactory.setFeature()` fails...