Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-10 | fix: temporarily disable pre-launch biometric auth (#2803) | Harsh Shandilya | |
* fix: temporarily disable pre-launch biometric auth Completely broken right now and prevents users from opening the app. Updates #2802 * fix: disable UnusedResources lint | |||
2023-11-28 | feat: remove WhatTheStack | Harsh Shandilya | |
This is pretty unmaintained | |||
2023-11-28 | refactor(build): use typed catalog in build-logic | Harsh Shandilya | |
2023-11-26 | fix(build): address `enableAndroidTest` deprecation | Harsh Shandilya | |
2023-11-01 | fix(build): disable `TrulyRandom` lint | Harsh Shandilya | |
2023-11-01 | fix(build): lower JVM compilation target to 17 | Harsh Shandilya | |
Lint does not understand Java 20 classes yet | |||
2023-09-08 | fix(deps): update dependency com.slack.lint:slack-lint-checks to v0.5.0 (#2679) | renovate[bot] | |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-09-04 | fix(deps): update dependency com.hierynomus:sshj to v0.36.0 (#2670) | renovate[bot] | |
* fix(deps): update dependency com.hierynomus:sshj to v0.36.0 * refactor(build): drop unnecessary explicit dependency * chore(idea): cruft * fix(app): ensure SLF4J v1 is used * fix(build): disable illegal BindsCanBeExtensionFunction lint * chore: refresh Lint baselines --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Harsh Shandilya <me@msfjarvis.dev> | |||
2023-08-26 | chore(build): require a Java 20 host | Harsh Shandilya | |
2023-07-22 | fix(build): only enable `-Werror` in CI | Harsh Shandilya | |
2023-07-12 | feat(build): target API 34 | Harsh Shandilya | |
2023-07-12 | refactor(build): move dependency updates to a `Settings` plugin | Harsh Shandilya | |
2023-07-07 | fix(build): only suppress compat check for Compose Compiler when required | Harsh Shandilya | |
2023-07-06 | refactor(build): cleanup ktfmt code | Harsh Shandilya | |
2023-07-06 | fix(build): adjust ktfmt path filtering to allow formatting build.gradle.kts ↵ | Harsh Shandilya | |
files | |||
2023-07-06 | feat(build): automatically handle Compose Compiler compatibility override | Harsh Shandilya | |
2023-07-01 | fix(build): remove useless Java configuration for Gradle Toolchains | Harsh Shandilya | |
2023-07-01 | fix(build): remove JVM vendor preference | Harsh Shandilya | |
2023-06-28 | fix(build): update `publicsuffix.org` pinned cert chain | Harsh Shandilya | |
2023-06-15 | feat: adopt Kotlin 1.9 Enum entries feature | Harsh Shandilya | |
2023-06-15 | fix(build): add default value for Sentry DSN | Harsh Shandilya | |
2023-06-06 | fix(build): use base plugin for publishing | Harsh Shandilya | |
2023-06-06 | fix(build): fully disable Sentry ProGuard by default | Harsh Shandilya | |
2023-06-04 | feat: add `slack-lint-checks` | Harsh Shandilya | |
2023-05-24 | feat(build): use JVM toolchains to enforce Java 17 usage | Harsh Shandilya | |
This simplifies project setup in both CI and for individual contributors | |||
2023-05-20 | feat(build): move to AGP 8.2.x | Harsh Shandilya | |
2023-05-16 | feat(build): raise target bytecode to Java 17 | Harsh Shandilya | |
2023-05-12 | feat: raise min SDK to 26 | Harsh Shandilya | |
Autofill is only available on API 26 and above and I do not want to deal with bugs on these older Android releases. | |||
2023-05-06 | feat(build): raise Kotlin target to match version | Harsh Shandilya | |
2023-04-27 | fix(build): implement certificate pinning | Harsh Shandilya | |
2023-04-27 | feat(build): add Slack's Compose Lints | Harsh Shandilya | |
2023-04-27 | feat(build): remove Detekt | Harsh Shandilya | |
This no longer adds value for me and instead results in unnecessary bikeshedding. | |||
2023-04-27 | refactor(build): introduce a standalone plugin for Kotlin JVM libraries | Harsh Shandilya | |
2023-04-27 | refactor(build): remove `kotlin-library` plugin from Android modules | Harsh Shandilya | |
2023-04-27 | refactor(build): commonize Lint config | Harsh Shandilya | |
2023-04-25 | fix(build): simplify Kotlin JVM target handling | Harsh Shandilya | |
2023-04-23 | chore(build): misc cleanups to application and dependency updates plugins | Harsh Shandilya | |
2023-04-23 | fix(build): switch kotlin-library plugin to `compilerOptions` DSL | Harsh Shandilya | |
2023-04-23 | fix(build): do not apply Android plugin in kapt plugin | Harsh Shandilya | |
2023-04-23 | chore(build): simplify library release signing setup | Harsh Shandilya | |
2023-04-10 | feat(deps): migrate to Kotlin 1.8.20 | Harsh Shandilya | |
2023-03-26 | feat(build): migrate to Crowdin V2 API | Harsh Shandilya | |
2023-03-21 | refactor(build): wire up CC-compatible task dependencies for Crowdin | Harsh Shandilya | |
2023-03-21 | feat(build): pull out Crowdin tasks to their own classes | Harsh Shandilya | |
2023-03-04 | refactor: use worker API for `KtfmtFormatTask` | Harsh Shandilya | |
2023-03-01 | feat(build): configure Lint baselines for all compatible projects | Harsh Shandilya | |
2023-01-05 | fix: remove deprecated API | Harsh Shandilya | |
2023-01-03 | Revert "Revert "fix: disable Sentry dependency report"" | Harsh Shandilya | |
This reverts commit 5cccd535aec307d2b55a51091f0119a5055407db. | |||
2022-12-29 | Revert "fix: disable Sentry dependency report" | Harsh Shandilya | |
This reverts commit 5c35acdfbcffdacb2e35b51dcbd8e279db44c5ae. | |||
2022-12-29 | feat(gradle): bump to 8.0 RC1 | Harsh Shandilya | |