/android/import-contacts

To get this branch, use:
bzr branch http://bzr.ed.am/android/import-contacts

  • Committer: edam
  • Date: 2010-12-14 15:55:43 UTC
  • Revision ID: edam@waxworlds.org-20101214155543-2ds0oqqj3zj9ejci
't confused with column index
- added typedef for deferred_transaction
- added early rollback method to transaction_guard
- allowed transaction_guard::~transaction_guard() to throw exceptions, since when it needs to, we're really screwed anyway
- bugfix: query::reset() didn't reset the internal row counter
- added query::num_results()
- added docs/design-notes
- reimplemented query::iterator so that increment() (which performs a step() on the query) now caches the returned row to be returned during dereference() (previously it stashed details and returned new row!?)
- bugfix: resetting active queries during rollbacks would hang!'t confused with column index
- added typedef for deferred_transaction
- added early rollback method to transaction_guard
- allowed transaction_guard::~transaction_guard() to throw exceptions, since when it needs to, we're really screwed anyway
- bugfix: query::reset() didn't reset the internal row counter
- added query::num_results()
- added docs/design-notes
- reimplemented query::iterator so that increment() (which performs a step() on the query) now caches the returned row to be returned during dereference() (previously it stashed details and returned new row!?)
- bugfix: resetting active queries during rollbacks would hang!- take over orientation and keyboard hiden/shown config changes, to prevent our activities being restarted
- sort dirs/files alphabetically in filechooser
Filename Latest Rev Last Changed Size
assets 1 2009-01-10 16:14:11 UTC Diff
bin 1 2009-01-10 16:14:11 UTC Diff
gen 13 2009-10-03 16:58:29 UTC Diff
res 1 2009-01-10 16:14:11 UTC Diff
src 1 2009-01-10 16:14:11 UTC Diff
.bzrignore 1 2009-01-10 16:14:11 UTC 16 bytes Diff Download File
.classpath 13 2009-10-03 16:58:29 UTC 273 bytes Diff Download File
.project 9 2009-01-28 00:45:02 UTC 0.7 KB Diff Download File
AndroidManifest.xml 26 2010-12-14 15:55:43 UTC 2 KB Diff Download File
COPYING 6 2009-01-11 16:47:01 UTC 34.3 KB Diff Download File
default.properties 13 2009-10-03 16:58:29 UTC 364 bytes Diff Download File
NEWS 19 2010-10-28 15:49:21 UTC 188 bytes Diff Download File
TODO 23 2010-12-12 00:16:42 UTC 276 bytes Diff Download File