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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user