Skip to content

Commit

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


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Workaround for native crash (build-tools bug, aapt2 disabled)"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Handle using previously deleted note"/>


<TextView
style="@style/WhatsNewVersion"
android:text="1.6-beta.3"
Expand Down Expand Up @@ -56,6 +71,9 @@
app:text="Fix blank “Tags indentation” settings screen"/>





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

0 comments on commit c8d67da

Please sign in to comment.