[PR #200] Implement import and export clipboard history #483

Open
opened 2026-03-03 01:12:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/200
Author: @Econa77
Created: 8/8/2017
Status: 🔄 Open

Base: developHead: feature/import-export-history


📝 Commits (6)

  • f6de06b Implement import and export clipboard history
  • c23d800 Fix for in format
  • 76d34cb Move import and export methods to ClipService
  • 478a503 Change spec directory
  • 068de24 Add key value store protocol
  • 85d4381 Add import and export histories tests

📊 Changes

25 files changed (+646 additions, -56 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+88 -17)
📝 Clipy/Sources/AppDelegate.swift (+1 -1)
📝 Clipy/Sources/Constants.swift (+8 -0)
📝 Clipy/Sources/Environments/AppEnvironment.swift (+3 -3)
📝 Clipy/Sources/Environments/Environment.swift (+2 -2)
📝 Clipy/Sources/Models/CPYClipData.swift (+7 -3)
📝 Clipy/Sources/Preferences/CPYPreferencesWindowController.swift (+7 -7)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYGeneralPreferenceViewController.xib (+58 -18)
📝 Clipy/Sources/Preferences/Panels/CPYExcludeAppPreferenceViewController.swift (+1 -1)
Clipy/Sources/Preferences/Panels/CPYGeneralPreferenceViewController.swift (+61 -0)
📝 Clipy/Sources/Preferences/Panels/CPYTypePreferenceViewController.swift (+1 -1)
📝 Clipy/Sources/Preferences/Panels/it.lproj/CPYGeneralPreferenceViewController.strings (+12 -0)
📝 Clipy/Sources/Preferences/Panels/ja.lproj/CPYGeneralPreferenceViewController.strings (+12 -0)
Clipy/Sources/Protoocls/KeyValueStoable.swift (+47 -0)
📝 Clipy/Sources/Services/ClipService.swift (+38 -0)
📝 Clipy/Sources/Services/HotKeyService.swift (+3 -3)
ClipyTests/Extensions/QuickSpec+Environment.swift (+32 -0)
ClipyTests/Helpers/Fixture.swift (+26 -0)
ClipyTests/Helpers/TestUserDefaults.swift (+87 -0)
ClipyTests/Resources/export_history.xml (+33 -0)

...and 5 more files

📄 Description


🔄 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/200 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 8/8/2017 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `feature/import-export-history` --- ### 📝 Commits (6) - [`f6de06b`](https://github.com/Clipy/Clipy/commit/f6de06bd2877b53a5e556e5384305950806fa9fc) Implement import and export clipboard history - [`c23d800`](https://github.com/Clipy/Clipy/commit/c23d800e546951e085c1a09fdd598e368fb31609) Fix for in format - [`76d34cb`](https://github.com/Clipy/Clipy/commit/76d34cb373fad563713ee7de2e6dd9e64561141e) Move import and export methods to ClipService - [`478a503`](https://github.com/Clipy/Clipy/commit/478a503a5903de439ae1c036a38b6e8d4fc7502e) Change spec directory - [`068de24`](https://github.com/Clipy/Clipy/commit/068de24d05e9892a677a9197868600e69c89cf66) Add key value store protocol - [`85d4381`](https://github.com/Clipy/Clipy/commit/85d43813b26ff49f96262ecccb9931464dd60218) Add import and export histories tests ### 📊 Changes **25 files changed** (+646 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+88 -17) 📝 `Clipy/Sources/AppDelegate.swift` (+1 -1) 📝 `Clipy/Sources/Constants.swift` (+8 -0) 📝 `Clipy/Sources/Environments/AppEnvironment.swift` (+3 -3) 📝 `Clipy/Sources/Environments/Environment.swift` (+2 -2) 📝 `Clipy/Sources/Models/CPYClipData.swift` (+7 -3) 📝 `Clipy/Sources/Preferences/CPYPreferencesWindowController.swift` (+7 -7) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYGeneralPreferenceViewController.xib` (+58 -18) 📝 `Clipy/Sources/Preferences/Panels/CPYExcludeAppPreferenceViewController.swift` (+1 -1) ➕ `Clipy/Sources/Preferences/Panels/CPYGeneralPreferenceViewController.swift` (+61 -0) 📝 `Clipy/Sources/Preferences/Panels/CPYTypePreferenceViewController.swift` (+1 -1) 📝 `Clipy/Sources/Preferences/Panels/it.lproj/CPYGeneralPreferenceViewController.strings` (+12 -0) 📝 `Clipy/Sources/Preferences/Panels/ja.lproj/CPYGeneralPreferenceViewController.strings` (+12 -0) ➕ `Clipy/Sources/Protoocls/KeyValueStoable.swift` (+47 -0) 📝 `Clipy/Sources/Services/ClipService.swift` (+38 -0) 📝 `Clipy/Sources/Services/HotKeyService.swift` (+3 -3) ➕ `ClipyTests/Extensions/QuickSpec+Environment.swift` (+32 -0) ➕ `ClipyTests/Helpers/Fixture.swift` (+26 -0) ➕ `ClipyTests/Helpers/TestUserDefaults.swift` (+87 -0) ➕ `ClipyTests/Resources/export_history.xml` (+33 -0) _...and 5 more files_ </details> ### 📄 Description - Closed #186 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#483
No description provided.