Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Jan 29, 2018
1 parent a01963b commit f21ea48
Showing 1 changed file with 1 addition and 107 deletions.
108 changes: 1 addition & 107 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,116 +22,10 @@
android:text="@string/whats_new_intro"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix cursor merging for agenda (attempt to fix potential crash, thanks for the report!)"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Add missing click feedback in widget"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Few smaller design changes"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Update “Getting Started” notebook"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Make widget and query results in app looks consistent (remove bullets and add dividers, for now)"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support agenda display in list widget"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix importing queries and allow picking the file"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Handle unavailable storage when exporting queries"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix a crash when querying using parentheses and no search conditions"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Stop normalizing query, display it as entered"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Update translations from Crowdin"/>

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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Support &lt;tt&gt;now&lt;/tt&gt; as time in query"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Allow quoting anything to be searched as text"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix issue with using hour (&lt;tt&gt;1h&lt;/tt&gt;) in search query"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix issue with styling"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Merge latest localization work"/>

<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;"/>

<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"
android:text="v1.6.2"
tools:ignore="HardcodedText"/>

<com.orgzly.android.ui.views.WhatsNewChange
Expand Down

0 comments on commit f21ea48

Please sign in to comment.