/sqlite3cc

To get this branch, use:
bzr branch http://bzr.ed.am/sqlite3cc

« back to all changes in this revision

Viewing changes to .bzrignore

  • Committer: edam
  • Date: 2012-01-23 13:47:08 UTC
  • Revision ID: edam@waxworlds.org-20120123134708-ol4tilkotsm3han0
- fixed logic for vcard field types (home, work, cell, etc) so it works
- updated NEWS and TODO
- rewrote most of ContactsCache, including a new ContactIdentifier class to identify contacts in the cache and new cache building code
- contacts now identified in the same way that Andoid displays them (by name, or organisation, or number, or email, in that order)
- propper handling and support for organisations and titles
- validation of imported contact now done by Importer, not VcfImporter
- separated sanitisation and normalisation (for cache lookups)
- generacised PhoneData, EmailData and AddressData classes
- ContactData is now aware of primary numbers, emails and organisations (defaults to the first prefrred one seen, or the first one seen where none is preferred)updated build system

Show diffs side-by-side

added added

removed removed

1
 
# build system
2
 
./autom4te.cache
3
 
./aclocal.m4
4
 
./build-aux
5
 
./m4
6
 
./config.h
7
 
./config.log
8
 
./libtool
9
 
./stamp-h1
10
 
./config.status
11
 
./configure
12
 
*.in
 
1
.cproject
 
2
.project
 
3
test/test.db
 
4
test/test-main
 
5
test/test-main_d
 
6
autom4te.cache
13
7
Makefile
14
8
.libs
15
9
.deps
16
 
 
17
 
# eclipse files
18
 
./.cproject
19
 
./.project
20
 
 
21
 
# test binary and data
22
 
./test/test-main
23
 
./test/test-main.trs
24
 
./test/*.log
25
 
./test/test.db
26
 
 
27
 
# build output
 
10
config.h
 
11
config.log
 
12
libtool
 
13
stamp-h1
 
14
config.status
28
15
*.lo
29
16
*.la