diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a94647b1b..50bbeec58 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: echo "DC_RELEASE_STORE_PASSWORD=${{ secrets.KEY_STORE_PASSWORD }}" >> ~/.gradle/gradle.properties echo "DC_RELEASE_KEY_ALIAS=${{ secrets.ALIAS }}" >> ~/.gradle/gradle.properties echo "DC_RELEASE_KEY_PASSWORD=${{ secrets.KEY_PASSWORD }}" >> ~/.gradle/gradle.properties - ./gradlew --no-daemon assembleFossRelease + ./gradlew --no-daemon assembleGplayRelease - name: Release uses: softprops/action-gh-release@v1 @@ -63,4 +63,4 @@ jobs: body: "Auto-generated release" prerelease: ${{ contains(github.event.ref, '-beta') }} fail_on_unmatched_files: true - files: build/outputs/apk/foss/release/*.apk + files: build/outputs/apk/gplay/release/*.apk diff --git a/build.gradle b/build.gradle index 4ae4c80f6..5c0c6a2b5 100644 --- a/build.gradle +++ b/build.gradle @@ -33,8 +33,8 @@ android { useLibrary 'org.apache.http.legacy' defaultConfig { - versionCode 30000686 - versionName "1.46.14" + versionCode 687 + versionName "1.46.15" applicationId "chat.delta.lite" multiDexEnabled true @@ -118,11 +118,13 @@ android { foss { dimension "none" buildConfigField "boolean", "USE_PLAY_SERVICES", "false" + applicationId "com.github.arcanechat" } gplay { dimension "none" apply plugin: "com.google.gms.google-services" buildConfigField "boolean", "USE_PLAY_SERVICES", "true" + versionCode 30000000 + android.defaultConfig.versionCode } } diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index 651de1dea..441c366c8 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,6 +1,21 @@ -ArcaneChat is a friendly fork of Delta Chat messenger, a chat app compatible with the existing e-mail infrastructure. +ArcaneChat is a decentralized and secure messenger app that is +completely compatible with the existing e-mail infrastructure. -ArcaneChat was created with a focus on usability, good user experience, and saving data plan and comes with some different default settings than Delta Chat. Also the app usually experiments with new features and alternative paths of development that eventually might get added to the official Delta Chat client. +Some features at a glance: + +๐ฌ Reliable instant messaging with multi-profile and multi-device support. + +โก๏ธ Sign-up easily using secure fast chatmail servers. You donโt need a phone number or any private data. + +๐ง Alternatively, use your existing classic e-mail address to read your inbox as chats. + +๐ฎ Interactive mini-apps in chats for gaming and collaboration. + +๐ Audited end-to-end encryption safe against network and server attacks. + +ArcaneChat is a Delta Chat client and was created with a focus on usability, +good user experience, and saving data plan. Also the app usually experiments with +new features that eventually might get added to the official Delta Chat client. Main differences with official Delta Chat client: @@ -12,19 +27,14 @@ ArcaneChat was created with a focus on usability, good user experience, and savi