[PR #111] [CLOSED] Add ability to control dismiss behavior after copy message #307

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

📋 Pull Request Information

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

Base: masterHead: master


📝 Commits (5)

  • 5165605 dark mode support for notification
  • a9a6d02 add ability to control dismiss behavior of notification
  • ed253d9 added project
  • f0e7b62 fix incorrect value in MessageSettingsViewModel
  • d45379e Merge branch 'Finb:master' into master

📊 Changes

10 files changed (+141 additions, -7 deletions)

View changed files

📝 Bark.xcodeproj/project.pbxproj (+14 -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 (+6 -1)

📄 Description

This commit add ability to control dismiss behavior 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/111 **Author:** [@RoadToDream](https://github.com/RoadToDream) **Created:** 9/3/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`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 - [`f0e7b62`](https://github.com/Finb/Bark/commit/f0e7b6289c58ad314a3bd8aef333c91844d0e36e) fix incorrect value in MessageSettingsViewModel - [`d45379e`](https://github.com/Finb/Bark/commit/d45379ebd144c8f788d6809b4b23f040f14cf008) Merge branch 'Finb:master' into master ### 📊 Changes **10 files changed** (+141 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Bark.xcodeproj/project.pbxproj` (+14 -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` (+6 -1) </details> ### 📄 Description This commit add ability to control dismiss behavior 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:23 +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#307
No description provided.