aboutsummaryrefslogtreecommitdiff
path: root/format-common/src/test
AgeCommit message (Collapse)Author
2022-03-10Show remaining time in TOTP field (#1766)Harsh Shandilya
* Pass down remaining time for TOTPs to UI layer * format-common: switch TOTP flow to use co-operative cancelation * format-common: add a regression test for OTP duration calculation * Abstract out labels * Switch to launchIn
2022-02-01Refactor PasswordEntry TOTP calculation into a cold flow (#1702)Harsh Shandilya
2021-12-29Recognize mail as alternative to email (#1629)Ivan Tham
* Recognize mail as alternative to email * Add test Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2021-12-09Refactor coroutine testing setup (#1583)Harsh Shandilya
* coroutine-utils: init * coroutine-utils-testing: init * format-common: switch over to using DispatcherProvider * Convert Binds method to an extension function * Add Dispatcher module
2021-12-02Cleanup dependency declarations and upgrade to Kotlin 1.6.0 (#1565)Harsh Shandilya
2021-08-13Disable explicit API for tests (#1483)Harsh Shandilya
* build: disable explicit API for test tasks * Remove `internal` modifier from test classes
2021-07-19Cleanup and fix CI tests (#1464)Harsh Shandilya
2021-05-22format-common: replace deprecated functionsHarsh Shandilya
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-05-15all: reformat with Spotless againHarsh Shandilya
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-04-18format-common: initial API for PasswordEntryHarsh Shandilya
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>