Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-10 | fix(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to ↵ | renovate[bot] | |
v0.22.0 (#2121) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2022-09-08 | fix(deps): update dependency androidx.compose.compiler:compiler to v1.3.1 ↵ | renovate[bot] | |
(#2114) * fix(deps): update dependency androidx.compose.compiler:compiler to v1.3.1 * Remove Compose Compiler version check suppression Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2022-09-02 | Upgrade ktfmt and setup automatic updates (#2103) | Harsh Shandilya | |
2022-07-24 | Fix some StrictMode violations and start logging them (#2031) | Harsh Shandilya | |
2022-07-20 | Compile against SDK 33 (#2023) | Harsh Shandilya | |
* Compile against SDK 33 * autofill-parser: fix warnings for SDK 33 upgrade * app: fix warnings for SDK 33 upgrade * Mark all clipboard content as sensitive from crypto activities * Skip Snackbar on Android 13 and above * detekt: raise `TooManyFunctions` limit to 15 | |||
2022-07-17 | gradle: add `detekt` as a dependency to the `check` task | Harsh Shandilya | |
2022-07-17 | detekt: init | Harsh Shandilya | |
2022-07-15 | all: re-do package structure yet again | Harsh Shandilya | |
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 | gradle: bump all versions | Harsh Shandilya | |
2022-07-07 | build-logic: introduce versions plugin | Harsh Shandilya | |
2022-06-20 | build-logic: switch to full publish plugin | Harsh Shandilya | |
2022-06-16 | Fix Crowdin GitHub Actions job (#1961) | Harsh Shandilya | |
* github: turn off configuration cache for Crowdin job * gradle: bump ktfmt | |||
2022-06-12 | build-logic: rework implementation details of versioning plugin | Harsh Shandilya | |
2022-06-12 | build-logic: rewrite version overrides to edit the version catalog | Harsh Shandilya | |
2022-06-09 | Upgrade ktfmt (#1942) | Harsh Shandilya | |
* build-logic: upgrade ktfmt * all: reformat | |||
2022-06-05 | kotlin-plugins: convert to full plugins | Harsh Shandilya | |
2022-06-05 | automation-plugins: convert to full plugins | Harsh Shandilya | |
2022-06-05 | android-plugins: convert to full plugins | Harsh Shandilya | |
2022-06-04 | Miscellaneous cleanups (#1934) | Harsh Shandilya | |
* build-logic: cleanups * coroutine-utils-testing: cleanups * coroutine-utils: cleanups * crypto-common: cleanups * crypto-pgpainless: cleanups * format-common: cleanups | |||
2022-06-02 | chore(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to ↵ | renovate[bot] | |
v0.20.0 (#1932) * chore(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to v0.20.0 * Simplify maven-publish configuration Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2022-05-27 | Simplify BouncyCastle workaround and upgrade Fragment (#1926) | Harsh Shandilya | |
* Simplify bouncycastle workaround * Upgrade fragment-ktx to 1.5.x | |||
2022-05-26 | Disable sentry autoinstall (#1925) | Harsh Shandilya | |
2022-05-26 | gradle: bump dependencies (#1924) | Harsh Shandilya | |
2022-05-25 | Instate shadow jobs (#1923) | Harsh Shandilya | |
2022-05-19 | Upgrade to AGP 7.2.0 (#1920) | Harsh Shandilya | |
2022-05-09 | Tighten down dependency resolution (#1903) | Harsh Shandilya | |
2022-05-05 | Upgrade to ktfmt 0.37 (#1897) | Harsh Shandilya | |
2022-05-02 | Misc cleanups (#1891) | Harsh Shandilya | |
2022-04-27 | crypto-pgpainless: prepare for error handling (#1877) | Harsh Shandilya | |
2022-04-26 | build-logic: remove explicit Dokka dependency (#1873) | Harsh Shandilya | |
2022-04-25 | Allow sentry mapping upload task to be configured at build-time (#1870) | Harsh Shandilya | |
2022-04-25 | all: reformat with ktfmt 0.36 | Harsh Shandilya | |
2022-04-25 | build-logic: upgrade ktfmt | Harsh Shandilya | |
2022-04-24 | Reorganize crypto-common code and fix a couple minor bugs (#1868) | Harsh Shandilya | |
2022-04-21 | Remove support for external storage and raise target SDK to 31 (#1863) | Harsh Shandilya | |
2022-04-09 | chore(deps): update dependency org.pgpainless:pgpainless-core to v1.2.0 (#1832) | renovate[bot] | |
* chore(deps): update dependency org.pgpainless:pgpainless-core to v1.2.0 * gradle: bump bouncycastle to 1.71 * Transparently update older BC versions Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
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-24 | Bump ktfmt to 0.35 (#1797) | Harsh Shandilya | |
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-03-08 | build-logic: rename copy files to destination rather than move (#1773) | Harsh Shandilya | |
2022-02-26 | chore(deps): update dependency com.vanniktech:gradle-maven-publish-plugin to ↵ | renovate[bot] | |
v0.19.0 (#1756) Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2022-02-26 | Upgrade ktfmt to 0.33 (#1753) | Harsh Shandilya | |
* build: upgrade ktfmt to 0.33 * all: reformat with ktfmt 0.33 | |||
2022-02-23 | Use explicit Gradle tasks to handle build artifact collection (#1745) | Harsh Shandilya | |
2022-02-22 | Expand tests for multiple identity keys (#1743) | Harsh Shandilya | |
2022-02-20 | Introduce Sentry for error reporting (#1737) | Harsh Shandilya | |
2022-02-17 | Turn on Configuration Cache (#1733) | Harsh Shandilya | |
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> |