Skip to content

Commit

Permalink
Add changes for v1.6.5-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Apr 24, 2018
1 parent de72bf4 commit c8bf640
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,36 @@
android:text="@string/whats_new_intro"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fold drawers, unfold on click temporarily"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Log time shifting to &lt;tt&gt;LOGBOOK&lt;/tt&gt; drawer"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Update &lt;tt&gt;LAST_REPEAT&lt;/tt&gt; property after shifting time"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Keep habit deadline on time shift"/>

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Handle content lines formatted as org headings"/>

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


<TextView
style="@style/WhatsNewVersion"
android:text="v1.6.4"
Expand Down

0 comments on commit c8bf640

Please sign in to comment.