[PR #110] [CLOSED] Add ability to control dismiss behavior of notification #305

Closed
opened 2026-03-03 11:42:22 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Finb/Bark/pull/110
Author: @RoadToDream
Created: 9/3/2021
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 5165605 dark mode support for notification
  • a9a6d02 add ability to control dismiss behavior of notification
  • ed253d9 added project

📊 Changes

11 files changed (+240 additions, -8 deletions)

View changed files

📝 Bark.xcodeproj/project.pbxproj (+14 -0)
Bark/Assets.xcassets/notification_copy_color.colorset/Contents.json (+98 -0)
📝 Bark/Base.lproj/LaunchScreen.storyboard (+7 -5)
📝 Bark/en.lproj/Localizable.strings (+3 -0)
📝 Bark/zh-Hans.lproj/Localizable.strings (+3 -0)
Common/NotificationDismissSettingManager.swift (+26 -0)
📝 Controller/MessageSettingsViewController.swift (+6 -0)
📝 Controller/MessageSettingsViewModel.swift (+18 -1)
View/NotificationSettingCell.swift (+41 -0)
View/NotificationSettingCellViewModel.swift (+17 -0)
📝 notificationContentExtension/NotificationViewController.swift (+7 -2)

📄 Description

This commit add ability to control dismiss behavior notification after copy message.

Hi Finb,
Thank you for bringing this app to us, which greatly helps my entire workflow, thank you.
Not sure if this patch matches your vision towards Bark, but at least it provides additional control to users.

Best


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Finb/Bark/pull/110 **Author:** [@RoadToDream](https://github.com/RoadToDream) **Created:** 9/3/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`5165605`](https://github.com/Finb/Bark/commit/5165605f1712d2f308621bae7a3ddf8f0b879345) dark mode support for notification - [`a9a6d02`](https://github.com/Finb/Bark/commit/a9a6d025ba914b8eafeb8493e430cf41eaec582b) add ability to control dismiss behavior of notification - [`ed253d9`](https://github.com/Finb/Bark/commit/ed253d971c4f85ef0929b2439213fcdbfae8dcb3) added project ### 📊 Changes **11 files changed** (+240 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Bark.xcodeproj/project.pbxproj` (+14 -0) ➕ `Bark/Assets.xcassets/notification_copy_color.colorset/Contents.json` (+98 -0) 📝 `Bark/Base.lproj/LaunchScreen.storyboard` (+7 -5) 📝 `Bark/en.lproj/Localizable.strings` (+3 -0) 📝 `Bark/zh-Hans.lproj/Localizable.strings` (+3 -0) ➕ `Common/NotificationDismissSettingManager.swift` (+26 -0) 📝 `Controller/MessageSettingsViewController.swift` (+6 -0) 📝 `Controller/MessageSettingsViewModel.swift` (+18 -1) ➕ `View/NotificationSettingCell.swift` (+41 -0) ➕ `View/NotificationSettingCellViewModel.swift` (+17 -0) 📝 `notificationContentExtension/NotificationViewController.swift` (+7 -2) </details> ### 📄 Description This commit add ability to control dismiss behavior notification after copy message. Hi Finb, Thank you for bringing this app to us, which greatly helps my entire workflow, thank you. Not sure if this patch matches your vision towards Bark, but at least it provides additional control to users. Best --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 11:42:22 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Bark#305
No description provided.