Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9107d982 authored by Jean Chalard's avatar Jean Chalard
Browse files

Add comments and basic reformatting for new files.

Ic4df2a9a introduced new keyboard layouts for Hebrew and Arabic.
This change adds a comment to them alongside with trailing
whitespace suppression.

This change explicitly limits its scope to files introduced by
Ic4df2a9a. It replaces I48927626 which has been deemed too reckless.

Change-Id: Id6b0e47f0623ead0b4e42e57dae359231a2b97fc
parent b916fab1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@
*/
-->

<!-- This file for Arabic layout is an alpha version. It allows to enter   -->
<!-- some right-to-left text, but it has gone through no study whatsoever, -->
<!-- and needs to be run through UX.                                       -->
<merge
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@
*/
-->

<!-- This file for Hebrew layout is an alpha version. It allows to enter   -->
<!-- some right-to-left text, but it has gone through no study whatsoever, -->
<!-- and needs to be run through UX.                                       -->
<merge
    xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
>
+2 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
            android:imeSubtypeLocale="en_GB"
            android:imeSubtypeMode="keyboard"
    />
    <!-- The file for Arabic layout is an alpha version. It needs to be run through UX. -->
    <subtype android:icon="@drawable/ic_subtype_keyboard"
            android:label="@string/subtype_mode_ar_keyboard"
            android:imeSubtypeLocale="ar"
@@ -116,6 +117,7 @@
            android:imeSubtypeMode="keyboard"
    />
    <!-- Java uses the deprecated "iw" code instead of the standard "he" code for Hebrew. -->
    <!-- The file for Hebrew layout is an alpha version. It needs to be run through UX. -->
    <subtype android:icon="@drawable/ic_subtype_keyboard"
            android:label="@string/subtype_mode_iw_keyboard"
            android:imeSubtypeLocale="iw"
+8 −8

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.