Jamon Holmgren
fe8632df05
Merge pull request #541 from clearsightstudio/feature/hide_nav_bar
...
Added hide_nav_bar to screen init options per issue #471
2014-09-15 15:38:33 -07:00
Jamon Holmgren
639e834c0a
Merge pull request #545 from clearsightstudio/feature/style-to-properties
...
Rename :style to :properties in cell hash (style will continue to work for a while)
2014-09-15 15:38:20 -07:00
Jamon Holmgren
1d0073afec
Rename to (style will continue to work for a while)
2014-09-15 15:06:32 -07:00
Mark Rickert
2050055041
Merge pull request #544 from clearsightstudio/update_table_data_index_paths_fix
...
Typo. Fixes failing tests.
2014-09-15 09:53:04 -05:00
Mark Rickert
fefa5869c6
Typo. Fixes failing tests.
2014-09-15 09:29:37 -05:00
Jamon Holmgren
c7ea48f89b
Merge pull request #498 from clearsightstudio/update_table_data_index_paths
...
Allow users to pass an index_path or array of index_paths to update_table_data.
2014-09-15 07:28:46 -07:00
Mark Rickert
0e9b11244d
Update to use more efficient array_all_members_of? method.
2014-09-15 08:46:52 -05:00
Mark Rickert
831fa8201d
tabby-tab.
2014-09-13 17:54:30 -05:00
Mark Rickert
94e5ed103f
Passing tests for index_path updating of tables.
2014-09-13 17:47:25 -05:00
Mark Rickert
6cc275379e
Fix table updating of index paths
2014-09-13 17:47:01 -05:00
Mark Rickert
8bc5b0e619
Use the new array_all_members_of method for a shorter if statement.
2014-09-13 16:15:21 -05:00
Mark Rickert
ae7ebd6c70
Check to see if the param is a hash in table utils
2014-09-13 16:13:14 -05:00
Mark Rickert
0b060149e1
Add failing test for index_path_to_section_index util method
2014-09-13 16:11:57 -05:00
Mark Rickert
8096bcdf1e
Add tests for table utils.
2014-09-13 16:11:39 -05:00
Mark Rickert
a96c628564
Merge branch 'master' into update_table_data_index_paths
...
* master: (50 commits)
Version 2.0.1
Updated to RubyMotion 2.32
Workaround for issue #539
Updated for Travis
Updated tab bar rotation methods to actually work
Another test that has to die. If we have regressions I'll re-write the tests myself.
killing this horrible test that randomly fails with fire
Specifying RubyMotion version in Rakefile for specs
Resolved conflicts
Add shouldAutorotate support to tab_bar_controller
Move states into constant array
Move index_path_to_section_index into Table::Utils
Dedup the functional screens
Further simplify search
Rename method to index_path_to_section_index as in Table
Attempt to improve Code Climate score
Fixes issue 524.
Adds DummyImageView to fix #522 table cell remote_image stub issue
Fix shouldAutorotate for VCs under the moreNavigationController
Add shouldAutorotate support to tab_bar_controller
...
2014-09-13 15:51:37 -05:00
Mark Rickert
a915b0ac0e
Better checking of the array of NSIndexPaths
2014-09-13 15:50:00 -05:00
Mark Rickert
1a1123c7da
Allow args to be just an NSIndexPath or an array of them.
2014-09-13 15:49:47 -05:00
Jamon Holmgren
bb42cc668c
Added hide_nav_bar to screen init options per issue #471
2014-09-05 14:41:38 -07:00
Jamon Holmgren
daf5b1b144
Merge branch 'master' of github.com:clearsightstudio/ProMotion
2014-09-04 10:29:07 -07:00
Jamon Holmgren
c8e2a0f73f
Version 2.0.1
v2.0.1
2014-09-04 10:28:42 -07:00
Jamon Holmgren
8ece0a7440
Merge pull request #537 from clearsightstudio/versionbranch-2.0.1
...
More bugfixes, killing some problematic tests
2014-09-04 10:28:26 -07:00
Jamon Holmgren
b189b521d7
Updated to RubyMotion 2.32
2014-09-04 09:45:00 -07:00
Jamon Holmgren
90b0dd6aa1
Workaround for issue #539
2014-09-04 08:56:24 -07:00
Jamon Holmgren
ebbbea69f5
Conflict resolution
2014-09-02 10:16:24 -07:00
Jamon Holmgren
519cffe21d
Updated for Travis
2014-08-27 10:02:41 -07:00
Jamon Holmgren
74e051aeb8
Updated tab bar rotation methods to actually work
2014-08-27 09:54:19 -07:00
Jamon Holmgren
339c160996
Another test that has to die. If we have regressions I'll re-write the tests myself.
2014-08-27 09:40:32 -07:00
Jamon Holmgren
f908c9979f
killing this horrible test that randomly fails with fire
2014-08-27 09:37:08 -07:00
Jamon Holmgren
3580a1eee4
Specifying RubyMotion version in Rakefile for specs
2014-08-27 09:32:12 -07:00
Ryan Linton
2333d04aee
Resolved conflicts
2014-08-27 09:30:10 -07:00
Ryan Linton
24da1b7973
Add shouldAutorotate support to tab_bar_controller
2014-08-27 09:27:56 -07:00
Ryan Linton
17b38e4cc0
Move states into constant array
2014-08-27 09:27:40 -07:00
Ryan Linton
d900705e28
Move index_path_to_section_index into Table::Utils
2014-08-27 09:27:23 -07:00
Ryan Linton
5cd5ea8f43
Dedup the functional screens
2014-08-27 09:27:18 -07:00
Ryan Linton
bb75622ff6
Further simplify search
2014-08-27 09:27:11 -07:00
Ryan Linton
c1e486bde9
Rename method to index_path_to_section_index as in Table
2014-08-27 09:27:02 -07:00
Ryan Linton
c04f25cf0c
Attempt to improve Code Climate score
2014-08-27 09:26:33 -07:00
Mark Rickert
79f169340a
Fixes issue 524.
...
You can pass a string or UIImage instance to title_image
2014-08-27 09:25:57 -07:00
Chris Edwards
61cdfbeaff
Adds DummyImageView to fix #522 table cell remote_image stub issue
2014-08-27 09:25:46 -07:00
Jamon Holmgren
cd9ec6215c
Merge pull request #536 from ryanlntn/bugfix/pm-issue-533
...
Fix shouldAutorotate for VCs under the moreNavigationController
2014-08-27 09:15:54 -07:00
Ryan Linton
9a050d3858
Fix shouldAutorotate for VCs under the moreNavigationController
2014-08-27 08:07:34 -07:00
Jamon Holmgren
1cc994e1aa
Merge pull request #534 from ryanlntn/bugfix/pm-issue-533
...
Add shouldAutorotate support to PM::TabBarController
2014-08-26 10:43:51 -07:00
Ryan Linton
9415a84a34
Add shouldAutorotate support to tab_bar_controller
2014-08-26 09:41:43 -07:00
Jamon Holmgren
cc4b42f565
Merge pull request #532 from ryanlntn/refactor/code-climate
...
Code Climate Quality Improvements (+0.24)
2014-08-22 16:32:34 -07:00
Ryan Linton
7d8a59c79a
Move states into constant array
2014-08-22 14:09:06 -07:00
Ryan Linton
aa9f9bcc69
Move index_path_to_section_index into Table::Utils
2014-08-22 13:47:05 -07:00
Ryan Linton
e291e2c5d1
Dedup the functional screens
2014-08-22 13:36:41 -07:00
Ryan Linton
d4987f7add
Further simplify search
2014-08-22 13:26:13 -07:00
Ryan Linton
f7b41d12fd
Rename method to index_path_to_section_index as in Table
2014-08-22 12:49:28 -07:00
Ryan Linton
10d614b1a5
Attempt to improve Code Climate score
2014-08-22 12:24:48 -07:00