Jamon Holmgren
b3e028d226
method => meth
2013-07-03 17:23:40 -07:00
Jamon Holmgren
fe9bef21a8
Reformat features table
2013-07-03 16:30:56 -07:00
Jamon Holmgren
9f5e3a8bab
Fixed conflict
2013-07-03 16:29:34 -07:00
Jamon Holmgren
851d0cb34f
Travis bump
2013-07-03 14:32:23 -07:00
Jamon Holmgren
68dc1bab41
Merge pull request #194 from silasj/version-1.0
...
Make PushNotification object a bit smarter
2013-07-03 10:30:48 -07:00
Jamon Holmgren
e411c0e83d
Merge pull request #195 from clearsightstudio/delete_cell_modifications
...
Changed cell_deleted to on_cell_deleted, allowed returning false to...
2013-07-03 10:21:41 -07:00
Silas J. Matson
b3528c5cfc
move sim_close outside of the spec namespace.
2013-07-03 10:21:21 -07:00
Silas J. Matson
3089c004a1
Don't autorun sim_close
2013-07-03 10:17:16 -07:00
Jamon Holmgren
7c0b194c9f
Changed cell_deleted to on_cell_deleted, allowed returning false to prevent deletion
2013-07-03 10:09:34 -07:00
Silas J. Matson
a413af830f
Add sim_close rake task; fix specs
2013-07-03 09:54:14 -07:00
Silas J. Matson
75b5a0ab82
More Push Notification work.
2013-07-03 09:30:42 -07:00
Silas J. Matson
9db0e176da
Change method missing to accomodate custom data.
...
Change fake_notification to add custom data.
2013-07-03 09:02:15 -07:00
Jamon Holmgren
d74d46badc
Merge pull request #192 from clearsightstudio/fix-tableview-cell-delete
...
Fix tableview cell delete
2013-07-02 19:41:58 -07:00
Mark Rickert
bbdd065d2d
Add cell_deleted callback if implemented in the class with tests.
2013-07-02 22:07:32 -04:00
Mark Rickert
89fb30b42b
Add tests for deleting with a swipe and hitting the delete button.
2013-07-02 19:46:27 -04:00
Mark Rickert
2294850103
Fix for issue #189
2013-07-02 19:28:54 -04:00
Jamon Holmgren
e9c9983275
Fixed table style for grouped tables
2013-07-02 14:24:59 -07:00
Jamon Holmgren
7ab6208800
Readme update
2013-07-02 12:31:37 -07:00
Jamon Holmgren
98b846a3a3
Semantic versioning
2013-07-02 12:30:39 -07:00
Jamon Holmgren
0b6a158fb0
Merge pull request #187 from clearsightstudio/robustify-map-tests
...
Don't require that the latitude and longitude matches be so strict.
2013-07-01 18:29:36 -07:00
Jamon Holmgren
2717a8bc33
Merge pull request #186 from clearsightstudio/refactor_table_modules
...
Refactored table folder and modules
2013-07-01 18:29:13 -07:00
Mark Rickert
a8e7889e1d
Don't require that the latitude and longitude matches be so strict.
2013-07-01 18:03:52 -04:00
Jamon Holmgren
3deae749ac
Going back to wait x.x …works better
2013-07-01 14:50:49 -07:00
Jamon Holmgren
28edbaf8ad
Fixing unit tests
2013-07-01 14:35:50 -07:00
Jamon Holmgren
399cfc9d44
Refactored table folder and modules
...
* Moved formotion_screen into thirdparty
* Simplified GroupedTable
* Removed PM::PlainTable
* Moved RefreshableTable and SearchableTable into
PM::Table::<modulename>
* Combined table.rb and table_screen_module.rb which were similarily
focused
* Removed extraneous/redundant module SectionedTableScreen (it's just a
TableScreen)
* Moved searchable/refreshable into /extensions folder
All tests passing: 197 specifications (334 requirements), 0 failures, 0
errors
2013-07-01 13:49:25 -07:00
Jamon Holmgren
a1bfedb902
Merge pull request #185 from toshiwo/fix_section_size_from_numberOfSectionsInTableView
...
fix section size from numberOfSectionsInTableView
2013-07-01 09:57:11 -07:00
toshiwo
6bd97fb343
fix section size from numberOfSectionsInTableView
2013-07-02 00:58:09 +09:00
Jamon Holmgren
cb6c25f48d
Adding Features table
2013-07-01 00:37:35 -07:00
Jamon Holmgren
7ca041dfab
PM::DelegateParent added. Removed set_background_color.
...
* Fixes issue #116 (custom delegate parent)
* Fixes issue #181 (table cell background)
* Renamed DelegateHelper to DelegateModule
2013-07-01 00:16:12 -07:00
Jamon Holmgren
19fc908417
Merge pull request #182 from clearsightstudio/table_data-nil-error
...
Remove nil entries from the self.table_data var before processing while searching
2013-06-30 15:12:20 -07:00
Jamon Holmgren
7d30236c05
Merge pull request #183 from clearsightstudio/TableScreen-is_searching
...
Allow the parent VC to tell if the current data is being filtered or not.
2013-06-30 15:04:04 -07:00
Mark Rickert
32ec517dd6
Simplify searching? method and the results.
...
Now returns with nil, false, or true.
2013-06-30 17:54:42 -04:00
Mark Rickert
7de0142cce
Allow the parent VC to tell if the current data is being filtered or not.
2013-06-30 17:14:55 -04:00
Mark Rickert
5c2e15c430
Remove nil entries from the self.table_data var before processing while searching.
2013-06-30 14:36:50 -04:00
Jamon Holmgren
23981bff71
Removed ToC
2013-06-29 12:57:59 -07:00
Jamon Holmgren
8405b334cb
README updates
2013-06-29 12:56:22 -07:00
Jamon Holmgren
2cc9d206fd
Moved basic usage examples to Wiki
2013-06-29 12:49:33 -07:00
Jamon Holmgren
aed77a1612
Updated README
2013-06-29 00:37:19 -07:00
Jamon Holmgren
2cd7f71659
Merge branch 'master' into version-1.0
2013-06-29 00:36:31 -07:00
Jamon Holmgren
0f6b047345
Updated README to talk about the verson-1.0 branch
2013-06-29 00:17:34 -07:00
Jamon Holmgren
56c5f9faa2
Merge pull request #174 from clearsightstudio/add-pop_to_root
...
PR: Allow popping to the root view controller in the nav stack.
2013-06-29 00:12:55 -07:00
Jamon Holmgren
38854e359b
Merge branch 'add-pop_to_root' of https://github.com/clearsightstudio/ProMotion into add-pop_to_root
2013-06-29 00:03:25 -07:00
Mark Rickert
19f2151e70
implemented and tested "close to_screen: :root"
...
Also accepts other close parameters like animated:true|false
2013-06-29 00:03:04 -07:00
Mark Rickert
92e2d7a52e
Not sure why these changes aren't in my code.
2013-06-29 00:03:04 -07:00
Mark Rickert
a2c6bca354
Scope test better so it actually passes.
2013-06-29 00:02:23 -07:00
Mark Rickert
ed862648bb
Allow popping to the root view controller in the nav stack.
2013-06-29 00:02:22 -07:00
Jamon Holmgren
2da5fe93df
Merge pull request #179 from clearsightstudio/feature_tabs_for_all
...
PR: Tab bar refactor
2013-06-28 23:52:41 -07:00
Jamon Holmgren
66505be537
Merge pull request #180 from toshiwo/change_open_screen_return_a_screen
...
change open_screen return a screen
2013-06-28 23:51:01 -07:00
Mark Rickert
ac177d82fb
implemented and tested "close to_screen: :root"
...
Also accepts other close parameters like animated:true|false
2013-06-28 15:29:48 -04:00
Mark Rickert
b482a15724
Not sure why these changes aren't in my code.
2013-06-28 15:29:03 -04:00