Commit Graph

61 Commits

Author SHA1 Message Date
Joe Blau
e9e2f6e255
Merge pull request #37 from wix-incubator/master
chore: bump iPhones deployment target.
2023-06-09 10:48:21 -07:00
Asaf Korem
60226c71a9 chore: bump iPhones deployment target.
Building for deployment to OS releases older than macOS 10.13, iOS 11, tvOS 11, and watchOS 4 is no longer supported.
Xcode 14 release notes: https://developer.apple.com/documentation/xcode-release-notes/xcode-14-release-notes
2023-05-24 17:37:00 +03:00
Joe Blau
b00850925c Refactor code to modern obj-c 2017-12-02 14:47:36 -05:00
Joe Blau
ad729c993d
Merge pull request #32 from jeroenleenarts/patch-1
Prevents build-up of NSTimers..
2017-11-21 11:58:34 -06:00
Jeroen Leenarts
82c21958e1
Prevents build-up of NSTimers..
Thus preventing CPU usage buildup.
2017-11-21 16:43:41 +01:00
Joe Blau
21f7f1af4f Fixes #26 2017-01-05 09:50:01 -05:00
Joe Blau
19f68fea66 Update podfile 2017-01-05 09:47:42 -05:00
Joe Blau
59992972e0 Fixes #25 2016-12-30 01:05:10 -05:00
Joe Blau
757c5b8d16 Merge pull request #23 from ReneLindhorst/master
Added Carthage support
2016-02-27 07:46:07 -08:00
Rene Lindhorst
6c3fe2579e Added Carthage support
It's just a separat xcodeproj which builds a framework.
2016-02-25 11:04:39 +01:00
Joe Blau
8407c7fcb2 Cleanup on demos 2015-05-31 17:02:40 -07:00
Joe Blau
682befed63 Fixes #21 - Swift Segmentation Fault 11 2015-05-27 04:53:43 -07:00
Joe Blau
7e8a6f46e6 Added Swift Example 2015-05-18 19:11:11 -07:00
Joe Blau
d08849af3a Updated changelog 2015-03-13 22:39:21 -07:00
Joe Blau
393debeb77 Fixed UI issies and updated to universal storyboards 2015-03-13 22:30:50 -07:00
Joe Blau
2306412316 Added UIKit back 2015-02-03 18:41:02 -08:00
Joe Blau
2bfd112dc0 Merge pull request #19 from rodrigoelp/master
Including UIKit back to fix compilation errors
2015-02-03 18:39:41 -08:00
Rod Landaeta
f3c19bc1c3 Including UIKit back to fix compilation errors
This addresses a compilation error for those using COSTouchVisualizer on a swift project.
2015-02-04 11:01:54 +11:00
Joe Blau
0c6153171c Updated documentation 2015-02-02 06:43:36 -08:00
Joe Blau
2fb05f1940 Updated formatting 2015-02-02 06:39:18 -08:00
Joe Blau
3be228a61b Merge pull request #18 from capnslipp/patch/ipad-compat
Made iPad-compat
2015-01-27 20:41:01 -08:00
Slipp Douglas Thompson
41a7c59ebd Made iPad-compat
• Changed the Example project's build settings to target both iPhone and iPad devices.
	» iPhone-only makes me cry a little inside.
	» With Apple producing iPhones now with a variety of screen size and resolutions, there's little argument remaining not to allow layouting-up to iPad-size too.  A case can still be made for iPad-optimized UIs, of course, but layout-expanded looks a million times better than the built-in iPad 2X scaling for iPhone-only apps.
2015-01-27 20:54:31 -05:00
Joe Blau
2a27db2c2c Merge pull request #16 from rodrigoelp/master
Fixed status bar style hidden by overlay window
2015-01-27 08:12:38 -08:00
Rod Landaeta
eeff2a9ff6 Fixed status bar style hidden by overlay window
Introduced a view controller for the overlay window to preserve the preferred status bar style for the main window. This prevents losing the status bar style when the new window is created and its own status bar hides the main window.

One way to reproduce this issue is by adding a navigation bar and changing its style to be dark (with white fonts) and then tap anywhere.

Originally the status bar was going to change its appearance to the default style.
Currently is going to be set based on the keyWIndow rootViewController preferredStatusBarStyle property.
2015-01-15 10:36:57 +11:00
Joe Blau
da9259b1b6 Merge pull request #15 from sodastsai/master
Make options read from delegate
2015-01-12 21:59:51 -08:00
sodastsai
49955d9dfe Remove redaundant code 2015-01-13 13:54:09 +08:00
sodastsai
14aa5a102a Update README 2015-01-13 13:52:44 +08:00
sodastsai
9b033df4b9 Determine options from delegate 2015-01-13 13:31:40 +08:00
sodastsai
5c4b5ddc09 Reformat code 2015-01-13 13:31:40 +08:00
Joe Blau
d3d6c680b1 Merge pull request #14 from nubbel/feature/swift-usage-example
Update README.md
2014-11-30 18:51:16 -08:00
Dominique d'Argent
929e6471d4 Update README.md
Simplify Swift usage example by using a lazy property. That makes the `visWindow` obsolete.
2014-11-30 18:15:47 +01:00
Joe Blau
80c440883c Updated podspec 2014-11-13 18:10:38 -08:00
Joe Blau
302479d185 Merge pull request #12 from sodastsai/master
Check rippleImage existence before making it
2014-08-19 18:01:44 -07:00
sodas tsai
7ce29e2627 Check rippleImage existence before making it 2014-08-05 11:48:33 +08:00
Joe Blau
80098140b1 Merge branch 'master' of github.com:conopsys/COSTouchVisualizer 2014-07-18 10:29:28 -07:00
Joe Blau
cad3da709d Updated readme to support swift 2014-07-18 10:29:17 -07:00
Joe Blau
f537eace3b Merge pull request #10 from ReneLindhorst/master
FIXED rotation issue
2014-06-17 16:50:11 -07:00
Rene Lindhorst
33c3d35f04 FIXED rotation issue by not assigning a RootViewController to the OverlayWindow + avoid "Application windows are expected to have a root view controller at the end of application launch" waring by moving window creation into getter 2014-06-17 10:08:51 +02:00
Joe Blau
e4bd488add Merge pull request #9 from ReneLindhorst/master
Flag to disable the morphing of a stationary view spot
2014-06-16 06:52:23 -07:00
Rene Lindhorst
381f360a9e added a flag to disable the morphing of a stationary view spot 2014-06-16 13:21:54 +02:00
Joe Blau
d30dcaad07 Merge pull request #8 from changee/patch-1
a little logic issue
2014-05-08 09:58:58 -07:00
ZhiQuan.Yang
a4fa33f31e Update COSTouchVisualizerWindow.m 2014-05-07 17:52:46 +08:00
ZhiQuan.Yang
d8a6b66b86 a little logic issue
create rippleView while rootViewController's view not contains it.
2014-05-07 17:44:09 +08:00
Joe Blau
10d1892c95 Merge branch 'master' of github.com:conopsys/COSTouchVisualizer 2014-04-13 08:34:43 -07:00
Joe Blau
ee5d0771ad Updated animations to support iOS6 syntax
Changed animateKeyframesWithDuration to animateWithDuration
2014-04-13 08:31:50 -07:00
Joe Blau
52d14c176d Update README.md
Added debugging mode instructions.
2014-03-28 01:11:12 -07:00
Joe Blau
ea0230b137 Merge pull request #1 from nemesis/patch-1
Update README.md
2014-03-26 13:23:44 -07:00
Costea Lungu
5d2d92dd94 Update README.md 2014-03-26 10:21:31 +02:00
Joe Blau
f187d9637b Updates to fix bugs and add better doumentation
Fixed documenation
Version Bump
Removed debug
2014-03-25 07:38:45 -07:00
Joe Blau
0794fba47e Fixed setting for ripple color 2014-03-25 07:26:25 -07:00