Commit Graph

1173 Commits

Author SHA1 Message Date
Mark Rickert
98b13d1594 Merge branch 'master' into set_toolbar_button_tint
* master:
  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-07-11 20:04:07 -05:00
Mark Rickert
34e9b24232 Support tint_color on toolbar buttons
Complete with passing specs! <3
2014-07-11 20:03:51 -05:00
Jamon Holmgren
d989620adb Merge pull request #502 from chrisradford/master
Adds DummyView to fix setFrame stub issue
2014-07-10 18:56:29 -07:00
Chris Radford
2c70cf5ec7 Adds DummyView to fix setFrame stub issue 2014-07-10 20:02:55 +01:00
Jamon Holmgren
001d20dfc8 Merge pull request #496 from clearsightstudio/test_typos
Fixed some inconsistencies and typos in test suite.
2014-07-08 21:24:05 -07:00
Jamon Holmgren
e4c4e82156 Merge pull request #499 from clearsightstudio/test_for_update_table_data
New unit test for making sure that update_table_data works like it should
2014-07-08 21:22:47 -07:00
Mark Rickert
ebcad00dbf New unit test for making sure that update_table_data works like it should. 2014-07-07 17:10:34 -04:00
Mark Rickert
31b1ebd39e Merge branch 'refs/heads/update_table_data_index_paths' into tsc
* refs/heads/update_table_data_index_paths:
  Allow users to pass an index_path or array of index_paths to update_table_data.
2014-07-07 16:17:02 -04:00
Mark Rickert
f6dc6f8a18 Allow users to pass an index_path or array of index_paths to update_table_data.
When this is passed, it won't update the entire table data, but just the cell or cells that correspond to the index_path(s) passed.
2014-07-07 15:58:56 -04:00
Mark Rickert
14af59b980 Adds index_path argument to long press actions as well. 2014-07-07 15:40:53 -04:00
Mark Rickert
4d304c2737 Fixed some inconsistencies and typos in test suite. 2014-07-07 15:25:30 -04:00
Mark Rickert
e8ee3fc0c8 Add test for verifying that the index_path is passed in arguments on cell taps. 2014-07-07 15:24:16 -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
e3caf0d260 Bundled v2.0.0.rc4 2014-07-03 12:11:57 -07: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
c5262d57c7 Merge pull request #495 from clearsightstudio/webscreen-resize
Use autoresizing masks instead of resize (which was removed in PM 2)
2014-07-03 15:09:44 -04: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
cdd5355e0c Updated Gemfile 2014-07-03 07:44:58 -04:00
Forrest Grant
617072df8d Patching screen navigation to dismiss navigation controller on close 2014-07-03 07:41:52 -04:00
Jamon Holmgren
8ec14caed0 Merge pull request #489 from jonmorehouse/navcon
Add in tests for instance based navigation controller functionality
2014-06-29 20:49:54 -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 v2.0.0.rc3 2014-06-27 11:40:17 -07:00
Jamon Holmgren
23142ea761 Merge pull request #487 from buelsenfrucht/pull-request-style-hash
Fixed deprecation warning 'you should set :style in a style: hash'
2014-06-27 11:00:15 -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
Jamon Holmgren
6c8b47eb87 Merge pull request #486 from clearsightstudio/pm2-accessory-type
PM2 table cell accessoryType functionality
2014-06-23 17:53:40 -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
37cb5a7015 Adds test for setting accessoryType. 2014-06-23 20:00:11 -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
da90e2da1a Added migration guide to README 2014-06-21 23:54:51 -07:00
Jamon Holmgren
3ac5f92fe5 Update README.md 2014-06-21 23:49:29 -07:00
Jamon Holmgren
2cbda11c09 Version 2.0.0.rc1 v2.0.0.rc1 2014-06-21 23:43:25 -07:00
Jamon Holmgren
90be7d4a0d Merge pull request #457 from clearsightstudio/pm2
ProMotion 2.0 Prelim Pull Request
2014-06-21 23:39:06 -07:00
Jamon Holmgren
d52ed6a243 Merge branch 'pm2' of github.com:clearsightstudio/ProMotion into pm2 2014-06-21 23:09:13 -07:00
Jamon Holmgren
4424520e0f Version 2.0.0 2014-06-21 23:02:47 -07:00
Jamon Holmgren
1ba8cac4fa Version 1.2.1 v1.2.1 2014-06-21 23:02:22 -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
31fa11323e Merge pull request #480 from clearsightstudio/bugfix/issue_479
Fixed issue #479 where a crash would occur on swipe left
2014-06-21 22:22:11 -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
15c65b19f6 Added Jamon's inspect talk link 2014-06-21 17:51:18 -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
Jamon Holmgren
2bd7b3d7b1 Merge pull request #478 from clearsightstudio/pm2-webscreen-scale
WebScreen data detector fix and new feature
2014-06-20 12:25:41 -07:00