Commit Graph

17 Commits

Author SHA1 Message Date
Miku AuahDark b09380d98b Remove Java function GameActivity.openURLFromLOVE()
SDL_OpenURL() is now used instead.
2024-06-21 10:46:35 +08:00
Miku AuahDark 50192f4e4a Additionally load libliblove.so before loading liblove.so after CMake modernization.
https://github.com/love2d/love/pull/2036#pullrequestreview-1967673996
2024-03-31 12:44:13 +08:00
Miku AuahDark 28f7c4a8db Don't set the intent to null, only set the intent data to null.
Cherry-picked from d1f74df686. Closes #268.
2024-03-18 10:49:39 +08:00
Miku AuahDark 46e7d9da0e Update copyright year. 2024-01-27 00:54:45 +08:00
Miku AuahDark a712164440 Minor reformat and fix. 2024-01-26 23:18:54 +08:00
Miku AuahDark 3c11fdf70d Update copyright year and license. 2023-02-26 10:07:59 +08:00
Miku AuahDark 21a4c8eadc Impelement "Share to LOVE" support.
This allows you to share either .love game to launch as game (for the
non-fused APKs and instance of LOVE isn't running) or any file that
gets passed as love.filedropped.

Caveat: Ensure the intended game is running before sending files to LOVE app.
Otherwise, LOVE will attempt to open it as *.love file, which is may not what
you want.
2022-05-29 02:01:58 +08:00
Miku AuahDark 4e8723bec1 Use prebuilt Oboe from prefab. 2022-05-28 19:37:28 +08:00
Miku AuahDark 93cd20d522 Stop further initialization if library loading failed. 2022-05-28 15:48:21 +08:00
Miku AuahDark 2639b8fb63 Convert JNI-called functions to object methods. 2022-05-28 13:52:44 +08:00
Miku AuahDark b1bca062c9 Reoder handleIntent() call. 2022-05-22 23:11:42 +08:00
Miku AuahDark b1724276ac Implement argument passing for external games. 2022-05-22 22:49:01 +08:00
Miku AuahDark 96acf0a891 Handle directory creation failure gracefully. 2022-05-22 17:19:52 +08:00
Miku AuahDark 24778126d6 Fix inappropriate fd usage. 2022-03-05 11:43:06 +08:00
Miku AuahDark 2a461594a7 Initial work of the game selector. 2022-02-06 21:39:00 +08:00
Miku AuahDark 90e7e60955 Rewrite GameActivity.java 2022-02-05 23:23:59 +08:00
Miku AuahDark 10622388b5 Initial 12.0 refactor.
There are no guarantees this commit will compile.
2022-02-05 16:02:16 +08:00