From c4f83828e2061f417d0171ce8bacf12ef0457430 Mon Sep 17 00:00:00 2001 From: ist1114011 Date: Wed, 14 Jan 2026 21:09:38 +0000 Subject: [PATCH 1/3] fixed com.coloros.widget.smallweather no description --- resources/assets/uad_lists.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index cbd88197..80595241 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -13204,11 +13204,11 @@ }, "com.coloros.widget.smallweather": { "list": "Oem", - "description": "", + "description": "it is classified as a Safe app to remove. It is a widget that displays clock and weather, weather warnings, the clock, 15-day forecasts, etc.\n does not work with the at a Glance google widget", "dependencies": [], "neededBy": [], "labels": [], - "removal": "Recommended" + "removal": "Advanced" }, "com.coremobility.app.vnotes": { "list": "Oem", From bf6dd20acf722bf49ceca03e0a27603a13ffebd6 Mon Sep 17 00:00:00 2001 From: Cosm Date: Wed, 14 Jan 2026 22:45:42 +0000 Subject: [PATCH 2/3] Correct description casing and punctuation --- resources/assets/uad_lists.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index 80595241..8f0ede4b 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -13204,7 +13204,7 @@ }, "com.coloros.widget.smallweather": { "list": "Oem", - "description": "it is classified as a Safe app to remove. It is a widget that displays clock and weather, weather warnings, the clock, 15-day forecasts, etc.\n does not work with the at a Glance google widget", + "description": "It is classified as a Safe app to remove. It is a widget that displays clock and weather, weather warnings, the clock, 15-day forecasts, etc.\n Does not work with the at a Glance Google widget", "dependencies": [], "neededBy": [], "labels": [], From 8285979b951884f4dc3c2103398b1ecf4455ed4e Mon Sep 17 00:00:00 2001 From: Cosm Date: Thu, 15 Jan 2026 16:51:26 +0000 Subject: [PATCH 3/3] Fix formatting in app description for smallweather Removed a space before 'Does not work' in the description. --- resources/assets/uad_lists.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/assets/uad_lists.json b/resources/assets/uad_lists.json index 8f0ede4b..42ac0dda 100644 --- a/resources/assets/uad_lists.json +++ b/resources/assets/uad_lists.json @@ -13204,7 +13204,7 @@ }, "com.coloros.widget.smallweather": { "list": "Oem", - "description": "It is classified as a Safe app to remove. It is a widget that displays clock and weather, weather warnings, the clock, 15-day forecasts, etc.\n Does not work with the at a Glance Google widget", + "description": "It is classified as a Safe app to remove. It is a widget that displays clock and weather, weather warnings, the clock, 15-day forecasts, etc.\nDoes not work with the at a Glance Google widget", "dependencies": [], "neededBy": [], "labels": [],