Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KDE Connect Android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
29
Merge Requests
29
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Network
KDE Connect Android
Commits
2a361942
Commit
2a361942
authored
Apr 19, 2019
by
Nicolas Fella
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add tools:keep to plugin prefs to avoid false-positive lint
parent
edc04f41
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
21 additions
and
7 deletions
+21
-7
res/xml/findmyphoneplugin_preferences.xml
res/xml/findmyphoneplugin_preferences.xml
+3
-1
res/xml/mousepadplugin_preferences.xml
res/xml/mousepadplugin_preferences.xml
+3
-1
res/xml/mprisplugin_preferences.xml
res/xml/mprisplugin_preferences.xml
+3
-1
res/xml/remotekeyboardplugin_preferences.xml
res/xml/remotekeyboardplugin_preferences.xml
+3
-1
res/xml/sftpplugin_preferences.xml
res/xml/sftpplugin_preferences.xml
+3
-1
res/xml/shareplugin_preferences.xml
res/xml/shareplugin_preferences.xml
+3
-1
res/xml/telephonyplugin_preferences.xml
res/xml/telephonyplugin_preferences.xml
+3
-1
No files found.
res/xml/findmyphoneplugin_preferences.xml
View file @
2a361942
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_height=
"match_parent"
tools:keep=
"@xml/findmyphoneplugin_preferences"
>
<Preference
android:key=
"@string/findmyphone_preference_key_ringtone"
...
...
res/xml/mousepadplugin_preferences.xml
View file @
2a361942
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_height=
"match_parent"
tools:keep=
"@xml/mousepadplugin_preferences"
>
<ListPreference
android:id=
"@+id/mousepad_double_tap_preference"
...
...
res/xml/mprisplugin_preferences.xml
View file @
2a361942
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_height=
"match_parent"
tools:keep=
"@xml/mprisplugin_preferences"
>
<ListPreference
android:id=
"@+id/mpris_time_preference"
...
...
res/xml/remotekeyboardplugin_preferences.xml
View file @
2a361942
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_height=
"match_parent"
tools:keep=
"@xml/remotekeyboardplugin_preferences"
>
<CheckBoxPreference
android:id=
"@+id/remotekeyboard_editing_only"
...
...
res/xml/sftpplugin_preferences.xml
View file @
2a361942
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<PreferenceScreen
xmlns:tools=
"http://schemas.android.com/tools"
xmlns:android=
"http://schemas.android.com/apk/res/android"
tools:keep=
"@xml/sftpplugin_preferences"
>
<PreferenceCategory
android:key=
"@string/sftp_preference_key_preference_category"
android:title=
"@string/sftp_preference_detected_sdcards"
...
...
res/xml/shareplugin_preferences.xml
View file @
2a361942
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
android:layout_height=
"match_parent"
tools:keep=
"@xml/shareplugin_preferences"
>
<CheckBoxPreference
android:id=
"@+id/share_destination_customize"
...
...
res/xml/telephonyplugin_preferences.xml
View file @
2a361942
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<PreferenceScreen
xmlns:tools=
"http://schemas.android.com/tools"
xmlns:android=
"http://schemas.android.com/apk/res/android"
tools:keep=
"@xml/telephonyplugin_preferences"
>
<EditTextPreference
android:dialogMessage=
"@string/telephony_pref_blocked_dialog_desc"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment