Commit Graph

71 Commits

Author SHA1 Message Date
Mark Rickert
7ef2323a56 Fix the test for cell identifier. 2013-06-11 10:27:19 -04:00
Jamon Holmgren
91e12f23d1 Merge pull request #124 from markrickert/cell-accessory-switch-fix
Cell accessory switch fix - WOOT!
2013-06-08 13:53:56 -07:00
Mark Rickert
8a7775f6e9 Remove wait times on switch tests. 2013-06-08 15:06:09 -04:00
Mark Rickert
e3d1b37063 Passing tests for new accessoryview paradigm. 2013-06-08 12:11:26 -04:00
Mark Rickert
da9845d869 Update tableview helper spec to new paradigm while testing backwards compatability. 2013-06-07 17:13:37 -04:00
Mark Rickert
1c2ebf773b Reformatting test cells for better readability 2013-06-07 08:56:01 -04:00
Mark Rickert
aed100c98b First pass on tests. 2013-06-07 08:34:47 -04:00
Jamon Holmgren
9dd15f9646 Fix for issue #127 reported by @markrickert 2013-06-06 23:25:11 -07:00
Mark Rickert
d5ab7cd11f Add cell_identifier to image cells in the tests. 2013-06-06 14:13:54 -04:00
Jamon Holmgren
a192c00d07 Fixing issue #109 - iOS 6 doesn't call screen shouldAutorotate when in navigation bar. Added tests too. 2013-06-04 12:37:53 -07:00
Mark Rickert
69366c5d3b Added functional test for deleting a cell with an animation. 2013-06-01 13:30:05 -04:00
Mark Rickert
1a0e72efe7 Removed AccessibilityLabel on tableview cells since it's set automatically by the title. 2013-06-01 13:15:13 -04:00
Mark Rickert
a937e804eb Working functional test for deleting a row in a table view 2013-06-01 12:10:57 -04:00
Jamon Holmgren
c653d63496 Added delegate test 2013-05-31 17:47:42 -07:00
Mark Rickert
9ef05cde73 Add tests for cell image enhancements. 2013-05-30 15:18:28 -04:00
Jamon Holmgren
51b88311dc README updates 2013-05-30 09:16:24 -07:00
Jamon Holmgren
10d0c86b07 Merge branch 'version-0.7' into feature/delegate_improvements 2013-05-27 20:51:09 -07:00
Jamon Holmgren
36232eefe9 Fixed wrong number of arguments issue, extensive tests 2013-05-27 18:28:48 -07:00
Jamon Holmgren
9d7b7467c7 Writing additional specs 2013-05-27 16:56:14 -07:00
Jamon Holmgren
62978b6ec0 Tests passing. I'm awesome. 2013-05-27 16:43:08 -07:00
Jamon Holmgren
1312a1d3e0 Huge refactor of TableScreens 2013-05-27 16:06:38 -07:00
Jamon Holmgren
aefd014495 Added on_unload, PushNotification methods, tests 2013-05-23 23:44:54 -07:00
Jamon Holmgren
6e756e6501 Adding the ability to remove status bar
Also changed has_nav_bar? to nav_bar?
2013-05-23 22:50:43 -07:00
Jamon Holmgren
42b9944c42 Deprecated is_modal? 2013-05-23 22:27:07 -07:00
Silas J. Matson
c7efb1c7de Merge branch 'version-0.7' of github.com:clearsightstudio/ProMotion into feature/separate_specs 2013-05-20 09:43:22 -07:00
Jamon Holmgren
378616af67 Merge branch 'master' into version-0.7 2013-05-20 09:40:30 -07:00
Silas J. Matson
1d594321b6 Clean up the spec directory. Modify Rakefile to allow running of just unit specs or functional. 2013-05-20 09:34:09 -07:00
Matt Brewer
54c013c6d7 Added PM::BehavesLikeScreen module to inject into UIViewController 2013-05-20 11:24:06 -04:00
Jamon Holmgren
406b316863 Added passing functional tests 2013-05-19 19:44:47 -07:00
Steve Ross
38248e4b06 Merge branch 'version-0.7' of https://github.com/clearsightstudio/ProMotion into version-0.7 2013-05-18 23:17:02 -07:00
Jamon Holmgren
c49102c8f9 Merge pull request #82 from clearsightstudio/version-0.6
Version 0.6 branch -- merge into master
2013-05-18 20:09:37 -07:00
Jamon Holmgren
e4c8be1880 Merging version-0.6 2013-05-18 20:08:41 -07:00
Jamon Holmgren
846fb98845 Conflicts, merging 2013-05-18 15:43:36 -07:00
Tom Milewski
a83ec10382 Allow set_nav_bar_*_button to accept UIBarButtonItem 2013-05-18 14:06:58 -04:00
Silas J. Matson
d037387b4e Fix Title issue. Changed the way that screens manage titles.
Fixes possible conflicts in two separate instances of the same Screen.
Fixes #74
2013-05-17 10:33:25 -07:00
Stephan Toggweiler
201c9b0ef5 from master 2013-05-17 19:05:14 +02:00
Stephan Toggweiler
272dcb2057 add some specs for split screen tab bar icon/title 2013-05-17 17:53:30 +02:00
Jamon Holmgren
e036935bd6 Cleaning up screen nav specs
Also consolidated where we're checking for main_controller.
2013-05-17 08:31:40 -07:00
Jamon Holmgren
d49cda38f7 Merge pull request #77 from macfanatic/title_function_from_module
Added tests to support #74
2013-05-17 07:44:22 -07:00
Jamon Holmgren
19d6a4f181 Fixing specs to work in RM 2.0
https://github.com/clearsightstudio/ProMotion/blob/version-0.6/lib/ProMo
tion/screen_helpers/split_screen.rb#L9
2013-05-17 07:39:45 -07:00
Matt Brewer
078ba68761 Added tests to support #74 2013-05-17 07:45:37 -04:00
Steve Ross
92bfb2c3e2 Added support for toolbar hiding/showing in UINavigationController 2013-05-16 15:39:35 -07:00
Steve Ross
e0b0f7329b Fixed system item in set_bar_bar_button to take UIImage change into account; updated README 2013-05-16 12:50:03 -07:00
Steve Ross
d1d6c2dd04 Merge branch 'master' of https://github.com/sxross/ProMotion
Conflicts:
	lib/ProMotion/screens/_screen_module.rb
2013-05-16 11:34:02 -07:00
Steve Ross
543ba8060c Changed set_nav_bar_button to accept a system_icon hash key that allows creation of system buttons like add. 2013-05-16 11:09:45 -07:00
Mark Rickert
4117fe9e92 Added tests for the left bar button item. 2013-05-16 12:22:10 -04:00
Mark Rickert
dc3e32449f One more test to make sure it's the RIGHT image ;) 2013-05-16 09:37:51 -04:00
Mark Rickert
8acdeaf7cd Add tests for creating a UIBarButton with a UIImage. 2013-05-16 09:35:08 -04:00
Jamon Holmgren
0525e47afb Added open_modal alias 2013-05-15 10:56:04 -07:00
Jamon Holmgren
ff6823bef2 Fixes #63 (hacky) 2013-05-14 09:34:07 -07:00