Release 35.0.0 - Roadmap
- 主要言語
- Kotlin
- スター
- 5.6k
- フォーク
- 2k
- 平均マージ
- 2日 20時間
- マージ済み PR(30日)
- 105
説明
**Planned RC1: 3 September 2026**
**Planned Release date:**
**Bump (do this when creating new roadmap)**
- [x] create milestone
- [x] check if stable server version in drone.yml needs to be updated
- [x] bump version in MainApp
- [x] ```OUTDATED_SERVER_VERSION``` according https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule (e.g. NC12)
- [x] change if needed https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html#mobile-apps
- [x] add these versions to changelog
- [x] App
- [x] check if code is outdated due to last supported server version ```@NextcloudServer``` annotation
- [x] remove support for server older ```MINIMUM_SUPPORTED_SERVER_VERSION```
- [x] Library
- [x] check if code is outdated due to last supported server version ```@NextcloudServer``` annotation
- [x] remove support for server older ```MINIMUM_SUPPORTED_SERVER_VERSION```
- [x] check if oldest Android version is EOL by Google and user usage <= 0.5% and drop it if so
- [x] search for usage of Build.VERSION_CODES.xy
- [x] announce it in changelog
**Create stable-x.y branch & use it for release (when releasing RC1)**
- [x] create branch ```stable-x.y```
- [x] enable branch to be analyzed on codacy
- [x] change on App
- [x] ```getBranchName.sh```
- [x] ```analysis-wrapper.sh```
- [x] ```detectWrongSettings.sh```
- [ ] check that transifex bot still works
- [x] change on Lib
- [x] create branch stable-2.x
- [x] enable branch to be analyzed on codacy
- [x] ```getBranchName.sh```
- [x] ```analysis-wrapper.sh```
- [x] Update version on master to next minor version
**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 8.1
- [ ] Android 9
- [ ] Android 11
- [ ] Android 14
- [ ] Android 15
**RC1**
- [x] Bump version code in ```build.gradle``` file
- [x] add what's new slides
- [x] replace screenshots (https://github.com/nextcloud/screenshots/tree/master/android/phone)
- [x] release new library version with rc-2.x.y-01 tag & use this is in app
- [x] release new SSO if needed
- [x] Verify that the new version number is shown in settings
- [x] Verify that logging is enabled
- [ ] add $version.txt to /fastlane/metadata/android/en-US/changelogs/ to support GPlay version info
- [ ] release with fastlane: creates GH release, uploads to Gplay, creates Gitlab MR for F-Droid
- [ ] Verify that it is shown on [F-Droid](https://f-droid.org/de/packages/com.nextcloud.client/) (within 24h)
- [ ] inform marketing about changelog and expected release date
**Final Release, after two weeks time (max) of latest RC release**
- [ ] Bump version code in ```build.gradle``` file
- [ ] set library to final tag
- [ ] Verify that the new version number is shown in settings
- [ ] Verify that logging is disabled
- [ ] 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
- [ ] release with fastlane: creates GH release, uploads to Gplay, creates Gitlab MR for F-Droid
- [ ] Verify that it is shown on [F-Droid](https://f-droid.org/de/packages/com.nextcloud.client/) (within 24h)
**After release**
- x.y-1
- [ ] delete ```stable-x.y-1``` branch
- x.y
- [ ] create milestone x.y.1
- [ ] schedule x.y.1 RC1 3 weeks after stable, release ~4 weeks
- [ ] create overview issue
- x.y+1
- [ ] create milestone x.y+1
- [ ] create overview issue & adjust date, handle bumps
Backports:
- [App](https://github.com/nextcloud/android/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+label%3Abackport-request)
- [Library](https://github.com/nextcloud/android-library/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc+label%3Abackport-request)
Open PRs:
- [Milestone](https://github.com/nextcloud/android/milestone/130)
Marketing:
@jospoortvliet
コントリビューションガイド
調査の方向性
このロードマップの未チェック項目を出発点として使用し、特にブランチスクリプト getBranchName.sh、analysis-wrapper.sh、detectWrongSettings.sh を対象にします。build.gradle と /fastlane/metadata/android/en-US/changelogs/ を確認してから、一覧にある Android バージョンのチェックを実行します。残っている RC1、最終リリース、リリース後のチェックリスト項目が検証済みになれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- android, kotlin
- 領域
- mobile, release
- issue の種類
- ドキュメント
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 活発
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100