Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SoniControl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mzeppelzauer
SoniControl
Commits
ee0bf1a6
Commit
ee0bf1a6
authored
6 years ago
by
Florian Taurer
Browse files
Options
Downloads
Plain Diff
Merge branch 'feat-germanLanguage' into develop
parents
c7d2c6b1
8baf7089
No related branches found
Branches containing commit
Tags
1.3.0
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SoniControl/app/src/main/res/values/strings.xml
+15
-0
15 additions, 0 deletions
SoniControl/app/src/main/res/values/strings.xml
SoniControl/app/src/main/res/xml/settings_release.xml
+10
-10
10 additions, 10 deletions
SoniControl/app/src/main/res/xml/settings_release.xml
with
25 additions
and
10 deletions
SoniControl/app/src/main/res/values/strings.xml
+
15
−
0
View file @
ee0bf1a6
...
...
@@ -100,4 +100,19 @@
<string
name=
"settings_blocking_duration_plural"
>
Blocking duration (%s minutes)
</string>
<string
name=
"stored_detections_will_be_blocked"
>
will be blocked
</string>
<string
name=
"stored_detections_will_be_ignored"
>
will be ignored
</string>
<string
name=
"settings_category_jammer"
>
Expert settings - Jammer
</string>
<string
name=
"settings_category"
>
Settings
</string>
<string
name=
"settings_category_expert"
>
Expert settings - RESET
</string>
<string
name=
"settings_title_json_save"
>
Save detections in JSON file
</string>
<string
name=
"settings_title_clear_detections"
>
Clear detections of JSON file
</string>
<string
name=
"settings_title_dont_ask"
>
Don\'t ask for activating location
</string>
<string
name=
"settings_title_microphone_for_blocking"
>
Use microphone for blocking
</string>
<string
name=
"settings_title_preventive_blocking"
>
Preventive blocking
</string>
<string
name=
"settings_title_network_location"
>
Use network connection for location
</string>
<string
name=
"settings_title_gps_location"
>
Use GPS for location
</string>
<string
name=
"settings_title_pulse_duration"
>
Pulse duration (ms)
</string>
<string
name=
"settings_title_pause_duration"
>
Pause duration (ms)
</string>
<string
name=
"settings_title_bandwidth"
>
Bandwidth
</string>
<string
name=
"settings_title_blocking_duration"
>
Blocking duration in minutes
</string>
<string
name=
"settings_title_location_radius"
>
Location radius (metre)
</string>
</resources>
This diff is collapsed.
Click to expand it.
SoniControl/app/src/main/res/xml/settings_release.xml
+
10
−
10
View file @
ee0bf1a6
...
...
@@ -19,7 +19,7 @@
-->
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<PreferenceCategory
android:title=
"
Settings
"
>
<PreferenceCategory
android:title=
"
@string/settings_category
"
>
<CheckBoxPreference
android:defaultValue=
"false"
...
...
@@ -35,32 +35,32 @@
<CheckBoxPreference
android:defaultValue=
"true"
android:key=
"cbprefGpsUse"
android:title=
"
Use GPS for
location"
/>
android:title=
"
@string/settings_title_gps_
location"
/>
<CheckBoxPreference
android:defaultValue=
"true"
android:key=
"cbprefNetworkUse"
android:title=
"
Use network connection for
location"
/>
android:title=
"
@string/settings_title_network_
location"
/>
<CheckBoxPreference
android:defaultValue=
"false"
android:key=
"cbprefPreventiveSpoofing"
android:title=
"
P
reventive
blocking"
/>
android:title=
"
@string/settings_title_p
reventive
_
blocking"
/>
<CheckBoxPreference
android:defaultValue=
"true"
android:key=
"cbprefMicBlock"
android:title=
"
Use
microphone
for
blocking"
/>
android:title=
"
@string/settings_title_
microphone
_
for
_
blocking"
/>
<CheckBoxPreference
android:defaultValue=
"false"
android:key=
"cbAlertLocationDontAskAgain"
android:title=
"
Don't ask for activating location
"
/>
android:title=
"
@string/settings_title_dont_ask
"
/>
<CheckBoxPreference
android:defaultValue=
"true"
android:key=
"cbprefJsonSave"
android:title=
"
Save detections in JSON fil
e"
/>
android:title=
"
@string/settings_title_json_sav
e"
/>
<Preference
android:key=
"deleteJson"
android:title=
"
C
lear
detections
of JSON file
"
></Preference>
android:title=
"
@string/settings_title_c
lear
_
detections"
></Preference>
</PreferenceCategory>
<PreferenceCategory
android:title=
"
Expert settings - J
ammer"
>
<PreferenceCategory
android:title=
"
@string/settings_category_j
ammer"
>
<EditTextPreference
android:defaultValue=
"4000"
android:key=
"etprefPulseDuration"
...
...
@@ -92,7 +92,7 @@
android:singleLine=
"true"
android:title=
"@string/settings_title_blocking_duration"
/>
</PreferenceCategory>
<PreferenceCategory
android:title=
"
Expert settings - RESET
"
>
<PreferenceCategory
android:title=
"
@string/settings_category_expert
"
>
<Preference
android:key=
"resetPreferences"
android:title=
"@string/settings_reset_settings"
></Preference>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment