kichikuou
093f4cf507
Improve documentations
...
With the help of ChatGPT.
2023-08-29 12:03:34 +09:00
kichikuou
6e03140a5c
Android: Sign apk only when keystore file exists
2023-08-28 11:04:01 +09:00
kichikuou
fc80af62e0
Android: Update command line build instructions
2023-08-28 10:26:00 +09:00
kichikuou
f1e4c2501f
Android/Windows: Upgrade SDL to 2.28.2
2023-08-06 21:33:43 +09:00
kichikuou
6f0f410d98
Android: Use Kotlin coroutine for background installation
2023-04-15 15:44:10 +09:00
kichikuou
c719bb1ec6
Android: Stop using deprecated ProgressDialog
2023-04-15 11:42:57 +09:00
kichikuou
f1455c2c8a
Bump version to 1.0.0
2023-04-09 18:38:26 +09:00
kichikuou
431be235d6
Android: Add support for PCM sound
...
Now android/mako.cpp depends on SDL_mixer, and CD-DA is also played with
SDL_mixer.
2023-03-18 13:49:36 +09:00
kichikuou
be18e06e09
Fix MAKO::check_music()
...
This fixes infinite loop in the opening demo of Only You, waiting for
the end of the music.
2023-03-17 15:53:52 +09:00
kichikuou
425ddf3ea8
Bump version to 0.9.0
2023-03-03 11:14:09 +09:00
kichikuou
6e4a0bacaf
Android: Add license notice for ymfm
2023-01-14 11:29:35 +09:00
kichikuou
a7983cc24f
Android: Upgrade AGP to 7.3.1
2023-01-08 13:51:02 +09:00
kichikuou
d3ae3e21d1
Android: Include git revision in version string
2023-01-08 12:59:48 +09:00
kichikuou
52a0e5e139
Android CI: Generate signed apk
2023-01-08 12:03:04 +09:00
kichikuou
caebf8fc52
Android: Add activities to display open source notices
2023-01-08 11:48:22 +09:00
kichikuou
05be66eac3
Android: Upgrade SDL and SDL_ttf
...
- SDL 2.26.1
- SDL_ttf 2.20.1
2022-12-29 15:31:54 +09:00
kichikuou
487b9307ed
Android: Use SDK-bundled CMake 3.22.1
2022-10-29 11:06:37 +09:00
kichikuou
65aa76a337
Bump version to 0.8.0
2022-08-07 21:42:35 +09:00
kichikuou
ad86883e42
MSVS, Android: Update SDL2 to 2.0.22
2022-08-07 21:32:31 +09:00
kichikuou
75044b13bf
Android: Upgrade Kotlin to 1.6.20
2022-04-09 08:37:49 +09:00
kichikuou
82ce12e82c
Android: Fix off-by-one error in playlist.txt
...
Before this, line k of the playlist file corresponded to track k-1 on
Android. After this, line k corresponds to track k, which is consistent
with other platforms.
Playlists generated in previous versions of system3-sdl2 will be
automatically converted.
2022-03-11 17:05:57 +09:00
kichikuou
1fa9112023
Android: Upgrade SDL and SDL_ttf
...
- SDL 2.0.20
- SDL_ttf 2.0.18
2022-01-22 09:34:51 +09:00
kichikuou
a1fcc33053
Android: Stop using deprecated ListActivity
2022-01-03 17:36:08 +09:00
kichikuou
260ad57ea2
Android: Get rid of Kotlin warnings
2021-12-22 21:47:05 +09:00
kichikuou
b7634e9366
Android: Update build instructions
...
Require CMake 3.20+, because after upgrading the Android Gradle plugin
build with CMake <3.20 fails with the following error:
Execution failed for task ':app:buildCMakeDebug'.
> Expected output file at (...)obj/armeabi-v7a/libSDL2.so for target
SDL2 but there was none
2021-12-22 14:59:48 +09:00
kichikuou
70277c7c51
Android: Upgrade SDL to 2.0.18
2021-12-22 13:40:52 +09:00
kichikuou
6015f53b76
Android: Upgrade gradle plugins
...
Now it works with CMake 3.20+.
2021-12-22 13:21:59 +09:00
kichikuou
c9e0d7afad
Android: Bump version to 0.7.0
2021-09-19 22:46:04 +09:00
kichikuou
f8b0cd382e
Android: Update SDL2 to 2.0.16
2021-09-19 13:50:46 +09:00
kichikuou
2c5eb170e2
Android: Bump version to 0.6.0
2021-06-25 20:59:34 +09:00
kichikuou
5ca83895f3
Android: migrate jcenter to mavenCentral
2021-06-25 20:54:16 +09:00
kichikuou
af46b90a15
Android: Update build instructions to use CommandLine Tools 4.0
2021-06-06 14:52:29 +09:00
kichikuou
7012210fc4
Android: Update SDL2_ttf
...
And it's now fetched from the official GitHub repository.
2021-02-21 22:16:24 +09:00
kichikuou
a12fbcf906
Android: Update SDL2 to 2.0.14
2021-01-01 12:37:22 +09:00
kichikuou
8808dec847
README: Update build instructions
2020-12-05 14:08:03 +09:00
kichikuou
6587460298
Update android/README.md
2020-11-29 19:47:26 +09:00
kichikuou
15fdee52a8
Android: Bump version to 0.5.0
2020-11-29 19:30:56 +09:00
kichikuou
a4133c219d
Android: Save sound preference
2020-11-29 19:30:17 +09:00
kichikuou
c575fb303f
Android: Add system menu items for switching FM / MIDI
2020-11-29 18:27:53 +09:00
kichikuou
602c309c47
Android: Add system menu
...
The system menu opens with 3-finger touch. Currently, it can only exit
the game.
2020-11-29 18:27:50 +09:00
kichikuou
4c5ee008cb
Android: Fix StringIndexOutOfBoundsException in text input dialog
2020-10-18 15:15:16 +09:00
kichikuou
47ac7a81aa
Android: Implement string length limit for input dialog
2020-09-06 12:55:14 +09:00
kichikuou
b5ef0791c5
Android: Implement text input dialog
2020-09-05 10:49:09 +09:00
kichikuou
b686a91e41
Android: Update build instructions to use commandline-tools
...
Now it works with JDK 9+.
2020-08-23 13:22:41 +09:00
kichikuou
91a117c355
Android: Upgrade build environment
...
- targetSdkVersion 28
- Android Gradle plugin 4.0.1
- Kotlin 1.3.72
- Gradle 6.1.1
2020-08-23 11:09:24 +09:00
kichikuou
81d66c4075
Enable text anti-aliasing by default
...
To disable it, use -noantialias command-line option.
2020-06-04 10:24:39 +09:00
kichikuou
b11ddd35c8
Android: Bump version to 0.4.0
2020-05-24 17:32:25 +09:00
kichikuou
b683924564
MDA loading on non-Windows platforms
...
- On Android, MDAs are now loaded from APK assets.
- On Mac/Linux, MDAs are now installed by 'make install', and loaded
from installation directory.
- MDAs and fonts are moved into a new toplevel directory, resources/.
2020-05-24 16:39:18 +09:00
kichikuou
b475c465fd
Android: Update SDL2 to 2.0.12
2020-03-13 16:28:31 +09:00
kichikuou
9f09c0c2de
Android: Bump version to 0.3.0
2020-02-24 12:00:09 +09:00