From a01ac28a4c77e25b8334f3f664dda80b2153f73c Mon Sep 17 00:00:00 2001 From: Andrew Cope Date: Sun, 20 Feb 2022 21:53:40 -0500 Subject: [PATCH] Update feature parity table --- docs/FEATURE_PARITY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/FEATURE_PARITY.md b/docs/FEATURE_PARITY.md index 741fedd..aae8512 100644 --- a/docs/FEATURE_PARITY.md +++ b/docs/FEATURE_PARITY.md @@ -2,7 +2,7 @@ This document is to keep track of the feature parity between the iOS and Android ntfy.sh apps. -**Last Updated: 2021-02-16** +**Last Updated: 2021-02-20** | Feature | iOS | Android | Notes | | --- | --- | --- | --- | @@ -16,8 +16,8 @@ This document is to keep track of the feature parity between the iOS and Android | Notification priority | :warning: | :white_check_mark: | Displays an exclamation mark in notification row for high.max priority, no changes to the actual push notification (sounds, vibrations), no prioirty filtering | | Tags and emojis | :white_check_mark: | :white_check_mark: | | Click action | :x: | :white_check_mark: | Not yet implemented | -| Attachments | :x: | :white_check_mark: | Not yet implemented | -| User Authentication | :x: | :white_check_mark: | Not yet implemented | +| Attachments | :warning: | :white_check_mark: | Not fully implemented | +| User Authentication | :warning: | :white_check_mark: | Not fully implemented | | Dark mode | :white_check_mark: | :white_check_mark: | Dependent on iOS dark mode, may add override in | | Logging | :x: | :white_check_mark: | Not yet implemented | | Share to topic | :x: | :white_check_mark: | Not yet implemented |