From 162afa5bfa6485f3aacb3f60e9c92fa0c3bfa7a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Mon, 11 Feb 2013 20:28:59 +0100 Subject: Gets provider.json from custom url (assuming the file is at the root of the website, just as bitmask.net/provider.json), and writes it to a file in ~/leap_android. Next steps: parse that file and download eip-service and cert. --- res/layout/new_provider_dialog.xml | 18 ++++++++++++++++++ res/values/strings.xml | 1 + 2 files changed, 19 insertions(+) create mode 100644 res/layout/new_provider_dialog.xml (limited to 'res') diff --git a/res/layout/new_provider_dialog.xml b/res/layout/new_provider_dialog.xml new file mode 100644 index 00000000..28122867 --- /dev/null +++ b/res/layout/new_provider_dialog.xml @@ -0,0 +1,18 @@ + + + + + + \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index ca73c0da..2deb23fa 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -264,5 +264,6 @@ Add new Provider Introduce new provider Save + New provider\'s main URL \ No newline at end of file -- cgit v1.2.3