JodliDev

Results 22 comments of JodliDev

Were you ever able to solve this problem? i am facing exactly the same issue which renders webWorkers unusuable for me :/

I changed the source (sorry for that) and removed the irq handler for now. I can add automatic updates if you prefer, but I need to wait for a couple...

Sorry for my late response. Yes, irqhandler.h does not need an include anymore. But button.h does. So I moved the include

The SeekBar.getThumb()-function needed API 16. But I created a fix that also works in API 14 :)

This is a problem of guzzle (see https://github.com/guzzle/guzzle/issues/1973). Just update guzzle in web/composer.json to at least 6.3 and run `npm install` and `npm run dist`

Thank you Rudolf for this PR! :) Is there a reason why it hasnt been accepted..? I forked the project and merged this PR into the current version of agendav:...

Since Baikal2 seems to not happen anymore, are their any plans to implement this in Baikal?

I hope it is ok if I dig this one up again. It seems to me that the color which is assigned to a calendar is not sent over via...

When looking in the source, I found this commented line: https://github.com/Intermesh/groupoffice/blob/cd18566048edd4df6b1735da05e1f7b40b456323/www/modules/caldav/CalendarsBackend.php#L182 I presume, this issue can resolved by uncommenting that line and changing it to: ```php '{http://apple.com/ns/ical/}calendar-color' => $calendar->getColor($user_id) ```...