Loren M. Lang

Results 115 comments of Loren M. Lang

@na7q I took a look at the Git branch that @mpannen1979 mentioned, but it appears to be for compressed location beacons as described in APRS 1.0.1 section 9, and not...

Well, UI testing with such a wide array of API levels is proving a little problematic. From my original push above, I found that API level 15 is failing due...

Inspired by the bug report in issue #314, I have added a few more integration tests around the Manual Maps location API and have confirmed his bug report. I have...

BTW, this PR is still in draft because it's waiting on PR #315. Then it can be rebased onto master as most of the commits reported above come from that...

Hmm, something appears to have gone wrong, all the reports from GitHub CI are claiming that they can't find the TextView with the coordinates. It's working on my local system...

Oi, getting Android instrumented testing to work on a remote CI system is challenging. I have no idea why Github is having so much trouble. I do realize that I...

Hmm, that was accidental. I remember it wanting to pull that in, but I thought I reverted it to using only the built-in preferences API. If it is used, then...

Oi, introducing Kotlin into APRSdroid might be a little more difficult than previously expected. I was going to try to convert a few of these files from Java to Kotlin...

No, I just checked and it does not appear to be available yet. I can try working on it in a few days when I have a little more free...

I need to take my own advice and make sure tests are passing on all targets that they were passing on previously before submitting a pull request. It appears that...