aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-11-11chore(deps): update dependency gradle to v7.6-rc-3 (#2243)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-11fix(deps): update dependency org.pgpainless:pgpainless-core to v1.3.12 (#2244)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-11fix(deps): update leakcanary to v2.10 (#2242)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-10chore(deps): update mindsers/changelog-reader-action action to v2.2.1 (#2241)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-10fix(deps): update dependency androidx.compose:compose-bom to v2022.11.00 (#2239)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-10fix(deps): update dependency org.pgpainless:pgpainless-core to v1.3.11 (#2240)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-10fix(deps): update dependency androidx.security:security-crypto to ↵renovate[bot]
v1.1.0-alpha04 (#2238) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-09fix(scripts): directly link build types docs in snapshotsHarsh Shandilya
2022-11-09feat(crypto-pgpainless): add PGPKeyManager test for keys with shared emailHarsh Shandilya
2022-11-09feat(crypto-pgpainless): add PGPainlessCryptoHandler test for keys with ↵Harsh Shandilya
shared email
2022-11-09fix(deps): update dependency ↵renovate[bot]
io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v3.3.0 (#2235) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-08feat(ci): merge release and debug APK jobsHarsh Shandilya
2022-11-08chore(deps): update dependency gradle to v7.6-rc-2 (#2233)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-08chore(deps): update plugin com.gradle.enterprise to v3.11.4 (#2232)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-07fix(deps): update dependency org.pgpainless:pgpainless-core to v1.3.10 (#2231)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-07fix(crypto-pgpainless): pass test parameter directly where neededHarsh Shandilya
Prevents unnecessary runs of tests that don't use the parameter
2022-11-07Update Public Suffix List data (#2230)Harsh Shandilya
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com>
2022-11-06fix(deps): update dependency org.pgpainless:pgpainless-core to v1.3.9 (#2229)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-06Sync localisations from Crowdin (#2228)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2022-11-05fix(deps): update dependency io.sentry:sentry-android to v6.7.0 (#2226)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03fix(deps): update dependency app.cash.turbine:turbine to v0.12.1 (#2225)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-03fix(deps): update dependency org.pgpainless:pgpainless-core to v1.3.8 (#2223)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-02fix(deps): update dependency ↵renovate[bot]
io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v3.2.1 (#2221) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-31chore(deps): update plugin com.gradle.enterprise to v3.11.3 (#2220)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-31fix(build-logic): set hook source file path sensitivity to `NONE`Harsh Shandilya
The file path is irrelevant, we only care about the script contents
2022-10-30chore: touch up README and contribution docsHarsh Shandilya
2022-10-30fix(github): fix Crowdin and PSL pull labelsHarsh Shandilya
2022-10-30Sync localisations from Crowdin (#2219)Harsh Shandilya
strings: sync with crowdin Co-authored-by: GitHub Actions <noreply@github.com>
2022-10-29refactor: flip PGPainless feature flagHarsh Shandilya
It's always enabled now
2022-10-29feat(sentry): add profiling sample rate configHarsh Shandilya
2022-10-29refactor: add invalid `.gpg-id` file contents to errorsHarsh Shandilya
2022-10-29refactor: remove unnecessary `LaunchActivity` injectionHarsh Shandilya
2022-10-29chore: add build types blurb to snapshot release descriptionHarsh Shandilya
2022-10-29refactor(github): rework CI avoidance logicHarsh Shandilya
2022-10-29feat: rip out SpotlessHarsh Shandilya
Spotless' configuration cache support is irritating since it requires you to wipe config cache every time you initialise a Gradle daemon.
2022-10-29feat(build): add a homebrew ktfmt pluginHarsh Shandilya
The general idea of the implementation is borrowed from https://github.com/cortinico/ktfmt-gradle
2022-10-29refactor(format-common): add a getter to `PasswordEntry` for current OTP valueHarsh Shandilya
2022-10-29chore: sync Crowdin localisationsHarsh Shandilya
2022-10-29chore: extract hard-coded preference stringsHarsh Shandilya
2022-10-29chore: add CHANGELOG entryHarsh Shandilya
2022-10-29feat(app): wire in ASCII armor toggleHarsh Shandilya
2022-10-29feat(crypto-pgpainless): add a test for ASCII outputHarsh Shandilya
2022-10-29feat(crypto-common): support passing arbitrary crypto optionsHarsh Shandilya
2022-10-29feat: add a no-op ASCII armor toggleHarsh Shandilya
2022-10-28chore(detekt): re-do baselineHarsh Shandilya
2022-10-28feat(gradle): bump to 7.6 RC1Harsh Shandilya
2022-10-25refactor: move UriTotpFinderTest to `format-common-impl`Harsh Shandilya
2022-10-25refactor(deps): switch to Compose BOMHarsh Shandilya
2022-10-25chore: update AGP versions in shadow jobHarsh Shandilya
2022-10-24chore(deps): update gradle/wrapper-validation-action action to v1.0.5 (#2210)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>