Commit Graph

52 Commits

Author SHA1 Message Date
Martin Moizard b3bd6ecc16 Restore func hideRatingAlert() 2017-11-10 17:11:29 +01:00
Martin Moizard 90ce675259 Add documentation on new API 2017-10-27 10:53:51 +02:00
Matt Coneybeare 86bb26031d updated iOS 11 review string template 2017-10-11 12:54:42 -04:00
Matt Coneybeare 74ae451630 updated iOS 11 review string template 2017-10-11 11:46:01 -04:00
ArturoLee 5c963bda6a UIAlertActionStyle.cancel was assigned to the rate button so it can appear bold.
UIAlertActionStyle.default was assigned to the cancel button so it can have a regular font 2017-10-02 19:41:34 -04:00
Matt Coneybeare dfb230dcd2 Swift 4 and tweaks to example projects 2017-09-14 20:40:16 -04:00
Martin Moizard eaebe860da Fix issue when getRootViewController would return nil 2017-09-01 09:56:47 +02:00
whitepixelstudios adc0a0d580 Update iOS 10.3 review dialog support 2017-07-31 12:25:05 +10:00
whitepixelstudios dddaa62c25 Changes 2017-07-31 11:52:04 +10:00
whitepixelstudios ea3ab5ed28 Merge remote-tracking branch 'UrbanApps/master'
# Conflicts:
#	Source/Armchair.swift
2017-07-31 11:50:17 +10:00
whitepixelstudios 068c4b92c1 Remove ios < 9 support [Alertview] 2017-07-31 11:44:12 +10:00
Matt Coneybeare ee3d999eb3 Merge pull request #94 from TenPercentHappier/master
Ensure didDisplayAlertClosure called for UIAlertController
2017-05-12 10:46:36 -04:00
Ariel 0db2bb6fb0 Fix infinite prompts when using StoreKit prompt 2017-05-11 13:00:32 -04:00
rainesbt 6163929275 Ensure didDisplayAlertClosure called for UIAlertController
* didDisplayAlertClosure not being called in the case of using UIAlertView
2017-05-10 14:58:42 -04:00
Ariel 7299a7067a Add support for iOS 10.3 review prompt
Added an option to use SKStoreReviewController review prompt instead of the default prompt. If it’s not available (below iOS 10.3), just use the default prompt.
2017-05-05 15:38:20 -04:00
whitepixelstudios bf8c97e92b Update Readme, Fix custom alerts, update review URL
Update version in podspec to 0.3.0 (Swift 3)
Update readme to match podfile
Make custom alert closure parameters escaping
Review URL: auto-open to write review page
2017-02-25 16:00:33 +10:00
whitepixelstudios b9b50559aa Add public setter for custom alert closure 2017-02-16 13:13:58 +10:00
whitepixelstudios 61f124d82c Add custom dialog closure
Added an optional closure to allow developers to present their own dialog once all criteria for the dialog are filled. Passes closures for 'Rate', 'Remind', and 'No thanks'
2017-02-16 13:03:15 +10:00
whitepixelstudios 24b4f4ab8f Merge branch 'master' into swift3 2017-02-16 12:48:28 +10:00
Oliver Ziegler bdcacffcb4 Update check for iOS Simulator 2016-10-15 13:15:40 +02:00
Oliver Ziegler d57ed6802a Update check for iOS simulator 2016-10-15 13:13:54 +02:00
phimage b5270a4892 fix swift 3 compile issue for mac os 2016-09-22 15:18:24 +02:00
Miguel Olmedo 0a73212e72 Working Migration to Swift 3 2016-09-12 15:46:25 +02:00
Miguel Olmedo 556b57cabe Changed scopes and deprecated elements to compile in Swift 3 2016-09-12 15:35:37 +02:00
César Pinto Castillo 96f70c8bdf Updates project so it builds with Swift 2.3 2016-09-08 13:15:59 +02:00
Dawid Drechny 2a1d87665b Add tintColor configuration setting 2016-08-10 20:33:28 +02:00
Fotis Dimanidis cc3706ca07 Falling back to Localizable.strings 2016-05-30 11:36:48 +02:00
Fotis Dimanidis 93ae5bf93a Renamed reset methods 2016-05-04 14:42:25 +02:00
Fotis Dimanidis 813de6e889 Added resetAll function 2016-05-04 14:37:30 +02:00
Fotis Dimanidis 7feeafba9d Created public method to reset counters 2016-05-04 10:19:37 +02:00
César Pinto Castillo 6b8e8915ea Fixes bug related to remind button
The remind button was appearing even though "days before reminding" was
set to 0 if the review button title was set.
2016-04-22 11:02:16 +02:00
Daniel Bolella 7e8b62a07e Set the default value of useAlertController based off ios version and only use alert controllers if ios version is >= 9 2016-02-29 21:03:45 -05:00
Bjarte Skjørestad 6ef0ad4811 Made ratingConditionsHaveBeenMet() public. 2015-12-21 11:13:39 +01:00
Matt Coneybeare a806177a1b Merge pull request #35 from phimage/feature-capturelog
Allow to capture log using closure
2015-12-15 10:13:11 -05:00
phimage 304380a9ac Add global method to set logger closure
Add information into README.md
2015-12-15 16:05:24 +01:00
phimage 7a76f714c4 Allow to capture log using closure 2015-12-15 05:49:41 +01:00
You shall not pass ce4d4a42ff Fix localization by getting the framework bundle 2015-12-11 12:11:21 +01:00
Matt Coneybeare 3504757c82 Fix endSheet deprecation warning on OS X 2015-12-01 15:51:27 -05:00
Matt Coneybeare 2082b3fcad Added cocoapods support 2015-12-01 15:40:42 -05:00
gershwin88 b932118b1c Removing warnings caused by Swift 2 2015-09-11 13:12:20 -06:00
gershwin88 b5c132ba67 Removing errors when converting to Swift 2 2015-09-11 12:59:40 -06:00
Nick O'Neill f4d18b4a80 Updated examples. 2015-04-10 15:44:37 -07:00
Nick O'Neill 2c884c40f1 Updated for swift 1.2 2015-04-10 15:25:01 -07:00
Peter Livesey 4e92562547 Fixing a bug where finding the right window wouldn't work.
Now, even if you call rateApp() from a UIActionSheet, it will actually present the modal.
2014-11-23 12:32:18 -08:00
Matt Coneybeare 7ff1576d37 Update for Xcode 6.1 and Swift 1.1 2014-10-20 16:00:53 -04:00
Matt Coneybeare af5e5af4da Workaround for Apple bug where firstOtherButtonIndex is not being set 2014-09-30 15:16:16 -04:00
Matt Coneybeare 15a60acb09 Switched iPhoto app for Pages app 2014-09-18 12:58:22 -04:00
Matt Coneybeare 52188a1ffd Added target for localization bundle 2014-09-17 14:20:41 -04:00
Matt Coneybeare 390833c639 Major readme update 2014-09-17 00:16:02 -04:00
Matt Coneybeare a27ffb9df8 Mac Example Project working 2014-09-16 22:31:57 -04:00