Skip to content

Commit

Permalink
Add changes for v1.7.7-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Jul 1, 2019
1 parent 4f86591 commit 3cdb43b
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 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,52 @@
android:text="@string/whats_new_intro"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Clickable notebook and ancestors in note view" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Preference for link and breadcrumbs target (notebook or note view)" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Preference for initial folding state of notebooks" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Preference for ongoing notification's priority" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Remove previous &lt;tt&gt;LAST_REPEAT&lt;/tt&gt; when marking note as done from note view" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Check for existence of external cache directory (fixing possible crash)" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix dialog title of notebook chooser" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Unfold note under which notes are moved" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Remove number of lines limit for title in note view" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Display the number of notes being refiled" />


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

0 comments on commit 3cdb43b

Please sign in to comment.