fhaftmann

Results 19 comments of fhaftmann

The PR against needle seems to be merged in upstream release 3.1.0 (https://github.com/tomas/needle/commit/8353cdb5163a3e8e610ccc1eaea4e604c5159401). A corresponding dependency bump would be needed to turn it effective for markdown-link-check.

Thanks for reporting this. The work-around https://github.com/SufficientlySecure/calendar-import-export/commit/58b337cadaeaec1f063e95f283d2e67eec370254 works reproducibly for me so I branded a new release which should be available on F-Droid within a few days.

There is now a release 2.7.1 available at https://f-droid.org/en/packages/org.sufficientlysecure.ical/ – please check whether this resolves the issue you experience.

I can reproduce the error: it occurs during the static initialization of net.fortuna.ical4j.util.Configurator. Applying the work-arodung suggest in https://stackoverflow.com/questions/60018008/android-apache-logger-crashes-for-no-reason-in-production-release-build helps, see https://github.com/SufficientlySecure/calendar-import-export/commit/1b3ab3807c2df81a76f63b84eca6a5db6635b782. A new release is schedule, stay tuned.

Unfortunately, I cannot reproduce the issue, using android emulator with Android 12.0 / API 31 / x86_64. Since the crash is reported to happen when clicking »import file«, the exact...

I cannot reproduce the behaviour, but the log clearly points to the line changed in https://github.com/SufficientlySecure/calendar-import-export/commit/a23e7326bba65fee44f61f3adb0555dce9fe8a9e There are hints that the Android framework uses a fixed version of the Commons...

Hi, thanks for diving into this. After having a look at it, I have the following remarks: - Since the changes address different breakdown reasons, the commit should be split...

This is very likely a deficiency in the export code. Can you provide me with a minimal example? Usually it can be obtained by bisecting the calendar, i. e. dividing...

You have to edit (a copy of) the bare file. The details can be found e.g. at https://en.wikipedia.org/wiki/ICalendar – the core idea is that events are grouped between BEGIN:VEVENT and...