Loren M. Lang

Results 115 comments of Loren M. Lang

I've added support for saving logcat from all failed test runs on GitHub CI as a downloadable artifact and enabled the SD card so that functionality using it can be...

I just tested my copy of 1.6.2 and successfully exported the JSON to Dropbox. I was also able to import it back in from Dropbox. I also tested exporting to...

@TheButterZone I was able to create a test to reproduce the error you are seeing. I believe I have an idea how to fix this, but I'll need to try...

@TheButterZone I have a proposed fix that appears to fix the issue you described in PR #320, but I can't make an official release myself. @ge0rg Can you produce a...

I've just pushed one more commit with the first test of the PeriodicGPS LocationSource. This uses the Android API for creating a Mock Location Provider to inject actual Location objects...

I've just recently migrated a couple of Android apps of mine from Java to Kotlin and was surprised to see how well mixed Java/Kotlin worked. I did not need to...

I'm not sure if you've had a chance to look at the language, but it's very obvious that Kotlin was heavily influence by Scala. In fact, the author states that...

Back on the topic of the Gradle plugins for Scala on Android, I've gotten a little frustrated with the build times so I've spent this weekend dissecting AllBus's fork and...

And on that note, apparently there are recent requests for such old versions such as mentions in issue #308.

According to [Wikipedia](https://en.wikipedia.org/wiki/Amazon_Fire), the 1st Gen Amazon Fire only comes with Fire OS 2.4 based on Android 2.3.3 with API level 10. APRSdroid currently has a minimum of Android 4.0....