Skip to content

Commit

Permalink
Add changes for v1.7-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Feb 21, 2019
1 parent 1dd104d commit a444fba
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 @@ -21,6 +21,27 @@
android:layout_marginBottom="@dimen/space_between_content_areas"
android:text="@string/whats_new_intro"/>

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

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Handle trying to open non-existent note" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix using invalid note ID from agenda for some actions" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix left swipe from agenda" />


<TextView
style="@style/WhatsNewVersion"
Expand Down

0 comments on commit a444fba

Please sign in to comment.