rfc2822
9e49de1116
Allow adb backups (not Google cloud backups!) for DAVdroid because of user request
2014-10-17 15:33:00 +02:00
rfc2822
7e20bcd6f5
Merge branch 'master' of github.com:rfc2822/davdroid
2014-10-10 13:00:36 +02:00
rfc2822
428c09c390
Send appropriate Accept/Content-Type headers + tests ( closes #328 )
2014-10-10 12:59:53 +02:00
rfc2822
c1bd4e2156
Merge pull request #329 from pejakm/srupd
...
Serbian translation fixes and updates
2014-10-07 10:02:59 +02:00
Mladen Pejaković
0b5aa52642
Serbian translation fixes and updates
2014-10-03 20:30:20 +02:00
rfc2822
ebe13cef5e
Setup: always show 401 Unauthorized errors
...
* also increase version code and version to 0.6.3
2014-10-02 17:05:20 +02:00
rfc2822
5e5da95e23
Version bump to 0.6.3
...
Add translator info
2014-10-02 15:37:36 +02:00
rfc2822
07ec3c1a0a
Don't fail to detect resources if principal is not available for CalDAV/CardDAV
2014-10-02 12:04:29 +02:00
rfc2822
b8e6ff4627
Merge pull request #318 from svetlemodry/master
...
Czech translation – thanks to @svetlemodry
2014-09-30 18:07:50 +02:00
rfc2822
732fe8151b
Merge pull request #324 from pejakm/srtr
...
[Translations] Add Serbian – thanks to @srtr
2014-09-30 18:07:17 +02:00
Mladen Pejaković
aeaff0a0e6
Serbian translation fixes
2014-09-25 22:19:54 +02:00
Mladen Pejaković
7a3867b95c
[Translations] Add Serbian
2014-09-25 16:30:08 +02:00
Jaroslav Lichtblau
6b52d03002
typo/missing string fix
2014-09-11 12:48:51 +02:00
Jaroslav Lichtblau
a286b485e3
Czech translation file
...
czech translation of davdroid text strings
2014-09-11 12:44:07 +02:00
rfc2822
88972aed1d
Set STARRED as integer, not boolean (should fix #294 )
2014-08-10 18:56:19 +02:00
rfc2822
225ffc07cf
Version bump to 0.6.2
2014-08-09 10:29:09 +02:00
rfc2822
1235a5e45a
Don't require capabilities on home sets that MAY not be available on these collections ( fixes #289 )
2014-07-31 14:00:36 +02:00
rfc2822
bdee53b5ab
VCard 4 support detection; new ez-vcard version
...
* detect CardDAV VCard version support using supported-address-data + test
* account setting for supported VCard version
* don't ask for calendar details when querying CardDAV collections
* don't ask for address book details when querying CalDAV collections
* ez-vcard update to 0.9.5 (fixes #268 ), adapted exception handling
* refactoring: unnecessary DavProp prefixes removed
2014-07-30 01:47:35 +02:00
rfc2822
2c79ae20e5
Move resource detection to separate class + tests
2014-07-27 13:01:54 +02:00
rfc2822
75e5a59948
Don't check capabilities on principal URL but on calendar/address book home set ( fixes #286 )
2014-07-25 00:04:35 +02:00
rfc2822
02d72e4f51
Version bump to 0.6.1; show exceptions from resource detection (see #284 , see #286 )
2014-07-24 23:12:48 +02:00
rfc2822
9a809c9761
Add group support via VCard CATEGORIES ( closes #48 )
2014-07-24 23:12:43 +02:00
rfc2822
d712238700
Handle redirections to relative URLs correctly (see #282 ) + tests; minor GUI change
2014-07-20 16:08:02 +02:00
rfc2822
1cde020619
Version bump to 0.6 (drop -alpha suffix)
2014-07-19 00:44:28 +02:00
rfc2822
4be031e274
Add support for well-known URIs (RFC 5785) - closes #148
2014-07-19 00:39:07 +02:00
rfc2822
cf40cb2ebc
Handle HTTP redirections ( fixes #83 )
2014-07-18 22:31:45 +02:00
rfc2822
1678873885
Don't crash when Calendar Provider is not available at account creation
...
(fixes #276 )
2014-07-12 13:24:49 +02:00
rfc2822
e78151a244
Allow only one anniversary to comply with VCard 4 ( fixes #277 )
2014-07-12 13:08:00 +02:00
rfc2822
b7cd8baa05
Version bump to 0.5.14-alpha
...
* added some documentation (JavaDoc)
* CTags are not cached in LocalCollection anymore
* added CTag test for LocalCalendar
2014-05-24 13:40:14 +02:00
rfc2822
3cab688782
Various upload changes
...
* fix issue when first upload fails (fixes #233 )
* show debug settings menu item in main activity
* update ETag in local database when a PUT request returns an updated ETag, meaning that
locally created/updated records won't be downloaded from the server immediately after the upload
2014-05-23 13:08:08 +02:00
rfc2822
7e7d36584c
Better invalid VCard handling
...
* ignore unknown properties which have invalid syntax instead of crashing
* log validation warnings for created VCards
* add VCard tests
2014-05-09 16:54:02 +02:00
rfc2822
334dfb13d4
Ignore crappy unknown properties with illegal syntax (see issue #118 )
2014-05-09 15:55:05 +02:00
rfc2822
13cfe3ce98
Debugging improvements
...
* force debugging options for resource detection (because there's no way to turn them on until there's an account)
* provide "report issue" button in debug settings
* provide CONTRIBUTING.md, including instructions on how to report issues
* increase socket timeout from 20 to 45 seconds (hopefully fixes #237 )
* previous commit: increase total simultaneous connections to 3 (2 per host)
2014-05-09 15:44:38 +02:00
rfc2822
3e4efe8b82
Debug settings
...
* preference screen for debug settings
* allow to disable HTTP compression
* verbose network logging only when activated
* single HttpClient for all threads (before: single HttpClient per adapter)
* bump version to 0.5.13-alpha
2014-05-08 21:22:52 +02:00
rfc2822
ec94fe61fd
Make server URL, user name and password horizontally scrollable (fixes
...
#241 )
2014-05-08 15:57:43 +02:00
rfc2822
624f33c746
Support HTTP(S) proxies ( closes #232 )
2014-05-07 22:53:22 +02:00
rfc2822
f69f449b44
Enable all supported TLS protocols (enables TLSv1.1/1.2 if supported by Android version on device, see #229 )
2014-04-06 17:54:27 +02:00
rfc2822
0965c8d3a3
Version bump to 0.5.12
2014-04-05 12:46:00 +02:00
rfc2822
b8df91e12d
Read non-high-res photos, too ( fixes #53 again); remove stale connection check because RetryStrategy should be enough
2014-04-05 12:37:46 +02:00
rfc2822
f298d9dcb6
don't close httpClient while syncing
2014-04-04 21:18:11 +02:00
rfc2822
1e2051038c
Retain unknown VCard properties, ez-vcard update, handle stale connections
...
* store unknown VCard properties in an extra column and load them when generating a new VCard (closes #118 )
* upgrade to ez-vcard/0.9.3 (fixes sync error reported via Play Store)
* (re-)enable stale collection check, RetryHandler to retry idempotent CalDAV/CardDAV requests (hopefully fixes #225 )
* always set FN/display name (take organization if no structured name is available) (hopefully fixes #227 )
2014-04-04 20:47:46 +02:00
rfc2822
4c05dd1e45
Version bump to 0.5.11-alpha
2014-03-29 22:42:53 +01:00
rfc2822
65f7053c02
SNI support for Android <4.2, too (see issue #9 )
2014-03-29 17:03:29 +01:00
rfc2822
f92d114c01
Merge pull request #214 from pokoli/catalan_translation
...
Escape reserved caracters on catalan translation to do not break the build
2014-03-26 22:41:54 +01:00
Sergi Almacellas Abellana
475cd87720
Escape reserved caracters on catalan translation to do not break the build
2014-03-26 20:58:33 +01:00
rfc2822
75f00735d6
Merge pull request #213 from pokoli/catalan_translation
...
Add catalan translations – thanks @pokoli
2014-03-26 19:59:12 +01:00
Sergi Almacellas Abellana
01dc0a1877
Add catalan translations
2014-03-26 19:50:41 +01:00
rfc2822
d22a2633af
Version bump to 0.5.10.2-alpha
2014-03-25 19:17:12 +01:00
rfc2822
cba27426b7
Multiple bug fixes
...
* doesn't try to update address book URL when there is no sync-able address book (fixes #208 )
* add test for HTTPS/SNI
2014-03-25 19:12:59 +01:00
rfc2822
c5905b44ed
Merge pull request #210 from bubak4/patch-1
...
Fix #207 (regression: http not supported). Thanks @bubak4
2014-03-25 13:51:42 +01:00