[PR #151] [MERGED] Special exclusion application #461

Closed
opened 2026-03-03 01:12:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/151
Author: @Econa77
Created: 2/9/2017
Status: Merged
Merged: 2/9/2017
Merged by: @Econa77

Base: release/v1.2.0Head: feature/evolution-exclude-app


📝 Commits (2)

  • bd66747 🚀 Change how to get the active application
  • 706b5be 🎨 Implement exclude 1password browser extension. Resolved #149

📊 Changes

7 files changed (+131 additions, -77 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+4 -4)
📝 Clipy/Sources/AppDelegate.swift (+1 -0)
📝 Clipy/Sources/Extensions/NSCoding+Archive.swift (+6 -0)
Clipy/Sources/Managers/ExcludeAppManager.swift (+0 -67)
📝 Clipy/Sources/Preferences/Panels/CPYExcludeAppPreferenceViewController.swift (+4 -4)
📝 Clipy/Sources/Services/ClipService.swift (+5 -2)
Clipy/Sources/Services/ExcludeAppService.swift (+111 -0)

📄 Description

Applications that have data want to protect have special identifiers. (ref: http://nspasteboard.org/ )
Must correspond individually for application specific identifier.

First will correspond to 1Password.app 🎉


🔄 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/Clipy/Clipy/pull/151 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 2/9/2017 **Status:** ✅ Merged **Merged:** 2/9/2017 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `release/v1.2.0` ← **Head:** `feature/evolution-exclude-app` --- ### 📝 Commits (2) - [`bd66747`](https://github.com/Clipy/Clipy/commit/bd6674727ae0c5e11b957e96a70d8c0e7045b01a) :rocket: Change how to get the active application - [`706b5be`](https://github.com/Clipy/Clipy/commit/706b5be890944c969edb309c32def8f3baaf259b) :art: Implement exclude 1password browser extension. Resolved #149 ### 📊 Changes **7 files changed** (+131 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+4 -4) 📝 `Clipy/Sources/AppDelegate.swift` (+1 -0) 📝 `Clipy/Sources/Extensions/NSCoding+Archive.swift` (+6 -0) ➖ `Clipy/Sources/Managers/ExcludeAppManager.swift` (+0 -67) 📝 `Clipy/Sources/Preferences/Panels/CPYExcludeAppPreferenceViewController.swift` (+4 -4) 📝 `Clipy/Sources/Services/ClipService.swift` (+5 -2) ➕ `Clipy/Sources/Services/ExcludeAppService.swift` (+111 -0) </details> ### 📄 Description Applications that have data want to protect have special identifiers. (ref: http://nspasteboard.org/ ) Must correspond individually for application specific identifier. First will correspond to 1Password.app 🎉 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:12:30 +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/Clipy#461
No description provided.