Commit Graph

96 Commits

Author SHA1 Message Date
Matt Coneybeare
a0fe19a2fd Merge pull request #47 from JagCesar/master
Fixes bug related to remind button
2016-04-22 05:31:14 -04: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
Matt Coneybeare
8d5ae9e3d5 Merge pull request #39 from dbolella/uialertview-ios9-depracated
Set the default value of useAlertController based off ios version
2016-03-08 13:43:13 -05: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
Matt Coneybeare
be83189c67 Update README.md 2015-12-22 08:22:32 -05:00
Matt Coneybeare
73b50357d9 Merge pull request #37 from bjaskj/master
Made ratingConditionsHaveBeenMet() public.
2015-12-22 08:20:48 -05:00
Bjarte Skjørestad
8e747575a5 Updated readme for ratingConditionsHaveBeenMet. 2015-12-22 08:34:28 +01: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
Matt Coneybeare
2f7b70cb0d Update README.md 2015-12-15 09:20:55 -05:00
Matt Coneybeare
5a4d1da0b5 Merge pull request #36 from phimage/fix-readme
Readme incorrectly documented showPrompt methods
2015-12-15 09:19:18 -05:00
phimage
7b5477469a Replace showPrompt(ifNecessary: Bool) by showPromptIfNecessary() in README.md
Remove Extra/Unwanted Spaces
2015-12-15 06:19:21 +01:00
phimage
7a76f714c4 Allow to capture log using closure 2015-12-15 05:49:41 +01:00
Matt Coneybeare
ef3f7e6f63 Merge pull request #33 from phimage/patch-1
Get the framework bundle as fallback instead of mainBundle
2015-12-14 09:31:52 -05:00
You shall not pass
ce4d4a42ff Fix localization by getting the framework bundle 2015-12-11 12:11:21 +01:00
Matt Coneybeare
c137d761e4 Added Carthage support 0.1.2 2015-12-10 11:08:05 -05:00
Matt Coneybeare
082697fa93 Merge pull request #32 from johnnye/master
Setting up for Carthage support
2015-12-10 11:04:51 -05:00
John Nye
e23f3b7fee ignoring the carthage folder too 2015-12-10 10:45:09 +01:00
John Nye
084a5a8a60 adding the archived framework to the ignore list. 2015-12-10 10:39:26 +01:00
Matt Coneybeare
1e13a7bf32 Update readme and podspec 0.1.1 2015-12-01 15:54:53 -05:00
Matt Coneybeare
3504757c82 Fix endSheet deprecation warning on OS X 0.1.0 2015-12-01 15:51:27 -05:00
Matt Coneybeare
829e2bf686 Added cocoapods support 2015-12-01 15:43:57 -05:00
Matt Coneybeare
2502c3f63d Merge branch 'master' of github.com:UrbanApps/Armchair 2015-12-01 15:41:11 -05:00
Matt Coneybeare
2082b3fcad Added cocoapods support 2015-12-01 15:40:42 -05:00
Matt Coneybeare
c1c9158b98 Merge pull request #25 from benzguo/master
Share schemes for Carthage support
2015-11-04 10:34:49 -05:00
Ben Guo
413996175e share schemes for Carthage support 2015-11-02 14:53:09 -05:00
Matt Coneybeare
32e508d30b Merge pull request #22 from kcsdad/patch-1
changed println() to print()
2015-09-29 12:29:56 -04:00
Kurt Ernstsen
d14a80f748 changed println() to print()
Xcode7.0.1/Swift2.0 release build complains about the println() lines.
2015-09-28 23:30:44 -05:00
Matt Coneybeare
ce4432f0e2 Updates for Swift 2 2015-09-24 07:48:12 -04:00
Matt Coneybeare
ad5a344d1c Merge pull request #20 from gershwin88/master
Fixing errors and warning when using Swift 2
2015-09-18 11:23:32 -04: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
Matt Coneybeare
9f88400adc Merge pull request #12 from nickoneill/master
Swift 1.2 support
2015-04-11 09:17:34 -04: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
Matt Coneybeare
5948dcfbc2 Merge pull request #6 from plivesey/master
Changing iOS deployment target to 8.0. The library works with iOS 7, but...
2014-11-30 18:51:53 -05:00
Peter Livesey
351e43645d Changing iOS deployment target to 8.0. The library works with iOS 7, but modules aren't supported.
Should be changed back to 7.0 when we have some different way of deploying the library.
2014-11-29 16:13:58 -08:00
Matt Coneybeare
420cf1b6b7 Merge pull request #5 from plivesey/master
Fixing a bug where finding the right window wouldn't work.
2014-11-25 16:15:42 -05: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
4e077db6d2 Update README.md 2014-10-20 16:02:51 -04:00
Matt Coneybeare
7ff1576d37 Update for Xcode 6.1 and Swift 1.1 2014-10-20 16:00:53 -04:00
Matt Coneybeare
f9a1750dba Update README.md 2014-10-13 16:48:29 -04:00
Matt Coneybeare
cee80d37d9 Merge branch 'master' of github.com:UrbanApps/Armchair 2014-09-30 15:16:33 -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
3b1f7ae408 Update README.md 2014-09-27 09:51:57 -04:00
Matt Coneybeare
0d5e03e72b update gitignore 2014-09-22 19:05:46 -04:00
Matt Coneybeare
d313d259ca Added LaunchScreen.storyboard to iOS proj 2014-09-22 18:54:05 -04:00
Matt Coneybeare
3c6d07294a Update README.md 2014-09-18 23:55:20 -04:00
Matt Coneybeare
e0449a5520 Update README.md 2014-09-18 18:36:51 -04:00