mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[PR #200] Implement import and export clipboard history #483
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#483
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Clipy/Clipy/pull/200
Author: @Econa77
Created: 8/8/2017
Status: 🔄 Open
Base:
develop← Head:feature/import-export-history📝 Commits (6)
f6de06bImplement import and export clipboard historyc23d800Fix for in format76d34cbMove import and export methods to ClipService478a503Change spec directory068de24Add key value store protocol85d4381Add 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.