Merge lp://staging/~tiagosh/history-service/set-max-count into lp://staging/history-service
Proposed by
Tiago Salem Herrmann
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~tiagosh/history-service/set-max-count |
Merge into: | lp://staging/history-service |
Diff against target: |
617 lines (+256/-85) 14 files modified
historyprivate/contactmatcher.cpp (+9/-5) plugins/sqlite/CMakeLists.txt (+2/-1) plugins/sqlite/schema/CMakeLists.txt (+8/-2) plugins/sqlite/schema/generate_schema.cpp (+57/-0) plugins/sqlite/schema/update_schema.sh.in (+3/-4) plugins/sqlite/schema/v12.sql (+2/-0) plugins/sqlite/sqlitedatabase.cpp (+78/-11) plugins/sqlite/sqlitedatabase.h (+4/-1) plugins/sqlite/sqlitehistoryplugin.cpp (+67/-46) plugins/sqlite/sqlitehistoryplugin.h (+1/-1) src/phoneutils.cpp (+18/-9) src/phoneutils_p.h (+2/-1) tests/libhistoryservice/ManagerTest.cpp (+4/-3) tests/libhistoryservice/PhoneUtilsTest.cpp (+1/-1) |
To merge this branch: | bzr merge lp://staging/~tiagosh/history-service/set-max-count |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phablet Team | Pending | ||
Review via email: mp+270716@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2015-09-10.
Commit message
- Set max count hint
- Don't use fallback to tel to avoid queries to the address-
Description of the change
- Set max count hint
- Don't use fallback to tel to avoid queries to the address-
To post a comment you must log in.