Commit graph

32 commits

Author SHA1 Message Date
Gennadii Potapov
70eff6f53a Version bump 2020-01-29 14:16:25 +08:00
Gennadii Potapov
2bf2c3fbf1 Add Flycut helper to add start on login functionality in sandboxed environment 2020-01-25 12:57:10 +08:00
Gennadii Potapov
149f969e3f Project cleanup 2020-01-21 15:34:19 +08:00
Gennadii Potapov
f12a30dcb4 Some proj/entitlements id changes 2020-01-12 15:47:13 +08:00
Mark Jerde
6a307b7200 Switch to MJCloudKitUserDefaults.framework. 2018-10-30 23:05:04 -05:00
Mark Jerde
cf89ed3c2f Setup separate entitlements files for macOS and iOS. 2018-10-30 23:05:03 -05:00
Mark Jerde
c10e1ec185 Expand URL support and move iOS version target from 10.2 to 8.0 because everything we depend upon was available in iOS 8.0. 2018-10-30 23:05:03 -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
13ceb8d7d0 Add support for iCloud Sync. 2018-10-30 23:05:03 -05:00
Mark Jerde
7958af9110 Switch to my code signing and get CloudKit working on both iOS and macOS at the same time. 2018-10-22 22:47:25 -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
4fd18601e4 Add MGSwipeTableCell to the project. 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
Mark Jerde
7027778271 Add FlycutOperator files to project, to be used to divide AppController into two files, one for UI and one for management of clipping stores. 2018-10-22 22:47:24 -05:00
Gennadiy Potapov
6a0fa2f359 changed header comments; changed classes name 2016-04-09 23:18:45 +08:00
Gennadiy Potapov
82f018743c 1.8 version 2016-04-03 22:45:41 +08:00
Gennadiy Potapov
18de0ac22e added DEBUG preprocessor macro for Debug build configuration; added DLog macro to pch file 2016-04-03 13:50:05 +08:00
Gennadiy Potapov
d44887e790 got rid of DropBox syncing, will add iCloud support later 2016-04-03 13:20:57 +08:00
Gennadiy Potapov
22aba5f0a1 removed unnecessary files 2016-03-29 14:57:04 +03:00
Gennadiy Potapov
a2fbbe7d36 Fixed zoom effect 2016-03-29 14:39:04 +03:00
Mark Jerde
b16d788b88 Bump version number to 1.7 and add automatic bundle versioning to provide better support through being able to identify builds. 2016-01-28 22:05:52 -06:00
Mark Jerde
b235835336 OS X 10.10 Yosemite got a bit too crafty and would apply it's own "disabled" styling if the NSStatusItem image is an image that has "disabled" in its name. Changed to xout to keep it looking colorful. 2016-01-28 22:05:42 -06:00
Mark Jerde
8827ed9887 Add 'Black Flycut icon' option for the icon in the menu bar since some prefer this look. Consolidate multiple-maintenance paths related to this into one. 2015-05-17 21:29:46 -05:00
Mark Jerde
1080a73fd6 Option-click Flycut menu icon to disable/enable adding newly-copied items to the Flycut history. 2015-05-16 10:29:09 -05:00
David Personette
3dcda827a1 Target 10.7, Apple doesn't support 10.6; Enable App Sandbox; Fix warnings 2014-03-15 07:26:06 -04:00
Deniz Türkoglu
92508e0b9e Add 'Merge all' functionality
Add a new menu item to merge all the clips in the list, in the
order they were copied, adding a new line for each item that
was merged.
2013-10-25 20:31:37 +02:00
Gennadiy Potapov
053fce69b0 Added support for skipping password fields. Added support for removing duplicates. Experements with animation 2011-10-10 18:21:43 +08:00
Gennadiy Potapov
54d2ea3cee Added DBUserDefaults for dropbox settings 2011-09-29 18:33:58 +08:00
Gennadiy Potapov
d513687d72 Changed C Dialect to c99 2011-09-29 16:19:32 +08:00
Ali Rizvi
7efaff666c Removing the requirement to code sign so that product would compile and run 2011-09-29 14:13:10 +08:00
Gennadiy Potapov
f66eabc253 Code clean up. Bezel size will be relative to screen resolution 2011-08-04 01:07:02 +08:00