aboutsummaryrefslogtreecommitdiffstats
path: root/project/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'project/res/values')
-rw-r--r--project/res/values/colors.xml7
-rw-r--r--project/res/values/strings.xml25
-rw-r--r--project/res/values/strings_activity_input_password.xml17
-rw-r--r--project/res/values/styles.xml21
4 files changed, 0 insertions, 70 deletions
diff --git a/project/res/values/colors.xml b/project/res/values/colors.xml
deleted file mode 100644
index 22767c8..0000000
--- a/project/res/values/colors.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
- <color name="ThemeLight">#FFA500</color>
- <color name="ThemeDark">#5F021F</color>
- <color name="black">#000000</color>
- <color name="White">#FFFFFF</color>
-</resources> \ No newline at end of file
diff --git a/project/res/values/strings.xml b/project/res/values/strings.xml
deleted file mode 100644
index 00168b5..0000000
--- a/project/res/values/strings.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <string name="app_name">RepWifi App</string>
- <string name="menu_credits">Info and Credits</string>
- <string name="scan_networks">Scan for Networks</string>
- <string name="title_activity_select_network">Select Network</string>
- <string name="rescan">Repeat Scan</string>
- <string name="button_text_next">Next &gt;</string>
- <string name="insert_nets_password">Insert a Password to connect to:</string>
- <string name="show_password">Show password</string>
- <string name="title_activity_connect">ConnectActivity</string>
- <string name="hello_world">Hello world!</string>
- <string name="title_activity_show_status">Connection status</string>
- <string name="back_main">Back to main</string>
- <string name="disconnect">Disconnect</string>
- <string name="force_disconnect">Force Disconnection</string>
- <string name="title_activity_long_task">LongTaskActivity</string>
- <string name="title_activity_manage_networks">ManageNetworksActivity</string>
- <string name="delete">Delete network info</string>
- <string name="manage_networks">Manage Networks</string>
- <string name="title_activity_credits">Credits</string>
- <string name="credit_text">Copyright 2017 Filippo \&quot;Fil\&quot; Bergamo&lt;br/&gt;&lt;br/&gt;This app is Free Software.&lt;br/&gt;It\'s licensed under the terms of &lt;a href=&quot;https://www.gnu.org/licenses/gpl.txt&quot;&gt;GPL v3&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;This app is developed as a contribution to &lt;br/&gt;&lt;a href=&quot;http://www.replicant.us&quot;&gt;The Replicant Project&lt;/a&gt;&lt;br/&gt;&lt;br/&gt;&lt;b&gt;&lt;u&gt;&lt;big&gt;Thank GNUs:&lt;/big&gt;&lt;/u&gt;&lt;/b&gt;&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Tibi \&quot;tct\&quot; Turbureanu&lt;/b&gt;&lt;br/&gt;for having done the initial job of porting libre WiFi to Replicant 4.2.&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Wolfgang Wiedmeyer&lt;/b&gt;&lt;br/&gt;for porting libre WiFi to Replicant 6.0 and for helping with the scripts.&lt;br/&gt;&lt;br/&gt;To report on bugs, request features, or any help request, please refer to:&lt;br/&gt;&lt;a href=&quot;http://redmine.replicant.us/projects/replicant/boards&quot;&gt;Replicant\'s Forum&lt;/a&gt;&lt;br/&gt;</string>
-
-</resources> \ No newline at end of file
diff --git a/project/res/values/strings_activity_input_password.xml b/project/res/values/strings_activity_input_password.xml
deleted file mode 100644
index 4770a51..0000000
--- a/project/res/values/strings_activity_input_password.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<resources>
-
- <string name="title_activity_input_password">Insert passwrod for network</string>
-
- <!-- Strings related to login -->
- <string name="prompt_email">Email</string>
- <string name="prompt_password">Password</string>
- <string name="action_sign_in_register"><b>Sign in</b> or register</string>
- <string name="action_sign_in_short">Sign in</string>
- <string name="menu_forgot_password">Recover lost password</string>
- <string name="login_progress_signing_in">Signing in&#8230;</string>
- <string name="error_invalid_email">This email address is invalid</string>
- <string name="error_invalid_password">This password is too short</string>
- <string name="error_incorrect_password">This password is incorrect</string>
- <string name="error_field_required">This field is required</string>
-
-</resources> \ No newline at end of file
diff --git a/project/res/values/styles.xml b/project/res/values/styles.xml
deleted file mode 100644
index c414ecc..0000000
--- a/project/res/values/styles.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<resources>
-
- <!--
- Base application theme, dependent on API level. This theme is replaced
- by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
- -->
- <style name="AppBaseTheme" parent="android:Theme.Light">
- <!--
- Theme customizations available in newer API levels can go in
- res/values-vXX/styles.xml, while customizations related to
- backward-compatibility can go here.
- -->
- </style>
-
- <!-- Application theme. -->
- <style name="AppTheme" parent="AppBaseTheme">
- <!-- All customizations that are NOT specific to a particular API-level can go here. -->
- </style>
-
-</resources> \ No newline at end of file