Loading .github/workflows/test-dev.yml +1 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ jobs: mkdir apk && cd apk wget -q -O org.dmfs.tasks.apk https://f-droid.org/archive/org.dmfs.tasks_80800.apk && adb install org.dmfs.tasks.apk wget -q -O org.tasks.apk https://f-droid.org/archive/org.tasks_110701.apk && adb install org.tasks.apk wget -q -O at.techbee.jtx.apk https://jtx.techbee.at/app-jtx-ose-release-alpha.apk && adb install at.techbee.jtx.apk cd .. - name: Run connected tests run: ./gradlew connectedCheck Loading AUTHORS 0 → 100644 +14 −0 Original line number Diff line number Diff line # This is the list of significant contributors to ical4android. # # This does not necessarily list everyone who has contributed work. # To see the full list of contributors, see the revision history in # source control. Initial contributor: * Ricki Hirner (bitfire.at) Further contributor: * Patrick Lang (techbee.at): jtx Board integration build.gradle +4 −0 Original line number Diff line number Diff line /*************************************************************************************************** * Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details. **************************************************************************************************/ buildscript { ext.versions = [ kotlin: '1.6.0', Loading opentasks-contract/src/main/java/org/dmfs/tasks/contract/UriFactory.java +3 −15 Original line number Diff line number Diff line /* * Copyright 2017 dmfs GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /*************************************************************************************************** * Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details. **************************************************************************************************/ package org.dmfs.tasks.contract; Loading src/androidTest/java/at/bitfire/ical4android/AbstractTasksTest.kt +5 −1 Original line number Diff line number Diff line /*************************************************************************************************** * Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details. **************************************************************************************************/ package at.bitfire.ical4android import androidx.test.platform.app.InstrumentationRegistry Loading @@ -16,7 +20,7 @@ abstract class AbstractTasksTest( companion object { @Parameterized.Parameters(name="{0}") @JvmStatic fun taskProviders() = TaskProvider.ProviderName.values() fun taskProviders() = listOf(TaskProvider.ProviderName.OpenTasks,TaskProvider.ProviderName.TasksOrg) } private val providerOrNull: TaskProvider? by lazy { Loading Loading
.github/workflows/test-dev.yml +1 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ jobs: mkdir apk && cd apk wget -q -O org.dmfs.tasks.apk https://f-droid.org/archive/org.dmfs.tasks_80800.apk && adb install org.dmfs.tasks.apk wget -q -O org.tasks.apk https://f-droid.org/archive/org.tasks_110701.apk && adb install org.tasks.apk wget -q -O at.techbee.jtx.apk https://jtx.techbee.at/app-jtx-ose-release-alpha.apk && adb install at.techbee.jtx.apk cd .. - name: Run connected tests run: ./gradlew connectedCheck Loading
AUTHORS 0 → 100644 +14 −0 Original line number Diff line number Diff line # This is the list of significant contributors to ical4android. # # This does not necessarily list everyone who has contributed work. # To see the full list of contributors, see the revision history in # source control. Initial contributor: * Ricki Hirner (bitfire.at) Further contributor: * Patrick Lang (techbee.at): jtx Board integration
build.gradle +4 −0 Original line number Diff line number Diff line /*************************************************************************************************** * Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details. **************************************************************************************************/ buildscript { ext.versions = [ kotlin: '1.6.0', Loading
opentasks-contract/src/main/java/org/dmfs/tasks/contract/UriFactory.java +3 −15 Original line number Diff line number Diff line /* * Copyright 2017 dmfs GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /*************************************************************************************************** * Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details. **************************************************************************************************/ package org.dmfs.tasks.contract; Loading
src/androidTest/java/at/bitfire/ical4android/AbstractTasksTest.kt +5 −1 Original line number Diff line number Diff line /*************************************************************************************************** * Copyright © All Contributors. See LICENSE and AUTHORS in the root directory for details. **************************************************************************************************/ package at.bitfire.ical4android import androidx.test.platform.app.InstrumentationRegistry Loading @@ -16,7 +20,7 @@ abstract class AbstractTasksTest( companion object { @Parameterized.Parameters(name="{0}") @JvmStatic fun taskProviders() = TaskProvider.ProviderName.values() fun taskProviders() = listOf(TaskProvider.ProviderName.OpenTasks,TaskProvider.ProviderName.TasksOrg) } private val providerOrNull: TaskProvider? by lazy { Loading