Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-08 | Revert "fix(deps): update kotlin to v1.7.22 (#2278)" | Harsh Shandilya | |
Let's just wait for a real update This reverts commit 54bb4676a7c16d959769e522ac018f3e3e822797. | |||
2022-12-08 | fix(ci): cancel in-progress builds for snapshot deployment | Harsh Shandilya | |
2022-12-08 | fix(ci): only validate wrapper when changed | Harsh Shandilya | |
2022-12-08 | feat(shadow jobs): prepare for revival | Harsh Shandilya | |
- Bump versions - Workaround perma-fail on AGP 8.x - Adjust schedule to be weekly - Report exit state to healthchecks.io | |||
2022-12-07 | fix(deps): update dependency androidx.compose:compose-bom to v2022.12.00 (#2287) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-12-08 | fix(deps): update dependency androidx.fragment:fragment-ktx to ↵ | renovate[bot] | |
v1.6.0-alpha04 (#2286) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-12-08 | fix(deps): update dependency androidx.constraintlayout:constraintlayout to ↵ | renovate[bot] | |
v2.2.0-alpha05 (#2285) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-12-07 | fix(deps): update dependency io.sentry:sentry-android to v6.9.2 (#2284) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-12-06 | chore(deps): update actions/setup-java action to v3.8.0 (#2283) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-12-05 | Update Public Suffix List data (#2282) | Harsh Shandilya | |
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com> | |||
2022-12-03 | feat(leakcanary): migrate to manual initialization | Harsh Shandilya | |
2022-12-03 | feat(app): add implementations for SentryLeakUploader | Harsh Shandilya | |
2022-12-02 | refactor(build-logic): use `ExtensionContainer#configure` extension | Harsh Shandilya | |
2022-12-02 | chore(github): add build-logic refactor to blame-ignore-revs | Harsh Shandilya | |
2022-12-02 | refactor(build-logic): move all code to a single top-level project | Harsh Shandilya | |
2022-12-01 | fix(deps): update kotlin to v1.7.22 (#2278) | renovate[bot] | |
* fix(deps): update kotlin to v1.7.22 * fix(gradle): allow Kotlin 1.7.22 for Compose Compiler (cherry picked from commit 6c218c20bfd21e0a9ad75e3dfc98525d4ac40a7f) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2022-12-01 | chore(deps): update actions/setup-java action to v3.7.0 (#2281) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-11-30 | fix(deps): update dependency io.sentry:sentry-android to v6.9.1 (#2280) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-11-30 | feat(autofill-parser): add Vanadium to supported browsers | Harsh Shandilya | |
Fixes #1631 | |||
2022-11-29 | fix(deps): update dependency io.sentry:sentry-android to v6.9.0 (#2279) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-11-28 | chore(ci): ensure only one instance of snapshot deploy workflow runs | Harsh Shandilya | |
2022-11-28 | fix(ci): run wrapper validation on develop branch push | Harsh Shandilya | |
2022-11-28 | Revert "fix(deps): revert to Gradle 7.5.1" | Harsh Shandilya | |
After some painful wiping of local caches this seems to not be a problem anymore This reverts commit 736022f8148c06f515fecf10b47587071ede9bae. | |||
2022-11-28 | chore(deps): update peter-evans/create-pull-request action to v4.2.3 (#2277) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-11-28 | chore(deps): store banned dependency upgrades in Renovate config | Harsh Shandilya | |
2022-11-28 | chore: switch Renovate config to JSON5 | Harsh Shandilya | |
2022-11-28 | Update Public Suffix List data (#2276) | Harsh Shandilya | |
autofill-parser: update publicsuffixes file Co-authored-by: GitHub Actions <noreply@github.com> | |||
2022-11-27 | chore: add changelog entry | Harsh Shandilya | |
2022-11-27 | chore: re-roll Detekt baselines | Harsh Shandilya | |
2022-11-27 | refactor: break out overly long method | Harsh Shandilya | |
2022-11-27 | refactor: replace branch preference value with repository-based helper | Harsh Shandilya | |
2022-11-27 | refactor: remove branch input for cloning | Harsh Shandilya | |
2022-11-27 | chore: use `asLog` extension instead of duplicating | Harsh Shandilya | |
2022-11-27 | refactor: make `ResetToRemoteOperation` actually work and use its own ↵ | Harsh Shandilya | |
`remoteBranch` input | |||
2022-11-27 | feat: add a helper to `PasswordRepository` to retrieve the current branch | Harsh Shandilya | |
2022-11-27 | feat: add `TextInputDialog` for generic text input dialogs | Harsh Shandilya | |
2022-11-27 | fix(deps): revert to Gradle 7.5.1 | Harsh Shandilya | |
I'm facing obscure compilation errors on 7.6 Revert "chore(deps): update dependency gradle to v7.6 (#2272)" This reverts commit 91cc420e0e760a2cd94b86931b72009e8a847d16. Revert "chore(deps): update dependency gradle to v7.6-rc-4 (#2267)" This reverts commit 7983fd76d52812117e6c52efe416761ed74cfedb. Revert "chore(deps): update dependency gradle to v7.6-rc-3 (#2243)" This reverts commit 2c697eac52da48fbdde9709ece29a7a8730299d2. Revert "chore(deps): update dependency gradle to v7.6-rc-2 (#2233)" This reverts commit 8ca6e510c87c57b1de9aa7261b849620d22e8aa8. Revert "feat(gradle): bump to 7.6 RC1" This reverts commit 6fdb3c2cda05173e35482c67c59f6180d48e4186. | |||
2022-11-27 | feat: remove Beagle | Harsh Shandilya | |
It breaks WhatTheStack and doesn't offer anything particularly useful | |||
2022-11-27 | chore: remove invalid links from README | Harsh Shandilya | |
2022-11-26 | fix(ci): fix snapshot deploys | Harsh Shandilya | |
2022-11-26 | fix: correctly handle default auth mode | Harsh Shandilya | |
2022-11-26 | chore(deps): upgrade pgpainless to 1.4.0-rc2 | Harsh Shandilya | |
2022-11-25 | chore(deps): update dependency gradle to v7.6 (#2272) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-11-25 | fix(build-logic): re-enable Test task state tracking | Harsh Shandilya | |
2022-11-25 | chore(ci): misc changes to snapshot deployment | Harsh Shandilya | |
2022-11-24 | chore(deps): update peter-evans/create-pull-request action to v4.2.2 (#2271) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2022-11-24 | fix(deps): update dependency org.pgpainless:pgpainless-core to v1.3.13 (#2270) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-11-23 | chore(deps): update mindsers/changelog-reader-action action to v2.2.2 (#2269) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-11-23 | fix(deps): update dependency com.google.android.material:material to ↵ | renovate[bot] | |
v1.8.0-alpha03 (#2268) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
2022-11-22 | chore(deps): update dependency gradle to v7.6-rc-4 (#2267) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |