Skip to content

Commit

Permalink
Add changes for v1.6-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Nov 2, 2017
1 parent 764b2c5 commit d561dc4
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,18 @@
android:layout_marginTop="@dimen/padding_8"
android:text="@string/whats_new_follow"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Move Agenda to the top of the drawer"/>

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


<TextView
Expand All @@ -44,12 +55,6 @@
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"
Expand Down

0 comments on commit d561dc4

Please sign in to comment.