-
-
Notifications
You must be signed in to change notification settings - Fork 28
Feature/webdav sync #189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Feature/webdav sync #189
Changes from all commits
c85e702
085756a
9037d89
7115027
f56bde7
f227d06
8dfd9d8
876bbe5
6a60635
6263db9
a72ae42
a401ceb
24be07e
19f55dc
9b89c91
73a7740
554b677
5ab3f86
d365614
7082c44
8f3c044
5562949
6a500c0
9f912f6
9f0313f
fafb2b3
839d93e
28042b1
66b89b9
ea9fb36
c501a6b
0f20790
ae77510
c9a1a6a
2ea67fb
8bc98c0
1c3fab9
1731c41
595953a
75c2872
2f6fd4e
ba71486
b85acf1
306e189
10594a9
ff92bae
b1ef2ce
fa5f148
20595cb
a491064
39acc64
3f42b96
c4b5619
ceaef77
b0fa0f0
db9698f
f350374
3363131
04e6930
83c6bbc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,12 @@ | ||
| *.iml | ||
| .gradle | ||
| /local.properties | ||
| /.idea/caches | ||
| /.idea/libraries | ||
| /.idea/modules.xml | ||
| /.idea/workspace.xml | ||
| /.idea/navEditor.xml | ||
| /.idea/assetWizardSettings.xml | ||
| /.idea/ | ||
| .DS_Store | ||
| /build | ||
| /captures | ||
| .externalNativeBuild | ||
| .cxx | ||
| local.properties | ||
| .claude-context.md | ||
| comments.md | ||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -207,6 +207,11 @@ dependencies { | |||||
| ksp "com.google.dagger:hilt-compiler:2.59.2" | ||||||
| implementation "androidx.hilt:hilt-navigation-compose:1.3.0" | ||||||
|
|
||||||
| // WebDAV sync dependencies | ||||||
| implementation "androidx.work:work-runtime-ktx:2.9.0" // Background sync | ||||||
| implementation "com.squareup.okhttp3:okhttp:4.12.0" // HTTP/WebDAV client | ||||||
| implementation "androidx.security:security-crypto:1.1.0-alpha06" // Encrypted credential storage | ||||||
|
||||||
| implementation "androidx.security:security-crypto:1.1.0-alpha06" // Encrypted credential storage | |
| implementation "androidx.security:security-crypto:1.0.0" // Encrypted credential storage |
Uh oh!
There was an error while loading. Please reload this page.