Loren M. Lang
Loren M. Lang
This branch is not ready to be merged, but I thought you might get a kick out of seeing 2048 CLI ported to UEFI as an application. It might be...
This adds in the first set of UI tests for APRSdroid. This PR depends on PR #315. I may commit a few more UI tests before completing this PR, but...
This should fix an issue with the Export Profile button on older Android APIs. The directory used for exporting the profile is stored in the top-level of the external storage...
With Travis CI no longer free for OSS, adding a Github workflow action for running a full CI against new commits. This will build, test, and upload debug artifacts for...
This is just an experiment and proof of concept to test the feasibility of using dependency injection to test more aspects of APRSdroid. I purposely tried to keep it as...
Is it time to bump the minimum API level for APRSdroid or should we continue to support API level 14 for the original KitKat release? I say this both because...
My initial efforts at getting a testing framework added are hitting a few walls. Part of the issue is how to structure the code. The current recommended structure includes having...
I am interesting in helping contribute to APRSdroid, but have always been held back by trying to get a working toolchain for it. I've finally take a serious effort to...
While working on packaging this crate for Debian, I ran into some confusion on copyright and licensing. I believe the main code base is something along the lines of this:...
Event log: ``` TypeError: Cannot read property 'pid' of undefined at Timeout._onTimeout (C:\Users\lorenlan\AppData\Local\itch\app-25.6.2\resources\app\dist\main\main.bundle.js:38310:61) at listOnTimeout (internal/timers.js:549:17) at processTimers (internal/timers.js:492:7) ```