Commit Graph

19 Commits

Author SHA1 Message Date
Robbie Hanson
e87080c167 Fixing compiler warnings in unit test code. 2016-03-15 16:20:30 -07:00
Robbie Hanson
68bdb5b8db Bug fix for issue #125 - View mapping notification bug. Unit tests added. 2014-11-14 18:21:24 -08:00
Robbie Hanson
e0d2e00ce1 Possible bug fix for issue #125. Unit test added. 2014-11-05 18:13:38 -08:00
Robbie Hanson
1b61108b6a Bug fix: Invoking [YapDatabaseViewMappings updateWithTransaction] (rather than going through getSectionChanges:rowChanges:::) did not result in properly updating rangeOptions. Several unit tests added. 2014-08-21 11:48:16 -07:00
Robbie Hanson
dc544a5fa0 Bug fix for crash caused by YapDatabaseView - getSectionChanges:rowChanges:::. Bug recreated by removing all items from a view group, and using mappings with a flexible range. Corresponding unit test added. 2014-08-20 15:23:37 -07:00
Robbie Hanson
ab1ef7a5af Updating code to match new NS_OPTIONS syntax. 2014-06-10 16:50:53 -07:00
Robbie Hanson
11f80b4318 Performance improvement for YapCollectionKey, and many related activities, especially consolidateRowChanges 2014-05-19 20:54:54 -07:00
Robbie Hanson
0be3c2f3fc Adding a few more unit tests. 2014-04-29 16:52:20 -07:00
Robbie Hanson
1663a5bdef Upgrading project to use XCTest 2014-03-11 18:02:14 -07:00
Robbie Hanson
ac473133b5 In YapDatabaseViewMappings, adding the ability to consolidate multiple groups into a single section. This can be done automatically using a threshold based upon the total number of items in the tableView. 2013-12-07 22:42:12 -08:00
Robbie Hanson
08999c6fd5 Consolidating test files 2013-10-22 10:54:13 -07:00
Robbie Hanson
36004caa62 Adding calls to super in Unit Tests. 2013-09-16 20:12:49 -07:00
Robbie Hanson
d5920f0cf1 Renaming modifiedColumns to changes. Adding change flag for a change due to a dependency. 2013-08-15 00:30:02 -04:00
Robbie Hanson
b2efe4dadb Dynamic sections are more complicated than static sections, and require extra code to deal with them. Therefore, they should be opt-in, not opt-out. 2013-08-01 11:55:48 -07:00
Robbie Hanson
4d32b1c54a Work In Progress - Working on adding range & limit support on a per-group basis (via mappings object) 2013-08-01 10:56:35 -07:00
Robbie Hanson
382845fa39 Adding per-group configuration of allowsEmptySection 2013-07-29 19:36:47 -07:00
Robbie Hanson
5ed5e3f191 Fixing Xcode project for desktop 2013-07-23 11:25:31 -07:00
Robbie Hanson
b80858c1aa Views now support section changes. 2013-07-23 09:57:35 -07:00
Robbie Hanson
95793e608a Renaming YapDatabaseViewOperation to YapDatabaseViewChange 2013-06-28 01:55:58 -07:00