|
20 | 20 | android:layout_height="wrap_content"
|
21 | 21 | android:text="@string/whats_new_intro"/>
|
22 | 22 |
|
23 |
| - |
24 | 23 | <TextView
|
25 | 24 | style="@style/WhatsNewNotice"
|
26 | 25 | android:text="@string/target_11_warning" />
|
27 | 26 |
|
| 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 | + |
28 | 58 | <TextView
|
29 | 59 | style="@style/WhatsNewVersion"
|
30 | 60 | android:text="v1.8.6"
|
|
0 commit comments