Commit Graph

617 Commits

Author SHA1 Message Date
Jamon Holmgren
0f6b047345 Updated README to talk about the verson-1.0 branch 2013-06-29 00:17:34 -07:00
Silas J. Matson
d39b0dd424 Revert "Remove rescue since RubyMotion bug was fixed."
Specs are still failing.
This reverts commit 63ea07f4f7.
2013-06-25 12:41:46 -07:00
Silas J. Matson
63ea07f4f7 Remove rescue since RubyMotion bug was fixed. 2013-06-25 12:34:22 -07:00
Jamon Holmgren
8609e1b22e Merge pull request #162 from clearsightstudio/search-tableindex-master
Scroll the tableview all the way to the top when there's a search field ...
2013-06-18 14:24:34 -07:00
Mark Rickert
7b2ea668c5 Scroll the tableview all the way to the top when there's a search field and the table index begins with "{search}". Fixes #159 on MASTER branch. 2013-06-18 16:49:06 -04:00
Jamon Holmgren
6358b2b041 Merge pull request #149 from eboskma/modal-transition-style
Bugfix for modal transition style and presentation style
2013-06-15 10:43:02 -07:00
Erwin Boskma
d3e9b65276 Added args to add_nav_bar call in ProMotion::ScreenModule 2013-06-14 16:44:14 +02:00
Jamon Holmgren
5d1d09a828 Merge branch 'version-0.6' 2013-06-14 00:32:10 -07:00
Jamon Holmgren
94eb6614d5 Merge branch 'version-0.6' of https://github.com/clearsightstudio/ProMotion into version-0.6 2013-06-14 00:31:59 -07:00
Jamon Holmgren
f4345aa42c Version 0.7.6 2013-06-14 00:29:48 -07:00
Jamon Holmgren
6e20f90605 Merge pull request #147 from clearsightstudio/bugfix/issues_2013_06
Bugfix/issues 2013 06
2013-06-14 00:26:37 -07:00
Jamon Holmgren
3d8f7f35d0 removed vistigial code 2013-06-14 00:21:33 -07:00
Jamon Holmgren
ea7e093bc7 Fix for issue #146 2013-06-14 00:17:55 -07:00
Jamon Holmgren
56fee9004c Fix for issue #140 2013-06-13 23:38:18 -07:00
Jamon Holmgren
b1dd7c5198 Renaming setup_view... to set_up_view... 2013-06-13 23:27:25 -07:00
Jamon Holmgren
ac0e22be96 More examples. 2013-06-13 22:26:56 -07:00
Jamon Holmgren
0fc9b15c24 Adding a small example to show ProMotion benefits 2013-06-13 22:19:45 -07:00
Jamon Holmgren
74d5c4e002 Merge pull request #145 from clearsightstudio/table-screen-search-index-fix
Table screen search index fix
2013-06-13 09:17:53 -07:00
Mark Rickert
4b10acbebe Remove the table data index when searching. Put it back when searching is done. 2013-06-13 01:17:45 -04:00
Mark Rickert
f833b46757 Looks like the search feature came from a contacts app? Make the variable name a bit more generic. 2013-06-13 01:13:53 -04:00
Jamon Holmgren
b35478058c Switching order -- see if Travis builds 2013-06-12 12:05:44 -07:00
Jamon Holmgren
1bc75d6bf0 Travis bump 2013-06-12 11:19:04 -07:00
Jamon Holmgren
5299ccbe00 Merge pull request #141 from hellopatrick/animated_fix
open/close should allow :animated to be false
2013-06-12 10:31:37 -07:00
Patrick Rogers
b2d27c9693 add tests for :animated 2013-06-12 07:17:32 -04:00
Patrick Rogers
778c29e58d actually respect :animated arg. 2013-06-11 19:45:54 -04:00
Jamon Holmgren
efc14a0130 Version 0.7.5 2013-06-11 13:28:19 -07:00
Jamon Holmgren
9b51458e24 Merge pull request #135 from markrickert/cell-identifiers
Dynamic cell identifiers
2013-06-11 12:50:44 -07:00
Jamon Holmgren
333cd0fc6d Merge pull request #137 from silasj/master
Tweak to README
2013-06-11 12:50:20 -07:00
Silas J. Matson
937a2873d9 Added git command for getting contributors. 2013-06-11 12:32:29 -07:00
Jamon Holmgren
a284c833fe Merge pull request #136 from markrickert/modal-transition-presentation
Support modal transition and presentation styles.
2013-06-11 11:34:43 -07:00
Mark Rickert
dc5edcd80f Fixed typo with modal transition style argument. 2013-06-11 14:15:57 -04:00
Mark Rickert
d850071b07 Support modal transition and presentation styles. 2013-06-11 14:10:12 -04:00
Mark Rickert
223c6c8a89 General cleanup of whitespace to force a rebuild using Travis. 2013-06-11 13:21:09 -04:00
Mark Rickert
b1aa3d222f Added test for generated reuseIdentifier and changed name of other identifier test. 2013-06-11 12:50:22 -04:00
Mark Rickert
a2d5a47628 Don't overwrite the user's custom cell identifier if provided, otherwise build it based on cell properties. 2013-06-11 12:41:53 -04:00
Mark Rickert
b26042aba4 Better handling of the cell identifier building. 2013-06-11 11:22:42 -04:00
Mark Rickert
b613e2f417 Suggested changes. Kept default value, but moved it to the cell identifier build method. 2013-06-11 11:00:49 -04:00
Mark Rickert
24911fe08b Add test for cell height checking. 2013-06-11 10:27:35 -04:00
Mark Rickert
7ef2323a56 Fix the test for cell identifier. 2013-06-11 10:27:19 -04:00
Mark Rickert
a38d3cb095 Append tags to the cell identifier before the cell is initialized. 2013-06-11 10:26:40 -04:00
Mark Rickert
0f86eff38d Move the accessory code into the tableview's remap_data_cell method so we can handle cell identifiers better. 2013-06-11 10:26:21 -04:00
Jamon Holmgren
8fba16a8d0 Version 0.7.4 2013-06-08 14:06:14 -07:00
Jamon Holmgren
91e12f23d1 Merge pull request #124 from markrickert/cell-accessory-switch-fix
Cell accessory switch fix - WOOT!
2013-06-08 13:53:56 -07:00
Mark Rickert
8a7775f6e9 Remove wait times on switch tests. 2013-06-08 15:06:09 -04:00
Mark Rickert
e3d1b37063 Passing tests for new accessoryview paradigm. 2013-06-08 12:11:26 -04:00
Mark Rickert
c11c342398 Set the accessibility label on switches. 2013-06-08 12:10:43 -04:00
Mark Rickert
da9845d869 Update tableview helper spec to new paradigm while testing backwards compatability. 2013-06-07 17:13:37 -04:00
Mark Rickert
1e967713df Use a hash for accessories instead of individual properties. 2013-06-07 13:09:14 -04:00
Jamon Holmgren
684aea3964 Merge pull request #128 from clearsightstudio/bugfix/issue_127
Fix for issue #127 reported by @markrickert
2013-06-07 08:56:52 -07:00
Mark Rickert
1c2ebf773b Reformatting test cells for better readability 2013-06-07 08:56:01 -04:00