Age | Commit message (Expand) | Author |
2023-06-27 | fix: remove use of unnecessary `Object#clone` | Harsh Shandilya |
2023-06-27 | fix: remove unused feature flag | Harsh Shandilya |
2023-06-27 | fix: replace hard-coded strings | Harsh Shandilya |
2023-06-27 | chore: cleanup IDE warnings | Harsh Shandilya |
2023-06-15 | feat: adopt Kotlin 1.9 Enum entries feature | Harsh Shandilya |
2023-06-15 | refactor: consistently adopt PGP over GPG for naming... | Harsh Shandilya |
2023-06-15 | fix: address `ComposeUnstableCollections` lint | Harsh Shandilya |
2023-06-15 | chore: update PGP key list previews | Harsh Shandilya |
2023-06-15 | fix: ensure PGP key list item works with longer user IDs | Harsh Shandilya |
2023-06-13 | fix: allow `gpg-id` to be the first line of a `.gpg-id` file | Harsh Shandilya |
2023-06-04 | fix: replace `Stack` with `ArrayDeque` in `SearchableRepositoryViewModel` | Harsh Shandilya |
2023-06-04 | feat: add custom dialog title for passphrase cache | Harsh Shandilya |
2023-06-04 | fix: clear violations of `RawDispatcherUse` | Harsh Shandilya |
2023-06-04 | fix: clear violations of `FullyQualifiedResource` | Harsh Shandilya |
2023-05-19 | feat(gpg): add methods to clear entries from GPG passphrase cache | Harsh Shandilya |
2023-05-13 | fix: check feature flag before biometric auth | Harsh Shandilya |
2023-05-12 | feat: raise min SDK to 26... | Harsh Shandilya |
2023-05-09 | fix: add warning to passphrase cache feature | Harsh Shandilya |
2023-05-08 | chore: adjust code style | Harsh Shandilya |
2023-05-08 | feat: wire up passphrase cache... | Harsh Shandilya |
2023-05-08 | fix: adjust GPGPassphraseCache public API | Harsh Shandilya |
2023-05-08 | refactor: move out GPG identifier parser to `BasePgpActivity` | Harsh Shandilya |
2023-05-08 | chore: touch up codestyle in `BiometricAuthenticator.kt` | Harsh Shandilya |
2023-05-05 | feat: kick off a very basic passphrase cache | Harsh Shandilya |
2023-05-05 | refactor: make `PreferenceModule` codestyle consistent | Harsh Shandilya |
2023-05-05 | feat: switch default password generator to Diceware | Harsh Shandilya |
2023-04-29 | fix(deps): update dependency com.facebook:ktfmt to v0.44 (#2490)... | renovate[bot] |
2023-04-27 | fix: use password entry for OTP entry field | Harsh Shandilya |
2023-04-10 | fix: remove injection redirection in SSHFacade | Harsh Shandilya |
2023-04-10 | feat: put new SSH layer behind a feature flag... | Harsh Shandilya |
2023-04-10 | fix: actually apply LeakCanary config changes | Harsh Shandilya |
2023-04-06 | fix: only check repo initialization in commit flow | Harsh Shandilya |
2023-04-06 | feat: wire up key import functionality | Harsh Shandilya |
2023-04-06 | fix: use created repository directly | Harsh Shandilya |
2023-04-02 | Refactor SSHKey into a separate module (#2450)... | Aditya Wasan |
2023-03-27 | refactor: migrate to androidx.core APIs for `Bundle`/`Intent` API changes | Harsh Shandilya |
2023-03-27 | Sync localisations from Crowdin (#2440)... | Harsh Shandilya |
2023-03-26 | Sync localisations from Crowdin (#2439)... | Harsh Shandilya |
2023-03-25 | feat: offer to import a PGP key when none are present | Harsh Shandilya |
2023-03-25 | fix: use DispatcherProvider in CryptoRepository | Harsh Shandilya |
2023-03-25 | chore: rename import button label string resource | Harsh Shandilya |
2023-03-25 | fix: ensure repo dir is recreated after deletion | Harsh Shandilya |
2023-03-24 | fix: extract hard-coded string | Harsh Shandilya |
2023-03-24 | feat: add user guidance in PGP key manager screen | Harsh Shandilya |
2023-03-24 | fix: adjust LeakCanary init flow | Harsh Shandilya |
2023-03-19 | fix: inverted test in `Migrations#removeCurrentBranchValue` | Harsh Shandilya |
2023-03-18 | fix(app): control LeakCanary lifecycle more explicitly | Harsh Shandilya |
2023-03-08 | fix: also swallow retry attempts in SSHJ biometric auth | Harsh Shandilya |
2023-03-08 | chore: add more logging to biometric operations | Harsh Shandilya |
2023-03-08 | fix: use UI context for more `Toast`s... | Harsh Shandilya |