aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorMohamed Zenadi <zeapo@users.noreply.github.com>2014-11-26 20:50:44 +0100
committerMohamed Zenadi <zeapo@users.noreply.github.com>2014-11-26 20:50:44 +0100
commit244b7194665bc484b8db07d4ddd1f885af12878c (patch)
tree65370849a603f1227b2f2c3d2f2e1920254f4872 /app/src/main/res/values
parent8076ef89f48f0d92e098f5fb64baed4d6f17f34f (diff)
parentf28065662a7556ec6948bfd23672716a1cf71dde (diff)
Merge pull request #44 from zeapo/feature/httpsv1.2-a6
Add https support
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/arrays.xml1
-rw-r--r--app/src/main/res/values/strings.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
index 49be6e77..3fc10c7f 100644
--- a/app/src/main/res/values/arrays.xml
+++ b/app/src/main/res/values/arrays.xml
@@ -6,5 +6,6 @@
</string-array>
<string-array name="clone_protocols">
<item>ssh://</item>
+ <item>https://</item>
</string-array>
</resources> \ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 91b4e49a..05b8bbd4 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -63,6 +63,8 @@
<string name="server_url">Server URL</string>
<string name="server_url_hint">server.com</string>
<string name="server_port_hint">22</string>
+ <string name="default_ssh_port">22</string>
+ <string name="default_https_port">443</string>
<string name="server_path">Repo path</string>
<string name="server_path_hint">path/to/pass</string>
<string name="server_user">Username</string>