mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-12-12 20:35:58 +01:00
Plugins/MousePadPlugin: Consolidate Bigscreen remote and mousepad into one plugin for TV targets
When connected to a TV (running Plasma Bigscreen), Remote Input will show a TV remote and a button on the top to switch to mouse and keyboard. When connected to any other device, Remote Input will show the mouse and keyboard only. **Removals:** - [x] Remove BigscreenPlugin **Additions:** - [x] Add "Use mouse and keyboard" **Changes:** - [x] Plugin has both remote and mouse/keyboard if device is TV, just mouse/keyboard otherwise **Code changes:** - [x] Move all TV functions to MousePlugin 
This commit is contained in:
committed by
Philip Cohn-Cort
parent
1d833841f5
commit
f392ea0a12
@@ -268,7 +268,7 @@ SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<activity
|
||||
android:name="org.kde.kdeconnect.Plugins.BigscreenPlugin.BigscreenActivity"
|
||||
android:name="org.kde.kdeconnect.Plugins.MousePadPlugin.BigscreenActivity"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:label="@string/pref_plugin_bigscreen"
|
||||
android:exported="true"
|
||||
|
||||
Reference in New Issue
Block a user