Skip to content

Commit

Permalink
Add changes for v1.7.2-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Mar 21, 2019
1 parent 5a191b7 commit e7873da
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,40 @@
android:text="@string/whats_new_intro"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Sort search results by event time (&lt;tt&gt;o.e&lt;/tt&gt;)" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Copy selected notes" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Cut, Copy, Move and Refile multiple notes at once" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Shift recurring note's events on state change" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix search when multiple events per note are used" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Display used event time in search results" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Unfold note itself when focused on from search results" />


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

0 comments on commit e7873da

Please sign in to comment.