Skip to content

Commit

Permalink
Add changes for v1.6.2-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Jan 8, 2018
1 parent db50943 commit 09f60c9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,23 @@




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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fall back to internal browser if device is not handling &lt;tt&gt;OPEN_DOCUMENT_TREE&lt;/tt&gt; &lt;i&gt;(thanks for the crash report!)&lt;/i&gt;"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Allow uppercase &lt;tt&gt;AND&lt;/tt&gt; and &lt;tt&gt;OR&lt;/tt&gt; logical operators"/>




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

0 comments on commit 09f60c9

Please sign in to comment.