[Jrisk-cvs] SF.net SVN: domination-code:[2588] Domination
Brought to you by:
yuranet
|
From: <yu...@us...> - 2024-11-28 11:54:53
|
Revision: 2588
http://sourceforge.net/p/domination/code/2588
Author: yuranet
Date: 2024-11-28 11:54:50 +0000 (Thu, 28 Nov 2024)
Log Message:
-----------
android version bump
Modified Paths:
--------------
Domination/ChangeLog.txt
Domination/android/AndroidManifest.xml
Modified: Domination/ChangeLog.txt
===================================================================
--- Domination/ChangeLog.txt 2024-11-27 13:41:15 UTC (rev 2587)
+++ Domination/ChangeLog.txt 2024-11-28 11:54:50 UTC (rev 2588)
@@ -7,7 +7,7 @@
* Save: 8
iOS: 16
- Android: 97
+ Android: 98
Game GUI: 2
Swing GUI: 2
Simple GUI: 2
@@ -34,13 +34,15 @@
Player card info on main screen
Can add custom maps through Files app
- Android 95 Sound
- Fix bug with maps not loading from external storage
+ Android 98 fix for images sometimes not loading
Android 97 fix for notifications not working
Show corrupted maps in MapChooser so they can be deleted
maybe fixed issue with opening urls in browser
+ Android 95 Sound
+ Fix bug with maps not loading from external storage
+
1.2.9 (04.08.2023) (svn rev 2470)
Hi-resolution support for image assets in main game UI
Modified: Domination/android/AndroidManifest.xml
===================================================================
--- Domination/android/AndroidManifest.xml 2024-11-27 13:41:15 UTC (rev 2587)
+++ Domination/android/AndroidManifest.xml 2024-11-28 11:54:50 UTC (rev 2588)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools"
package="net.yura.domination"
- android:versionCode="97"
- android:versionName="97"
+ android:versionCode="98"
+ android:versionName="98"
android:installLocation="auto">
<!-- android:targetSdkVersion 11 to hide the legacy menu button on tablets -->
|