Skip to content

Commit

Permalink
Add changes for v1.8.3-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Apr 14, 2020
1 parent 9fb5775 commit 3844122
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 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,56 @@
android:text="@string/whats_new_intro"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Overdue section in agenda" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="UI for end-time and delay/warning period" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Paste button in notebook for when it's empty" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Start new plain list item on enter press while editing content" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix issue of hidden notes when &lt;tt&gt;o.e&lt;/tt&gt; is used" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix issue when pasting a large number of notes" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix subtree unfolding (long-click)" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Do not cancel sync on pull-to-sync" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Add labels and make buttons obvious in timestamp dialog" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Underline breadcrumb links" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Do not fold other notes on refile's go-to action" />


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

0 comments on commit 3844122

Please sign in to comment.