Hi, thanks for sharing this project.
I’m trying to review the app before installing it, and right now it’s hard to verify the released APKs against the public repository because the public source does not appear to match the versions being advertised.
What I found:
main and v0.12.0 currently point to the same commit: ad33ee2da161e8dd4ed008ab57d519ba145a024d.
- That commit is dated
2026-04-17 and its message is Update README.md to v0.12.
- The Android project in that same commit still reports
versionName = "0.2.0" in android/app/build.gradle.kts.
- The README advertises later features such as
REC / unlimited-length recording on the phone, but the public Android source does not appear to contain the corresponding implementation.
Could you please update the public repository so it matches the released APKs / announced versions?
Right now it’s difficult for users to independently verify that the published APKs correspond to the public source, which is especially important for a sideloaded app that requests sensitive permissions such as microphone access.
Thanks.
Hi, thanks for sharing this project.
I’m trying to review the app before installing it, and right now it’s hard to verify the released APKs against the public repository because the public source does not appear to match the versions being advertised.
What I found:
mainandv0.12.0currently point to the same commit:ad33ee2da161e8dd4ed008ab57d519ba145a024d.2026-04-17and its message isUpdate README.md to v0.12.versionName = "0.2.0"inandroid/app/build.gradle.kts.REC/ unlimited-length recording on the phone, but the public Android source does not appear to contain the corresponding implementation.Could you please update the public repository so it matches the released APKs / announced versions?
Right now it’s difficult for users to independently verify that the published APKs correspond to the public source, which is especially important for a sideloaded app that requests sensitive permissions such as microphone access.
Thanks.