aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java
AgeCommit message (Expand)Author
2023-07-22fix(app): fully migrate to `java.time`Harsh Shandilya
2023-07-19chore: remove useless `OptIn` annotationsHarsh Shandilya
2023-07-12feat(build): target API 34Harsh Shandilya
2023-07-09refactor: rework password dialog to avoid memory leakHarsh Shandilya
2023-07-09refactor: extract prompt authentication callback creationHarsh Shandilya
2023-07-09fix: correctly use biometrics result in passphrase cache flowHarsh Shandilya
2023-07-09refactor: eliminate one level of nesting from BiometricAuthenticatorHarsh Shandilya
2023-07-09refactor: adopt Kotlin 1.9's `data object`sHarsh Shandilya
2023-07-05feat(ui): add a dedicated Compose screen for editing passwordsHarsh Shandilya
2023-07-05fix(ui): adjust width of items in `PasswordEntryScreen`Harsh Shandilya
2023-06-27fix: remove use of unnecessary `Object#clone`Harsh Shandilya
2023-06-27fix: remove unused feature flagHarsh Shandilya
2023-06-27fix: replace hard-coded stringsHarsh Shandilya
2023-06-27chore: cleanup IDE warningsHarsh Shandilya
2023-06-15feat: adopt Kotlin 1.9 Enum entries featureHarsh Shandilya
2023-06-15refactor: consistently adopt PGP over GPG for naming...Harsh Shandilya
2023-06-15fix: address `ComposeUnstableCollections` lintHarsh Shandilya
2023-06-15chore: update PGP key list previewsHarsh Shandilya
2023-06-15fix: ensure PGP key list item works with longer user IDsHarsh Shandilya
2023-06-13fix: allow `gpg-id` to be the first line of a `.gpg-id` fileHarsh Shandilya
2023-06-04fix: replace `Stack` with `ArrayDeque` in `SearchableRepositoryViewModel`Harsh Shandilya
2023-06-04feat: add custom dialog title for passphrase cacheHarsh Shandilya
2023-06-04fix: clear violations of `RawDispatcherUse`Harsh Shandilya
2023-06-04fix: clear violations of `FullyQualifiedResource`Harsh Shandilya
2023-05-19feat(gpg): add methods to clear entries from GPG passphrase cacheHarsh Shandilya
2023-05-13fix: check feature flag before biometric authHarsh Shandilya
2023-05-12feat: raise min SDK to 26...Harsh Shandilya
2023-05-09fix: add warning to passphrase cache featureHarsh Shandilya
2023-05-08chore: adjust code styleHarsh Shandilya
2023-05-08feat: wire up passphrase cache...Harsh Shandilya
2023-05-08fix: adjust GPGPassphraseCache public APIHarsh Shandilya
2023-05-08refactor: move out GPG identifier parser to `BasePgpActivity`Harsh Shandilya
2023-05-08chore: touch up codestyle in `BiometricAuthenticator.kt`Harsh Shandilya
2023-05-05feat: kick off a very basic passphrase cacheHarsh Shandilya
2023-05-05refactor: make `PreferenceModule` codestyle consistentHarsh Shandilya
2023-05-05feat: switch default password generator to DicewareHarsh Shandilya
2023-04-29fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490)...renovate[bot]
2023-04-10fix: remove injection redirection in SSHFacadeHarsh Shandilya
2023-04-10feat: put new SSH layer behind a feature flag...Harsh Shandilya
2023-04-10fix: actually apply LeakCanary config changesHarsh Shandilya
2023-04-06fix: only check repo initialization in commit flowHarsh Shandilya
2023-04-06feat: wire up key import functionalityHarsh Shandilya
2023-04-06fix: use created repository directlyHarsh Shandilya
2023-04-02Refactor SSHKey into a separate module (#2450)...Aditya Wasan
2023-03-27refactor: migrate to androidx.core APIs for `Bundle`/`Intent` API changesHarsh Shandilya
2023-03-25feat: offer to import a PGP key when none are presentHarsh Shandilya
2023-03-25fix: use DispatcherProvider in CryptoRepositoryHarsh Shandilya
2023-03-25chore: rename import button label string resourceHarsh Shandilya
2023-03-25fix: ensure repo dir is recreated after deletionHarsh Shandilya
2023-03-24fix: extract hard-coded stringHarsh Shandilya