Commit Graph

947 Commits

Author SHA1 Message Date
Jamon Holmgren
e44ee68b1d Added pm binary with command. 2013-10-16 23:13:49 -07:00
Jamon Holmgren
138193828b Merge branch 'edge' of github.com:clearsightstudio/ProMotion into edge 2013-10-16 08:47:02 -07:00
Jamon Holmgren
25355cd892 Line ending. 2013-10-16 08:44:06 -07:00
Jamon Holmgren
704411f6e3 Merge pull request #315 from josch1710/edge
Only deselect a table cell if it doesn't want to keep its selection, ...
2013-10-15 07:42:57 -07:00
Jochen Schäfer
0ffb05a088 Only deselect a table cell if it doesn't want to keep its selection, i.e. as long as data_cell[:keep_selection] is not true 2013-10-15 13:29:54 +02:00
Jamon Holmgren
3704cc21dc Merge pull request #313 from clearsightstudio/splitscreen-button-title
Allow user to override button title on split views
2013-10-13 17:16:43 -07:00
Mark Rickert
d090fd714f Add passing test for overriding split view button in portrait mode. 2013-10-12 00:45:03 -04:00
Mark Rickert
64f193dff5 Allow split screens to have a different navigation title and popover controller button title. 2013-10-12 00:21:34 -04:00
Jamon Holmgren
58fd17983d Merge pull request #294 from clearsightstudio/support-tint-color
Support application tint color for iOS 7 applications
2013-10-11 09:01:28 -07:00
Mark Rickert
877d7b966f Clean up iOS7 only test for tintColor 2013-10-01 09:06:28 -04:00
Mark Rickert
eabf8113bc Working test for new iOS 7 tintColor 2013-09-30 14:47:52 -04:00
Jamon Holmgren
305de48628 Merge branch 'master' into edge 2013-09-26 15:30:51 -07:00
Jamon Holmgren
4544a0a216 Merge pull request #303 from Arkan/master
DelegateNotifications: Fix an issue with the bitmask
2013-09-26 15:30:23 -07:00
Jamon Holmgren
6aafa9114e Merge pull request #295 from clearsightstudio/map-annotations-fix
Map annotations custom parameters fix
2013-09-25 15:06:24 -07:00
Arkan
02b43c6193 Add a test for DelegateNotifications#registered_push_notifications 2013-09-25 09:27:32 +02:00
Arkan
4e0b16d458 DelegateNotifications: Fix an issue with the bitmask 2013-09-24 11:25:18 +02:00
Jamon Holmgren
a203f14cc8 Merge branch 'master' into edge 2013-09-19 15:36:48 -07:00
Jamon Holmgren
d56fa5a8ef Added Motion Meetup link 2013-09-19 15:36:39 -07:00
Jamon Holmgren
cfe04bc065 Merge pull request #302 from balvig/notifications
was_launched should return true when app is launched from background
2013-09-19 10:10:13 -07:00
Jens Balvig
b204a942b0 return true when launched from background 2013-09-19 18:28:39 +02:00
Silas J. Matson
3b0859ecc0 Merge pull request #299 from ryanlntn/feature/make-add-to-and-remove-accept-arrays
Make add_to and remove accept an array of elements.
2013-09-18 17:08:30 -07:00
Jamon Holmgren
822c74a4c5 Removed .ruby-version file -- bring your own. 2013-09-17 21:55:14 -07:00
Ryan Linton
ea513edc56 add tests 2013-09-17 11:45:56 -07:00
Ryan Linton
707fcf57ec make add_to and remove accept an array of elements 2013-09-17 11:05:04 -07:00
Mark Rickert
315c511c82 Test annotation parameters that don't exist to be nil. 2013-09-13 05:37:42 -04:00
Mark Rickert
6343a0ff73 Make the map centering test less specific. 2013-09-13 05:34:05 -04:00
Mark Rickert
36c59f52c2 Implement method_missing on the map annotations to try and return a parameter named what the user asked for. 2013-09-13 05:33:52 -04:00
Mark Rickert
bc6e2e8aa5 Add failing test. 2013-09-13 05:25:45 -04:00
Mark Rickert
52aa0a505b More explicit tintColor setting and conditional if the property doesn't exist. 2013-09-12 16:43:10 -04:00
Mark Rickert
d79ed485da Clean up spec for tintColor, but it still doesn't work. 2013-09-12 15:58:18 -04:00
Mark Rickert
c713a521eb Add support for tintColor in iOS 7. Tests not passing yet. 2013-09-12 15:27:13 -04:00
Jamon Holmgren
4dc6ce8cef Merge pull request #280 from clearsightstudio/feature/added_formotion_on_submit
PM::FormotionScreen - Added on_submit method and test.
2013-09-10 07:46:14 -07:00
Jamon Holmgren
b98b2325e3 Merge pull request #292 from dchersey/edge
Adding support for open(Screen, animated: false)
2013-09-10 07:31:50 -07:00
David Hersey
2a8c91e544 Merge branch 'edge' of https://github.com/clearsightstudio/ProMotion into edge
Conflicts:
	.ruby-version
2013-09-09 12:37:22 -04:00
Jamon Holmgren
5948ded28e Bundled 2013-09-04 08:18:58 -07:00
Jamon Holmgren
7c382cecd4 Version 1.0.4 2013-09-04 08:18:48 -07:00
Jamon Holmgren
dde7938b65 Merge pull request #288 from clearsightstudio/fix-indexable
Fix indexable
v1.0.4
2013-09-04 08:17:07 -07:00
Mark Rickert
9925cfee3d Fix code to pass tests for indexable. 2013-09-04 09:24:11 -04:00
Mark Rickert
a2a7ae2eb6 Add passing tests for indexable tablescreens 2013-09-04 09:04:31 -04:00
Mark Rickert
7bfcc2eaa8 Automatically add the little magnifying glass to the top of the table index if the table is searchable. 2013-09-04 08:48:36 -04:00
Mark Rickert
5be9a54b7f Fixes issue with indexable table. #287 2013-09-04 08:42:49 -04:00
Jamon Holmgren
092dee541c Merge pull request #285 from clearsightstudio/set-frames-x-y
Set frames x y
2013-09-03 12:07:13 -07:00
Mark Rickert
1980f5ac0a Add passing test for setting frames with x/y instead of left/top 2013-09-01 13:08:40 -04:00
Mark Rickert
cd5401593a Allow user to pass x,y and it's auto-turned into left, top for frames. 2013-09-01 13:06:11 -04:00
Jamon Holmgren
6b0b9f2d35 Added on_submit method and test. 2013-08-22 09:36:50 -07:00
David Hersey
d137d60ceb Adding support for open(Screen, animated: false) with specs 2013-08-20 10:32:11 -04:00
Jamon Holmgren
78d4378f95 Merge branch 'master' into edge 2013-08-19 20:48:00 -07:00
Jamon Holmgren
36b8ff860d Turning on detect_dependencies explicitely 2013-08-19 20:47:53 -07:00
Jamon Holmgren
aabb6fd3d6 Merge branch 'master' into edge 2013-08-19 20:20:08 -07:00
Jamon Holmgren
e17f808cd9 Proper Getting Started Guide link 2013-08-19 20:19:57 -07:00