Commit b30306b
committed
Fix Android Lint errors and update agent commit instructions.
Add `@SuppressLint("LocalContextGetResourceValueCall")` annotation to
`TrustEntryScreen` in `androidApp` to resolve Lint failures when querying
string resources using the local context.
Update `AGENTS.md` commit rules to require that all unit tests and linting
be verified to pass before creating a commit.
Test: Executed `./gradlew :androidApp:lintDebug :androidApp:assembleDebug :androidApp:testDebugUnitTest` successfully.
Signed-off-by: David Zeuthen <zeuthen@gmail.com>1 parent db7e1a9 commit b30306b
2 files changed
Lines changed: 3 additions & 0 deletions
File tree
- androidApp/src/main/java/org/multipaz/wallet/android/ui/settings
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments