Allow editing of contact names.

Took care to properly format CJK names.
This commit is contained in:
Greyson Parrelli
2018-05-10 11:31:38 -07:00
parent 54dbffaf30
commit e6c16cf28d
9 changed files with 449 additions and 11 deletions

View File

@@ -407,6 +407,10 @@
android:theme="@style/TextSecure.LightTheme"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".contactshare.ContactNameEditActivity"
android:theme="@style/TextSecure.LightNoActionBar"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>
<activity android:name=".contactshare.SharedContactDetailsActivity"
android:theme="@style/TextSecure.LightNoActionBar"
android:configChanges="touchscreen|keyboard|keyboardHidden|orientation|screenLayout|screenSize"/>