Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-30 | chore(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-18 | chore(deps): update androidx.compose.compiler to 1.4.0 | Harsh Shandilya | |
2023-01-11 | chore(deps): upgrade to Kotlin 1.8.0 | Harsh Shandilya | |
2023-01-05 | chore(deps): update plugin com.gradle.enterprise to v3.12.2 | renovate[bot] | |
2022-12-20 | chore(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-19 | refactor: merge format-common-impl into format-common | Harsh Shandilya | |
Also converts the format-common module into an Android library since UriTotpFinder requires the Android SDK. | |||
2022-12-08 | chore(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-08 | chore(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-31 | chore(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-25 | refactor(deps): switch to Compose BOM | Harsh Shandilya | |
2022-10-21 | Refactor `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-21 | Migrate to Metalava for validating API (#2195) | Harsh Shandilya | |
2022-10-12 | chore(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-05 | chore(deps): upgrade to Compose Compiler 1.3.2 | Harsh Shandilya | |
2022-10-03 | fix(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-23 | Avoid method references in `settings.gradle.kts` (#2073) | Harsh Shandilya | |
2022-08-10 | chore(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-10 | chore(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-15 | Remove openpgp-ktx | Harsh Shandilya | |
2022-07-15 | Remove OpenKeychain code and leave TODOs for missing functionality | Harsh Shandilya | |
2022-07-11 | chore(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-09 | gradle: add play-sdk-proto module to gMaven filter | Harsh Shandilya | |
2022-07-07 | Switch to R8 dev releases (#1986) | Harsh Shandilya | |
2022-07-07 | gradle: re-enable ui-compose | Harsh Shandilya | |
2022-07-07 | build-logic: introduce versions plugin | Harsh Shandilya | |
2022-06-09 | chore(deps): update plugin com.gradle.enterprise to v3.10.2 (#1944) | renovate[bot] | |
Co-authored-by: Renovate Bot <bot@renovateapp.com> | |||
2022-05-25 | Instate shadow jobs (#1923) | Harsh Shandilya | |
2022-05-16 | Upgrade to Gradle 7.5 RC1 (#1917) | Harsh Shandilya | |
2022-05-09 | Tighten down dependency resolution (#1903) | Harsh Shandilya | |
2022-04-01 | chore(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-13 | Configure 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-08 | chore(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-26 | Move Compose code to ui-compose module (#1687) | Harsh Shandilya | |
2022-01-13 | Refactor randomized password generator into a separate module (#1663) | Aditya Wasan | |
2021-12-23 | dependency-sync: remove | Harsh Shandilya | |
2021-12-21 | diceware: init empty module | Harsh Shandilya | |
2021-12-11 | Miscellaneous build and CI cleanups (#1587) | Harsh Shandilya | |
2021-12-09 | Refactor 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-03 | build: use Hilt through buildscript classpath | Harsh Shandilya | |
2021-12-03 | build: upgrade Hilt | Harsh Shandilya | |
2021-12-03 | buildSrc: remove | Harsh Shandilya | |
2021-12-03 | gradle: add Maven Publish and Dokka plugins to root | Harsh Shandilya | |
2021-12-03 | build-logic: configure repositories to include Google Maven | Harsh Shandilya | |
2021-11-30 | Implement workarounds for Dependabot to update dependencies (#1552) | Harsh Shandilya | |
2021-11-15 | build-logic: migrate Spotless to a convention plugin | Harsh Shandilya | |
2021-10-23 | Switch 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-09 | Upgrade 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-11 | Add initial implementation of Gopenpgp-backed PGP (#1441) | Harsh Shandilya | |
2021-05-15 | all: reformat with Spotless again | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2021-04-18 | format-common: add baseline module | Harsh Shandilya | |
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev> |