[PR #131] [MERGED] Refactoring pasteboard observer #448

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/131
Author: @Econa77
Created: 11/17/2016
Status: Merged
Merged: 11/18/2016
Merged by: @Econa77

Base: release/v1.2.0Head: refactor/observe-pasteboard


📝 Commits (3)

  • 06b16d7 🚀 Refactoring clip manager
  • 945a03b 🔥 Remove observe interval settings
  • de47255 🔥 Remove unused property

📊 Changes

8 files changed (+233 additions, -356 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+12 -4)
📝 Clipy/Sources/AppDelegate.swift (+4 -12)
📝 Clipy/Sources/Constants.swift (+0 -1)
Clipy/Sources/Managers/ClipManager.swift (+0 -206)
📝 Clipy/Sources/Preferences/Panels/en.lproj/CPYGeneralPreferenceViewController.xib (+31 -66)
📝 Clipy/Sources/Preferences/Panels/ja.lproj/CPYGeneralPreferenceViewController.xib (+31 -66)
Clipy/Sources/Services/ClipService.swift (+155 -0)
📝 Clipy/Sources/Utility/CPYUtilities.swift (+0 -1)

📄 Description

No description provided


🔄 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/131 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 11/17/2016 **Status:** ✅ Merged **Merged:** 11/18/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `release/v1.2.0` ← **Head:** `refactor/observe-pasteboard` --- ### 📝 Commits (3) - [`06b16d7`](https://github.com/Clipy/Clipy/commit/06b16d7233c1b8c4a749c94a6f6b98604ac663d1) :rocket: Refactoring clip manager - [`945a03b`](https://github.com/Clipy/Clipy/commit/945a03b0899d87e435e884c3c2566824f7ccdbf0) :fire: Remove observe interval settings - [`de47255`](https://github.com/Clipy/Clipy/commit/de47255a16d91d6f73228aca7eaa38d22667d4df) :fire: Remove unused property ### 📊 Changes **8 files changed** (+233 additions, -356 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+12 -4) 📝 `Clipy/Sources/AppDelegate.swift` (+4 -12) 📝 `Clipy/Sources/Constants.swift` (+0 -1) ➖ `Clipy/Sources/Managers/ClipManager.swift` (+0 -206) 📝 `Clipy/Sources/Preferences/Panels/en.lproj/CPYGeneralPreferenceViewController.xib` (+31 -66) 📝 `Clipy/Sources/Preferences/Panels/ja.lproj/CPYGeneralPreferenceViewController.xib` (+31 -66) ➕ `Clipy/Sources/Services/ClipService.swift` (+155 -0) 📝 `Clipy/Sources/Utility/CPYUtilities.swift` (+0 -1) </details> ### 📄 Description _No description provided_ --- <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:27 +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#448
No description provided.