Skip to content

Commit

Permalink
Add changes for v1.8.10-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Oct 29, 2022
1 parent bd57db9 commit 8db82b4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,32 @@
android:text="@string/whats_new_intro"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Allow using alarm clock for scheduling reminders with a time of day" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Log and view major events (e.g. scheduling reminders)" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Check for reminders since the last run on boot and data-change" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Remove edit/view modes from note, single tap to edit and position the cursor correctly" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text='Replace "quick menu" with popup windows (primarily for performance)' />


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

0 comments on commit 8db82b4

Please sign in to comment.