halx99
|
5b2eb79456
|
Update project urls
|
2022-02-24 18:45:25 +08:00 |
halx99
|
722b6af026
|
[Android][freetype] Change streamingParsingEnabled to true
Add noCompress config to build.gradle for all templates & tests project
Exists project, please add follow config
android {
// Other configs
// ...
// noCompress config
aaptOptions {
noCompress 'mp3','ogg','wav','mp4','ttf','ttc'
}
}
|
2022-01-29 14:54:32 +08:00 |
halx99
|
f0fa7780d7
|
Improve gradle script to find cmake
|
2022-01-28 18:25:50 +08:00 |
halx99
|
29015e1cd7
|
Make gradle utils file as shared [ci build]
|
2021-06-02 06:27:19 +08:00 |
halx99
|
f0dc1582fb
|
[Gradle] Find ndk with env ANDROID_NDK [ci build]
|
2021-06-02 05:37:18 +08:00 |
halx99
|
bb1871b0e0
|
Gradle Plugin no longer support cmake 3.10.0+
|
2021-05-15 11:58:56 +08:00 |
halx99
|
412a6fa9e2
|
Fix android ci [ci build]
|
2021-05-15 00:12:41 +08:00 |
halx99
|
49c1318fc1
|
Explicit set cmake minimum version at app/build.gradle [ci build]
|
2021-04-22 11:40:53 +08:00 |
halx99
|
3ff5b16847
|
Ensure build native first before compile java code
|
2021-04-20 20:25:32 +08:00 |
halx99
|
bacba846af
|
Sync SharedLoader template.
|
2020-10-19 19:19:17 +08:00 |
halx99
|
67ef8bb624
|
Improve shared library for android, remove mojoal,sdl2, still use OpenAL.framework on apple platform, alsoft on other platforms.
|
2020-08-17 18:45:14 +08:00 |
halx99
|
f6c3442537
|
Sync fairygui-tests settings for android
|
2020-08-05 13:32:14 +08:00 |
halx99
|
58d61ee154
|
Add full fairygui-tests
|
2020-08-04 13:15:02 +08:00 |