Android: Release 3.11.0 - Roadmap

Created on 1 Nov 2019  路  8Comments  路  Source: nextcloud/android

Planned RC1: 02.03.20

Create stable-x.y branch & use it for release

  • [x] create branch stable-3.11 (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 rc1 tag & use this is in app
  • [x] release new SSO if needed
  • [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.1) #5594
  • [x] With minSDK=17 #4480 should be reactivated to get that depedency updated (which requires Android minSDK=17)
  • [ ] check if code is outdated due to last supported server version @NextcloudServer annotation
  • [ ] bump version in MainApp
  • [ ] remove support for server older MINIMUM_SUPPORTED_SERVER_VERSION
  • [ ] 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

  • [ ] Android 4
  • [ ] Android 5
  • [ ] Android 6
  • [ ] Android 7
  • [ ] Android 8
  • [ ] Android 9
  • [ ] Android 10

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.11.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
  • [ ] Verify that it is shown on f-droid (within 24h)

Final Release, after two weeks time (max) of latest RC release

  • [ ] set library to final tag
  • [ ] replace screenshots (https://github.com/nextcloud/screenshots/tree/master/android/phone)
  • [ ] Verify that the new version number is shown in settings
  • [ ] Verify that logging is disabled
  • [ ] update translations from transifex
  • [ ] Test that what's new is shown correctly on upgrade
  • [ ] add $version.txt to /fastlane/metadata/android/en-US/changelogs/ to support GPlay version info
  • [ ] Tag new version as stable-3.11.0 with private dev key (not on github)
  • [ ] Build and release to Play Store as stable release and :shipit:
  • [ ] Publish it on f-droid as release: edit metadata, bump "current version" and open new merge request on gitlab
  • [ ] Verify that it is shown on f-droid (within 24h)

Backports:

Open PRs:

Marketing:
@jospoortvliet

overview

Most helpful comment

RC4 released

All 8 comments

RC1 released

@tobiasKaminsky

check if oldest Android version is EOL by Google and user usage <= 0.5% and drop it if so (--> drop Android 4.1)

2020-03-06 10_27_16-Statistics - Nextcloud - Google Play Console

--> Android 4.1 at 0,1% --> Drop 4.1

RC2 released

RC3 released

RC4 released

Why does the official blog post say: "This version of the nextcloud Android client (version 3.11.0) is supported on Android 4.1 and newer." when I just read here that 4.1 it has been dropped?

Plan was to drop it already with this version, but 4.1 is still supported:
https://github.com/nextcloud/android/blob/stable-3.11/build.gradle#L132

We missed to drop it so 3.11 is the last feature release supporting 4.1, so 3.12 will support 4.2+

Was this page helpful?
0 / 5 - 0 ratings