Skip to content

Commit

Permalink
Add changes for v1.6.2-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Jan 25, 2018
1 parent 9449ab4 commit 993b1eb
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 @@ -22,6 +22,27 @@
android:text="@string/whats_new_intro"/>


<TextView
style="@style/WhatsNewVersion"
android:text="v1.6.2-beta.8"
tools:ignore="HardcodedText"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix cursor merging for agenda (attempt to fix potential crash, thanks for the report!)"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Add missing click feedback in widget"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Few smaller design changes"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Update “Getting Started” notebook"/>

<TextView
style="@style/WhatsNewVersion"
android:text="v1.6.2-beta.7"
Expand Down

0 comments on commit 993b1eb

Please sign in to comment.