Skip to content

Commit

Permalink
Add changes for v1.8.4-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Jul 9, 2020
1 parent 60bc5a5 commit 8ca8cf4
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 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,72 @@
android:text="@string/whats_new_intro"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Sticky agenda headers" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Preference for time for daily reminders" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Button to open tags dropdown menu" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Preview title in note view" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Switch for changing note's view/edit mode" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Enter edit mode on title or content click in note view" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Remove share activity from recent apps" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Maximize height of clickable area for the folding button" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Remember location in refile dialog" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Swipe down to sync in search results" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Enable reminders by default" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix broken notebook shortcuts" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix parsing of link with square brackets in its name" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix PROPERTY line parsing" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Use local-specific time format everywhere" />


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

0 comments on commit 8ca8cf4

Please sign in to comment.