Jamon Holmgren
77b86eaf33
Version 2.1.0.beta1
2014-10-31 15:07:17 -07:00
Jamon Holmgren
b648017b11
Merge pull request #558 from ryanlntn/remove-tags-from-api
...
Write spec for tags and remove from API
2014-10-31 15:01:01 -07:00
Jamon Holmgren
2375e1e976
Merge pull request #560 from ryanlntn/fix/pm-issue-523
...
Fix Issue 523
2014-10-31 14:59:38 -07:00
Ryan Linton
63af8e2e8c
Merge master
2014-10-31 14:39:59 -07:00
Ryan Linton
490909ac6b
Fixes Issue 523
2014-10-31 14:34:51 -07:00
Ryan Linton
89ad696129
Fix issue with index_path of filtered data
2014-10-31 14:26:01 -07:00
Leon Kim
1c89203a32
Fixes #547 , enable logging in test mode, fixed web content error and
...
updated RubyMotion version
2014-10-31 11:05:28 -07:00
Ryan Linton
d3441fb06f
Write spec for tags and remove from API
2014-10-31 11:01:20 -07:00
Jamon Holmgren
eb484fddb9
Merge pull request #554 from khaledalissa/remove_multiple_calls
...
remove multiple calls to content method
2014-10-13 22:01:25 -07:00
Khaled Alissa
28cc25ea26
remove multiple calls to content()
2014-10-12 22:28:58 -04:00
Khaled Alissa
1a09212292
remove multiple calls to content method
2014-10-12 09:59:17 -04:00
Jamon Holmgren
8ac6b66c69
Fixed conflicts
2014-10-11 16:19:59 -07:00
Jamon Holmgren
6670898bd0
Extensive work on tests
2014-10-11 12:57:23 -07:00
Jamon Holmgren
702da00313
Added files_dependencies to avoid issues with gems that don't detect dependencies properly
2014-09-18 10:40:46 -07:00
Jamon Holmgren
69f777c57d
Fix regression - modal= should indeed be applied by set_attributes
2014-09-15 18:26:38 -07:00
Jamon Holmgren
88b9e75474
Use debug mode, not warn
2014-09-15 18:02:25 -07:00
Jamon Holmgren
e4611f8b88
Revamped logger to be very verbose on :verbose, added whitelist for screen instantiation
2014-09-15 17:44:20 -07:00
Jamon Holmgren
ad933168cb
Warn when attempting to set an invalid property using set_attributes.
2014-09-15 17:07:17 -07:00
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
1d0073afec
Rename to (style will continue to work for a while)
2014-09-15 15:06:32 -07:00
Mark Rickert
fefa5869c6
Typo. Fixes failing tests.
2014-09-15 09:29:37 -05:00
Mark Rickert
0e9b11244d
Update to use more efficient array_all_members_of? method.
2014-09-15 08:46:52 -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
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
c8e2a0f73f
Version 2.0.1
2014-09-04 10:28:42 -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
74e051aeb8
Updated tab bar rotation methods to actually work
2014-08-27 09:54:19 -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
d900705e28
Move index_path_to_section_index into Table::Utils
2014-08-27 09:27:23 -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
Ryan Linton
9a050d3858
Fix shouldAutorotate for VCs under the moreNavigationController
2014-08-27 08:07:34 -07:00
Ryan Linton
9415a84a34
Add shouldAutorotate support to tab_bar_controller
2014-08-26 09:41:43 -07:00
Ryan Linton
aa9f9bcc69
Move index_path_to_section_index into Table::Utils
2014-08-22 13:47:05 -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
Mark Rickert
7d8377debd
Fixes issue 524.
...
You can pass a string or UIImage instance to title_image
2014-08-12 11:54:24 -04:00
Chris Edwards
a7c2fec5d9
Adds DummyImageView to fix #522 table cell remote_image stub issue
2014-08-11 08:38:44 +01:00