Skip to content

Commit

Permalink
Add changes for v1.6.3-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Apr 9, 2018
1 parent 740a95f commit 59d36f2
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,26 @@
android:text="@string/whats_new_intro"/>



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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Handle invalid org times in created-at migration"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Use match_parent for fields in note fragment (fixes tags autocomplete dropdown width issue)"/>




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

<com.orgzly.android.ui.views.WhatsNewChange
Expand Down

0 comments on commit 59d36f2

Please sign in to comment.