Commit graph

119 commits

Author SHA1 Message Date
3fe304dedd
common: don't hardcode circle clip in NetworkImage 2022-08-19 23:53:58 +05:30
a3520c818b
common: integrate LinkMetadata 2022-08-19 23:40:18 +05:30
23298dd0f5
all: introduce and migrate to ExtendedPostDetails 2022-08-19 23:20:45 +05:30
8d7a2df73d
common: switch to Material3 Divider 2022-08-10 23:32:40 +05:30
cfacabefdb
gradle: bump all dependencies 2022-08-10 23:32:40 +05:30
295fbc0043
Revert "Revert "common: fix Paparazzi tests""
This reverts commit 23546db192.
2022-08-10 22:47:37 +05:30
23546db192
Revert "common: fix Paparazzi tests"
This reverts commit 907d044b41.
2022-08-07 16:18:17 +05:30
907d044b41
common: fix Paparazzi tests 2022-08-06 02:30:34 +05:30
492219e3a8
common: use upstream ColorScheme#surfaceColorAtElevation 2022-08-03 00:27:33 +05:30
cbdfa67d07
paparazzi-tests: move to common module 2022-08-02 23:54:12 +05:30
ab2713154f
common: migrate to Android-only 2022-08-02 23:45:48 +05:30
47a00ad61a
gradle: add AndroidX Compose dependencies 2022-08-02 23:31:19 +05:30
62e6bf9866 common: remove crossfade parameter from KamelImage 2022-08-02 02:22:33 +00:00
1547760492 common: resolve duplicate content roots warning 2022-08-02 02:14:25 +00:00
22dc11d641
common: consistently use named font weights 2022-07-10 20:01:45 +05:30
3f53b86e88
common: add horizontal padding to UserProfile 2022-07-03 23:16:18 +05:30
Rahul Krishna
4a048e8ff0
android: Render filled icon for selected bottom nav icon (#326)
Signed-off-by: Rahul Krishna <Rahulkrishna585@gmail.com>
2022-07-03 01:20:15 +05:30
9535242238
common: fix LobstersCard height 2022-06-29 23:31:41 +05:30
b282e47213
all: reorganize some composables 2022-06-27 23:56:19 +05:30
5fd3ec436a
common: render UserProfile text as Markdown
Fixes #324
2022-06-24 17:08:46 +05:30
1d02f56025
common: replace material with material3 where possible 2022-06-19 17:54:43 +05:30
5cc0315bfb
common: switch to richtext-ui-material3 2022-06-19 17:45:25 +05:30
29d63a879e
build-logic: rewrite everything to use full Gradle plugins 2022-06-10 13:20:42 +05:30
1d58ac3acd
all: migrate namespaces to Gradle 2022-05-26 07:59:24 +05:30
9ee2a39323
common: setup click handlers for deeplinks 2022-05-10 14:41:41 +05:30
50b4e8bf8c
common: flesh out UserProfile 2022-05-10 14:41:40 +05:30
74a7e0428d
common: add NetworkError composable 2022-05-10 14:41:40 +05:30
5b024c8d6e
common: add UserProfile composable and integrate navigation 2022-05-10 14:41:40 +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
623e5d0144
common: extract ProgressBar composable 2022-05-07 14:23:52 +05:30
9b9e924475
all: migrate logging to Napier 2022-05-03 22:49:49 +05:30
5429b66fa3
common: remove custom TransitionSpec from comments animation 2022-04-24 21:04:21 +05:30
bfdb86d2e5
common: switch to generating icons code at build-time 2022-04-23 13:12:09 +05:30
132898e3ca
common: add icon for new posts 2022-04-22 20:38:14 +05:30
0a1634bb83
all: migrate from drawables to generated ImageVectors 2022-04-22 20:38:14 +05:30
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
7604b776b3
common: catch errors when opening URLs 2022-04-07 17:50:34 +05:30
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
f6e3b6c540
common: allow collapsing comments
In the future this should collapse entire trees of comments
2022-03-08 17:31:07 +05:30
c556f26d77
android: move comments URL hackery to the right location 2022-03-02 13:40:57 +05:30
a58c30ea6b
android: port deeplinks from develop branch
Fixes #306

Co-Authored-By: Aditya Wasan <adityawasan55@gmail.com>
2022-03-02 00:52:13 +05:30
35d062cbec
all: add trailing commas wherever missing 2022-02-28 21:32:20 +05:30
Sasikanth Miriyampalli
21ced135b6
Update comments page UI (#305) 2022-02-28 15:44:49 +00:00
3215dd77d1
common: add a comment count badge 2022-02-28 17:47:56 +05:30
Sasikanth Miriyampalli
01a2bbc55d
Align post action icons properly in LobstersCard (#300) 2022-02-20 16:26:11 +05:30
Sasikanth Miriyampalli
34393ef2dc
Add Divider composable in common module (#298) 2022-02-20 15:57:01 +05:30
Sasikanth Miriyampalli
0db4e48613
Update LobstersCard UI (#296) 2022-02-20 09:53:26 +00:00
Sasikanth Miriyampalli
88d57f63dd
Add support for comment count in API responses and DB table (#295) 2022-02-20 06:02:32 +00:00
adbda57652
common: use the boolean operator 2022-02-14 17:32:45 +05:30