Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 1de8a888 authored by Patrick Lang's avatar Patrick Lang Committed by GitHub
Browse files

Update JtxContract.kt (#85)

Added owner displayname
parent 43ef1460
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ object JtxContract {
    const val AUTHORITY = "at.techbee.jtx.provider"

    /** The version of this SyncContentProviderContract */
    const val VERSION = 2
    const val VERSION = 3

    /** Constructs an Uri for the Jtx Sync Adapter with the given Account
     * @param [account] The account that should be appended to the Base Uri
@@ -1119,11 +1119,17 @@ object JtxContract {
        const val DESCRIPTION = "description"

        /**
         * Purpose:  This column/property defines the owner of the collection.
         * Purpose:  This column/property defines the URL of the owner of the collection.
         * Type: [String]
         */
        const val OWNER = "owner"

        /**
         * Purpose:  This column/property defines the display name of the owner of the collection.
         * Type: [String]
         */
        const val OWNER_DISPLAYNAME = "ownerdisplayname"

        /**
         * Purpose:  This column/property defines the color of the collection items.
         * This color can also be overwritten by the color in an ICalObject.