52deb7ca5f
Revert "feat: init store module"
...
Store doesn't seem particularly useful for my needs.
This reverts commits 14007c6e8f
and 45701f414b
.
2023-08-04 00:39:53 +05:30
14007c6e8f
feat: init store module
2023-08-03 18:23:23 +05:30
3bb5dfffbe
refactor(build): migrate to Baseline Profile Gradle Plugin
2023-07-31 16:48:09 +05:30
3ad4ff1c63
fix(build): use Whetstone from Maven Central
2023-07-25 11:40:02 +05:30
13eefbba2a
chore(gradle): ensure all custom repositories are named
2023-07-17 15:43:58 +05:30
renovate[bot]
59f8577d1f
chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.6.0
2023-07-10 18:46:20 +00:00
fe752f839a
feat(build): migrate to Gradle JVM Toolchains
2023-07-01 18:21:10 +05:30
47a398f518
refactor: move metadata-extractor
to android
2023-06-05 13:24:22 +05:30
0a1913e056
feat(build): add module-graph-assert plugin
2023-06-05 10:04:41 +05:30
68db3dcda6
refactor: move coroutine-utils into core
2023-06-05 09:52:12 +05:30
3347224018
feat(database): use Requery's repackaged SQLite for databases
2023-05-31 06:09:44 +05:30
Yash-Garg
78b77fd4c1
feat: add adaptive navigation for different screen sizes
2023-05-28 13:17:55 +05:30
dfe108d13e
fix(deps): use an unreleased R8 build with verifier crash fix
2023-05-26 01:08:19 +05:30
37e6c87046
feat: move up to AGP 8.2.x
2023-05-25 22:19:58 +05:30
adfac94094
feat: add a module graph to the README
2023-04-02 23:44:54 +05:30
20a2389eb0
feat(android): set up DataStore
2023-03-14 16:19:03 +05:30
5e2c2cbdde
chore(deps): use Compose Compiler from gMaven
2023-02-09 00:02:08 +05:30
09b3bd4e74
chore(deps): update Compose Compiler to 1.4.1-dev-k1.8.10-c312d77f4cb
2023-02-04 16:41:36 +05:30
4e920328e1
fix(gradle): allow resolution of androidx.resourceinspection
...
Newer AppCompat releases depend on this
2023-01-26 10:35:11 +05:30
8dea17cbf2
chore(deps): update androidx.compose.compiler to 1.4.0
2023-01-18 14:32:52 +05:30
fdf13fd201
chore(deps): bump com.squareup:anvil to v2.4.4
2023-01-13 10:54:39 +05:30
6750eff9fa
chore(deps): upgrade to Compose 2023-01-12 alpha release
2023-01-12 02:31:00 +05:30
7b13d40797
chore(deps): upgrade to Kotlin 1.8.0
2023-01-11 17:41:04 +05:30
3e2d32e4c9
chore: refresh license headers
2023-01-11 02:40:44 +05:30
a296d2b827
sync-backend: delete
...
Realistically this will be much more enjoyable to do in Rust or Go *shudder*
so let's cut out the unused code until we can tackle the backend.
2023-01-05 21:07:07 +05:30
78960f6d4e
feat(deps): upgrade to Gradle 8.0-rc-1
2022-12-31 05:38:40 +00:00
5db4a1ee8d
sync-backend: initialize barebones module
...
This is simply an import of the project generated by start.ktor.io cleaned of
its ungodly wildcard import fetish and better integrated into our existing build
system.
2022-12-24 14:17:59 +00:00
2ec1633c51
fix(gradle): remove unnecessary repository declarations
2022-12-24 01:38:04 +05:30
f48ef0206f
fix(gradle): remove unused exclusiveContent
block
2022-12-03 20:22:54 +05:30
5a4643dc57
refactor: start consuming whetstone through Sonatype snapshots repository
...
It was much easier to set up automatic publishing than to constantly debug weird build errors from included builds
2022-11-29 03:29:06 +05:30
2a65dc4a9e
chore(deps): bump whetstone tag
2022-11-29 02:17:04 +05:30
d59a151944
fix(deps): temporarily downgrade AGP to 7.3.1
...
Let's explain the decision with the help of a table
AGP Version | Has known issues | Has Studio available
--------------|------------------|---------------------
8.0.0-alpha07 | No | No
8.0.0-alpha08 | Yes | Yes
7.3.1 | No | Yes
And thus, we settle on 7.3.1
2022-11-27 19:28:56 +05:30
86dd862469
fix: update whetstone checkout tag
...
The AGP fix needed to be pushed to whetstone as well
2022-11-21 17:03:10 +05:30
2c1fdd51f8
fix(gradle): use a tagged checkout for whetstone
2022-11-19 17:32:30 +05:30
a10ba38950
Revert "fix(gradle): change checkouts directory"
...
This reverts commit 6a8893a5aa
.
2022-11-19 17:32:06 +05:30
6a8893a5aa
fix(gradle): change checkouts directory
2022-11-14 14:30:40 +05:30
0232a4179a
refactor(di): replace Tangle with Whetstone
2022-11-14 12:59:01 +05:30
52562afbd1
feat(deps): configure Whetstone dependencies
2022-11-14 12:59:01 +05:30
b8965902ba
chore: cleanup Hilt remnant
2022-11-13 15:15:01 +05:30
4fe7c64e42
refactor(android): migrate to Anvil
...
Fixes #261
2022-11-13 13:15:53 +05:30
6a4d0c2d3a
refactor: add license headers across the board
2022-10-26 01:55:50 +05:30
80bfb34e5b
refactor(deps): switch Compose dependencies to BOM
2022-10-24 22:49:58 +05:30
54c4b01411
chore(deps): upgrade to Compose Compiler 1.3.2
2022-10-05 00:08:50 +05:30
245130ef20
chore(deps): bump sqldelight to 2.0.0-alpha04
2022-10-04 12:36:43 +05:30
8e7a625750
chore(deps): upgrade to Kotlin 1.7.20
2022-09-30 12:14:38 +05:30
2999603d16
refactor(gradle): explicitly list out all AndroidX dependency groups
2022-09-30 12:14:38 +05:30
91c8033d71
feat(android): migrate to NAPT
2022-09-29 12:07:11 +05:30
4db02f4f93
refactor(common): remove Aurora SVG transcoder plugin for now
...
The snapshot repository that needs to be added for this
has been a constant thorn in the side with CC invalidation
and Renovate trying to resolve _every_ dependency from
the snapshots repo
2022-09-18 19:13:47 +05:30
1db2f3256d
coroutine-utils: init
2022-09-09 12:59:31 +05:30
319838c737
metadata-extractor: init
2022-08-19 23:20:44 +05:30