-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added ability to play sound when message is displayed #158
Open
forgot
wants to merge
7
commits into
KrauseFx:develop
Choose a base branch
from
forgot:develop
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on May 15, 2014
-
Added ability to set sound for message
Added ability to set a default sound to use when message is presented. Added ability to set default sound for each `TSMessageType`. Updated `.podspec` to include `AVFoundation.framework`. Updated `Example.xcodeproj` with demonstration.
Configuration menu - View commit details
-
Copy full SHA for 3c4d8a9 - Browse repository at this point
Copy the full SHA 3c4d8a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07049ec - Browse repository at this point
Copy the full SHA 07049ecView commit details
Commits on May 16, 2014
-
Moved sound handling to TSMessage+Sounds category
Created TSMessage+Sounds category to extend TSMessages. Category includes `TSMessageSoundPlayer` object that responds to NSNotification. Category header is imported inside `__has_include` macro in TSMessageView+Private. Added `TSMessages` as a subspec in `.podspec` and set to `default_subspec` so its always included. Added `Sounds` subspec in `.podspec` that includes the relevant files and frameworks, with a dependency on the `TSMessages` subspec.
Configuration menu - View commit details
-
Copy full SHA for 3e623f7 - Browse repository at this point
Copy the full SHA 3e623f7View commit details
Commits on May 30, 2014
-
Rewritten to use delegate methods
Added TSMessage Delegate protocol. Added willDisplayNotification: delegate method. Added didDisplayNotification: delegate method. Removed all static variables from TSMessage+Sounds. Condensed TSMessageSoundPlayer class. Added implementation examples in Example project.
Configuration menu - View commit details
-
Copy full SHA for 0e67029 - Browse repository at this point
Copy the full SHA 0e67029View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb6737a - Browse repository at this point
Copy the full SHA eb6737aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26a8a3f - Browse repository at this point
Copy the full SHA 26a8a3fView commit details
Commits on Jun 10, 2014
-
Added some documentation for protocols
Added documentation for TSMessageDelegate, TSMessageSoundDelegate, and all optional methods.
Configuration menu - View commit details
-
Copy full SHA for 1a3a361 - Browse repository at this point
Copy the full SHA 1a3a361View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.