|
5374410c67
|
fix(renovate): include KSP in Kotlin group
|
2023-11-01 00:46:59 +05:30 |
|
|
cbb697216c
|
fix(build): make google repo non-exclusive
This allows the Compose Compiler artifact to be retried against
the secondary snapshots repository as well, since we sometimes
use builds from there.
|
2023-11-01 00:45:33 +05:30 |
|
|
25a11bde59
|
refactor(api): use ApiResult in Shiori and wire into DI
|
2023-10-31 12:14:00 +05:30 |
|
renovate[bot]
|
62bffc33fd
|
fix(deps): update konvert to v2.4.0 (#408)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.mcarle:konvert](https://togithub.com/mcarleio/konvert) | `2.3.1`
-> `2.4.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/)
|
| [io.mcarle:konvert-api](https://togithub.com/mcarleio/konvert) |
`2.3.1` -> `2.4.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>mcarleio/konvert (io.mcarle:konvert)</summary>
###
[`v2.4.0`](https://togithub.com/mcarleio/konvert/blob/HEAD/CHANGELOG.md#240)
##### New features
- allow functions with multiple parameters in `@Konverter` annotated
interfaces if one is defined as source with `@Konverter.Source`
[#​28](https://togithub.com/mcarleio/konvert/issues/28)
```kotlin
@​Konverter
interface Mapper {
fun toDto(@​Konverter.Source source: Source, otherProperty: Int):
Target
}
data class Source(val property: String)
data class Target(val property: String, val otherProperty: Int)
```
##### Bug fixes:
- ignore private and extension functions in `@Konverter` annotated
interfaces [#​30](https://togithub.com/mcarleio/konvert/issues/30)
</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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/msfjarvis/compose-lobsters).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-10-31 05:58:53 +00:00 |
|
|
45f384d048
|
fix(api): boot up a fresh container for each test
|
2023-10-31 10:56:17 +05:30 |
|
|
b9d92ecefa
|
Revert "Revert "fix(api): title and url are required for bookmark edits""
This reverts commit 2273768556 .
|
2023-10-31 10:45:24 +05:30 |
|
renovate[bot]
|
01fd8bee0c
|
fix(deps): update coil to v2.5.0
|
2023-10-30 23:08:29 +00:00 |
|
|
9048d253e6
|
chore: update changelog
|
2023-10-28 14:30:33 +05:30 |
|
renovate[bot]
|
16b660ad0e
|
fix(deps): update dependency com.slack.lint:slack-lint-checks to v0.7.0
|
2023-10-27 21:15:39 +00:00 |
|
|
2273768556
|
Revert "fix(api): title and url are required for bookmark edits"
Seems to still fail in CI????????????????
This reverts commit cce12fb138 .
|
2023-10-28 00:34:07 +05:30 |
|
|
ab01554b82
|
fix(ci): expand test report glob to cover all modules
|
2023-10-28 00:13:16 +05:30 |
|
|
cce12fb138
|
fix(api): title and url are required for bookmark edits
|
2023-10-27 22:34:07 +05:30 |
|
|
6f4c1a0fbd
|
fix(build): disable slack-lint DeprecatedCall
|
2023-10-27 22:34:07 +05:30 |
|
|
3663ca1ec1
|
feat(api): add integration tests for Shiori API
|
2023-10-27 22:34:07 +05:30 |
|
|
f39bf0b043
|
feat(api/model): initial Shiori API
|
2023-10-27 22:34:07 +05:30 |
|
renovate[bot]
|
f55d89b17e
|
chore(deps): update github/codeql-action action to v2.22.5
|
2023-10-27 10:10:26 +00:00 |
|
renovate[bot]
|
f6185a3dc5
|
chore(deps): update agp to v8.3.0-alpha11
|
2023-10-26 21:44:48 +00:00 |
|
renovate[bot]
|
be7bd38341
|
fix(deps): update dependency org.gradle.android.cache-fix:org.gradle.android.cache-fix.gradle.plugin to v3
|
2023-10-25 19:03:15 +00:00 |
|
|
b3277e2367
|
chore: refresh module graph
|
2023-10-25 02:44:46 +05:30 |
|
renovate[bot]
|
f560bb6fbf
|
chore(deps): update agp to v8.3.0-alpha10
|
2023-10-24 17:57:12 +00:00 |
|
renovate[bot]
|
013138afb8
|
chore(deps): update github/codeql-action action to v2.22.4
|
2023-10-20 19:46:38 +00:00 |
|
renovate[bot]
|
d6d639d059
|
fix(deps): update dependency org.jsoup:jsoup to v1.16.2
|
2023-10-20 07:12:22 +00:00 |
|
renovate[bot]
|
31b2d66b9b
|
chore(deps): update dependency com.android.test to v8.3.0-alpha09
|
2023-10-20 01:10:06 +00:00 |
|
renovate[bot]
|
4b278d68e6
|
chore(deps): update agp to v8.3.0-alpha08
|
2023-10-19 19:04:37 +00:00 |
|
renovate[bot]
|
e81687bf53
|
fix(deps): update dependency io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin to v3.14.0
|
2023-10-18 22:19:40 +00:00 |
|
|
a0ea6d6e1c
|
fix(build): disable GradleDependency lint
I have better ways to deal with this
|
2023-10-19 01:39:10 +05:30 |
|
|
17eb9a4c45
|
chore: refresh lint baselines
|
2023-10-19 01:38:13 +05:30 |
|
|
2e8ad58979
|
Revert "Revert "fix(renovate): disable compose-bom updates""
Still broken :(
This reverts commit 680d43f78c .
|
2023-10-19 01:31:42 +05:30 |
|
|
680d43f78c
|
Revert "fix(renovate): disable compose-bom updates"
Let's try this again, shall we?
This reverts commit f844062980 .
|
2023-10-19 01:18:42 +05:30 |
|
renovate[bot]
|
0d1fb26b52
|
fix(deps): update sentry to v6.32.0
|
2023-10-18 19:37:29 +00:00 |
|
renovate[bot]
|
7540430e1d
|
fix(deps): update androidx
|
2023-10-18 17:45:06 +00:00 |
|
renovate[bot]
|
095ec1ed04
|
chore(deps): update actions/checkout action to v4.1.1
|
2023-10-17 17:38:42 +00:00 |
|
renovate[bot]
|
ce62a7b1fc
|
fix(deps): update dependency com.squareup.okhttp3:okhttp-bom to v4.12.0
|
2023-10-17 04:13:01 +00:00 |
|
renovate[bot]
|
4b89775f8a
|
fix(deps): update konvert to v2.3.1
|
2023-10-15 09:16:58 +00:00 |
|
|
a5af23e330
|
refactor(android): make ClawViewModel#isPostSaved synchronous
Fixes #403
|
2023-10-15 01:44:11 +05:30 |
|
|
46cc0910bf
|
feat(database): enable query logging
|
2023-10-15 01:44:11 +05:30 |
|
renovate[bot]
|
37e0fdb0a7
|
chore(deps): update github/codeql-action action to v2.22.3
|
2023-10-13 14:23:08 +00:00 |
|
|
a3e7e76931
|
fix(deps): update gradle-versions-plugin to 0.49.0
|
2023-10-13 01:35:32 +05:30 |
|
renovate[bot]
|
cfdab8ddcd
|
fix(deps): update sentry to v6.31.0
|
2023-10-12 19:47:10 +00:00 |
|
renovate[bot]
|
389924a544
|
chore(deps): update github/codeql-action action to v2.22.2
|
2023-10-12 14:10:43 +00:00 |
|
renovate[bot]
|
b3634a0762
|
fix(deps): update dependency com.slack.lint:slack-lint-checks to v0.6.1
|
2023-10-09 21:38:21 +00:00 |
|
renovate[bot]
|
985bc1361a
|
chore(deps): update github/codeql-action action to v2.22.1
|
2023-10-09 12:49:26 +00:00 |
|
|
d3d3a6af09
|
refactor(android): simplify system bars color setup
|
2023-10-09 01:32:45 +05:30 |
|
renovate[bot]
|
3883160234
|
chore(deps): update androidx to v1.2.0-rc02
|
2023-10-06 18:35:29 +00:00 |
|
renovate[bot]
|
d04ad16aee
|
chore(deps): update github/codeql-action action to v2.22.0
|
2023-10-06 11:02:51 +00:00 |
|
GitHub Actions
|
0067418ffb
|
feat(release): start next development iteration
|
2023-10-06 08:51:44 +00:00 |
|
GitHub Actions
|
deb900f8f8
|
feat(release): bump version
|
2023-10-06 08:47:17 +00:00 |
|
|
e6f6ed75f1
|
chore: update changelog
|
2023-10-06 14:03:59 +05:30 |
|
|
6226c3b0c8
|
fix(common): prevent crashing when parsing comment trees
Fixes COMPOSE-LOBSTERS-1Z
|
2023-10-06 13:51:18 +05:30 |
|
|
1a525d6e5d
|
fix(android): avoid violating sorting contract
Fixes COMPOSE-LOBSTERS-1J
|
2023-10-06 13:47:58 +05:30 |
|