Commit Graph

66 Commits

Author SHA1 Message Date
Timothy Moose 0d1068917c Fix deployment target on nib files to match target 2020-10-25 13:31:26 -05:00
Timothy Moose 85a431e99b Fix podspec again 2020-10-24 12:39:31 -05:00
Timothy Moose 9d2a94bd5a Fix podspec 2020-10-24 12:36:52 -05:00
Olli Tapaninen 5acae56d5f Couple of fixes for xcode12 support (#418)
* Add resources to Package.swift

* Fix bundle search method

* Search for CocoaPods bunlde

* Remove redundant resources declaration

* Streamline implementation a bit and return a fallback value

Co-authored-by: Timothy Moose <tim@swiftkick.it>
2020-09-25 12:50:56 -05:00
David c40ae0b3f2 Add preliminary support for Swift Package Manager (#395)
* Add Package.swift

* Require iOS 9

* Update required swift version

* Add missing import

* import QuartzCore

* Release prep

Co-authored-by: Timothy Moose <tim@swiftkick.it>
2020-08-18 15:28:30 -05:00
Timothy Moose 59419a8209 [401] Fix SM ignoring touches in modal view controllers 2020-07-25 17:26:23 -05:00
Timothy Moose 9910019fec Update changelog 2020-07-09 13:10:27 -05:00
Timothy Moose e6ae6cc469 Bump version 2019-09-19 09:40:56 -05:00
Timothy Moose 0d1107bff1 Update docs 2019-05-23 09:30:19 -05:00
Timothy Moose 2dd48d76b2 Fix swift version string 2019-04-29 10:49:57 -05:00
Timothy Moose 3b46f94ca7 Add iPad icons 2019-04-08 10:14:29 -05:00
Timothy Moose b7dfd57898 Add event listeners to SwiftMessagesSegue 2018-12-26 17:11:34 -06:00
Philip Niedertscheider 2c6828752d Removed delay after physics pan dismiss (#257)
* Make the hide delay configurable
2018-11-11 10:46:53 -06:00
Timothy Moose c0d9718365 6.0.0
Swift 4.2
2018-09-20 08:58:29 -05:00
Timothy Moose 6e22205800 Fix #228 restore shared SwiftMessages scheme 2018-09-19 13:46:31 -05:00
Timothy Moose 241b9687fd Work/swift4.2 (#227)
* Swift 4.2 conversion

* Bump version number

* Update swift_version
2018-09-19 10:33:39 -05:00
Timothy Moose 07597ba092 Remove debug code that broke the view controller's section of the Demo app. 2018-09-03 10:55:46 -05:00
Timothy Moose 4b719c143a Shakes fist at CocoaPods
Removed the SwiftMessagesSegueExtras framework because making it work with CocoaPods was challenging and it wasn’t really very useful.
2018-08-29 09:10:42 -05:00
Timothy Moose 5042ffaca8 Put swift_version back 2018-08-29 00:27:32 -05:00
Timothy Moose 3383e6abfa Remove .swift-version file 2018-08-29 00:20:13 -05:00
Timothy Moose 73b052f3a7 Add swift_version to podspec 2018-08-29 00:11:27 -05:00
Timothy Moose 8c3edbe292 Fix podspec version 2018-08-28 23:32:54 -05:00
Timothy Moose da60aac640 Add support for view controller presentation (#198)
* Add support for view controller presentation

* Update comments

* Implement review feedback

* Implement review feedback

* Add segue identifier

* Mostly working

* Bug fixing

* Round corners using squicles

* Support squircles and tab layout for view controlllers

* Remove internal deprecation warnings

* Tweak colors

* Bug fixes

* Animate mask layer on rotation events

* Preserve preferred height of view controller

* Add framework for segue convenience classes

* Share segue extras scheme

* Fix segue framework compile

* Deintegrate CocoaPods from demo projects

Had to do this to work with Carthage due to a bug https://github.com/Carthage/Carthage/issues/2549

* Add auto-rubber banding

* Update code comments

* Documentation updates

* More documentation

* Debugging docs

* Debug docs

* Debug docs

* Debug docs

* Debug docs

* Asset update

* Doc updates

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update ViewControllers.md

* Update docs

* Update ViewControllers.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Simlify MarginAdjustable protocol

* Update customization section

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update docs

* Update changelog

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Reduce banner image size

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update layouts

* Fix backward compatibility bug

* Fix CocoaPods integration

* Remove debug code

* Add link
2018-08-26 20:09:13 -05:00
Ian Ynda-Hummel afa5b3497c Prevent usage of UIApplication.shared when building for extensions (#191)
* Prevent usage of UIApplication.shared when building for extensions

It's not accessible at compile-time for anything requiring app extension only APIs.

* Add iMessageDemo target to Demo project

* Bump version to 4.1.4
2018-05-25 09:11:06 -05:00
Timothy Moose 247a296b3a Rename “Core” subspec to “App” 2018-05-18 15:27:57 -05:00
Timothy Moose 2d1194bfd0 Merge branch 'master' of https://github.com/SwiftKickMobile/SwiftMessages into master-amagrude 2018-05-18 15:10:48 -05:00
Timothy Moose 2f8de41d19 Fix #185 incorrect margin adjustments in landscape 2018-05-18 10:38:00 -05:00
Andrew Magruder 99eea8bc48 Added iOS extension support via SWIFTMESSAGES_APP_EXTENSIONS at compile time. 2018-05-06 17:23:17 -04:00
Timothy Moose abc5d543e6 Fix custom presentation style positioning 2018-03-11 10:36:43 -05:00
Timothy Moose 52839bb609 Get current message being displayed without specifying an id 2018-01-02 14:58:20 -06:00
Timothy Moose 73f1267c91 Update docs 2017-11-15 08:35:45 -06:00
Timothy Moose 089c0f4a87 Move icons out of asset catalog to prevent mysterious crash 2017-11-05 10:48:58 -06:00
Timothy Moose 5965d8b805 Support iOS 11 and iPhone X 2017-09-20 18:49:33 -05:00
Timothy Moose 9a83231f31 Fix nib file class reference
Undo change that broke `MessageView` class reference on nib files copied out of the SwiftMessages framework.
2017-09-12 10:15:22 -05:00
Timothy Moose 595c95144c Update documentation and refine demo 2017-08-25 18:10:46 -05:00
Timothy Moose 6788cefbd7 Process hide and show calls in order 2017-08-15 07:56:44 -05:00
Timothy Moose aabffb9d4b Add center presentation style 2017-06-25 17:37:43 -05:00
Timothy Moose b0e561695d Add blur dim mode option 2017-04-27 10:13:46 -05:00
Timothy Moose ef511a9be8 Fix orphaned message views 2017-03-29 03:56:16 -05:00
Timothy Moose 9237958eaa Improve inclusion of additional accessibility elements 2017-03-24 12:32:40 -05:00
Timothy Moose 02a2d5bfbb Don’t block user interaction with .none dim mode 2017-03-13 09:45:28 -05:00
Timothy Moose 8448eac94b Add VoiceOver support 2017-03-12 14:17:19 -05:00
Timothy Moose f4933009b2 Update podspec 2017-03-06 06:12:29 -06:00
Timothy Moose fe5c39f51e Add unknown duration option 2017-03-04 16:45:32 -06:00
Timothy Moose f8ef605f96 Fix memory leak of MessageViews 2017-01-24 20:47:19 -06:00
Timothy Moose 0153648d4f Release prep 2017-01-15 11:40:27 -06:00
Timothy Moose ada900f2cf Prepare for 3.1.3 release 2016-12-28 08:19:38 -06:00
Timothy Moose fb553a3c88 Add 3.1.2 release notes 2016-12-15 09:14:26 -06:00
Timothy Moose 4401647732 Add view case to presentationContext 2016-11-28 16:27:43 -06:00
Timothy Moose 380d687078 Add event listeners 2016-11-19 11:51:35 -06:00