feat: add offline casting flow and local history sessions

Replace the development fixture shell with method intro, question, coin entry, and result screens. Persist locked casts in private Room storage under the save policy, and document remaining P2 content and P4 history-list gaps.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
QiuSW
2026-08-19 10:58:09 +08:00
co-authored by Cursor
parent d82ab836a2
commit 4235cf9011
47 changed files with 3075 additions and 355 deletions
+34 -2
View File
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"reviewedAt": "2026-08-07",
"scopeNote": "Android debug runtime and debug unit-test runtime graphs, plus direct build entry points. Release notices still require a release-graph review.",
"reviewedAt": "2026-08-19",
"scopeNote": "Android debug runtime, debug unit-test runtime, and debug instrumentation-test runtime graphs, plus direct build entry points. Release notices still require a release-graph review.",
"components": [
{
"id": "gradle-wrapper",
@@ -130,6 +130,38 @@
"scope": "test-transitive",
"license": "BSD-3-Clause",
"source": "https://github.com/hamcrest/JavaHamcrest/blob/hamcrest-java-1.3/LICENSE.txt"
},
{
"id": "hamcrest-library",
"coordinates": "org.hamcrest:hamcrest-library:1.3",
"version": "1.3",
"scope": "androidTest-transitive",
"license": "BSD-3-Clause",
"source": "https://github.com/hamcrest/JavaHamcrest/blob/hamcrest-java-1.3/LICENSE.txt"
},
{
"id": "hamcrest-integration",
"coordinates": "org.hamcrest:hamcrest-integration:1.3",
"version": "1.3",
"scope": "androidTest-transitive",
"license": "BSD-3-Clause",
"source": "https://github.com/hamcrest/JavaHamcrest/blob/hamcrest-java-1.3/LICENSE.txt"
},
{
"id": "gson",
"coordinates": "com.google.code.gson:gson:2.9.0",
"version": "2.9.0",
"scope": "androidTest-transitive",
"license": "Apache-2.0",
"source": "https://github.com/google/gson/blob/gson-parent-2.9.0/LICENSE"
},
{
"id": "javawriter",
"coordinates": "com.squareup:javawriter:2.1.1",
"version": "2.1.1",
"scope": "androidTest-transitive",
"license": "Apache-2.0",
"source": "https://github.com/square/javawriter/blob/javawriter-2.1.1/LICENSE.txt"
}
],
"groupPolicies": [