bump to 1.26.2 (#2159)

* bump to 1.26.2 using core70

(1.26.0 and 1.26.1 were not released,
however, there may be nightlies or other builds around)

* adapt release-checklist.md to new VERSION_ANDROID on deltachat-pages

* even more release-checklist hints
This commit is contained in:
bjoern 2021-12-02 01:13:37 +01:00 committed by GitHub
parent e5774b4f69
commit eb1a544e93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 8 deletions

View file

@ -1,7 +1,7 @@
# Delta Chat Android Changelog # Delta Chat Android Changelog
## v1.26.1 ## v1.26.2
2021-11 2021-12
* re-layout all QR codes and unify appearance among the different platforms * re-layout all QR codes and unify appearance among the different platforms
* show when a contact was "Last seen" in the contact's profile * show when a contact was "Last seen" in the contact's profile
@ -11,10 +11,12 @@
* fix layout bug in chatlist title * fix layout bug in chatlist title
* fix crashes when opening map * fix crashes when opening map
* fix group-related system messages appearing as normal messages in multi-device setups * fix group-related system messages appearing as normal messages in multi-device setups
* fix removing members if the corresponding messages arrive disordered
* fix potential issue with disappearing avatars on downgrades
* fix log in failures for "Google Workspace" (former "G Suite") addresses using oauth2 * fix log in failures for "Google Workspace" (former "G Suite") addresses using oauth2
* switch from Mapbox to Maplibre * switch from Mapbox to Maplibre
* update translations * update translations
* update to core69 * update to core70
## v1.24.4 ## v1.24.4

View file

@ -96,8 +96,8 @@ android {
useLibrary 'org.apache.http.legacy' useLibrary 'org.apache.http.legacy'
defaultConfig { defaultConfig {
versionCode 620 versionCode 621
versionName "1.26.1" versionName "1.26.2"
applicationId "com.b44t.messenger" applicationId "com.b44t.messenger"
multiDexEnabled true multiDexEnabled true

View file

@ -32,18 +32,22 @@ in Android Studio:
(not: App Bundle as this would require uploading the signing key) (not: App Bundle as this would require uploading the signing key)
b) select flavor `gplayRelease` with V1 signature enabled b) select flavor `gplayRelease` with V1 signature enabled
(needed for easy APK verification), V2 is optional (needed for easy APK verification), V2 is optional
c) if you want to use upload-testrun.sh, generate a debug apk additionally at
"Build / Build Bundle(s)/APK / Build APK(s)"
on success, the generated APK is at on success, the generated APK is at
`gplay/release/deltachat-gplay-release-VERSION.apk` `gplay/release/deltachat-gplay-release-VERSION.apk`
and can be uploading for testing using:
$ ./scripts/upload-testrun.sh VERSION
The "Testing checklist" gives some hints about what should be always tested.
# Upload APK to get.delta.chat # Upload APK to get.delta.chat
7. $ ./scripts/upload-release.sh VERSION 7. $ ./scripts/upload-release.sh VERSION
8. a) Test the APK yourself. 8. bump `VERSION_ANDROID` (without leading `v`) on
The "Testing checklist" gives some hints. `https://github.com/deltachat/deltachat-pages/blob/master/_includes/download-boxes.html`
b) Give the APK to testing groups.
# Release on Play Store # Release on Play Store