Skip to content

Commit

Permalink
Add changes for v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Oct 26, 2017
1 parent 523d647 commit d12e57b
Showing 1 changed file with 40 additions and 7 deletions.
47 changes: 40 additions & 7 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,39 @@
android:layout_marginTop="@dimen/padding_8"
android:text="@string/whats_new_follow"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Agenda view"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Auto-sync for local repositories (experimental)"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Snooze for reminders"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support “or” in search queries"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support “it” (type of state) search operator"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Preference for indenting tags (Org file format)"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Various bug fixes"/>

<TextView
style="@style/WhatsNewVersion"
android:text="1.5.3"
Expand Down Expand Up @@ -139,7 +172,7 @@

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support for .t search operator"/>
app:text="Support for “.t” search operator"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
Expand Down Expand Up @@ -314,7 +347,7 @@

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Search operators for sorting (o and .o)"/>
app:text="Search operators for sorting (“o” and “.o”)"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
Expand All @@ -334,7 +367,7 @@

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix b search operator parsing (dot as a book name)"/>
app:text="Fix “b” search operator parsing (dot as a book name)"/>

<TextView
style="@style/WhatsNewVersion"
Expand All @@ -356,11 +389,11 @@

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Tags inheritance (t operator)"/>
app:text="Tags inheritance (“t” operator)"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Search by note's tag only (new tn operator)"/>
app:text="Search by note's tag only (new “tn” operator)"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
Expand Down Expand Up @@ -559,11 +592,11 @@

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Search operator p.priority added"/>
app:text="Search operator “p” (priority) added"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Search operator s.day upgraded"/>
app:text="Search operator s.day upgraded"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
Expand Down

0 comments on commit d12e57b

Please sign in to comment.