Commit Graph
55 Commits
Author SHA1 Message Date
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
kichikuou c2ff010102 Android: Skip zip entries with UTFDataFormatException
In most cases it is 配布フリー宣言.txt and can be safely ignored.
2020-02-24 11:54:17 +09:00
kichikuou d6aaf31b1a Change the semantics of -savedir option
Now trailing '@' is replaced with the game id.
2020-02-23 12:02:29 +09:00
kichikuou 34e33d6394 Android: Bump version to 0.2.0 2020-02-16 16:10:53 +09:00
kichikuou 4ede5b1b4c Android: Play MIDI via temporary file
MediaPlayer in old versions of Android does not accept data: URL.
2020-02-16 10:28:29 +09:00
kichikuou 4aa5cc5bfd Android: MIDI support 2020-02-15 23:01:23 +09:00
kichikuou 0d6500dc76 s/system3/System3/ 2020-02-10 22:27:00 +09:00
kichikuou f42e0cd5ef Android: Update README 2020-02-10 21:55:03 +09:00
kichikuou 3e4f0d6c48 Android: Sort game list by date of title.txt
The title played last comes first.
2020-02-10 18:41:23 +09:00
kichikuou 936e524670 Android: Fix import / export of save files 2020-02-10 17:45:22 +09:00
kichikuou faeb487b02 Android: Change icon color 2020-02-09 21:47:07 +09:00
kichikuou eea7cc3c9b Android: Store saved files to save/ directory
So that import / export will work.
2020-02-09 21:47:07 +09:00
kichikuou 91993ef4a3 Android: CD-DA emulation support 2020-02-09 21:47:07 +09:00
kichikuou f4ff96ac62 Android: Fix launcher to work with system3 files
Unlike xsystem35, directory structure in ZIP is not preserved.
2020-02-09 21:47:07 +09:00
kichikuou ccb5bda7f5 Android: Copy the new launcher code from xsystem35-sdl2 70c6480 2020-02-09 21:47:04 +09:00
kichikuou 274027f703 Android: Add launcher icon 2020-01-05 22:31:17 +09:00
kichikuou 8577374fc2 Android: 32-bit ABI support 2020-01-05 12:27:43 +09:00
kichikuou c04301c117 Android: Fix multi-touch detection 2020-01-04 11:31:40 +09:00