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
2022-08-03be more lenient with the result when repairing events where time is cut off39-formalize-modularize-rules-for-validation-and-repairingSunik Kupfer
2022-07-23[WIP] fix test with timezone offsetsSunik Kupfer
2022-07-21stop use of strings and parsing for date building and add a until timezone in...Sunik Kupfer
2022-07-14add tests to cover timezone casesSunik Kupfer
2022-07-13validate each Event created from a VEvent before saving it to calendar provid...Sunik Kupfer
2022-07-13make EventValidator a class with only "repair()" as API and other methods int...Sunik Kupfer
2022-07-13drop ICalPreprocessor validation ruleSunik Kupfer
2022-07-13merge remote changesSunik Kupfer
2022-07-13use time from DTSTART in UNTIL instead of midnightSunik Kupfer
2022-07-11Minor reformattingRicki Hirner
2022-07-11Move validator to validation packageRicki Hirner
2022-07-11Drop RRULEs with UNTIL before DTSTART (closes bitfireAT/ical4android#38)Sunik Kupfer
2022-07-11validation and repairing (closes bitfireAT/ical4android#39, bitfireAT/davx5#8)Sunik Kupfer
2022-07-11As discussed in the callRicki Hirner
2022-07-11validation and repairing (closes bitfireAT/ical4android#39, bitfireAT/davx5#8)Sunik Kupfer
2022-07-07Update dependencies (#46)Ricki Hirner
2022-06-22reduce number of rows in testLargeTransactionManyRows (closes bitfireAT/ical4...Sunik Kupfer
2022-06-16Correctly connect/disconnect providers and grant permissionsRicki Hirner
2022-06-16Fixed missing color and url in jtx Bord sync (#43)Patrick Lang
2022-05-31Updated min-version for jtx board (#36)Patrick Lang
2022-05-31Updated queryByUID to query independent of current collection (#37)Patrick Lang
2022-05-31Tests show timezone problemsdrop-rrules-with-until-before-dtstartRicki Hirner
2022-05-31Drop RRULEs with UNTIL before DTSTARTRicki Hirner
2022-05-26Marked fun updateRelatedTo() as deprecated, deleted tests (#35)Patrick Lang
2022-05-15Updated UID generation for jtx Board (#33)Patrick Lang
2022-05-10Update dependenciesRicki Hirner
2022-04-25Do not crash on RDATEs with PERIOD (#26)Sunik Kupfer
2022-04-20jtx Collection: allow to read supportsVEVENT, supportsVTODO, supportsVJOURNAL...Ricki Hirner
2022-04-20Update test-dev.yml (#28)Patrick Lang
2022-04-20Update gradle, gradle plugin, KotlinRicki Hirner
2022-04-20 Entries added throuh .ics import might not get synchronized due to missing d...Patrick Lang
2022-04-05Created, last-modified and sequence missing in downwards jtx Board sy… (#25)Patrick Lang
2022-04-05New function to query a jtxIcalObject by UID (#23)Patrick Lang
2022-03-23Create fake main event for exceptions of recurring events where the main even...Ricki Hirner
2022-03-16Css3Color: treat color names case-insensitive and parse hex values if possibleRicki Hirner
2022-03-11Support calendar colorsRicki Hirner
2022-03-10add support for COLOR property (closes bitfireAT/icsx5#31)Sunik Kupfer
2022-03-04Updated min version for jtx (#22)Patrick Lang
2022-02-28suppress export of child relation (#21)Patrick Lang
2022-02-25Make check version function public (#20)Patrick Lang
2022-02-25Update gradle plugin and build toolsRicki Hirner
2022-02-23Update test-dev.yml to use jtx Board APK from f-droid (#19)Patrick Lang
2022-02-23updated min version for JtxBoard in TaskProvider.kt (#18)Patrick Lang
2022-02-16#16 store uid correctly when creating related to entries (#17)Patrick Lang
2022-02-15Add option to export collections as .ics (#9)Patrick Lang
2022-02-14Update gradle plugin; fix desugaring problemRicki Hirner
2022-01-26Use Uri.asSyncAdapter() instead of syncAdapterUri() in various classes (close...Ricki Hirner
2022-01-26Upgrade gradle, KotlinRicki Hirner
2022-01-26Add test for AOSP bug with infinite RRULE + RDATE (see #11)Ricki Hirner
2022-01-24Refactored ics-generation, using ical4android nowPatrick Lang