Android-Password-Store/app
Aditya Wasan 993b203676
Use countdown chronometer on API 24 and above (#1228)
* Use countdown chronometer on API 24 and above

Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>

* Do not use SharedPreferences inside ClipboardService

ClipboardService run in it's own process and SharedPreferences do not support multiple processes. Due to this changes in notificaion clear time are not reflected to the ClipboardService. This commit fixes that by passing time explicitly from the main app process.

Signed-off-by: Aditya Wasan <adityawasan55@gmail.com>
2020-12-02 09:11:42 +05:30
..
src Use countdown chronometer on API 24 and above (#1228) 2020-12-02 09:11:42 +05:30
.gitignore initial commit 2014-07-24 01:15:11 +01:00
build.gradle.kts build: use vendored openpgp-ktx 2020-11-29 17:51:16 +05:30
lint.xml Use SSHJ for SSH public key authentication (#801) 2020-05-28 09:57:30 +05:30
proguard-android-optimize.txt Introduce better R8 optimizations (#796) 2020-05-26 21:43:41 +05:30
proguard-rules.pro Refactor Git operations and auth (#1066) 2020-09-03 14:18:14 +05:30