Commit graph

3461 commits

Author SHA1 Message Date
8947c3a3bc refactor: make CommentNode#toString non-recursive 2025-06-02 21:40:46 +05:30
renovate[bot]
16cc116b00
fix(deps): update haze to v1.6.3 2025-06-01 09:32:16 +00:00
7c9f833ade refactor: pull down comments stuff into common 2025-06-01 14:40:43 +05:30
0d47787a73 refactor: remove unused method 2025-06-01 13:49:30 +05:30
8c4b2f2b9b refactor: move comment expand/collapse flow to a button 2025-06-01 13:36:04 +05:30
renovate[bot]
18dd1d8255
fix(deps): update agp to v8.12.0-alpha03 2025-05-29 23:07:15 +00:00
renovate[bot]
988f360a14
fix(deps): update dependency com.github.requery:sqlite-android to v3.49.0 2025-05-29 20:07:18 +00:00
b6169ca5ca fix: add extra offset to comment counts when required 2025-05-30 00:47:28 +05:30
30d035baa2 fix: restore navigation rail
Fixes #834
2025-05-30 00:06:22 +05:30
bebbe4f82c fix: key ViewModels to prevent incorrect re-use 2025-05-29 23:45:37 +05:30
renovate[bot]
931684f76b
chore(deps): update plugin dependencyanalysis to v2.18.0 2025-05-28 22:19:58 +00:00
renovate[bot]
843b610018
fix(deps): update dependency io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v5.7.0 2025-05-28 14:31:25 +00:00
renovate[bot]
26d78eb26b
chore(deps): update gradle/actions digest to 8379f6a 2025-05-28 09:00:03 +00:00
renovate[bot]
e669a22d90
fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.0.4 2025-05-27 22:45:06 +00:00
renovate[bot]
b4d3b60764
fix(deps): update sentry to v8.13.2 2025-05-27 18:15:14 +00:00
renovate[bot]
05538cc3c6
chore(deps): update plugin com.gradle.develocity to v4.0.2 2025-05-27 16:44:41 +00:00
renovate[bot]
4bb36e4930
fix(deps): update sentry to v8.13.1 2025-05-26 19:33:16 +00:00
eccdb91c82 fix: disable InvalidPackage lint 2025-05-26 19:36:06 +05:30
0aaac90e63 chore: refresh Lint baseline 2025-05-26 19:16:12 +05:30
bcac86d187 refactor: hoist state out of comments page 2025-05-26 19:14:23 +05:30
0d3c08c10a refactor: hoist state out of UserProfile
Solves the issue of every pop of the backstack causing data to be re-fetched,
but now has the issue of the data being stale for a few frames. Still better
than the current state, so I'll take it.
2025-05-26 19:02:37 +05:30
5d65d1ea51 common: make NetworkState public 2025-05-26 18:52:55 +05:30
daf66a16bc refactor: move HttpFailure.toError to api module
Also expose EitherNet as an api dependency since it's part of the
public API.
2025-05-26 18:51:23 +05:30
1db8067616 chore: update changelog 2025-05-25 23:14:54 +05:30
2543f5bcc2 refactor: Nav3Screen -> LobstersPostsScreen 2025-05-25 23:12:07 +05:30
e92017173d refactor: cleanup ClawBackStack implementation 2025-05-25 23:11:33 +05:30
fe5a6f0a93 fix: add missing adaptive strategy 2025-05-25 22:46:34 +05:30
f7c8f968e5 feat: add adaptive hints to Nav3Screen 2025-05-25 22:46:34 +05:30
a3f15a911e fix(deps): add material3 navigation3 adaptive 2025-05-25 22:46:34 +05:30
88f4f2dd5a chore(build): explicitly set maven content for repos 2025-05-25 22:46:34 +05:30
24a07c9600 fix: remove unused dependencies 2025-05-25 22:46:34 +05:30
f64d4ab9a1 refactor: eliminate Destination indirection 2025-05-25 22:46:34 +05:30
9dce06ff80 refactor: pull out ClawAppBar
Also change consumers of ClawBackStack to take delegating references
2025-05-25 22:46:34 +05:30
beb1943ee6 refactor: consistently use destination over route 2025-05-25 22:46:34 +05:30
9c76617700 refactor: properly use TopLevelRoute 2025-05-25 22:46:34 +05:30
e011870986 refactor: add a custom back stack implementation 2025-05-25 17:43:20 +05:30
eef3fa0fc8 fix: add back Haze 2025-05-25 16:55:19 +05:30
0a466d5f54 feat: add nicer animations 2025-05-25 16:53:18 +05:30
ec70c9ab56 fix: try fixing backstack introspection 2025-05-25 16:53:09 +05:30
699afafcf9 refactor: switch to rememberNavBackStack helper 2025-05-25 16:52:41 +05:30
1385edc3bf refactor: simplify settings screen 2025-05-25 15:30:29 +05:30
92fb2939e6 refactor: fix search destination 2025-05-25 15:30:29 +05:30
bf0a6c40e8 refactor: inline BaseActivity indirection 2025-05-25 15:03:11 +05:30
74ccf74f8d refactor: move navigation rail to nav3 2025-05-25 13:58:35 +05:30
17289a26f1 feat: rewrite navigation on top of Nav3 2025-05-25 13:58:35 +05:30
9b322c212f chore: update changelog 2025-05-25 13:58:22 +05:30
46893ca71c chore: skip CI for draft PRs 2025-05-25 13:58:22 +05:30
e39ddbb6c1 chore: remove unused version catalog entries 2025-05-25 13:58:22 +05:30
8edf833461 chore: add a preview to LobstersListItem 2025-05-25 13:58:22 +05:30
604856912f fix: increase swipe thresdhold 2025-05-25 08:51:32 +05:30