Skip to content

Commit

Permalink
Amend comments for repository identity
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed Jul 10, 2023
1 parent ec34da1 commit 400d46f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -333,4 +333,4 @@
</intent>
</queries>

</manifest>
</manifest>
6 changes: 3 additions & 3 deletions app/src/main/java/at/bitfire/davdroid/settings/Settings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ object Settings {

const val DISTRUST_SYSTEM_CERTIFICATES = "distrust_system_certs"

const val PROXY_TYPE = "proxy_type"
const val PROXY_TYPE = "proxy_type" // Integer
const val PROXY_TYPE_SYSTEM = -1
const val PROXY_TYPE_NONE = 0
const val PROXY_TYPE_HTTP = 1
const val PROXY_TYPE_SOCKS = 2
const val PROXY_HOST = "proxy_host"
const val PROXY_PORT = "proxy_port"
const val PROXY_HOST = "proxy_host" // String
const val PROXY_PORT = "proxy_port" // Integer

/**
* Default sync interval (long), in seconds.
Expand Down

0 comments on commit 400d46f

Please sign in to comment.