src/ical4j.properties

Tue, 10 Feb 2015 21:32:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 10 Feb 2015 21:32:00 +0100
changeset 5
e0e108e77052
permissions
-rw-r--r--

Complete porting of ical4j to post getContextClassLoader() Android era,
correcting critical flaws reported by users on the upstream bugtracker
including https://github.com/gggard/AndroidCaldavSyncAdapater/issues/224/

     1 #
     2 # Copyright (c) 2011, Ben Fortuna
     3 # All rights reserved.
     4 #
     5 # Redistribution and use in source and binary forms, with or without
     6 # modification, are permitted provided that the following conditions
     7 # are met:
     8 #
     9 #  o Redistributions of source code must retain the above copyright
    10 # notice, this list of conditions and the following disclaimer.
    11 #
    12 #  o Redistributions in binary form must reproduce the above copyright
    13 # notice, this list of conditions and the following disclaimer in the
    14 # documentation and/or other materials provided with the distribution.
    15 #
    16 #  o Neither the name of Ben Fortuna nor the names of any other contributors
    17 # may be used to endorse or promote products derived from this software
    18 # without specific prior written permission.
    19 #
    20 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    21 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    22 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    23 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
    24 # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    25 # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    26 # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    27 # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    28 # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    29 # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    30 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    31 #
    32 # Redistribution and use in source and binary forms, with or without
    33 # modification, are permitted provided that the following conditions
    34 # are met:
    35 #
    36 #  o Redistributions of source code must retain the above copyright
    37 # notice, this list of conditions and the following disclaimer.
    38 #
    39 #  o Redistributions in binary form must reproduce the above copyright
    40 # notice, this list of conditions and the following disclaimer in the
    41 # documentation and/or other materials provided with the distribution.
    42 #
    43 #  o Neither the name of Ben Fortuna nor the names of any other contributors
    44 # may be used to endorse or promote products derived from this software
    45 # without specific prior written permission.
    46 #
    47 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    48 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    49 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
    50 # A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
    51 # CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
    52 # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
    53 # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
    54 # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
    55 # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    56 # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    57 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    58 #
    59 #net.fortuna.ical4j.parser=net.fortuna.ical4j.data.HCalendarParserFactory
    61 #net.fortuna.ical4j.timezone.registry=net.fortuna.ical4j.model.DefaultTimeZoneRegistryFactory
    63 #net.fortuna.ical4j.timezone.update.enabled={true|false}
    65 #net.fortuna.ical4j.timezone.date.floating={true|false}
    67 #net.fortuna.ical4j.factory.decoder=net.fortuna.ical4j.util.DefaultDecoderFactory
    69 #net.fortuna.ical4j.factory.encoder=net.fortuna.ical4j.util.DefaultEncoderFactory
    71 #net.fortuna.ical4j.recur.maxincrementcount=1000
    73 #ical4j.unfolding.relaxed={true|false}
    75 ical4j.parsing.relaxed=true
    77 ical4j.validation.relaxed=true
    79 #ical4j.compatibility.outlook={true|false}
    81 #ical4j.compatibility.notes={true|false}

mercurial