Android-Password-Store/app
Harsh Shandilya a3b88c1dee
fix: use activity context for Toast
Fixes a newly introduced warning in API 33

> Tried to access visual service WindowManager from a non-visual Context:app.passwordstore.Application@d2801f8 WindowManager
> should be accessed from Activity or other visual Context. Use an Activity or a Context created with
> Context#createWindowContext(int, Bundle), which are adjusted to the configuration and visual bounds of an area on screen.
2023-03-04 00:19:31 +05:30
..
src fix: use activity context for Toast 2023-03-04 00:19:31 +05:30
.gitignore initial commit 2014-07-24 01:15:11 +01:00
build.gradle.kts refactor(app): centralize lint configuration 2023-03-01 17:17:09 +05:30
lint-baseline.xml chore: refresh Lint baselines 2023-03-01 17:23:33 +05:30
lint.xml refactor(app): centralize lint configuration 2023-03-01 17:17:09 +05:30
proguard-android-optimize.txt Introduce better R8 optimizations (#796) 2020-05-26 21:43:41 +05:30
proguard-rules-missing-classes.pro fix: add ProGuard rules for LeakCanary's reflective uses 2023-01-05 00:41:43 +05:30
proguard-rules.pro Add CI job to assemble release APKs and fix build (#1742) 2022-02-21 15:12:56 +00:00
version.properties Begin rework for configuration cache compatibility (#1709) 2022-02-05 01:57:41 +05:30