122 Commits

Author SHA1 Message Date
Matt Coneybeare
ffb40f4d14 Merge pull request #80 from OliverZiegler/swift3
Update check for iOS Simulator
2016-10-17 10:09:23 -04:00
Oliver Ziegler
bdcacffcb4 Update check for iOS Simulator 2016-10-15 13:15:40 +02:00
Matt Coneybeare
d8bc619f3c Merge pull request #76 from phimage/swift3
Fix swift 3 compile issue for mac os
2016-09-25 16:35:40 -04:00
phimage
b5270a4892 fix swift 3 compile issue for mac os 2016-09-22 15:18:24 +02:00
Matt Coneybeare
9104458f49 Merge pull request #75 from kapellanos/master
Migration to Swift 3
2016-09-13 15:40:39 -04: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
Matt Coneybeare
586ef9e215 Merge pull request #72 from dawiddr/tint-color-setting
Add tintColor configuration setting
2016-08-11 21:27:19 -04:00
Dawid Drechny
2a1d87665b Add tintColor configuration setting 2016-08-10 20:33:28 +02:00
Matt Coneybeare
dd81a54a77 Merge pull request #69 from tarikozket/patch-1
Patch 1
2016-07-25 17:52:27 -04:00
Tarik
3f78915843 Latest version fix for CocoaPods
It wasn't installing the latest version which is 0.1.2.

Source: https://guides.cocoapods.org/using/the-podfile.html
2016-07-23 11:41:02 -07:00
Tarik
e1d6e23ef7 Latest version fix for CocoaPods
It wasn't installing the latest version which is 0.1.2.

Source: https://guides.cocoapods.org/using/the-podfile.html
2016-07-23 11:37:38 -07:00
Matt Coneybeare
43d2b0d4ef Merge pull request #58 from fotiDim/fallback-to-localizable.strings
Fallback to localizable.strings
2016-06-02 16:46:40 -04:00
Fotis Dimanidis
0ea672f4d5 Updated README to include localization changes 2016-05-30 11:41:08 +02:00
Fotis Dimanidis
cc3706ca07 Falling back to Localizable.strings 2016-05-30 11:36:48 +02:00
Matt Coneybeare
e7a93e08e7 Merge pull request #54 from CeceXX/patch-1
Very small grammar fix
2016-05-24 15:44:50 -04:00
Cesare de Cal
674f044a43 Very small grammar fix 2016-05-20 21:26:25 +02:00
Matt Coneybeare
9f00619483 Merge pull request #52 from inket/master
Added some colors to README 🎉
2016-05-07 12:58:34 -04:00
Mahdi Bchetnia
fd361253d8 Fixed README typos 2016-05-06 12:03:21 +09:00
Mahdi Bchetnia
051e0d2f10 Added syntax highlighting to README 2016-05-06 12:00:17 +09:00
Matt Coneybeare
202c1701c5 Merge pull request #51 from Navideck-fotis/reset-counters
Created public method to reset counters
2016-05-04 09:19:47 -04:00
Fotis Dimanidis
4e03a1d725 Updated Readme to include resetCounters() & resetUsageCounters() 2016-05-04 14:46:32 +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
e1de2361bf Updated Readme to include resetCounters() 2016-05-04 11:12:32 +02:00
Fotis Dimanidis
7feeafba9d Created public method to reset counters 2016-05-04 10:19:37 +02:00
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