From 4a84cefa3f349a2d241a0da76d7d308bbc1eb9e0 Mon Sep 17 00:00:00 2001 From: hughbarney Date: Mon, 27 Sep 2021 23:23:57 +0100 Subject: [PATCH] updated descriptions of notify modules for clarity --- apps.json | 4 ++-- apps/notify/README.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps.json b/apps.json index 7a0fde795..d19365081 100644 --- a/apps.json +++ b/apps.json @@ -95,7 +95,7 @@ "shortName":"Notifications", "icon": "notify.png", "version":"0.10", - "description": "A handler for displaying notifications that displays them in a bar at the top of the screen", + "description": "Provides the default `notify` module used by applications to display notifications in a bar at the top of the screen. This module is installed by default by client applications such as the Gadgetbridge app. Installing `Fullscreen Notifications` replaces this module with a version that displays the notifications using the full screen", "tags": "widget", "type": "notify", "readme": "README.md", @@ -108,7 +108,7 @@ "shortName":"Notifications", "icon": "notify.png", "version":"0.11", - "description": "A handler for displaying notifications that displays them fullscreen. This may not fully restore the screen after on some apps. See `Notifications (default)` for more information about the notifications library.", + "description": "Provides a replacement for the `Notifications (default)` `notify` module that is used by applications to display notifications fullscreen. This may not fully restore the screen after on some apps. See `Notifications (default)` for more information about the notify module.", "tags": "widget,b2", "type": "notify", "storage": [ diff --git a/apps/notify/README.md b/apps/notify/README.md index f186aaab2..7b2473015 100644 --- a/apps/notify/README.md +++ b/apps/notify/README.md @@ -1,9 +1,8 @@ # Notifications (default) -A handler for displaying notifications that displays them in a bar at the top of the screen +The default version of the `notify` module for displaying notifications in a bar at the top of the screen -This is not an app, but instead it is a library that can be used by -other applications or widgets to display messages. +This module is installed by default by client applications such as Gadgetbridge. **Note:** There are other implementations of this library available such as `notifyfs` (Fullscreen Notifications). These can be used in the exact