Only auto-unread for conversations
[theonering] / src / gvoice / conversations.py
2010-12-08 Ed PageOnly auto-unread for conversations
2010-07-26 Ed PageMisc cleanup, test code, and debug help
2010-06-23 Ed PageImproving logging
2010-06-19 Ed PageReducing log noise
2010-04-24 Ed PageIf Disconnect comes between start of Connect and gettin...
2010-04-20 Ed PageEnabling logging to raise exceptions, hardening my...
2010-04-06 Ed PageTrying to improve debug output due to an exception...
2010-04-03 Ed PageDisabling 'compress' and adding lots of debug help
2010-03-26 Ed PageImproving support for a worker thread and moving more...
2010-03-26 Ed PageSwitching texting over to callbacks and changing the...
2010-03-17 Ed PageSwitching login, conversations, and addressbook to...
2010-03-13 Ed PageAdding logging of caches so I can see if they are causi...
2010-03-13 Ed PageLimiting the size of the cache
2010-03-06 Ed PageAdding fancier version checks to allow to the cache...
2010-02-24 Ed PageProtection against some kind of weird error I hit
2010-02-23 Ed PageMaking the code slightly easier to maintain
2010-02-17 Ed PageConsolidating filtering code, fixing some bugs along...
2010-02-12 Ed PageAsync connect/disconnect. Moved everything to a new...
2010-01-27 Ed PageExplaining the hack I put in
2010-01-27 Ed PageReducing the race window for GV marking messages as...
2010-01-23 Ed PageModifying the way isRead is handled to reduce false...
2010-01-20 Ed PageSwitching from deleting caches to version checking...
2010-01-20 Ed PageTo ease debugging, dropping info to dict
2010-01-20 Ed PageFixing a random logging bug which causes an exception
2010-01-19 Ed PageSwitching away from using contact ids
2010-01-16 Ed PageCaching conversation data to avoid false positives...
2010-01-16 Ed PageMaking phone numbers as consistent as possible so user...
2010-01-14 Ed PageUpdating bug notes
2010-01-12 Ed PageImproving state machine timing, logged material, commen...
2010-01-08 Ed PageSeparating voicemail / texts into their own state machines
2010-01-06 Ed PageAdding a debug prompt.
2009-12-24 Ed PageCall-centric work
2009-12-22 Ed PageBug fixes, code cleanup, debugging help all working...
2009-12-20 Ed PageMassive reworking of messages to make debugging easier...
2009-12-17 Ed PageLots of work to try and get duplex conversations going...
2009-12-16 Ed PageAdding testing of blank Text channel, fixing lots of...
2009-11-29 Ed PageLots of work in prep for conversations to work
2009-10-16 Ed PageSlight change which could be helpful if I merge contact...
2009-10-16 Ed PageImplemented conversations with full testing, oh and...