We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f1b0a commit e6f5ddfCopy full SHA for e6f5ddf
app/src/main/res/layout/dialog_whats_new.xml
@@ -21,6 +21,20 @@
21
android:text="@string/whats_new_intro"/>
22
23
24
+ <TextView
25
+ style="@style/WhatsNewVersion"
26
+ android:text="v1.8.9-beta.1"
27
+ tools:ignore="HardcodedText" />
28
+
29
+ <com.orgzly.android.ui.views.WhatsNewChange
30
+ style="@style/WhatsNewChange"
31
+ app:text="Dynamic color scheme" />
32
33
34
35
+ app:text="Fix starting of sync from the background (e.g. auto-sync or ActionReceiver)" />
36
37
38
<TextView
39
style="@style/WhatsNewVersion"
40
android:text="v1.8.8"
0 commit comments