Skip to content

Commit

Permalink
Add changes for v1.8.9-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Sep 20, 2022
1 parent 20f1b0a commit e6f5ddf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 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,20 @@
android:text="@string/whats_new_intro"/>


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Dynamic color scheme" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix starting of sync from the background (e.g. auto-sync or ActionReceiver)" />


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

0 comments on commit e6f5ddf

Please sign in to comment.