Add Help section to Settings (about, source, guide, support) (v0.11.1)

A new Help card under Project shows the app name + live version (read from the
package, so it never drifts from the build) and links to the source repo, the
user guide, and the support page. Each link is a full-width ~64 dp row with a
large label, the destination URL beneath, and a chevron affordance — a
comfortable thumb target that opens in the system browser (missing-browser safe).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Reactorcoremeltdown
2026-07-18 23:25:37 +02:00
parent 3508777ba9
commit 40a946a894
2 changed files with 48 additions and 2 deletions

View File

@@ -22,8 +22,8 @@ android {
// (android.media.midi) and AAudio low-latency audio we rely on.
minSdk = 26
targetSdk = 34
versionCode = 27
versionName = "0.10.0"
versionCode = 29
versionName = "0.11.1"
// We provide our own instrumentation runner if/when tests are added.
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"