Commit graph

173 commits

Author SHA1 Message Date
Harsh Shandilya
1ae6cc4c8f fix: remove useless Lint suppression 2024-07-30 17:39:28 +05:30
Harsh Shandilya
b596930ec5 fix(deps): update ktfmt to 0.51 2024-06-14 20:34:09 +05:30
Harsh Shandilya
c980c898de chore: reformat with trailing commas changes 2024-05-28 15:11:50 +05:30
Harsh Shandilya
de6cdfee0e fix(build): automatically manage trailing commas in ktfmt 2024-05-28 15:11:21 +05:30
renovate[bot]
8bae8dfe25
fix(deps): update kotlin and compose to v2 (major) (#3064)
* fix(deps): update kotlin and compose to v2

* fix(build): switch to Kotlin Compose Compiler

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2024-05-22 07:12:27 +00:00
renovate[bot]
6d6a27e184
fix(deps): update kotlin and compose to v1.9.24 (#3043)
* fix(deps): update kotlin and compose to v1.9.24

* fix(deps): upgrade Compose Compiler to 1.5.14-dev-k1.9.24-50022def4af

* fix(build): enable Compose strong skipping

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2024-05-08 22:51:35 +00:00
Harsh Shandilya
4852adfe2e fix(deps): upgrade everything to unstable tracks 2024-03-22 00:43:04 +05:30
Harsh Shandilya
b05c71fc35 feat(build): add back dependency updates plugin 2024-03-22 00:43:04 +05:30
Harsh Shandilya
93ee16df38 refactor(build): migrate to java-semver 2024-03-22 00:43:04 +05:30
Harsh Shandilya
cd0a638106 fix(deps): go back to AGP 8.3.x 2024-02-24 01:30:53 +05:30
Harsh Shandilya
e332626857 fix(build): disable ObsoleteLintCustomCheck lint 2024-01-25 01:08:03 +05:30
Harsh Shandilya
6d4acac53f feat(build): remove dependency updates plugin
Renovate handles this for us
2024-01-22 00:22:34 +05:30
renovate[bot]
b8ec01ad61
chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.8.0 (#2856)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 18:36:14 +00:00
Harsh Shandilya
e58151e971
fix(build): tweak repository settings 2024-01-08 23:24:09 +05:30
Harsh Shandilya
600e20824e
refactor(build): simplify repository declarations 2023-12-17 14:42:40 +05:30
Harsh Shandilya
ab87e9c4ac
fix(build): temporarily downgrade AGP to stable track
Fixes #2820
2023-12-16 21:34:40 +05:30
Harsh Shandilya
45ffa171ca
fix(build): disable all version update lints 2023-12-15 18:56:56 +05:30
Harsh Shandilya
a04d6fa9f4
fix: temporarily disable pre-launch biometric auth (#2803)
* 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-12-10 22:55:25 +05:30
Harsh Shandilya
2de636c31b
feat: remove WhatTheStack
This is pretty unmaintained
2023-11-28 11:56:49 +05:30
Harsh Shandilya
f3bc261f37
refactor(build): use typed catalog in build-logic 2023-11-28 11:49:47 +05:30
Harsh Shandilya
912b609ac8
fix(build): address enableAndroidTest deprecation 2023-11-26 21:39:40 +05:30
Harsh Shandilya
1b0d16a604
fix(build): disable TrulyRandom lint 2023-11-01 00:55:19 +05:30
Harsh Shandilya
5e711ad8ae
fix(build): lower JVM compilation target to 17
Lint does not understand Java 20 classes yet
2023-11-01 00:53:57 +05:30
renovate[bot]
2655cad1e3
fix(deps): update dependency com.slack.lint:slack-lint-checks to v0.5.0 (#2679)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2023-09-08 20:19:42 +00:00
renovate[bot]
1da4c42220
fix(deps): update dependency com.hierynomus:sshj to v0.36.0 (#2670)
* 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-09-04 18:50:19 +00:00
Harsh Shandilya
0b500f6940
chore(build): require a Java 20 host 2023-08-26 20:57:12 +05:30
renovate[bot]
11a97a7bc5
chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.7.0 (#2652)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-17 19:12:09 +05:30
Harsh Shandilya
1581d2e00c fix(build): only enable -Werror in CI 2023-07-22 15:46:32 +05:30
Harsh Shandilya
8855190d7c
fix(build): properly resolve JavaPoet version resolution issue 2023-07-12 16:22:27 +05:30
Harsh Shandilya
bfd51efca4
feat(build): target API 34 2023-07-12 16:22:27 +05:30
Harsh Shandilya
ae9f56e965
refactor(build): move dependency updates to a Settings plugin 2023-07-12 16:22:27 +05:30
renovate[bot]
e973dc53ca
chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.6.0 (#2597)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-10 22:37:05 +00:00
Harsh Shandilya
884dd5dee9
fix(build): only suppress compat check for Compose Compiler when required 2023-07-07 12:08:50 +05:30
Harsh Shandilya
c9a2bd4e40
refactor(build): cleanup ktfmt code 2023-07-06 13:05:26 +05:30
Harsh Shandilya
f583939635
fix(build): adjust ktfmt path filtering to allow formatting build.gradle.kts files 2023-07-06 13:02:17 +05:30
Harsh Shandilya
214140d7d1
feat(build): automatically handle Compose Compiler compatibility override 2023-07-06 12:36:55 +05:30
Harsh Shandilya
cc5ea6a456
fix(build): remove useless Java configuration for Gradle Toolchains 2023-07-01 03:50:24 +05:30
Harsh Shandilya
03aaeab737
fix(build): remove JVM vendor preference 2023-07-01 02:59:54 +05:30
Harsh Shandilya
0f8192e38e
fix(build): update publicsuffix.org pinned cert chain 2023-06-28 01:29:34 +05:30
Harsh Shandilya
e875047899
feat: adopt Kotlin 1.9 Enum entries feature 2023-06-15 16:53:21 +05:30
Harsh Shandilya
a00bd046b6
chore: rename TOML keys for coroutines deps 2023-06-15 13:58:31 +05:30
Harsh Shandilya
e4b6c89cc6
fix(build): add default value for Sentry DSN 2023-06-15 13:46:04 +05:30
Harsh Shandilya
ce3cb5fe46
fix(build): use base plugin for publishing 2023-06-06 18:21:45 +05:30
Harsh Shandilya
08ded391c4
fix(build): fully disable Sentry ProGuard by default 2023-06-06 14:47:52 +05:30
Harsh Shandilya
53476f612b
feat: add slack-lint-checks 2023-06-04 01:52:57 +05:30
Harsh Shandilya
bd464556b6
feat(build): use JVM toolchains to enforce Java 17 usage
This simplifies project setup in both CI and for individual contributors
2023-05-24 01:53:12 +05:30
Harsh Shandilya
6b8ca1601d
feat(build): move to AGP 8.2.x 2023-05-20 23:50:39 +05:30
Harsh Shandilya
72696ae557
feat(build): raise target bytecode to Java 17 2023-05-16 15:54:35 +05:30
Harsh Shandilya
ec696c1d8d
feat: raise min SDK to 26
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-12 20:28:36 +05:30
Harsh Shandilya
ff0b489dd9
feat(build): raise Kotlin target to match version 2023-05-06 01:58:43 +05:30