Bug 409511

Summary: Untranslatable label "KDE Connect Remote Keyboard"
Product: [Applications] kdeconnect Reporter: Alexander Potashev <aspotashev>
Component: android-applicationAssignee: Albert Vaca Cintora <albertvaka>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Android   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Alexander Potashev 2019-07-04 22:26:25 UTC
SUMMARY
Hardcoded in AndroidManifest.xml, thus is untranslatable:

        <service
            android:name="org.kde.kdeconnect.Plugins.RemoteKeyboardPlugin.RemoteKeyboardService"
            android:label="KDE Connect Remote Keyboard"
            android:permission="android.permission.BIND_INPUT_METHOD">


STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Albert Vaca Cintora 2019-07-05 19:54:28 UTC
Good catch! Fixing...
Comment 2 Albert Vaca Cintora 2019-07-05 19:55:07 UTC
Git commit f2c0f022264054c9013d48164a1fb53f0d597a61 by Albert Vaca Cintora.
Committed on 05/07/2019 at 19:55.
Pushed by albertvaka into branch 'master'.

Make service name translatable

M  +1    -1    AndroidManifest.xml
M  +1    -0    res/values/strings.xml

https://invent.kde.org/kde/kdeconnect-android/commit/f2c0f022264054c9013d48164a1fb53f0d597a61