Commit graph

72 commits

Author SHA1 Message Date
91c8033d71
feat(android): migrate to NAPT 2022-09-29 12:07:11 +05:30
21b5f3e4f3
refactor: remove kotlinx-datetime dependency 2022-09-28 20:19:49 +05:30
8ced9d61d0
feat(android): switch to versioning plugin 2022-09-10 16:42:40 +05:30
59b35a9255
refactor(android): switch to DispatcherProvider 2022-09-09 12:59:31 +05:30
f3520834f3
android: downgrade Lint noise 2022-08-20 00:09:20 +05:30
23298dd0f5
all: introduce and migrate to ExtendedPostDetails 2022-08-19 23:20:45 +05:30
bf94d1fbe5
all: disable Paparazzi tests and fix lint issues 2022-08-11 00:12:54 +05:30
ff19b36a9d
all: finalize migration 2022-08-02 23:54:28 +05:30
55735ea921
Revert "gradle: add Dependency Guard plugin"
This reverts commit 6f1d91cc81.
2022-07-19 17:35:58 +05:30
6f1d91cc81
gradle: add Dependency Guard plugin 2022-07-12 23:10:11 +05:30
0a6d025f5a
android: set explicit compiler version 2022-07-09 22:52:56 +05:30
bf4ddeda0a
android: rework injection setup 2022-07-03 21:50:50 +05:30
4d78a41e49
all: sort and reorganize dependencies 2022-07-03 21:42:02 +05:30
b282e47213
all: reorganize some composables 2022-06-27 23:56:19 +05:30
356da53afb
all: cleanup gradle config 2022-06-24 22:09:15 +05:30
a66a915e16
benchmark: init 2022-06-24 17:38:45 +05:30
f81b7cefbd
android: remove unused core dependency 2022-06-19 18:24:41 +05:30
ffb3746bc7
android: remove unused appcompat dependency 2022-06-19 18:22:22 +05:30
1d58ac3acd
all: migrate namespaces to Gradle 2022-05-26 07:59:24 +05:30
ce7e68fd49
android: remove unnecessary dependency resolution hack 2022-05-16 18:04:24 +05:30
Rahul Krishna
642484a9a9
android: use AsyncImage for images
* Coil recommends using clip instead of CircleCropTransformation for compose.
* Enable crossfade by default
* Allow caching images
* Run spotlessApply

Closes #320

Signed-off-by: Rahul Krishna <Rahulkrishna585@gmail.com>
2022-05-07 14:25:54 +05:30
3e028e8852
android: switch to material-motion-compose 2022-05-03 23:15:56 +05:30
27a8d16487
android: use WorkManager to update saved posts periodically 2022-04-06 00:02:16 +05:30
3097eaf82f
gradle: migrate to build-logic 2022-04-05 19:29:49 +05:30
9f7a5446f8
android: migrate away from Accompanist Insets 2022-03-29 11:43:01 +05:30
0eba1e26fb
gradle: migrate plugin dependencies to version catalogs
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2022-03-25 15:04:38 +05:30
a7897e4875
all: add missing dependencies on coroutines
Prevents incorrect transitive dependency resolution rules from breaking build
2022-03-15 16:02:45 +05:30
78771c86bf
android: add task to collect APKs 2022-03-09 01:23:29 +05:30
91d97e0696
gradle: sync property set with APS 2022-03-09 01:23:28 +05:30
72d7297818
all: migrate to M3 2021-12-30 11:18:07 +05:30
fddfbaf089
gradle: commonise JetBrains Compose version 2021-11-30 15:55:11 +05:30
51f8962623
Update dependencies 2021-11-26 16:17:24 +05:30
7cc7759205
build: update Compose, AppCompat and Accompanist 2021-11-20 18:56:10 +05:30
6daf60bc9e
build: upgrade Compose, Aurora and Coil 2021-11-16 17:54:07 +05:30
a99ba91f23
build: upgrade JB Compose and Aurora 2021-11-10 11:55:14 +05:30
4971606709
build: upgrade all dependencies 2021-11-04 12:10:58 +05:30
9d20916a99
build: upgrade all dependencies 2021-10-28 02:22:41 +05:30
b3588e97e7
all: move Markdown rendering to common module 2021-10-25 01:15:56 +05:30
fdcac07295
build: upgrade Compose and Aurora 2021-10-24 11:19:26 +05:30
4fd13859b3
all: upgrade JetBrains Compose 2021-10-21 10:01:05 +05:30
2bee2352a5
all: update to build398 2021-10-14 08:21:45 +05:30
497ad78ca5
android: add splashscreen 2021-10-09 20:40:50 +05:30
87e9c218a2
android: switch to MikePenz' Markdown renderer 2021-10-06 10:53:27 +05:30
5749b98b23
common: delegate comment parsing to platforms 2021-10-06 10:53:26 +05:30
e85e25aa50
android: integrate AndroidX Navigation 2021-10-06 10:53:19 +05:30
096d2882e2
all: refactor model classes and serialization
- Move model classes to a standalone `model` Gradle module
- Migrate from Moshi to kotlinx.serialization for multiplatform support
2021-09-30 13:20:08 +05:30
fde4e01697
build: upgrade all dependencies 2021-09-30 11:47:58 +05:30
86e659a180
android: integrate database 2021-09-27 21:37:59 +05:30
3b2367273b
android: add swipe refresh 2021-09-25 18:36:30 +05:30
8e96225a9d
android: move Pager into a ViewModel 2021-09-25 18:13:42 +05:30