Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Mar 13, 2019
1 parent 97c4fef commit c1701a0
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,28 +24,7 @@

<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"
android:text="v1.7.1"
tools:ignore="HardcodedText" />

<com.orgzly.android.ui.views.WhatsNewChange
Expand Down

0 comments on commit c1701a0

Please sign in to comment.