697 Commits

Author SHA1 Message Date
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
Jamon Holmgren
9de2c7d110 Merge pull request #490 from jonmorehouse/on_back
Add in popViewControllerAnimated subclass method.
2014-08-06 22:09:29 -07:00
Jamon Holmgren
59889c71dd Merge pull request #505 from clearsightstudio/toolbar_button_tint_color
Support tint_color on toolbar buttons
2014-08-06 22:07:36 -07:00
Mark Rickert
5553971d2e Update case statement since Jamon is picky about code quality :P 2014-08-06 16:22:19 -04:00
Mark Rickert
cb885a1524 Fixes some test build errors. 2014-08-06 14:59:00 -04:00
Mark Rickert
b8589342f2 Update index_path feature to check arity of the implemented action method
And send the parameters accordingly.
2014-08-06 14:52:02 -04:00
Mark Rickert
ce1c3fff25 Merge branch 'master' into add_index_path_to_action_args
* master:
  Version 2.0.0
  README updates for 2.0.0
  Also re-fixed issue #233 regression
  When closing to :root, properly trigger . Fixes issue #513
  Version 2.0.0.rc5
  Removed flaky functional test that often fails for no good reason.
  Fixes #510
  Fixes runtime crash when using the indexable table module and a section title is nil
  Removed Gemfile.lock per http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
  Adds DummyView to fix setFrame stub issue
  New unit test for making sure that update_table_data works like it should.
  Fixed some inconsistencies and typos in test suite.
2014-08-06 13:24:12 -04:00
Jamon Holmgren
eaa02d0233 Version 2.0.0 2014-08-02 17:56:04 -07:00
Jamon Holmgren
78f0f4b5b7 Also re-fixed issue #233 regression 2014-08-02 16:55:21 -07:00
Jamon Holmgren
f391bf69ad When closing to :root, properly trigger . Fixes issue #513 2014-08-02 16:45:31 -07:00
Jamon Holmgren
7be81187ef Version 2.0.0.rc5 2014-07-28 21:54:54 -07:00
Jamon Holmgren
c04cbd8048 Merge branch 'master' into bugfix/indexable_searchable_scroll_section 2014-07-28 21:22:17 -07:00
Mark Rickert
703271350a Fixes #510
Introduce a better scrolling mechanism... one that works :)
2014-07-27 13:14:54 -04:00
Mark Rickert
4c0fac48a0 Fixes runtime crash when using the indexable table module and a section title is nil 2014-07-27 12:59:15 -04:00
Mark Rickert
d71480f972 Support tint_color on toolbar buttons
Complete with passing specs! <3
2014-07-11 20:05:54 -05:00
Chris Radford
2c70cf5ec7 Adds DummyView to fix setFrame stub issue 2014-07-10 20:02:55 +01:00
Mark Rickert
14af59b980 Adds index_path argument to long press actions as well. 2014-07-07 15:40:53 -04:00
Mark Rickert
145659e4eb Always send the cell's index path as an argument. 2014-07-07 15:23:52 -04:00
Jamon Holmgren
637e6fac59 Version 2.0.0.rc4 2014-07-03 12:11:40 -07:00
Jamon Holmgren
d0356b515f Merge pull request #494 from forrestgrant/webview_patch
Webview patch
2014-07-03 12:10:44 -07:00
Mark Rickert
af7779bfc7 Use autoresizing masks instead of resize (which was removed in PM 2) 2014-07-03 15:04:35 -04:00
Forrest Grant
617072df8d Patching screen navigation to dismiss navigation controller on close 2014-07-03 07:41:52 -04:00
Jon Morehouse
aed7738983 Add coverage for nested on_back calls 2014-07-02 15:34:48 -07:00
Jon Morehouse
026dee77e5 Add in popViewControllerAnimated subclass method.
Add in tests for navigation controller back patch. on_back method now added for screens
2014-06-29 17:49:00 -07:00
Jon Morehouse
6964315409 Add in tests for instance based navigation controller functionality 2014-06-29 15:44:13 -07:00
Jamon Holmgren
4957d946af 2.0.0.rc3 2014-06-27 11:40:17 -07:00
Jascha Luelsdorf
3d11278818 Fixed deprecation warning 'you should set :style in a style: hash' 2014-06-27 16:44:37 +02:00
Jamon Holmgren
f3b120e4bd Version 2.0.0.rc2 2014-06-23 17:55:51 -07:00
Mark Rickert
416126d953 Merge branch 'refs/heads/master' into pm2-accessory-type
* refs/heads/master:
  Fixes deprecation warning.
  Add long_press_action to the cell non-deprecated whitelist.
  Added migration guide to README
  Update README.md
  Version 2.0.0.rc1

Conflicts:
	lib/ProMotion/table/cell/table_view_cell_module.rb
2014-06-23 20:44:11 -04:00
Jamon Holmgren
6522e838a9 Merge pull request #485 from clearsightstudio/longpressable_deprecation_whitelist
Add long_press_action to the cell non-deprecated whitelist.
2014-06-23 17:38:47 -07:00
Mark Rickert
9b4d1b4ffb Fixes deprecation warning. 2014-06-23 20:18:36 -04:00