feat: Caldav library configuration - #129
Open
benjaminVadon wants to merge 3 commits into
Open
Conversation
benjaminVadon
requested review from
sirambd
and
a balanced review from Copilot
August 20, 2026 10:23
Contributor
There was a problem hiding this comment.
Pull request overview
Adds configurable CalDAV client behavior, including Android debug proxy interception and connection reuse.
Changes:
- Adds Kotlin and UniFFI configuration APIs.
- Caches clients per account.
- Enables debug-only interception and upgrades
fast-dav-rs.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
CaldavClientConfig.kt |
Exposes Kotlin configuration types. |
lib.rs |
Registers the configuration module. |
config.rs |
Implements configuration, caching, and interception. |
client.rs |
Uses cached clients. |
Cargo.toml |
Adds feature/profile and updates dependency. |
build.gradle.kts |
Enables interception for Android debug builds. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
benjaminVadon
force-pushed
the
caldav-library-configuration
branch
9 times, most recently
from
August 24, 2026 11:10
271b7c6 to
b1f5286
Compare
benjaminVadon
force-pushed
the
caldav-library-configuration
branch
from
August 24, 2026 13:03
b1f5286 to
cc633ab
Compare
benjaminVadon
force-pushed
the
caldav-library-configuration
branch
from
August 24, 2026 13:11
cc633ab to
06d30b0
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Add support of caldav library configuration in debug build