Random bug fixes, advancing the channels, unit tests, seperating contacts not just...
authorEd Page <eopage@byu.net>
Wed, 7 Oct 2009 02:39:05 +0000 (21:39 -0500)
committerEd Page <eopage@byu.net>
Wed, 7 Oct 2009 02:39:05 +0000 (21:39 -0500)
commit613ba869ba587b74ec66c0dfd0e30978ddd11cf7
treeaa00c83966036a0541963344fd2fd90ada37b23b
parent68d86d0de3ad50d14510880a8c1767de768dff7c
Random bug fixes, advancing the channels, unit tests, seperating contacts not just by id but number, etc
13 files changed:
src/channel/call.py
src/channel/contact_list.py
src/channel/text.py
src/channel_manager.py
src/connection.py
src/gvoice/addressbook.py
src/gvoice/backend.py
src/gvoice/session.py
src/handle.py
src/location.py
src/util/algorithms.py
tests/test_addressbook.py [new file with mode: 0644]
tests/test_gv_backend.py