Skip to content

Commit

Permalink
Replace quotes in "What's new" with HTML tt tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Jan 7, 2018
1 parent 2da4590 commit bc450ee
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Remove Agenda, support ad.days in any query"/>
app:text="Remove Agenda and support &lt;tt&gt;ad.days&lt;/tt&gt; in any query"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support grouping using parentheses in queries"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support o.state"/>
app:text="Support &lt;tt&gt;o.state&lt;/tt&gt;"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support c.closed-time and o.closed"/>
app:text="Support &lt;tt&gt;c.closed-time&lt;/tt&gt; and &lt;tt&gt;o.closed&lt;/tt&gt;"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support “eq”, “ne”, “lt”, “le”, “gt” and “ge” in “s”, “d” and “c” operators"/>
app:text="Support &lt;tt&gt;eq&lt;/tt&gt;, &lt;tt&gt;ne&lt;/tt&gt;, &lt;tt&gt;lt&lt;/tt&gt;, &lt;tt&gt;le&lt;/tt&gt;, &lt;tt&gt;gt&lt;/tt&gt; and &lt;tt&gt;ge&lt;/tt&gt; in &lt;tt&gt;s&lt;/tt&gt;, &lt;tt&gt;d&lt;/tt&gt; and &lt;tt&gt;c&lt;/tt&gt; operators"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support using past times in queries (e.g. s.gt.-2d)"/>
app:text="Support using past times in queries (e.g. &lt;tt&gt;s.gt.-2d&lt;/tt&gt;)"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Import and export saved searches"/>
Expand All @@ -54,7 +54,7 @@
app:text="Add app shortcuts for syncing and creating new notes"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Allow toggling DONE state with the check mark button from quick-menu"/>
app:text="Allow toggling &lt;tt&gt;DONE&lt;/tt&gt; state with the check mark button from quick-menu"/>
<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Use system's file browser for selecting directories"/>
Expand All @@ -73,19 +73,19 @@

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Follow internal links (using CUSTOM_ID and ID properties)"/>
app:text="Follow internal links (using &lt;tt&gt;CUSTOM_ID&lt;/tt&gt; and &lt;tt&gt;ID&lt;/tt&gt; properties)"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Blink LED on reminder's notification"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support “.p” search operator"/>
app:text="Support &lt;tt&gt;.p&lt;/tt&gt; search operator"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support “ps” and .ps search operators"/>
app:text="Support &lt;tt&gt;ps&lt;/tt&gt; and &lt;tt&gt;.ps&lt;/tt&gt; search operators"/>

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

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

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

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="s.none and d.none search expressions"/>
app:text="&lt;tt&gt;s.none&lt;/tt&gt; and &lt;tt&gt;d.none&lt;/tt&gt; search expressions"/>

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

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

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix “Fold/Unfold All” button sometimes not being displayed"/>
app:text="Fix folded state cycling button sometimes not being displayed"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support links for tel”, “sms”, “geo and more"/>
app:text="Support links for &lt;tt&gt;tel&lt;/tt&gt;, &lt;tt&gt;sms&lt;/tt&gt;, &lt;tt&gt;geo&lt;/tt&gt; and more"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Warn about modified note even on “X” press"/>
app:text="Warn about modified note even on &lt;tt&gt;X&lt;/tt&gt; press"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
Expand Down Expand Up @@ -425,7 +425,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 (&lt;tt&gt;o&lt;/tt&gt; and &lt;tt&gt;.o&lt;/tt&gt;)"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
Expand All @@ -445,7 +445,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 &lt;tt&gt;b&lt;/tt&gt; search operator parsing (dot as a book name)"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Tags inheritance (“t” operator)"/>
app:text="Tags inheritance (&lt;tt&gt;t&lt;/tt&gt; 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 &lt;tt&gt;tn&lt;/tt&gt; operator)"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="UI for PROPERTIES"/>
app:text="UI for &lt;tt&gt;PROPERTIES&lt;/tt&gt;"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support .b.notebook search expression"/>
app:text="Support &lt;tt&gt;.b.notebook&lt;/tt&gt; search expression"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support “d” (deadline) search operator"/>
app:text="Support &lt;tt&gt;d&lt;/tt&gt; (deadline) search operator"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Multiple .i expressions supported"/>
app:text="Multiple &lt;tt&gt;.i&lt;/tt&gt; expressions supported"/>

<TextView
style="@style/WhatsNewVersion"
Expand Down Expand Up @@ -670,11 +670,11 @@

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

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

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

0 comments on commit bc450ee

Please sign in to comment.