aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Expand)Author
2022-10-08feat(app): refactor `CopyButton` and add missing spacingHarsh Shandilya
2022-10-08feat(app): add username to DecryptScreenHarsh Shandilya
2022-10-08feat(ui-compose): add a `PasswordField` composable and switch decrypt screen ...Harsh Shandilya
2022-10-07refactor: simplify `PasswordDialog` emissionsHarsh Shandilya
2022-10-07fix: protect `PasswordDialog` windowHarsh Shandilya
2022-10-07refactor: switch `DecryptActivity` to `DispatcherProvider`Harsh Shandilya
2022-10-07fix(app): ensure decryption errors are captured by UIHarsh Shandilya
2022-10-07fix: remove stale commentHarsh Shandilya
2022-10-07feat(app): make `DecryptScreen` properly standaloneHarsh Shandilya
2022-10-07feat(app): start working on a Compose-backed decrypt screenHarsh Shandilya
2022-10-05chore(deps): upgrade AndroidX dependenciesHarsh Shandilya
2022-09-20Refactor navigation and search code (#2134)Harsh Shandilya
2022-09-07Use `GENERAL_SHOW_TIME` for decryption screen timeout (#2107)...Aditya Wasan
2022-09-05fix(lint): resolve and suppress lints to fix canary buildsHarsh Shandilya
2022-09-02Upgrade ktfmt and setup automatic updates (#2103)Harsh Shandilya
2022-09-01Fix reported Lint issues (#2101)Harsh Shandilya
2022-09-01Remove unnecessary `RequiresApi` annotation (#2100)Harsh Shandilya
2022-08-24Implement support for `.gpg-id` (#2080)Harsh Shandilya
2022-08-10fix(deps): update dependency com.hierynomus:sshj to v0.34.0 (#2053)...renovate[bot]
2022-07-24Fix some StrictMode violations and start logging them (#2031)Harsh Shandilya
2022-07-23Improvements to key list activity (#2030)Harsh Shandilya
2022-07-22Begin cleaning up Detekt warnings (#2027)Harsh Shandilya
2022-07-20Compile against SDK 33 (#2023)...Harsh Shandilya
2022-07-18Add key manager UIHarsh Shandilya
2022-07-17Mark key import dialogs as non-cancellableHarsh Shandilya
2022-07-17Refactor key import flow and implement support for replacingHarsh Shandilya
2022-07-17PGPKeyImportActivity: close key stream after useHarsh Shandilya
2022-07-15Switch SettingsActivity to use Material3 Switch (#2006)Harsh Shandilya
2022-07-15Remove unnecessary V2 suffixHarsh Shandilya
2022-07-15Remove OpenKeychain code and leave TODOs for missing functionalityHarsh Shandilya
2022-07-15Remove PGPainless feature flagHarsh Shandilya
2022-07-15all: re-do package structure yet againHarsh Shandilya
2022-06-14Fix suspicious indentation in Migrations.kt (#1956)Harsh Shandilya
2022-06-09Upgrade ktfmt (#1942)...Harsh Shandilya
2022-06-07Remove SourceCode Pro typeface (#1938)Harsh Shandilya
2022-05-27Fix ClipboardService crash (#1928)...Harsh Shandilya
2022-05-24Allow disabling pull-to-sync operation (#1922)Harsh Shandilya
2022-05-05Upgrade to ktfmt 0.37 (#1897)Harsh Shandilya
2022-04-27crypto-pgpainless: prepare for error handling (#1877)Harsh Shandilya
2022-04-25all: reformat with ktfmt 0.36Harsh Shandilya
2022-04-24Reorganize crypto-common code and fix a couple minor bugs (#1868)Harsh Shandilya
2022-04-24app: address SetTextI18n lintHarsh Shandilya
2022-04-24app: address InlinedApi lintHarsh Shandilya
2022-04-21Remove support for external storage and raise target SDK to 31 (#1863)Harsh Shandilya
2022-03-13Misc PGP v2 fixes (#1784)...Harsh Shandilya
2022-03-13Configure Sentry with more information (#1782)...Harsh Shandilya
2022-03-11Fix TOTP field flashing on each update (#1779)...Harsh Shandilya
2022-03-10Show remaining time in TOTP field (#1766)...Harsh Shandilya
2022-03-02app: turn off StrictMode (#1761)Harsh Shandilya
2022-02-26Upgrade ktfmt to 0.33 (#1753)...Harsh Shandilya