pachli-android/checks/src/test/java/app/pachli/lint/checks
Nik Clayton c7783b65f9
refactor: Use AppCompatResources.getDrawable() (#671)
Replace `ContextCompat.getDrawable()`, as the app-compat version has
platform fixes and backports.

appcompat-lint warns about bare `context.getDrawable()`, but does not
cover `ContextCompat` (https://issuetracker.google.com/issues/337905331)
2024-04-30 13:30:19 +02:00
..
AndroidxToolbarDetectorTest.kt refactor: Use com.google.android.material.appbar.MaterialToolbar 2023-11-05 13:51:37 +01:00
ContextCompatGetDrawableDetectorTest.kt refactor: Use AppCompatResources.getDrawable() (#671) 2024-04-30 13:30:19 +02:00
DateDotTimeDetectorTest.kt refactor: Prefer System.currentTimeMillis() to Date().getTime() (#645) 2024-04-24 12:07:05 +02:00
IntentDetectorTest.kt chore(deps): update plugin ktlint to v12 (#357) 2024-01-08 23:26:46 +01:00