aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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>
2022-10-24fix(deps): update dependency com.google.android.material:material to ↵renovate[bot]
v1.8.0-alpha02 (#2211) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-24fix(deps): update androidxactivity to v1.7.0-alpha02renovate[bot]
(cherry picked from commit 0f9bc7d933006cd9a16f841b08ec3c9d767d138f)
2022-10-24fix(deps): update composefoundation to v1.3.0renovate[bot]
(cherry picked from commit f6a4c140f029af98e3dcc5809fcc94d1d7036d02)
2022-10-24fix(deps): update composeui to v1.3.0renovate[bot]
(cherry picked from commit ccac4649f048d1db1b8538babf962f895b7715b8)
2022-10-24fix(deps): update dependency androidx.compose.animation:animation to v1.3.0renovate[bot]
(cherry picked from commit a68fae278b7a70e80aa1f796b55707e5af7f7f29)
2022-10-24fix(deps): update dependency androidx.compose.material3:material3 to v1.0.0renovate[bot]
(cherry picked from commit c38222c77d7b8576ba5d88e867765422f72525e6)
2022-10-24fix(deps): update dependency androidx.compose.material:material to v1.3.0renovate[bot]
(cherry picked from commit 6409c9eb9499c525b56b7785203304c97b43d08e)
2022-10-24fix(deps): update dependency androidx.compose.runtime:runtime to v1.3.0renovate[bot]
(cherry picked from commit bed9b09cb41ec5ed0c05daab09e8de6e09868db9)
2022-10-24fix(deps): update lifecycle to v2.6.0-alpha03renovate[bot]
(cherry picked from commit 7b7992e6dde3b10443809c978ad4a04d32e986f5)
2022-10-24fix(deps): update dependency io.sentry:sentry-android to v6.6.0renovate[bot]
(cherry picked from commit dda1609aae649eeac75cd087b9eca93dd65320d9)
2022-10-24fix(renovate): use an accurate match for the ktfmt ruleHarsh Shandilya
2022-10-24fix: lower log priority in `SshjConfig`Harsh Shandilya
2022-10-24fix: remove useless logging lineHarsh Shandilya
2022-10-24feat: setup Beagle for debuggingHarsh Shandilya
2022-10-24refactor: use generated accessors for flavor dependenciesHarsh Shandilya
2022-10-24chore(gradle): add missing suppressions and license headersHarsh Shandilya
2022-10-22chore(deps): update gradle/gradle-build-action action to v2.3.3 (#2199)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-22chore(deps): update actions/upload-artifact action to v3.1.1 (#2197)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-21Refactor `format-common` module (#2196)Harsh Shandilya
* fix: touch up `PasswordEntryTest` KDoc * feat: add format-common-impl module * refactor: switch app to format-common-impl * refactor: move `format-common` tests to `format-common-impl` * feat: add a test for Steam OTP
2022-10-21Migrate to Metalava for validating API (#2195)Harsh Shandilya
2022-10-20chore(deps): update actions/download-artifact action to v3.0.1 (#2194)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-18chore(deps): update actions/setup-java action to v3.6.0 (#2192)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-18chore(deps): update peter-evans/create-pull-request action to v4.2.0 (#2190)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>