Commit Graph

679 Commits

Author SHA1 Message Date
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
Mark Rickert
af957306ba Adds ability to set the cell's accessoryType attribute. 2014-06-23 19:55:15 -04:00
Mark Rickert
1f49faf926 Add long_press_action to the cell non-deprecated whitelist. 2014-06-23 19:47:26 -04:00
Jamon Holmgren
2cbda11c09 Version 2.0.0.rc1 2014-06-21 23:43:25 -07:00
Jamon Holmgren
0f7da79a89 Merge pull request #481 from clearsightstudio/refactor/icon_item
Refactor/icon item
2014-06-21 22:56:00 -07:00
Jamon Holmgren
8c6e518eb8 Split screen cleanup 2014-06-21 22:53:56 -07:00
Jamon Holmgren
73be2107cf Fix deprecation warning 2014-06-21 22:27:21 -07:00
Jamon Holmgren
d09febed10 Softer deprecation 2014-06-21 22:25:14 -07:00
Jamon Holmgren
226ef8a8b4 Merge pull request #477 from clearsightstudio/pm2-remote-image
Remote image loading fix.
2014-06-21 22:22:28 -07:00
Jamon Holmgren
f2c5609009 Deprecated system_icon and icon for tabs and replaced with system_item and item. 2014-06-21 22:21:50 -07:00
Jamon Holmgren
5e854263ba Fixed issue #479 where a crash would occur on swipe left with no :editing_style set 2014-06-21 15:48:09 -07:00
Mark Rickert
17e042b45d Adds an attribute for setting UIWebView.scalesPagesToFit 2014-06-20 11:23:43 -04:00
Mark Rickert
1edd25be07 Fix a PM::WebScreen but with data detectors and write lots more tests for setting attributes. 2014-06-20 11:23:22 -04:00
Mark Rickert
4c6449d851 Should fix #322. 2014-06-16 12:31:58 -04:00
Jamon Holmgren
1767a91732 Added :height to whitelist on table cell hashes 2014-06-16 08:08:32 -07:00
Jamon Holmgren
ebdd773866 Fixed issue where hashes would not be assigned to accessors. 2014-06-10 11:26:12 -07:00
Jamon Holmgren
c4016b18b7 Fix issue #368 where opening a screen twice from the same parent would cause a crash. 2014-06-07 10:12:52 -07:00
Jamon Holmgren
d0f6883fce Merge pull request #470 from clearsightstudio/refactor/on_load
Added load_view, moved on_load where it should be.
2014-06-06 08:23:21 -07:00
Jamon Holmgren
a0aa348a15 Merge pull request #468 from clearsightstudio/refactor/deprecation_warnings
Refactor/deprecation warnings
2014-06-05 23:25:02 -07:00