Commit Graph

599 Commits

Author SHA1 Message Date
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
Mark Rickert
aed100c98b First pass on tests. 2013-06-07 08:34:47 -04:00
Jamon Holmgren
9dd15f9646 Fix for issue #127 reported by @markrickert 2013-06-06 23:25:11 -07:00
Mark Rickert
d5ab7cd11f Add cell_identifier to image cells in the tests. 2013-06-06 14:13:54 -04:00
Mark Rickert
2792fb07b4 Fix comment on new view helper method. 2013-06-06 14:13:26 -04:00
Mark Rickert
5767b296ed Abstract closest_parent into the viewhelper class. 2013-06-06 12:08:49 -04:00
Mark Rickert
dccc0722ee Fix accessory_action crash. 2013-06-06 11:39:33 -04:00
Mark Rickert
7bde9ef423 Use PM.logger.deprecated instead of warn all over the place. 2013-06-06 11:38:47 -04:00
Mark Rickert
dccfbcfd3a Deprecate accessory_view and accessoryView => accessory 2013-06-06 11:36:31 -04:00
Mark Rickert
3557cfcd0a Merge branch 'master' of github.com:clearsightstudio/ProMotion into cell-accessory-switch-fix
# By Jamon Holmgren (2) and Stephan Toggweiler (1)
# Via Jamon Holmgren
* 'master' of github.com:clearsightstudio/ProMotion:
  Version 0.7.3
  Fixed crash when closing a screen directly from a bar button action.
  Promotion update_table_data for Formotion
2013-06-06 11:00:18 -04:00
Jamon Holmgren
fa207eacfe Version 0.7.3 2013-06-06 07:53:01 -07:00
Jamon Holmgren
6dabb5be29 Merge branch 'master' into version-0.7 2013-06-06 07:52:21 -07:00
Jamon Holmgren
c3a0ef066b Fixed crash when closing a screen directly from a bar button action. 2013-06-06 07:51:43 -07:00
Mark Rickert
09289ab39c Move legacy support into the proper method. 2013-06-06 09:53:57 -04:00
Mark Rickert
bc63572b85 Find the cell's table view and set the action to target the tableview instead of self. 2013-06-06 09:53:36 -04:00
Mark Rickert
67bc0ab08c We can't have an accessory_view AND a switch, so don't try and set them if they both exist. accessory_view takes precedence over a switch accessory. 2013-06-06 09:49:35 -04:00
Jamon Holmgren
439fa3b68f Merge pull request #122 from rheoli/version-0.7-form
Promotion update_table_data for FormotionScreens
2013-06-05 09:13:05 -07:00