[PR #42] [CLOSED] _ #400

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/42
Author: @Econa77
Created: 3/11/2016
Status: Closed

Base: feature/new-settingHead: feature/refactaring-clip-manager


📝 Commits (4)

📊 Changes

11 files changed (+530 additions, -574 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+17 -9)
📝 Clipy/AppDelegate.swift (+18 -16)
Clipy/Extensions/Realm+NoCatch.swift (+18 -0)
Clipy/Managers/CPYClipManager.swift (+0 -333)
Clipy/Managers/CPYHistoryManager.swift (+0 -93)
📝 Clipy/Managers/CPYSnippetManager.swift (+37 -66)
Clipy/Managers/ClipManager.swift (+192 -0)
Clipy/Managers/HistoryManager.swift (+106 -0)
📝 Clipy/Managers/MenuManager.swift (+1 -1)
Clipy/Managers/PasteboardManager.swift (+70 -0)
📝 Clipy/Models/CPYClipData.swift (+71 -56)

📄 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/42 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 3/11/2016 **Status:** ❌ Closed **Base:** `feature/new-setting` ← **Head:** `feature/refactaring-clip-manager` --- ### 📝 Commits (4) - [`101486d`](https://github.com/Clipy/Clipy/commit/101486dcf1c416356f20b6d94f0668012fbf69ca) Refactoring ClipManager - [`21db50a`](https://github.com/Clipy/Clipy/commit/21db50aff4106a7b38050af2e5fc6d66de2efe4f) Fix bug - [`e20d746`](https://github.com/Clipy/Clipy/commit/e20d746a95616d624b30e8f3a0c7868a59afb699) Rename CPYHistoryManager to HistoryManager - [`d2a7bdf`](https://github.com/Clipy/Clipy/commit/d2a7bdf159b4cde5ca87a0411724f947ed875dee) Remove realm try-catch ### 📊 Changes **11 files changed** (+530 additions, -574 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+17 -9) 📝 `Clipy/AppDelegate.swift` (+18 -16) ➕ `Clipy/Extensions/Realm+NoCatch.swift` (+18 -0) ➖ `Clipy/Managers/CPYClipManager.swift` (+0 -333) ➖ `Clipy/Managers/CPYHistoryManager.swift` (+0 -93) 📝 `Clipy/Managers/CPYSnippetManager.swift` (+37 -66) ➕ `Clipy/Managers/ClipManager.swift` (+192 -0) ➕ `Clipy/Managers/HistoryManager.swift` (+106 -0) 📝 `Clipy/Managers/MenuManager.swift` (+1 -1) ➕ `Clipy/Managers/PasteboardManager.swift` (+70 -0) 📝 `Clipy/Models/CPYClipData.swift` (+71 -56) </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:13 +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#400
No description provided.