Skip to content

Commit

Permalink
Add changes for v1.6-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Oct 28, 2017
1 parent c8f3415 commit dcccfcd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 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,29 @@
android:layout_marginTop="@dimen/padding_8"
android:text="@string/whats_new_follow"/>




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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix agenda when “Reversed note click action” option is used"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix blank “Tags indentation” settings screen"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Attempt to fix occasional crashes in notebook list related to note count"/>




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

0 comments on commit dcccfcd

Please sign in to comment.