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

Commit bfc72571 authored by Wysie's avatar Wysie
Browse files

Release 1.96.

Show contact pictures/Show dial button is now an individual setting for each tab (so you can customize it to your liking)
Keypad #1 can now be set to dial the usual voicemail, while Left Action Button does something else, eg. Google Voice. Thanks A|G for the suggestion.
No longer need to restart app to show/hide contact pictures.
Contact pictures can now be shown in call log. Green dial button can be hidden. In the case where green dial button is hidden, the incoming/outgoing/missed call arrows will replace the dial function, so you don't really miss out on anything.
parent ef038985
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
        android:layout_marginTop="5dip"
        android:layout_marginBottom="5dip"
        android:layout_toLeftOf="@id/call_icon"
        android:layout_marginLeft="6dip"
        android:layout_marginLeft="2dip"
        android:background="@drawable/divider_vertical_dark"
    />
    
@@ -50,7 +50,7 @@
        android:layout_height="32dip"
        android:layout_toLeftOf="@id/divider"
        android:layout_marginLeft="1dip"
        android:layout_marginRight="5dip"
        android:layout_marginRight="9dip"
        android:layout_centerVertical="true"
        android:gravity="center"
        android:scaleType="centerInside"
+2 −2
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
        android:layout_marginTop="5dip"
        android:layout_marginBottom="5dip"
        android:layout_toLeftOf="@id/call_icon"
        android:layout_marginLeft="6dip"
        android:layout_marginLeft="2dip"
        android:background="@drawable/divider_vertical_dark"
    />

@@ -50,7 +50,7 @@
        android:layout_height="32dip"
        android:layout_toLeftOf="@id/divider"
        android:layout_marginLeft="1dip"
        android:layout_marginRight="5dip"
        android:layout_marginRight="9dip"
        android:layout_centerVertical="true"
        android:gravity="center"
        android:scaleType="centerInside"
+22 −7
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@
        android:layout_marginTop="5dip"
        android:layout_marginBottom="5dip"
        android:layout_toLeftOf="@id/call_icon"
        android:layout_marginLeft="6dip"
        android:layout_marginLeft="2dip"
        android:background="@drawable/divider_vertical_dark"
    />

@@ -48,15 +48,18 @@
        android:layout_alignParentTop="true"
        android:layout_toLeftOf="@id/divider"
        android:layout_alignWithParentIfMissing="true"
        android:layout_marginRight="5dip"
        android:layout_marginRight="9dip"
    />
    
    <!-- Wysie_Soh: Default values
    android:layout_marginBottom="4dip"
    -->
    <TextView android:id="@+id/date"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_toLeftOf="@id/divider"
        android:layout_alignParentBottom="true"
        android:layout_marginBottom="8dip"
        android:layout_marginBottom="4dip"
        android:layout_alignWithParentIfMissing="true"
        android:layout_marginRight="5dip"

@@ -64,13 +67,25 @@
        android:singleLine="true"
    />
    
    <ImageView android:id="@+id/photo"
        android:layout_width="54dip"
        android:layout_height="54dip"
        android:layout_alignParentLeft="true"
        android:layout_centerVertical="true"
        android:layout_marginRight="8dip"
        android:gravity="center"
        android:scaleType="fitCenter"
        android:background="@drawable/contact_picture_border_in_list"
    />

    <TextView android:id="@+id/label"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="true"
        android:layout_toRightOf="@id/photo"
        android:layout_alignParentBottom="true"
        android:layout_marginBottom="8dip"
        android:layout_marginTop="-10dip"
        android:layout_alignWithParentIfMissing="true"

        android:singleLine="true"
        android:ellipsize="marquee"
@@ -95,8 +110,8 @@
    <TextView android:id="@+id/line1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_alignParentLeft="true"
        android:layout_alignParentTop="true"
        android:layout_toRightOf="@id/photo"
        android:layout_toLeftOf="@+id/call_type_icon"
        android:layout_above="@id/label"
        android:layout_alignWithParentIfMissing="true"
+5 −2
Original line number Diff line number Diff line
@@ -766,6 +766,10 @@
    <string name="title_disable_num_check">Disable number checks</string>
    <string name="summaryon_disable_num_check">Left action button (LAB) and menu will always be enabled</string>
    <string name="summaryoff_disable_num_check">LAB and menu will be enabled only if at least one number is entered (except voicemail)</string>
    <string name="title_use_1_for_reg_vm">Use 1 for regular voicemail</string>
    <string name="summaryon_use_1_for_reg_vm">Key 1 will be used for regular voicemail</string>
    <string name="summaryoff_use_1_for_reg_vm">Key 1 will follow voicemail handler</string>
    
    <string name="title_digits_color_unselected">Digits color (not selected)</string>
    <string name="title_digits_color_focused">Digits color (focused)</string>
    <string name="title_digits_color_pressed">Digits color (pressed)</string>
@@ -787,7 +791,6 @@
    
    <string name="title_contacts_category">Contacts</string>
    <string name="title_contacts_show_pic">Show contact pictures</string>
    <string name="summary_contacts_show_pic">Affects Favs as well. Restart Contacts/Dialer to see changes</string>
    <string name="title_contacts_show_dial_button">Show dial button</string>
    <string name="summary_contacts_show_dial_button">Show a dial button for contacts with numbers</string>
    <string name="title_contacts_view_pic_size">View contact picture size</string>
+6 −1
Original line number Diff line number Diff line
@@ -31,6 +31,12 @@
            android:dialogTitle="@string/title_vm_handler"
            android:entryValues="@array/entryvalues_numbers"
            android:defaultValue="0" />
        <CheckBoxPreference
            android:key="vm_use_1_for_regular_vm"
            android:title="@string/title_use_1_for_reg_vm"
            android:summaryOn="@string/summaryon_use_1_for_reg_vm"
            android:summaryOff="@string/summaryoff_use_1_for_reg_vm"
            android:defaultValue="false" />
        <CheckBoxPreference
            android:key="dial_disable_num_check"
            android:title="@string/title_disable_num_check"
@@ -119,7 +125,6 @@
        <CheckBoxPreference
            android:key="contacts_show_pic"
            android:title="@string/title_contacts_show_pic"
            android:summary="@string/summary_contacts_show_pic"
            android:defaultValue="true" />
        <ListPreference
            android:key="contacts_view_contact_pic_size"
Loading