Skip to content

Commit

Permalink
Add changes for v1.8-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Oct 21, 2019
1 parent ebdc903 commit e8cbca8
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 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,48 @@
android:text="@string/whats_new_intro"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="WebDAV repository support" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Swipe down to sync (notebooks and notebook views)" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Sort by title (&lt;tt&gt;o.title&lt;/tt&gt;)" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Set Dropbox token by long-clicking the link button" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Scroll to top when editing title (to keep breadcrumbs visible)" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix displaying of remote notebook's modification time in notebook details" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Do not display confirmation dialog when new note is not modified" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix metadata visibility issue on initial note loading" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Display all note's events in agenda" />


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

0 comments on commit e8cbca8

Please sign in to comment.