1
0
mirror of https://github.com/etesync/android synced 2024-11-22 16:08:13 +00:00
Go to file
rfc2822 43cc5c0e7b Commit after every full record insertion/update (closes #135)
Docs say that TransactionTooLargeException is thrown when the buffer reaches 1 MB. Because we can't know
how large a single insertion/update is and there may be contacts with larger photos, it's only safe to
commit after every insertion/update. If photos exceed ~ 900 kB it would be required to write the photos
to an asset file (maybe I'll do this later, then we can group insertions/updates again).
2014-01-06 05:45:31 +01:00
compile-libs Ignore invalid IM addresses (fixes #105), Lombok 1.12.2 2013-12-08 13:31:59 +01:00
eclipse-libs Ignore invalid IM addresses (fixes #105), Lombok 1.12.2 2013-12-08 13:31:59 +01:00
libs VCard 3 support 2013-12-04 14:04:18 +01:00
res Support for SIP addresses (closes #78) 2013-12-26 17:23:14 +01:00
src Commit after every full record insertion/update (closes #135) 2014-01-06 05:45:31 +01:00
test Bug fixes 2014-01-06 05:28:28 +01:00
.gitignore Calendar improvements 2013-10-05 10:59:19 +02:00
AndroidManifest.xml Minor refactoring 2013-12-31 16:37:31 +01:00
build.xml Ant build support 2013-10-12 14:55:49 +02:00
COPYING first commit 2013-09-18 20:03:36 +02:00
proguard-project.txt first commit 2013-09-18 20:03:36 +02:00
project.properties Bug fixes, SDK level 19 2013-11-22 15:11:08 +01:00
README.md Version bump to 0.5.1; fix crash bug (fixes #108) 2013-12-08 14:00:48 +01:00