Apehaenger

Results 17 issues of Apehaenger

Added "CARDDAV:limit" support. Please see RFC6352 https://tools.ietf.org/html/rfc6352 section 10.6. and 10.6.1. The changes depend on (include) my previous pull request #141 (sorry, did not know how to make a pull...

During integration of 'object' and 'content' filter options to VCard requests, I did some required child and attribute enhancement to prop.js. Later on I recognized that the required child and...

I tried to get a quick retrieve of the available address books via dav.createAccount({accountType : 'carddav', loadCollections: true, loadObjects: false}), but it wasn't "quick"! After some debugging I recognized that...

Hi Clemens! This is only a proposal how I would/could integrated the Stock-UI packets into the LowLevel code. ~~**Not compiled nor tested!** Simply written down to show how I would...

# Issue When porting a stock CoverUI with some kind of display (instead of simple LEDs), it's currently required to translate the LED states (on, off, blink_slow, blink_fast) back to...

## Current behavior If Stock-CoverUI triggers an emergency and get unplugged, emergency state can't be cleared anymore. Except by reboot. ## New behavior If UI-Avail code block detects that UI...

Think this is how it can be done. ### This PR mainly: - Switch to Makuna's [DFMiniMp3](https://github.com/Makuna/DFMiniMp3.git) lib for a better support of DFPlayer clones - Adds a couple of...

Recognized that @kevinmce also had some emergency-bit confusion in his cool #71, like me (during my Stock-CoverUI development). Tried to clear that up by evaluating the whole chain from Hall-x...

I had the same problem like gojuukaze in issue #29. I'm pretty sure that we're simply not smart enough to understand how to save the state between the Bind handle...