Commit graph

2518 commits

Author SHA1 Message Date
Ricki Hirner a65f821802 bug fixes
* avoid crashes when content providers return null cursors
* ignore invalid URLs (for instance, with spaces) in WebDAV multi-status responses
2013-10-26 20:35:22 +02:00
Ricki Hirner 2b02439721 Fix "can't edit contact" / "account doesn't show up" and other bugs; refactoring
* support for phonetic names (closes #19)
* update contacts.xml, tested with 4.0 (Samsung), 4.2 (Cyanogen), 4.3 (Cyanogen) (fixes #5, fixes #6, fixes #7)
* smarter error handling (1): notify sync manager in case of HTTP auth errors
* smarter error handling (2): just ignore the dubious resources instead of notifying Android sync service
* refactoring: created DavSyncAdapter and move common code to it
* version bump to 0.3.4-alpha
2013-10-20 17:40:03 +02:00
Ricki Hirner f0f767718c fix potential crash bug when server returns no collection members 2013-10-16 18:22:59 +02:00
Ricki Hirner 844c63e8dc version bump to 0.3.3-alpha 2013-10-16 00:18:00 +02:00
Ricki Hirner f57e54803d fixes issue #11 2013-10-16 00:09:29 +02:00
Ricki Hirner 39f3e43890 add contacts.xml and birthday (couldn't test it) 2013-10-15 23:06:01 +02:00
Ricki Hirner 4ed3502286 disable strict parsing of XML response for PROPFIND and multiget 2013-10-15 23:06:01 +02:00
Ricki Hirner cefaffa650 Ant build support
* build.xml for Ant
* necessary library re-organization
* compatiblity changes to code
* now buildable via Ant and Eclipse ADT
* eclipse-libs has to be included for ADT building only
* ready for Fdroid
2013-10-12 14:55:49 +02:00
Ricki Hirner 7985ba2f0a various improvements
* fixed annoying bug where all imported contacts where starred
* checkbox for preemptive authentication in setup
* support for (non-preemptive) Digest authentication
* add UID when received entities don't contain one
* version bump to 0.3.2-alpha
* build.xml for ant/Fdroid
2013-10-12 13:38:13 +02:00
Ricki Hirner dd03b0450d fix annoying bug that marked contacts as starred 2013-10-11 21:50:22 +02:00
Ricki Hirner f1661fffac bug fixes
* added server path to account name to allow Baïkal CalDAV+CardDAV setup as two accounts
* enabled relaxed iCal parsing/unfolding for better compatibility
* fixed crash bug for .ics files that don't contain events
* fixed bug where all events where deleted locally when using multiple calendars
2013-10-09 21:59:56 +02:00
Ricki Hirner a251973761 Bug fixes:
* calendar multi-get
* debug output for propfind/multiget requests
* setup GUI crash if no address book/calendar available
2013-10-09 14:43:28 +02:00
Ricki Hirner 4fb94a89df refactoring
* ical4j-vcard instead of ez-vcard
* removed Guava dependencies in favor of Apache Commons IO
2013-10-06 13:48:53 +02:00
Ricki Hirner abd67609e6 Refactoring
* move common code to super-classes
* new icons
2013-10-05 20:34:26 +02:00
Ricki Hirner 7b262721e6 Calendar improvements
* recurring events
* classification
* status
* attendees
* ical4j 1.0.4 -> 1.0.5
* remove biweekly (replaced by ical4j)
2013-10-05 10:59:19 +02:00
Ricki Hirner 6f12a19b14 biweekly 0.3 -> 0.3.1, incomplete time zone support for events, Android-compatible Lombok 2013-09-27 18:19:54 +02:00
Ricki Hirner 1bc72f340f new Android test project 2013-09-18 21:11:42 +02:00
Ricki Hirner f724a89bd8 first commit 2013-09-18 20:03:36 +02:00