[Scummvm-git-logs] scummvm master -> 7a1baa20b664a451f035151e2aa2772f3bf511b1

antoniou79 noreply at scummvm.org
Tue Dec 26 16:40:24 UTC 2023


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4d2076ad84 DISTS: ANDROID: English Release notes for 2.8.0
7a1baa20b6 DISTS: ANDROID: Use new schema for version codes


Commit: 4d2076ad84f1959881851042cf057aa810e6ae32
    https://github.com/scummvm/scummvm/commit/4d2076ad84f1959881851042cf057aa810e6ae32
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-12-26T18:21:38+02:00

Commit Message:
DISTS: ANDROID: English Release notes for 2.8.0

Changed paths:
    dists/android/store/metadata-en-US.txt


diff --git a/dists/android/store/metadata-en-US.txt b/dists/android/store/metadata-en-US.txt
index c25f8c967c8..2a203c95f01 100644
--- a/dists/android/store/metadata-en-US.txt
+++ b/dists/android/store/metadata-en-US.txt
@@ -16,16 +16,18 @@ ScummVM provides a way to play many classic graphical point-and-click adventure
 
 You can find more information, demos, and some free-to-download adventure games on our website. See also an up-to-date list here: https://wiki.scummvm.org/index.php/Where_to_get_the_games
 
-A quick-start guide is available on our website at https://docs.scummvm.org/en/v2.7.1/other_platforms/android.html which provides some more information, explaining how to configure Android-specific options and where you can find further help.
+A quick-start guide is available on our website at https://docs.scummvm.org/en/v2.8.0/other_platforms/android.html which provides some more information, explaining how to configure Android-specific options and where you can find further help.
 
 https://forums.scummvm.org/viewforum.php?f=17 is our web forum where you can discuss the Android version.
 
 *** Current release:
-2.7.1
+2.8.0
 
 *** Release notes (limit is 500 characters):
-- Fixed a number of reported app crashes
-- Improved multi-finger touch gesture support
-- Includes all fixes and improvements of the desktop version
+- Support for screen rotation
+- Help System button added on launcher screen
+- Improvements for direct mouse mode
+- New touch gesture for mouse wheel scrolling (two fingers scroll)
+- Fixed reported crashes and improved overall stability
 
-Full release notes: https://scummvm.org/frs/scummvm/2.7.1/ReleaseNotes.html
+Full release notes: https://scummvm.org/frs/scummvm/2.8.0/ReleaseNotes.html


Commit: 7a1baa20b664a451f035151e2aa2772f3bf511b1
    https://github.com/scummvm/scummvm/commit/7a1baa20b664a451f035151e2aa2772f3bf511b1
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2023-12-26T18:38:34+02:00

Commit Message:
DISTS: ANDROID: Use new schema for version codes

New version code numbering is indicative of current version, beta build and target architecture

Changed paths:
    dists/android/build.gradle


diff --git a/dists/android/build.gradle b/dists/android/build.gradle
index 318484aa434..7d0f498b853 100644
--- a/dists/android/build.gradle
+++ b/dists/android/build.gradle
@@ -41,10 +41,19 @@ android {
         targetSdkVersion 33
 
         versionName "2.9.0"
-        versionCode 133
+        versionCode 2090001
         // versioncode must be incremented for each market upload
-        // ScummVM 2.9.0:   133 - 136 (arm-v7a, arm64-v8a, x86, x86_64 pending decision on AAB/APK publishing)
-        // ScummVM 2.8.x:   117 - 132 (reserved for intermediate releases and/or ABB publishing requirements)
+		// maximum versioncode allowed by Play Store is: 2100000000
+		// After 2.8.0 release the versioncode numbering schema changed to be more immediately helpful.
+		// It now follows the format: M.mm.p[.bb][.a]
+		// (M is major release version number)
+		// (m is minor release version number)
+		// (p is patch/bugfix release number)
+		// (b is beta build number, if beta testing was done on Play Store)
+		// (a is a number indicating the target architecture (ABI):
+		//     (1: arm-v7a, 2: arm64-v8a, 3: x86, 4: x86_64)
+		// eg. ScummVM 2.9.0 builds would have version codes: 2090001 - 2090004
+		// --------------
         // ScummVM 2.8.0:   113 - 116 (arm-v7a, arm64-v8a, x86, x86_64 respectively)
         // ScummVM 2.7.1:   109 - 112 (arm-v7a, arm64-v8a, x86, x86_64 respectively) (release on Play Store)
         // Historical version codes:




More information about the Scummvm-git-logs mailing list