Skip to content

Commit

Permalink
Add changes for v1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Feb 9, 2017
1 parent 79a510e commit 27b5f18
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,20 @@
android:layout_marginBottom="@dimen/padding_4"
android:text="@string/whats_new_follow"/>

<TextView style="@style/WhatsNewVersion" android:text="1.4.10" tools:ignore="HardcodedText"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange" app:text="Ongoing notification for creating note (new option)"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange" app:text="Layout direction (new option)"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange" app:text="Allow browsing secondary storage"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange" app:text="Do not display empty preface in the notebook"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange" app:text="Warn about modified note even on “X” press"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange" app:text="Minor design improvements"/>

<TextView style="@style/WhatsNewVersion" android:text="1.4.9" tools:ignore="HardcodedText"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange" app:text="Clickable external links in notes' list (both title and content)"/>
Expand Down

0 comments on commit 27b5f18

Please sign in to comment.