aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
AgeCommit message (Collapse)Author
2023-01-30chore(deps): update plugin com.gradle.enterprise to v3.12.3 (#2350)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-18chore(deps): update androidx.compose.compiler to 1.4.0Harsh Shandilya
2023-01-11chore(deps): upgrade to Kotlin 1.8.0Harsh Shandilya
2023-01-05chore(deps): update plugin com.gradle.enterprise to v3.12.2renovate[bot]
2022-12-20chore(deps): update plugin com.gradle.enterprise to v3.12.1 (#2306)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-19refactor: merge format-common-impl into format-commonHarsh Shandilya
Also converts the format-common module into an Android library since UriTotpFinder requires the Android SDK.
2022-12-08chore(deps): update plugin com.gradle.enterprise to v3.12 (#2291)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-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-25refactor(deps): switch to Compose BOMHarsh Shandilya
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-12chore(deps): update plugin com.gradle.enterprise to v3.11.2 (#2180)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-05chore(deps): upgrade to Compose Compiler 1.3.2Harsh Shandilya
2022-10-03fix(deps): update kotlin to v1.7.20 (#2154)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-08-23Avoid method references in `settings.gradle.kts` (#2073)Harsh Shandilya
2022-08-10chore(deps): update plugin com.gradle.enterprise to v3.11.1 (#2054)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-08-10chore(deps): update plugin com.gradle.enterprise to v3.11 (#2052)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-15Remove openpgp-ktxHarsh Shandilya
2022-07-15Remove OpenKeychain code and leave TODOs for missing functionalityHarsh Shandilya
2022-07-11chore(deps): update plugin com.gradle.enterprise to v3.10.3 (#1991)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-09gradle: add play-sdk-proto module to gMaven filterHarsh Shandilya
2022-07-07Switch to R8 dev releases (#1986)Harsh Shandilya
2022-07-07gradle: re-enable ui-composeHarsh Shandilya
2022-07-07build-logic: introduce versions pluginHarsh Shandilya
2022-06-09chore(deps): update plugin com.gradle.enterprise to v3.10.2 (#1944)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-05-25Instate shadow jobs (#1923)Harsh Shandilya
2022-05-16Upgrade to Gradle 7.5 RC1 (#1917)Harsh Shandilya
2022-05-09Tighten down dependency resolution (#1903)Harsh Shandilya
2022-04-01chore(deps): update org.jetbrains.kotlin to v1.6.20 (#1817)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-03-13Configure Sentry with more information (#1782)Harsh Shandilya
* build-logic: remove error path in Sentry plugin * gradle: fix UnstableApiUsage warning * build-logic: configure Sentry Gradle Plugin * app: set traces sample-rate to 1.0 * sentry-stub: init * app: populate Sentry user field with feature flags
2022-02-08chore(deps): update dependency gradle to v7.4 (#1717)renovate[bot]
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-01-26Move Compose code to ui-compose module (#1687)Harsh Shandilya
2022-01-13Refactor randomized password generator into a separate module (#1663)Aditya Wasan
2021-12-23dependency-sync: removeHarsh Shandilya
2021-12-21diceware: init empty moduleHarsh Shandilya
2021-12-11Miscellaneous build and CI cleanups (#1587)Harsh Shandilya
2021-12-09Refactor coroutine testing setup (#1583)Harsh Shandilya
* coroutine-utils: init * coroutine-utils-testing: init * format-common: switch over to using DispatcherProvider * Convert Binds method to an extension function * Add Dispatcher module
2021-12-03build: use Hilt through buildscript classpathHarsh Shandilya
2021-12-03build: upgrade HiltHarsh Shandilya
2021-12-03buildSrc: removeHarsh Shandilya
2021-12-03gradle: add Maven Publish and Dokka plugins to rootHarsh Shandilya
2021-12-03build-logic: configure repositories to include Google MavenHarsh Shandilya
2021-11-30Implement workarounds for Dependabot to update dependencies (#1552)Harsh Shandilya
2021-11-15build-logic: migrate Spotless to a convention pluginHarsh Shandilya
2021-10-23Switch new PGP backend to use PGPainless (#1522)Harsh Shandilya
* crypto-pgpainless: init * crypto-pgpainless: add an opinionated CryptoHandler impl * app: migrate to crypto-pgpainless * crypto-pgp: remove * github: remove now unused instrumentation tests job * crypto-common: fixup package names * wip(crypto-pgpainless): add `PGPKeyPair` and `PGPKeyManager` Signed-off-by: Aditya Wasan <adityawasan55@gmail.com> (cherry picked from commit 02d07e9e797a8600cc8c534a731dfffcc44cfdde) * crypto-pgpainless: use hex-encoded key IDs * crypto-pgpainless: replace legacy Gopenpgp-generated key file * crypto-pgpainless: fix CryptoConstants source set * crypto-pgpainless: fix tests * crypto-pgpainless: reinstate PGPKeyManager tests Co-authored-by: Aditya Wasan <adityawasan55@gmail.com>
2021-10-09Upgrade plugin dependencies and fix Javadoc generation (#1517)Harsh Shandilya
* build: upgrade all plugins * autofill-parser/openpgp-ktx: apply Dokka plugin * Move repository configuration to settings.gradle.kts * Replace deprecated lintOptions * Reorder repositories
2021-07-11Add initial implementation of Gopenpgp-backed PGP (#1441)Harsh Shandilya
2021-05-15all: reformat with Spotless againHarsh Shandilya
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2021-04-18format-common: add baseline moduleHarsh Shandilya
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>