Skip to content

Commit 0c87222

Browse files
committed
Add changes for v1.8.7-beta.1
1 parent 72c9bc1 commit 0c87222

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

app/src/main/res/layout/dialog_whats_new.xml

+31-1
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,41 @@
2020
android:layout_height="wrap_content"
2121
android:text="@string/whats_new_intro"/>
2222

23-
2423
<TextView
2524
style="@style/WhatsNewNotice"
2625
android:text="@string/target_11_warning" />
2726

27+
28+
<TextView
29+
style="@style/WhatsNewVersion"
30+
android:text="v1.8.7-beta.1"
31+
tools:ignore="HardcodedText" />
32+
33+
<com.orgzly.android.ui.views.WhatsNewChange
34+
style="@style/WhatsNewChange"
35+
app:text="Target Android 12L" />
36+
37+
<com.orgzly.android.ui.views.WhatsNewChange
38+
style="@style/WhatsNewChange"
39+
app:text="Use Material 3" />
40+
41+
<com.orgzly.android.ui.views.WhatsNewChange
42+
style="@style/WhatsNewChange"
43+
app:text="Use larger agenda dividers with a background color" />
44+
45+
<com.orgzly.android.ui.views.WhatsNewChange
46+
style="@style/WhatsNewChange"
47+
app:text="Scroll to the top on action bar click" />
48+
49+
<com.orgzly.android.ui.views.WhatsNewChange
50+
style="@style/WhatsNewChange"
51+
app:text="Render images, allow using monospaced font and register checkbox changes for notebook preface" />
52+
53+
<com.orgzly.android.ui.views.WhatsNewChange
54+
style="@style/WhatsNewChange"
55+
app:text="Fix the permission issue when creating a “New note” widget" />
56+
57+
2858
<TextView
2959
style="@style/WhatsNewVersion"
3060
android:text="v1.8.6"

0 commit comments

Comments
 (0)