Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitfireAT/ical4android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-20Events/tasks: better handling of VALARM1.0Ricki Hirner
2020-01-07isAllDay: check for nullRicki Hirner
2020-01-01Event: improved local handling of exceptions of recurring eventsRicki Hirner
2019-12-12Events: process CATEGORIES explicitly (and not only as unknown properties)Ricki Hirner
2019-12-11Update gradle plugin, KotlinRicki Hirner
2019-11-26Very minor refactoringRicki Hirner
2019-11-26Validate generated VEVENT/VTODOsRicki Hirner
2019-11-26Add DTSTAMP to generated VEVENTs againRicki Hirner
2019-11-24Unify VEVENT/VTODO parsingRicki Hirner
2019-11-22Apply ical4j rules to change Outlook timezone IDs to more Android-friendly va...Ricki Hirner
2019-11-16Ignore empty strings when processing locally stored eventsRicki Hirner
2019-11-16Clear parent_id when it's not set anymore after a remote updateRicki Hirner
2019-11-16Calendars: only allow BUSY and FREE for AVAILABILITY (= TRANSP) of eventsRicki Hirner
2019-11-16Correctly handle EMAIL remindersRicki Hirner
2019-11-13Tasks: directly use Relation rows, no need for DelayedRelation anymoreRicki Hirner
2019-11-13Full support for RELATED-TORicki Hirner
2019-11-12Dokka: add source and JDK linksRicki Hirner
2019-11-11Remove useless applicationNameRicki Hirner
2019-11-11Tasks: support saving/restoring unknown propertiesRicki Hirner
2019-11-09Update dokkaRicki Hirner
2019-11-09Add contributorsRicki Hirner
2019-11-09Merge branch 'exclude_uid' into 'master'Ricki Hirner
2019-11-09Exclude Uid from unknownPropertiesAlex Baker
2019-11-09Require privileged tag for Anroid tests, but allow documentation to be built ...Ricki Hirner
2019-11-09Save/restore task alarms to/from OpenTasks providerRicki Hirner
2019-11-09Task: handle alarms; iCalendar generation: minor refactoringRicki Hirner
2019-11-09Make testing working again (include ancient Groovy version for testing)Ricki Hirner
2019-11-08Use headless emulator from new repo for testingRicki Hirner
2019-11-07Update dependencies, lintRicki Hirner
2019-09-30Update ical4j and other dependenciesRicki Hirner
2019-09-12Tasks: support CATEGORIESRicki Hirner
2019-07-20Update READMERicki Hirner
2019-07-18Update dependenciesRicki Hirner
2019-07-12Update gradle pluginRicki Hirner
2019-07-08Update to ical4j/2.2.5 to fix problem with VTIMEZONEs with only DAYLIGHTRicki Hirner
2019-06-23Don't reuse ical4j parameter/property factories in possibly different threads...Ricki Hirner
2019-05-17Update gradle plugin, AndroidX coreRicki Hirner
2019-05-01Update ical4j: now allows UTC properties to have non-UTC values for compatibi...Ricki Hirner
2019-04-17Update Kotlin, gradle, gradle pluginRicki Hirner
2019-04-03AndroidTask: compare ORGANIZER URI scheme without case sensitivityRicki Hirner
2019-03-26Update gradle, remove gpl_3_0 for AboutLibraries 6.2.3+Ricki Hirner
2019-03-24Enable Gitlab CI tests againRicki Hirner
2019-03-17Add info for AboutLibrariesRicki Hirner
2019-02-18Don't crash when color can't be insertedRicki Hirner
2019-02-18Fix tests, update Kotlin/gradle pluginRicki Hirner
2019-02-18Serialize unknown parameters as JSON instead of a big Base64 blob which isn't...Ricki Hirner
2019-02-06Use default time-zone to store floating DATE-TIMEsRicki Hirner
2019-01-30Exceptions of recurring events: use main event's DTSTART time zone for RECURR...Ricki Hirner
2019-01-30Use PackageInfoCompat to support long version codesRicki Hirner
2019-01-28Wrap IllegalArgumentExceptions in InvalidCalendarException; update Kotlin/gradleRicki Hirner