Commit graph

611 commits

Author SHA1 Message Date
c64e1c8f38
android: consistently use outlined icons 2022-04-24 21:04:20 +05:30
renovate[bot]
c06c325230
chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.5.0 (#315)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-04-23 07:48:40 +00:00
bfdb86d2e5
common: switch to generating icons code at build-time 2022-04-23 13:12:09 +05:30
d4f09b98e4
android: update manifest to properly support deeplinks 2022-04-22 21:19:52 +05:30
08e97807dd
android: add entry for newest posts 2022-04-22 20:38:14 +05:30
132898e3ca
common: add icon for new posts 2022-04-22 20:38:14 +05:30
ea2ebf0393
android: merge redundant composables 2022-04-22 20:38:14 +05:30
0a1634bb83
all: migrate from drawables to generated ImageVectors 2022-04-22 20:38:14 +05:30
67389c8acd
renovate: exclude AGP from Renovate updates 2022-04-22 20:38:14 +05:30
3be6e2552f
gradle: downgrade AGP to 7.0.x again 2022-04-22 20:38:13 +05:30
844082aed9
Switch back to Kotlin 1.6.10
The IDE breakage is simply not worth this
2022-04-22 19:56:26 +05:30
Renovate Bot
fc7f959342
chore(deps): update org.jetbrains.kotlin to v1.6.21 2022-04-21 18:43:49 +00:00
renovate[bot]
afc3ee5471
chore(deps): update org.jetbrains.kotlin to v1.6.20 (#312)
* chore(deps): update org.jetbrains.kotlin to v1.6.20

* gradle: fix warnings from Kotlin 1.6.20 upgrade

* Switch to Compose 0.0.0-master-dev673

JetBrains why are you like this

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2022-04-22 00:13:26 +05:30
Renovate Bot
2dcb42088c
chore(deps): update actions/checkout action to v3.0.2 2022-04-21 15:11:17 +00:00
f30c4a32aa
gradle: bump AndroidX and Accompanist 2022-04-20 23:15:53 +05:30
Renovate Bot
30cef8980d
chore(deps): update actions/checkout action to v3.0.1 2022-04-14 20:54:27 +00:00
584c1e5e5c
common: remove unnecessary SVG resources
Compose Desktop can actually parse Android Vector Drawables just
fine, provided they do not reference external resources like
theme attributes or colors which our drawables do not.
2022-04-14 21:10:55 +05:30
0cb1124640
android: show a sticky header in saved posts 2022-04-14 21:08:16 +05:30
66718d447a
android: sort saved posts by creation time 2022-04-14 18:30:15 +05:30
d3c471168b
build-logic: raise min SDK to 26 2022-04-14 18:16:23 +05:30
9cb5dd26a5
nix: switch to manually composing the SDK 2022-04-14 16:05:23 +05:30
45e6684f9c
nix: add shell config 2022-04-14 15:53:48 +05:30
e751361b1d
database: inline TagsAdapter construction 2022-04-14 15:12:24 +05:30
f7cf5720a7
Migrate to SQLDelight 2.0.0-alpha02 2022-04-14 12:25:14 +05:30
Renovate Bot
3ca9dc37d7
chore(deps): update dependency io.coil-kt:coil-compose to v2.0.0-rc03 2022-04-11 22:11:51 +00:00
Renovate Bot
674b3c2c29
chore(deps): update actions/setup-java action to v3.1.1 2022-04-11 14:35:13 +00:00
83d64ecea9
gradle: resolve noisy build warnings 2022-04-10 00:59:35 +05:30
Renovate Bot
d12b902ca7
chore(deps): update dependency com.android.tools:r8 to v3.3.28 2022-04-08 12:52:45 +00:00
d695af0090
github: update README feature graphic
I will continue obsessing over this forever
2022-04-08 02:59:52 +05:30
Renovate Bot
3914e8d2cf
chore(deps): update dependency com.android.tools.build:gradle to v7.1.3 2022-04-07 17:57:50 +00:00
cf0a20b373
README: add screenshots 2022-04-07 19:45:16 +05:30
72a680e363
desktop: fix missing dispatcher error 2022-04-07 17:50:34 +05:30
7604b776b3
common: catch errors when opening URLs 2022-04-07 17:50:34 +05:30
Renovate Bot
944b220905
chore(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.4.2 2022-04-07 02:43:32 +00:00
Renovate Bot
d5cce530ff
chore(deps): update dependency androidx.work:work-runtime-ktx to v2.8.0-alpha02 2022-04-06 23:30:17 +00:00
Renovate Bot
6b28a082e6
chore(deps): update dependency androidx.navigation:navigation-compose to v2.5.0-alpha04 2022-04-06 20:40:13 +00:00
Renovate Bot
10c6f4dfff
chore(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-compose to v2.5.0-alpha06 2022-04-06 17:53:34 +00:00
91ed81460c
common: make LobstersTheme's providedValue parameter an array
`vararg` confuses poor Android Studio
2022-04-06 12:51:55 +05:30
65e9463ca5
android: import app_name string from common 2022-04-06 12:51:48 +05:30
fe1163be51
android: allow existing scheduled work to be replaced
Without this we end up in situations where changes to constraints
are not propagated immediately because of pre-scheduled work that
is retained until it has run.
2022-04-06 12:51:47 +05:30
325aca2760
android: make SavedPostUpdater more parallel 2022-04-06 12:51:47 +05:30
27a8d16487
android: use WorkManager to update saved posts periodically 2022-04-06 00:02:16 +05:30
f05a90e281
renovate: remove AGP exclusion rule 2022-04-05 22:24:56 +05:30
Renovate Bot
355ac27dff
chore(deps): update dependency com.android.tools.build:gradle to v7.1.2 2022-04-05 15:35:12 +00:00
3097eaf82f
gradle: migrate to build-logic 2022-04-05 19:29:49 +05:30
4cef244d71
build: improve compatibility with Android Studio 2022-04-05 17:09:38 +05:30
Renovate Bot
22a8925cf0
chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.1 2022-04-04 19:13:26 +00:00
Renovate Bot
c63fa4082a
chore(deps): update actions/setup-java action to v3.1.0 2022-04-01 10:09:46 +00:00
Renovate Bot
ae68a53882
chore(deps): update dependency gradle to v7.4.2 2022-03-31 17:20:27 +00:00
Renovate Bot
73820370ac
chore(deps): update plugin spotless to v6.4.1 2022-03-30 10:49:47 +00:00