Ricki Hirner
bd77a5be63
Integrate MemorizingTrustManager by Georg Lukas
2015-10-13 02:34:24 +02:00
Ricki Hirner
ab34def8b0
Contacts sync logic
...
* download external resources (contact images)
* improve ETag handling
* contacts: set UNGROUPED_VISIBLE to 1
2015-10-12 14:16:26 +02:00
Ricki Hirner
d024cdb495
Contact synchronization logic
...
* use VERSION_CODE and buildTime from BuildConfig
* new HTTP User-Agent, VCard PRODID values
* contact sync: store CTag in SyncState
* sync logic: upload contacts, check CTag, multiget
2015-10-12 01:59:05 +02:00
Ricki Hirner
4f7f3b851a
New sync logic for ContactsSyncAdapter, using dav4android and vcard4android
2015-10-11 22:34:03 +02:00
Ricki Hirner
7f4b4855a0
First implementation of CardDAV sync with dav4android and vcard4android
...
* try to get rid of Apache Commons
2015-10-10 23:30:38 +02:00
Ricki Hirner
bc2d1ba96d
Resource detection with dav4android
...
* handle authentication (only Basic auth yet)
* rewrite DavResourceFinder to use dav4android
2015-10-10 15:47:44 +02:00
Ricki Hirner
0bc1a8178a
First use of dav4android for resource detection
...
* replaced Apache httplib by gradle version because it will be removed completely anyway
2015-10-10 02:15:53 +02:00
Ricki Hirner
d0b928a93d
Make well-known URLs work again when user enters an initial context path
2015-09-22 12:19:39 +02:00
Ricki Hirner
b0163e16cd
Merge branch 'french_translations' of https://github.com/callmemagnus/davdroid
2015-09-15 17:53:23 +02:00
Ricki Hirner
98899ab27b
Fix UI crash bug
2015-09-15 17:37:36 +02:00
Magnus Anderssen
e4e1053f77
Added missing french translations
2015-09-06 21:22:43 +02:00
rfc2822
bcd2e8d4da
Merge pull request #628 from gjtoth/master
...
Hungarian translation updated.
2015-09-06 13:16:02 +02:00
Ricki Hirner
a198309df5
Version update to 0.8.4.1
...
* minor (crash) bug fixes
* updated translations
2015-08-31 16:31:12 +02:00
Gábor J.Tóth
c1a26fbbb7
Hungarian translation updated.
2015-08-28 17:46:24 +02:00
Ricki Hirner
5bf3aad575
Version bump to 0.8.4
2015-08-25 22:06:33 +02:00
Ricki Hirner
97ae121331
Exception handling, verbose TLS logs
...
* handle IllegalArgumentException in Tasks provider (show LocalStorageException notification) (closes #601 )
* add more verbose TLS cipher logs (see #608 )
2015-08-25 22:04:45 +02:00
Ricki Hirner
31f5be01b4
ical4j update, clean up XML requests
...
* ical4j update to 2.0-beta1 (fixes #509 , fixes #606 )
* only run sync adapters in :sync process, set thread context class loaders appropriately
* remove "class" attribute from XML requests (fixes #615 )
2015-08-25 21:18:29 +02:00
Ricki Hirner
d7fff8a760
Handle attendees and reminders for exceptions of recurring events
2015-08-10 11:54:05 +02:00
Ricki Hirner
faeb3b7dd0
Refactoring
...
* VEvent: don't set LAST-MODIFIED to sync time (should be last modification time which is not available)
* ignore 403 Forbidden when uploading (can happen on certain scheduling conditions)
2015-08-10 00:33:26 +02:00
Ricki Hirner
fc1874af85
Remove unnecessary getters/setters
...
* remove getters/setters for protected fields when they're only accessed from package scope
* version bump to 0.8.3
2015-08-09 20:02:37 +02:00
Ricki Hirner
be80b6fde8
Improve ATTENDEE/ORGANIZER handling
2015-08-08 15:39:58 +02:00
Ricki Hirner
072c763dec
Process Content-Type character set information ( fixes #594 )
2015-08-06 15:57:06 +02:00
Ricki Hirner
6ad74c79f0
Improve event exception handling (always convert RECURRENCE-ID DATE-TIME to DATE when master event is all-day)
2015-08-06 14:11:39 +02:00
Ricki Hirner
01d1b1a6c0
Send used VTIMEZONEs with VTODOs
2015-08-03 16:54:10 +02:00
Ricki Hirner
1c461e9d13
Refactoring
...
* WebDavResource: properties in separate subclass
* improve time zone handling
* always provide task list color
2015-08-03 15:53:19 +02:00
Ricki Hirner
5ec4dbb9e7
Send charset information with MIME type when uploading VCard/3.0 resources
2015-08-02 16:35:02 +02:00
Ricki Hirner
3225a4bbc1
Detect VCard/4 support per sync, too
2015-08-02 16:24:00 +02:00
Jaroslav Lichtblau
40c6643b41
Czech translation update
...
for davdroid
2015-08-02 12:33:41 +02:00
Ricki Hirner
b3afe48179
Added uninstall warning in "Install Tasks app" string ( fixes #589 )
2015-08-02 09:29:28 +02:00
Ricki Hirner
abf04e14d2
Update collection properties (name, color) on every sync
2015-08-02 08:57:03 +02:00
Ricki Hirner
5b7947034a
Convert RDate/ExDate properties <-> Android RDATE/EXDATE strings more precisely (+ tests)
2015-08-01 13:25:35 +02:00
Ricki Hirner
26d9f7284a
Version bump to 0.8.2
2015-07-29 21:59:36 +02:00
Ricki Hirner
7c1b787410
VEVENT exceptions always get master UID
...
* make sure that VEVENT exceptions always the the UID of the master event (fixes #523 )
2015-07-28 18:19:41 +02:00
Ricki Hirner
41bae221f0
Asset downloader: send credentials when URI authority is the same, even if the default port is explicitly given
2015-07-28 16:23:15 +02:00
Ricki Hirner
243483a957
Improved iCal generation
...
* move shared code to new iCalendar class
* generate UIDs and file names with "_" instead of "@" to reduce encoding problems (closes #585 )
* tasks: validate "start date" and "completed at" time zones
2015-07-28 15:29:54 +02:00
Ricki Hirner
9d76d57af8
Fix problem of recent commit with deleting local records
2015-07-28 15:04:57 +02:00
Ricki Hirner
44bdd4d0ed
Merge branch 'master' of github.com:bitfireAT/davdroid
2015-07-28 14:48:32 +02:00
rfc2822
40bffb78b0
Merge pull request #580 from oskarjakiela/master
...
Add Polish translation
2015-07-28 14:48:02 +02:00
Oskar S. Jakieła
5951414b25
Add Polish translation
2015-07-20 21:12:53 +02:00
Ricki Hirner
dcd86c7d86
Small refactoring
2015-07-18 15:15:36 +02:00
Ricki Hirner
92966a5c57
Null-pointer check for SIP address types ( fixes #506 )
2015-07-18 00:52:44 +02:00
Ricki Hirner
ad733ebff1
Handle 409 Conflict status codes ( fixes #563 )
2015-07-07 00:25:49 +02:00
Ricki Hirner
59088086fd
Version bump to 0.8.1
...
* use slf4j-android as it's required by ical4j/2
* disable i18n lint warnings
* retain ServerInfo when activity is re-created (fixes #543 )
2015-07-06 23:48:35 +02:00
Ricki Hirner
0b56d2a966
Add trailing slash to sample URL ( closes #522 )
2015-07-06 00:27:00 +02:00
Ricki Hirner
ed2a0419ad
Specify encoding details of member names passed to WebDavResource ( fixes #482 )
2015-07-05 23:51:53 +02:00
rfc2822
c6950b1c16
Merge pull request #504 from svetlemodry/master
...
Czech translation for davdroid
2015-07-05 22:18:06 +02:00
Ricki Hirner
a796a1e9b3
Library updates
...
* use ical4j/2.0.x instead of 1.0.x (thanks @benfortuna)
* use Apache Commons 3.x instead of 2.x
* code optimizations
2015-06-14 20:35:28 +02:00
Ricki Hirner
c8cfbd6b07
Check for null values of Events.ORIGINAL_ALL_DAY (should fix #551 )
...
* fix indentation
2015-06-14 12:39:36 +02:00
Ricki Hirner
654af1eec5
Check for null values in relations (should fix #547 )
2015-06-14 12:07:04 +02:00
Ricki Hirner
534953fe4c
Check for null values in StructuredPostal.TYPE (should fix #549 )
2015-06-14 12:00:34 +02:00