Loading .github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -35,5 +35,5 @@ jobs: uses: softprops/action-gh-release@v0.1.14 with: prerelease: ${{ contains(github.ref_name, '-alpha') || contains(github.ref_name, '-beta') || contains(github.ref_name, '-rc') }} files: app/build/outputs/apk/standard/release/*.apk files: app/build/outputs/apk/ose/release/*.apk fail_on_unmatched_files: true .gitlab-ci.yml 0 → 100644 +24 −0 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:latest" stages: - build before_script: - git submodule sync - git submodule update --init --recursive --force - echo email.key $PEPPER >> local.properties - export GRADLE_USER_HOME=$(pwd)/.gradle - chmod +x ./gradlew cache: key: ${CI_PROJECT_ID} paths: - .gradle/ build: stage: build script: - ./gradlew build -x test artifacts: paths: - app/build/outputs/apk/ose/ .gitmodules +6 −1 Original line number Diff line number Diff line [submodule "ical4android"] path = ical4android url = https://github.com/bitfireAT/ical4android.git url = https://gitlab.e.foundation/e/os/ical4android.git branch = main [submodule "vcard4android"] path = vcard4android url = https://github.com/bitfireAT/vcard4android.git [submodule "cert4android"] path = cert4android url = https://github.com/bitfireAT/cert4android.git [submodule "dav4android"] path = dav4android url = https://gitlab.e.foundation/e/apps/dav4android.git branch = main AUTHORS +11 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,16 @@ Ricki Hirner (bitfire.at) Bernhard Stockmann (bitfire.at) Sunik Kupfer (bitfire.at) Patrick Lang (techbee.at) # This is the list of significant contributors to AccountManager. # # This does not necessarily list everyone who has contributed work. # To see the full list of contributors, see the revision history in # source control. © 2018-2019 - Author: Nihar Thakkar © 2018-2022 - Author: Vincent Bourgmayer (murena) © 2018-2022 - Author: Romain Hunault (murena) © 2021-2022 - Author: Fahim Salam Chowdhury (murena) README.md +3 −11 Original line number Diff line number Diff line  Account Manager [](https://www.davx5.com/) [](https://twitter.com/davx5app) [](https://f-droid.org/packages/at.bitfire.davdroid/) [](https://github.com/bitfireAT/davx5-ose/blob/main/LICENSE) [](https://github.com/bitfireAT/davx5-ose/actions/workflows/test-dev.yml)  DAVx⁵ ======== Account Manager is a fork of DAVx⁵. Please see the [DAVx⁵ Web site](https://www.davx5.com) for comprehensive information about DAVx⁵. Loading Loading
.github/workflows/release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -35,5 +35,5 @@ jobs: uses: softprops/action-gh-release@v0.1.14 with: prerelease: ${{ contains(github.ref_name, '-alpha') || contains(github.ref_name, '-beta') || contains(github.ref_name, '-rc') }} files: app/build/outputs/apk/standard/release/*.apk files: app/build/outputs/apk/ose/release/*.apk fail_on_unmatched_files: true
.gitlab-ci.yml 0 → 100644 +24 −0 Original line number Diff line number Diff line image: "registry.gitlab.e.foundation/e/os/docker-android-apps-cicd:latest" stages: - build before_script: - git submodule sync - git submodule update --init --recursive --force - echo email.key $PEPPER >> local.properties - export GRADLE_USER_HOME=$(pwd)/.gradle - chmod +x ./gradlew cache: key: ${CI_PROJECT_ID} paths: - .gradle/ build: stage: build script: - ./gradlew build -x test artifacts: paths: - app/build/outputs/apk/ose/
.gitmodules +6 −1 Original line number Diff line number Diff line [submodule "ical4android"] path = ical4android url = https://github.com/bitfireAT/ical4android.git url = https://gitlab.e.foundation/e/os/ical4android.git branch = main [submodule "vcard4android"] path = vcard4android url = https://github.com/bitfireAT/vcard4android.git [submodule "cert4android"] path = cert4android url = https://github.com/bitfireAT/cert4android.git [submodule "dav4android"] path = dav4android url = https://gitlab.e.foundation/e/apps/dav4android.git branch = main
AUTHORS +11 −1 Original line number Diff line number Diff line Loading @@ -6,6 +6,16 @@ Ricki Hirner (bitfire.at) Bernhard Stockmann (bitfire.at) Sunik Kupfer (bitfire.at) Patrick Lang (techbee.at) # This is the list of significant contributors to AccountManager. # # This does not necessarily list everyone who has contributed work. # To see the full list of contributors, see the revision history in # source control. © 2018-2019 - Author: Nihar Thakkar © 2018-2022 - Author: Vincent Bourgmayer (murena) © 2018-2022 - Author: Romain Hunault (murena) © 2021-2022 - Author: Fahim Salam Chowdhury (murena)
README.md +3 −11 Original line number Diff line number Diff line  Account Manager [](https://www.davx5.com/) [](https://twitter.com/davx5app) [](https://f-droid.org/packages/at.bitfire.davdroid/) [](https://github.com/bitfireAT/davx5-ose/blob/main/LICENSE) [](https://github.com/bitfireAT/davx5-ose/actions/workflows/test-dev.yml)  DAVx⁵ ======== Account Manager is a fork of DAVx⁵. Please see the [DAVx⁵ Web site](https://www.davx5.com) for comprehensive information about DAVx⁵. Loading