Michael Gratton
0ae633d88f
Update existing tests to work with ValaUnit
2020-06-30 17:31:07 +10:00
Michael Gratton
196f05e595
test/test-case.vala: Rename TestCase async calls to match AsyncCallWaiter's
2020-04-10 12:58:09 +10:00
Michael Gratton
e4cbff8bfa
De-cruftify Geary.Collection utility functions
...
Remove functions that have as-convenient methods in up-tp-date Gee,
rename ::get_first to ::first so it reads better and add API docs,
replace ::to_array_list with ::copy, since that's what's actually
needed.
2019-11-19 19:22:38 +11:00
Michael Gratton
0c563cf101
Fix ContactStoreImpl not saving flags removed from a contact
...
Don't try to merge contacts, just assume the updated contact passed in
is canonical.
2019-10-25 14:53:59 +11:00
Michael Gratton
4e1aa32514
Ensure Geary.ContactStoreImpl handles non english searches
...
Fix DB impl actually do UTF-8 case-insensitive search matching. Add
some unit tests.
2019-06-22 14:11:10 +10:00
Michael Gratton
3007ac51da
Do prefix-only searching in ContactStoreImpl to impove results
2019-06-13 16:56:03 +10:00
Michael Gratton
71cb7fcdfe
Add Geary.ContactStore.search method, impementation and tests
2019-06-13 16:56:03 +10:00
Michael Gratton
809f664319
ContactStoreImpl unit tests
2019-06-13 16:28:55 +10:00