updated descriptions of notify modules for clarity

pull/827/head
hughbarney 2021-09-27 23:23:57 +01:00
parent 8a9910d7d4
commit 4a84cefa3f
2 changed files with 4 additions and 5 deletions

View File

@ -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": [

View File

@ -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