<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wk.redox.ws/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wk.redox.ws/feed.php">
        <title>Hydev dev:codesnip</title>
        <description></description>
        <link>https://wk.redox.ws/</link>
        <image rdf:resource="https://wk.redox.ws/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-25T01:36:37+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wk.redox.ws/dev/codesnip/owncloud_uid_uri_android?rev=1700862913&amp;do=diff"/>
                <rdf:li rdf:resource="https://wk.redox.ws/dev/codesnip/unread_leed?rev=1700862913&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wk.redox.ws/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Hydev</title>
        <link>https://wk.redox.ws/</link>
        <url>https://wk.redox.ws/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wk.redox.ws/dev/codesnip/owncloud_uid_uri_android?rev=1700862913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T21:55:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:codesnip:owncloud_uid_uri_android</title>
        <link>https://wk.redox.ws/dev/codesnip/owncloud_uid_uri_android?rev=1700862913&amp;do=diff</link>
        <description># Fix Android “bug” with UIDs/URIs on CardDav contacts

## Overview

I recently experienced a strange bug on Android 5.1, when trying to sync my owncloud contacts through DAVDroid. Only some of my contacts would get sync-ed... I finally figured it was because of the domain being included in the UIDs (or URIs) of the vCard in the DB. Example: `01234567-89ab-cdef-0123-456789abcdef@MY_OC_DOMAIN`. Manually changing the ID to `01234567-89ab-cdef-0123-456789abcdef` in the database would fix it.</description>
    </item>
    <item rdf:about="https://wk.redox.ws/dev/codesnip/unread_leed?rev=1700862913&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-24T21:55:13+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>dev:codesnip:unread_leed</title>
        <link>https://wk.redox.ws/dev/codesnip/unread_leed?rev=1700862913&amp;do=diff</link>
        <description># LeedUnread

## Overview

It&#039;s a small Python3 script that retrieve the total of unread RSS feed from your Leed RSS Reader. The plugin LeedApi needs to be installed for this script to work

You need to provide:

* The URL fo your server
* Your username, in plain text
* The salted password that&#039;s stored in the `users` table</description>
    </item>
</rdf:RDF>
