Skip to content

Commit

Permalink
Add changes for v1.8.7-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nevenz committed Aug 22, 2022
1 parent 72c9bc1 commit 0c87222
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion app/src/main/res/layout/dialog_whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,41 @@
android:layout_height="wrap_content"
android:text="@string/whats_new_intro"/>


<TextView
style="@style/WhatsNewNotice"
android:text="@string/target_11_warning" />


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

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Target Android 12L" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Use Material 3" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Use larger agenda dividers with a background color" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Scroll to the top on action bar click" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Render images, allow using monospaced font and register checkbox changes for notebook preface" />

<com.orgzly.android.ui.views.WhatsNewChange
style="@style/WhatsNewChange"
app:text="Fix the permission issue when creating a “New note” widget" />


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

0 comments on commit 0c87222

Please sign in to comment.