Planned RC1: 06.01.20 (a bit longer due to xMas)
Create stable-x.y branch & use it for release
- [x] create branch
stable-3.10 (no ".x" anymore due to backport bot)
- [x] make it protected
- [x] set up Codacy, Drone as required status
- [x] enable branch to be analyzed on codacy
- [x] change on App
- [x]
drone.yml
- [x]
getBranchName.sh
- [x]
analysis-wrapper.sh
- [x] add to backport transifex stable branch, use latest two stable branches
- [x] check that transifex bot still works
- [x] change on Lib
- [x]
drone.yml
- [x]
getBranchName.sh
- [x]
analysis-wrapper.sh
Bump
- [x] release new library version with 2.0.0-rc1 tag & use this is in app
- [x] Bump version name and version code in
build.gradle files
- [x] Update
CHANGELOG.md adding new features
- [x] Update version on master to next major version
- [x] check if oldest Android version is EOL by Google and user usage <= 0.5% and drop it if so (--> drop Android 4.0.x #4777)
- [x] check if code is outdated due to last supported server version
@NextcloudServer annotation
- [x] bump version in MainApp
- [x] remove support for server older
MINIMUM_SUPPORTED_SERVER_VERSION
- [x] do the same on library
- [x] add what's new slides
Test app with all supported Android version
- access all activities
- auto upload
- upload / download files/folders
- use external sdcard
- what's new slides correctly shown on first start
All tests on
- [x] Android 4
- [x] Android 5
- [x] Android 6
- [x] Android 7
- [x] Android 8
- [x] Android 9
RC1
- [x] Verify that the new version number is shown in settings
- [x] Verify that logging is enabled
- [x] add $version.txt to /fastlane/metadata/android/en-US/changelogs/ to support GPlay version info
- [x] Tag new version as
rc-3.10.0-01 with private dev key (not on github)
- [x] Build and release to Play Store as beta release and :shipit:
- [x] Publish it on f-droid as optional release: edit metadata and open new merge request on gitlab
- [x] Verify that it is shown on f-droid (within 24h)
Final Release, after two weeks time (max) of latest RC release
- [x] set library to final tag
- [x] replace screenshots (https://github.com/nextcloud/screenshots/tree/master/android/phone)
- [x] Verify that the new version number is shown in settings
- [x] Verify that logging is disabled
- [x] update translations from transifex
- [x] Test that what's new is shown correctly on upgrade
- [x] add $version.txt to /fastlane/metadata/android/en-US/changelogs/ to support GPlay version info
- [x] Tag new version as
stable-3.10.0 with private dev key (not on github)
- [x] Build and release to Play Store as stable release and :shipit:
- [x] Publish it on f-droid as release: edit metadata, bump "current version" and open new merge request on gitlab
- [x] Verify that it is shown on f-droid (within 24h)
Backports:
Open PRs:
Marketing:
@jospoortvliet
Most helpful comment
Final released