diff --git a/.gitignore b/.gitignore index 8d2356125..e09cdeffd 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ build /gradle.properties captures/ .navigation/ +app/gplay/ # Keystore files *.jks diff --git a/README.md b/README.md index a231fa454..b70f71a2d 100644 --- a/README.md +++ b/README.md @@ -35,21 +35,29 @@ For more information please review the [guidelines for contributing](https://git So you would like to contribute by testing? Awesome, we appreciate that very much. To report a bug for the alpha or beta version, just create an issue on github like you would for the stable version and - provide the version number. -In addition to google play, the alpha and beta apps can also be obtained from the Nextcloud [Download page](https://download.nextcloud.com/android/talk-alpha/). Please remember that Google Services are necessary to receive push notifications. + provide the version number. Please remember that Google Services are necessary to receive push notifications. -#### Beta Channel +#### Beta versions (Release Candidates) +##### via Google Play Sign up at [Google Play Beta channel](https://play.google.com/apps/testing/com.nextcloud.talk2) to get Release Candidates via Google Play. -#### Alpha Channel +##### via github +You can also get the Release Candidates at [github releases](https://github.com/nextcloud/talk-android/releases). +#### Alpha versions + +##### via Google Play To become an alpha tester you have to be signed up for the [Google Play Beta channel](https://play.google.com/apps/testing/com.nextcloud.talk2) and additionally you have to join the [Alpha testing Google Group](https://groups.google.com/g/nextcloud-android-talk-alpha-testing). After that you will receive the alpha versions via the Play Store (initially, this might take some minutes after - signing up). -Alpha versions are delivered weekly. Please make sure to remember that these versions might contain bugs and you don't use them in production. + signing up). However, in the Play Store the app will still be named "Nextcloud Talk (Beta)" even if you are an alpha tester, but you will receive the alpha versions. +If a beta was released that is newer than the alpha version, you will get the beta in the alpha channel. + +##### via Download page +In addition to google play, the alpha and beta apps can also be obtained from the Nextcloud [Download page](https://download.nextcloud.com/android/talk-alpha/) +Please make sure to remember that these versions might contain bugs and you don't use them in production. ### Apply a license @@ -88,8 +96,10 @@ like `git config --global alias.ci 'commit -s'`. Now you can commit with ### Ringtones -- [Ringtones by Librem](https://soundcloud.com/feandesign/sets/librem-5-sounds) +- [Ringtones by Librem](https://soundcloud.com/feandesign/sets/librem-5-sounds) + author: [feandesign](https://soundcloud.com/feandesign) - [Telefon-Freiton in Deutschland nach DTAG 1 TR 110-1, Kap. 8.3](https://commons.wikimedia.org/wiki/File:1TR110-1_Kap8.3_Freiton1.ogg) + author: arvedkrynil [dcofile]: https://github.com/nextcloud/talk-android/blob/master/contribute/developer-certificate-of-origin [applyalicense]: https://github.com/nextcloud/talk-android/blob/master/contribute/HowToApplyALicense.md diff --git a/app/.gitignore b/app/.gitignore deleted file mode 100644 index 796b96d1c..000000000 --- a/app/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/build diff --git a/app/build.gradle b/app/build.gradle index dafa55d15..95cfaea95 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -38,8 +38,10 @@ android { targetSdkVersion 29 testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" - versionCode 110000006 // 0-50=Alpha / 51-98=RC / 90-99=stable - versionName "11.0.0 Alpha 06" + // mayor.minor.hotfix.increment (for increment: 1-50=Alpha / 51-89=RC / 90-99=stable) + // xx .xxx .xx .xx + versionCode 120000001 + versionName "12.0.0 Alpha 1" flavorDimensions "default" renderscriptTargetApi 19