Skip to content

Commit

Permalink
Add changes for v1.7.1-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Mar 12, 2019
1 parent 51dd5cf commit b3cdc6b
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 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,28 @@
android:layout_marginBottom="@dimen/space_between_content_areas"
android:text="@string/whats_new_intro"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Don't allow multi-select in books list" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Remove redundant open-note action from swipe menu" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Handle action when no notes have been selected" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix ancestors update on note deletion" />

<TextView
style="@style/WhatsNewVersion"
android:text="v1.7.1-beta.1"
Expand Down

0 comments on commit b3cdc6b

Please sign in to comment.