diff --git a/compat_data/actions.json b/compat_data/actions.json index 4bc6a5db7..7568a0352 100644 --- a/compat_data/actions.json +++ b/compat_data/actions.json @@ -97,6 +97,30 @@ "version_added": "30.4.0" } } + }, { + "id": "action_typed_show_tooltip", + "name": "Typed action show_tooltip", + "compat": { + "android": { + "version_added": "30.17.0" + } + } + }, { + "id": "action_typed_timer", + "name": "Typed action timer", + "compat": { + "android": { + "version_added": "30.17.0" + } + } + }, { + "id": "action_typed_video", + "name": "Typed action video", + "compat": { + "android": { + "version_added": "30.17.0" + } + } }, { "id": "action_is_enabled", "name": "Action is_enabled property", diff --git a/compat_data/div-text.json b/compat_data/div-text.json index 62bbd295c..4aaf937ac 100644 --- a/compat_data/div-text.json +++ b/compat_data/div-text.json @@ -56,5 +56,21 @@ "version_added": "30.7.0" } } + }, { + "id": "text_images_accessibility", + "name": "accessibility property for images inside text", + "compat": { + "android": { + "version_added": "30.17.0" + } + } + }, { + "id": "text_items_alignment_vertical", + "name": "alignment_vertical property for images and ranges inside text", + "compat": { + "android": { + "version_added": "30.17.0" + } + } }] } diff --git a/compat_data/methods.json b/compat_data/methods.json index 3f49cece8..7bb544c83 100644 --- a/compat_data/methods.json +++ b/compat_data/methods.json @@ -40,6 +40,9 @@ }, "web": { "version_added": "30.2.0" + }, + "android": { + "version_added": "30.14.0" } } }, { @@ -51,6 +54,9 @@ }, "web": { "version_added": "29.15.0" + }, + "android": { + "version_added": "30.17.0" } } }, {