1de4916c9c
feat: redesign bottom navigation bar
2024-08-28 15:17:38 +05:30
4f3bafc051
fix(android): migrate to Material3 pull refresh indicator
2024-08-28 13:42:36 +05:30
8651a4f66b
refactor: lazily query saved and read state in UI
...
Having this always be read from the UI avoids values going stale inside data models
Fixes #641
2024-08-28 13:12:31 +05:30
6f424ae2d5
fix(android): avoid triggering a refresh on saving posts
...
The underlying issue is still not resolved since work on paging has stalled out in
Store5, but this trades the bad UX of an unwanted refresh for the slightly less
bad UX of the saved state sometimes being stale.
Fixes #558
2024-08-28 12:37:57 +05:30
c8d1491196
refactor(android): inline refresh load state
2024-08-28 12:18:58 +05:30
e68af9be16
chore: enable ktfmt in IDEA
...
It's more annoying to have code be incorrectly reformatted during editing than the occasional jumpy cursor
2024-08-28 12:08:50 +05:30
renovate[bot]
482258a162
chore(deps): update plugin dependencyanalysis to v2
2024-08-28 00:37:41 +00:00
renovate[bot]
ee44d99f94
chore(deps): update plugin modulegraphassert to v2.7.0
2024-08-27 23:05:29 +00:00
renovate[bot]
6a7de43b15
chore(deps): update gradle/actions digest to 16bf8bc
2024-08-27 01:31:32 +00:00
renovate[bot]
89b490d841
fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.0.0.beta2
2024-08-25 23:13:20 +00:00
1cbd3b5bd0
fix(common): reintroduce handling for first views for comment state
2024-08-24 16:02:56 +05:30
1dfcda4a64
feat(android): enable Sentry session replay
2024-08-24 16:02:56 +05:30
renovate[bot]
18f6689c47
chore(deps): update github/codeql-action action to v3.26.5
2024-08-23 23:37:08 +00:00
renovate[bot]
022e05696b
chore(deps): update aboutlibraries to v11.2.3
2024-08-23 11:17:01 +00:00
renovate[bot]
e2bbe9c264
chore(deps): update plugin poko to v0.17.0
2024-08-23 03:23:10 +00:00
renovate[bot]
d0762b5cae
chore(deps): update plugin ksp to v2.0.20-1.0.24
2024-08-22 21:43:00 +00:00
renovate[bot]
f452833f6d
chore(deps): update kotlin and compose to v2.0.20 ( #635 )
...
[](https://renovatebot.com )
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.jetbrains.kotlin.plugin.serialization](https://kotlinlang.org/ )
([source](https://togithub.com/JetBrains/kotlin )) | `2.0.10` -> `2.0.20`
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [org.jetbrains.kotlin.plugin.compose](https://kotlinlang.org/ )
([source](https://togithub.com/JetBrains/kotlin )) | `2.0.10` -> `2.0.20`
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://kotlinlang.org/ )
([source](https://togithub.com/JetBrains/kotlin )) | `2.0.10` -> `2.0.20`
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
[](https://docs.renovatebot.com/merge-confidence/ )
|
---
### Release Notes
<details>
<summary>JetBrains/kotlin
(org.jetbrains.kotlin.plugin.serialization)</summary>
###
[`v2.0.20`](https://togithub.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View the
[repository job
log](https://developer.mend.io/github/msfjarvis/compose-lobsters ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Harsh Shandilya <me@msfjarvis.dev>
2024-08-22 18:38:00 +00:00
eb32c84b18
fix(renovate): update Compose compiler dep name
2024-08-22 22:03:18 +05:30
renovate[bot]
8f19f794a1
fix(deps): update dependency dev.chrisbanes.compose:compose-bom to v2024.08.00-alpha02
2024-08-22 01:13:40 +00:00
renovate[bot]
6bb5994a37
chore(deps): update github/codeql-action action to v3.26.4
2024-08-21 21:56:35 +00:00
renovate[bot]
26ccc0d687
fix(deps): update androidx
2024-08-21 19:07:24 +00:00
39e3d783cd
refactor: make PostComments non-nullable
2024-08-21 13:37:48 +05:30
c50790e4f9
refactor(common): get rid of interior mutability in CommentNode
2024-08-21 13:13:38 +05:30
d55ff24add
refactor(common): cleanup unused stuff from tree view change
...
Follows up from changes in 6223198191
2024-08-21 13:13:38 +05:30
9b2a1cba64
chore: disable ktfmt in the IDE
...
The auto-format option messes up Compose code
2024-08-21 13:13:38 +05:30
327cce9075
fix(deps): upgrade Spotless to 7.0.0.BETA1
2024-08-21 13:13:38 +05:30
renovate[bot]
466ec7c79f
fix(deps): update dependency me.saket.unfurl:unfurl to v2.2.0
2024-08-20 21:25:32 +00:00
06c9fa1477
chore: refresh changelog
2024-08-21 01:31:55 +05:30
6223198191
refactor(common): use a simpler tree view for comments
2024-08-21 01:31:54 +05:30
renovate[bot]
789e4a124d
chore(deps): update dependency com.facebook:ktfmt to v0.52
2024-08-20 11:52:10 +00:00
renovate[bot]
e3745d0c58
chore(deps): update github/codeql-action action to v3.26.3
2024-08-19 19:03:49 +00:00
renovate[bot]
26b35d4dd8
chore(deps): update plugin com.gradle.develocity to v3.18
2024-08-19 12:58:50 +00:00
renovate[bot]
691a18b889
fix(deps): update dependency me.saket.unfurl:unfurl to v2
2024-08-15 06:38:31 +00:00
789339eacb
Revert "fix(renovate): avoid Unfurl upgrades for now"
...
This reverts commit 995caae174
.
2024-08-15 12:05:49 +05:30
renovate[bot]
78a470dfdd
fix(deps): update dependency androidx.test:runner to v1.6.2
2024-08-14 23:49:24 +00:00
renovate[bot]
eb3185d883
chore(deps): update dependency gradle to v8.10
2024-08-14 19:58:32 +00:00
renovate[bot]
bf3d507990
chore(deps): update github/codeql-action action to v3.26.2
2024-08-14 17:03:51 +00:00
renovate[bot]
faa79bcb12
chore(deps): update dependency de.mannodermaus.android-junit5 to v1.11.0.0
2024-08-14 14:54:07 +00:00
renovate[bot]
e8dcb0dfba
fix(deps): update junit5 monorepo to v5.11.0
2024-08-14 10:29:54 +00:00
renovate[bot]
d502716652
chore(deps): update github/codeql-action action to v3.26.1
2024-08-13 21:03:56 +00:00
renovate[bot]
bb29924822
fix(deps): update coroutines to v1.9.0-rc.2
2024-08-13 11:55:57 +00:00
renovate[bot]
101cd8894f
fix(deps): update sentry to v7.14.0
2024-08-13 09:50:01 +00:00
995caae174
fix(renovate): avoid Unfurl upgrades for now
2024-08-12 15:40:50 +05:30
1a7b1fbdd1
Revert "fix(deps): update dependency me.saket.unfurl:unfurl to v2"
...
This reverts commit 7875c63bde
.
2024-08-12 15:40:11 +05:30
9c6008b36e
refactor(common): rename Comments.kt
2024-08-12 00:54:18 +05:30
renovate[bot]
7875c63bde
fix(deps): update dependency me.saket.unfurl:unfurl to v2
2024-08-09 11:23:26 +00:00
renovate[bot]
68fe458f7d
chore(deps): update agp to v8.5.2
2024-08-09 05:10:22 +00:00
renovate[bot]
f611b9aa25
fix(deps): update androidx
2024-08-08 01:09:29 +00:00
67b253ba62
fix(android): reorder settings items
2024-08-08 03:44:03 +05:30
a8f559fe06
fix(build): reduce Gradle heap size
2024-08-08 03:44:03 +05:30