Skip to content

Commit

Permalink
Add changes for v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Sep 26, 2017
1 parent b5924ad commit bbcddeb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 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,27 @@
android:layout_marginTop="@dimen/padding_8"
android:text="@string/whats_new_follow"/>

<TextView
style="@style/WhatsNewVersion"
android:text="1.5.3"
tools:ignore="HardcodedText"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Display notes with more specific times first when sorting"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix resetting notebook shortcut on some launchers"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix state cycling with multiple done-type states defined"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix styling words at the end of the title"/>

<TextView
style="@style/WhatsNewVersion"
android:text="1.5.2"
Expand Down

0 comments on commit bbcddeb

Please sign in to comment.