Commit graph

5 commits

Author SHA1 Message Date
Mark Jerde
6a307b7200 Switch to MJCloudKitUserDefaults.framework. 2018-10-30 23:05:04 -05:00
Mark Jerde
99d471f46a Extend Settings access to Flycut iOS
Use InAppSettingsKit to display Settings within the app in addition to within
Settings.app.  This allows changes that initiate a user prompt to prompt the
user immediately when the change is made, rather than upon app launch as is the
case with using Settings.app, providing better user experience.

Move acknowledgements from preferences panel into a text file that is sourced into the preferences panel on macOS and the settings bundle (in-app only) on iOS.
2018-10-30 23:05:03 -05:00
Mark Jerde
603ac66511 Add MJCloudKitUserDefaultsSync to the project. 2018-10-22 22:47:25 -05:00
Mark Jerde
aa83f93754 Convert to use MGSwipeTableCell to provide better swipe capabilities. 2018-10-22 22:47:25 -05:00
Mark Jerde
3210b31350 Initial minimum-functional Flycut iOS app. Due to iOS security mechanisms preventing persistent pasteboard visibility, this app will only add clippings when active and checks for a new clipping when activated. Hence the usage mode is to copy something, then open Flycut and it will add the current clipping to the store. App displays a list of the clippings, most recent on top, and places them on the pasteboard when tapped. Future plans include a more refined visual style, action extensions, access to settings, and iCloud sync. 2018-10-22 22:47:24 -05:00