renovate[bot]
|
9d8c40d537
|
chore(deps): update plugin dependencyanalysis to v2.1.0
|
2024-09-24 02:34:51 +00:00 |
|
renovate[bot]
|
2971e2cf76
|
chore(deps): update dependency gradle to v8.10.2
|
2024-09-23 23:49:21 +00:00 |
|
|
bee67d6213
|
fix(database): force load SQLite library
|
2024-09-22 23:04:39 +05:30 |
|
GitHub Actions
|
cb071da730
|
feat(release): start next development iteration
|
2024-09-22 14:05:31 +00:00 |
|
GitHub Actions
|
a223470da5
|
feat(release): bump version
|
2024-09-22 14:02:16 +00:00 |
|
renovate[bot]
|
1e5421fbc2
|
fix(deps): update serialization to v1.7.3
|
2024-09-19 17:03:22 +00:00 |
|
renovate[bot]
|
4087ce1941
|
chore(deps): update github/codeql-action action to v3.26.8
|
2024-09-19 11:36:00 +00:00 |
|
renovate[bot]
|
63e8ca3df8
|
fix(deps): update androidx
|
2024-09-18 18:12:17 +00:00 |
|
renovate[bot]
|
a9a304cd96
|
chore(deps): update agp to v8.6.1
|
2024-09-17 21:58:09 +00:00 |
|
renovate[bot]
|
8dd15b8276
|
chore(deps): update plugin poko to v0.17.1
|
2024-09-17 20:06:29 +00:00 |
|
|
5c2793fff3
|
fix(android): add a theme preview for SettingsScreen
|
2024-09-16 13:17:34 +05:30 |
|
|
245437c739
|
refactor(android): prepare SettingsScreen composable for standalone preview
|
2024-09-16 13:17:33 +05:30 |
|
|
2fdbff6f12
|
fix(core): drop obsolete OptIn and use a named dispatcher
|
2024-09-16 12:39:39 +05:30 |
|
|
2bc86509cf
|
chore: update changelog
|
2024-09-16 12:34:37 +05:30 |
|
|
1dfea689c6
|
Revert "refactor: make PostComments non-nullable"
This reverts commit 39e3d783cd .
|
2024-09-16 12:34:37 +05:30 |
|
|
a0276c4873
|
Revert "fix(common): reintroduce handling for first views for comment state"
This reverts commit 1cbd3b5bd0 .
|
2024-09-16 12:30:37 +05:30 |
|
renovate[bot]
|
fbb13c5acf
|
chore(deps): update plugin screenshot to v0.0.1-alpha07
|
2024-09-14 05:20:46 +00:00 |
|
renovate[bot]
|
95b3030e19
|
chore(deps): update plugin dependencyanalysis to v2.0.2
|
2024-09-14 02:25:34 +00:00 |
|
renovate[bot]
|
0f2bb909d4
|
fix(deps): update coroutines to v1.9.0 (#656)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[org.jetbrains.kotlinx:kotlinx-coroutines-test](https://redirect.github.com/Kotlin/kotlinx.coroutines)
| `1.9.0-RC.2` -> `1.9.0` |
[](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.kotlinx:kotlinx-coroutines-core](https://redirect.github.com/Kotlin/kotlinx.coroutines)
| `1.9.0-RC.2` -> `1.9.0` |
[](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.kotlinx:kotlinx-coroutines-android](https://redirect.github.com/Kotlin/kotlinx.coroutines)
| `1.9.0-RC.2` -> `1.9.0` |
[](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>Kotlin/kotlinx.coroutines
(org.jetbrains.kotlinx:kotlinx-coroutines-test)</summary>
###
[`v1.9.0`](https://redirect.github.com/Kotlin/kotlinx.coroutines/blob/HEAD/CHANGES.md#Version-190)
[Compare
Source](https://redirect.github.com/Kotlin/kotlinx.coroutines/compare/1.9.0-RC.2...1.9.0)
##### Features
- Wasm/WASI target support
([#​4064](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4064)).
Thanks,
[@​igoriakovlev](https://redirect.github.com/igoriakovlev)!
- `limitedParallelism` now optionally accepts the name of the dispatcher
view for easier debugging
([#​4023](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4023)).
- No longer initialize `Dispatchers.IO` on the JVM when other standard
dispatchers are accessed
([#​4166](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4166)).
Thanks,
[@​metalhead8816](https://redirect.github.com/metalhead8816)!
- Introduced the `Flow<T>.chunked(size: Int): Flow<List<T>>` operator
that groups emitted values into groups of the given size
([#​1290](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/1290)).
- Closeable dispatchers are instances of `AutoCloseable` now
([#​4123](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4123)).
##### Fixes
- Calling `hasNext` on a `Channel`'s iterator is idempotent
([#​4065](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4065)).
Thanks, [@​gitpaxultek](https://redirect.github.com/gitpaxultek)!
- `CoroutineScope()` created without an explicit dispatcher uses
`Dispatchers.Default` on Native
([#​4074](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4074)).
Thanks, [@​whyoleg](https://redirect.github.com/whyoleg)!
- Fixed a bug that prevented non-Android `Dispatchers.Main` from
initializing when the Firebase dependency is used
([#​3914](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3914)).
- Ensured a more intuitive ordering of tasks in `runBlocking`
([#​4134](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4134)).
- Forbid casting a `Mutex` to `Semaphore`
([#​4176](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4176)).
- Worked around a stack overflow that may occur when calling
`asDeferred` on a `Future` many times
([#​4156](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4156)).
##### Deprecations and promotions
- Advanced the deprecation levels for `BroadcastChannel`-based API
([#​4197](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4197)).
- Advanced the deprecation levels for the old `kotlinx-coroutines-test`
API
([#​4198](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4198)).
- Deprecated `Job.cancelFutureOnCompletion`
([#​4173](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4173)).
- Promoted `CoroutineDispatcher.limitedParallelism` to stable
([#​3864](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3864)).
- Promoted `CoroutineStart.ATOMIC` from `ExperimentalCoroutinesApi` to
`DelicateCoroutinesApi`
([#​4169](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4169)).
- Promoted `CancellableContinuation.resume` with an `onCancellation`
lambda to stable, providing extra arguments to the lambda
([#​4088](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4088)).
- Marked the classes and interfaces that are not supposed to be
inherited from with the new `InternalForInheritanceCoroutinesApi` opt-in
([#​3770](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3770)).
- Marked the classes and interfaces inheriting from which is not stable
with the new `ExperimentalForInheritanceCoroutinesApi` opt-in
([#​3770](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/3770)).
##### Other
- Kotlin was updated to 2.0
([#​4137](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4137)).
- Reworked the documentation for `CoroutineStart` and `Channel`-based
API
([#​4147](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4147),
[#​4148](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4148),
[#​4167](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4167)).
Thanks, [@​globsterg](https://redirect.github.com/globsterg)!
- Simplified the internal implementation of `Job`
([#​4053](https://redirect.github.com/Kotlin/kotlinx.coroutines/issues/4053)).
- Small tweaks, fixes, and documentation improvements.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, 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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/msfjarvis/compose-lobsters).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-09-13 20:23:57 +00:00 |
|
renovate[bot]
|
d2e1ae91da
|
chore(deps): update github/codeql-action action to v3.26.7
|
2024-09-13 14:17:46 +00:00 |
|
renovate[bot]
|
82a024baee
|
chore(deps): update gradle/actions digest to d156388
|
2024-09-13 04:17:11 +00:00 |
|
renovate[bot]
|
3021b55fce
|
chore(deps): update plugin com.gradle.develocity to v3.18.1
|
2024-09-10 18:50:10 +00:00 |
|
|
7506dd5ca9
|
fix(build): upgrade to target SDK 35
|
2024-09-10 22:32:26 +05:30 |
|
renovate[bot]
|
d3d4519daa
|
chore(deps): update actions/setup-java action to v4.3.0
|
2024-09-09 17:09:35 +00:00 |
|
renovate[bot]
|
83b58aa7fb
|
chore(deps): update dependency gradle to v8.10.1
|
2024-09-09 11:48:05 +00:00 |
|
|
aa2093424c
|
fix(common): restore missing padding to UserProfile page
|
2024-09-08 21:08:30 +05:30 |
|
|
501721fca9
|
fix(renovate): only allow alpha versions of Compose BOM
|
2024-09-06 18:16:06 +05:30 |
|
|
aa088f5dd7
|
fix(deps): pull out Haze version
|
2024-09-06 17:27:39 +05:30 |
|
|
b0b47d98a5
|
fix(common): handle pluralization for unread comments note
|
2024-09-06 15:30:16 +05:30 |
|
|
2109bcf12c
|
chore(renovate): remove obsolete Compose Compiler directive
|
2024-09-06 15:30:16 +05:30 |
|
|
6bc6b13ea6
|
fix(deps): migrate to the official Compose alpha BOM
|
2024-09-06 15:30:16 +05:30 |
|
renovate[bot]
|
0f20366cf3
|
chore(deps): update plugin ksp to v2.0.20-1.0.25
|
2024-09-05 21:51:21 +00:00 |
|
renovate[bot]
|
723ab0add3
|
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-collections-immutable to v0.3.8
|
2024-09-05 16:34:11 +00:00 |
|
renovate[bot]
|
77dd4496a5
|
fix(deps): update dependency dev.chrisbanes.haze:haze-materials to v0.9.0-beta01
|
2024-09-05 14:31:15 +00:00 |
|
renovate[bot]
|
1e8a93fde8
|
fix(deps): update dependency dev.chrisbanes.haze:haze to v0.9.0-beta01
|
2024-09-05 12:22:20 +00:00 |
|
|
fe0e0ea10e
|
fix(deps): update dev.chrisbanes.compose:compose-bom to 2024.09.00-alpha01
|
2024-09-05 10:25:35 +05:30 |
|
renovate[bot]
|
d26245da17
|
fix(deps): update androidx
|
2024-09-05 01:26:15 +00:00 |
|
renovate[bot]
|
aa60160378
|
chore(deps): update plugin screenshot to v0.0.1-alpha06
|
2024-09-04 23:00:02 +00:00 |
|
|
943cddd8a4
|
fix(android): cache search results properly
|
2024-09-02 14:11:36 +05:30 |
|
|
d5a0bb256f
|
fix(build): inject test dependencies in the screenshotTest source set
|
2024-09-02 12:49:32 +05:30 |
|
|
1ebf610794
|
fix(common): slightly increase padding in LobstersCard
|
2024-09-02 12:49:32 +05:30 |
|
|
784dcf16f8
|
feat(android): add a screenshot test for NetworkPosts
|
2024-09-02 12:49:32 +05:30 |
|
|
cc5b95e9c8
|
fix(ci): always download LFS files
|
2024-09-02 12:49:32 +05:30 |
|
|
e317a1f4f3
|
feat(common): add a basic screenshot test for MonthHeader
|
2024-09-02 12:49:32 +05:30 |
|
|
ed4c573ee4
|
feat(common): set up for Compose screenshot testing
|
2024-09-02 03:02:49 +05:30 |
|
|
7037d55bf2
|
fix(android): collect saved posts flow in a Lifecycle aware manner
|
2024-09-02 00:51:30 +05:30 |
|
|
4ab76c60bb
|
fix(android): ensure pull refresh indicator is visible
|
2024-09-02 00:31:54 +05:30 |
|
renovate[bot]
|
0fe83e8583
|
chore(deps): update actions/upload-artifact action to v4.4.0
|
2024-08-30 20:04:41 +00:00 |
|
GitHub Actions
|
68bcae572b
|
feat(release): start next development iteration
|
2024-08-30 14:34:08 +00:00 |
|
GitHub Actions
|
edfe72f12a
|
feat(release): bump version
|
2024-08-30 14:30:24 +00:00 |
|