Skip to content

Commit

Permalink
Add changes for v1.6.9-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Aug 11, 2018
1 parent bac81ca commit 66550f6
Showing 1 changed file with 39 additions and 7 deletions.
46 changes: 39 additions & 7 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,42 @@
android:text="@string/whats_new_intro"/>



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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Quick note from ongoing notification" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Display only set or selected metadata in note view" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support checkboxes in notebook's preface" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Allow installing app on the external storage" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix checkbox-on-enter to work with soft keyboard" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Don't parse checkboxes in title" />



<TextView
style="@style/WhatsNewVersion"
android:text="v1.6.8"
tools:ignore="HardcodedText"/>
tools:ignore="HardcodedText" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
Expand All @@ -47,7 +79,7 @@
<TextView
style="@style/WhatsNewVersion"
android:text="v1.6.7"
tools:ignore="HardcodedText"/>
tools:ignore="HardcodedText" />

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Option to hide metadata in note fragment"/>
app:text="Option to hide metadata in note view"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Display book's last action error in subtitle"/>
app:text="Display notebook's last action error in subtitle"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Minor design improvements in note editor"/>
app:text="Minor design improvements in note view"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix &lt;tt&gt;b&lt;/tt&gt; search operator parsing (dot as a book name)"/>
app:text="Fix &lt;tt&gt;b&lt;/tt&gt; search operator parsing (dot as a notebook name)"/>

<TextView
style="@style/WhatsNewVersion"
Expand All @@ -623,7 +655,7 @@

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Links (http and mailto) support in note editor"/>
app:text="Links (http and mailto) support in note view"/>

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

0 comments on commit 66550f6

Please sign in to comment.