Commit Graph

39438 Commits

Author SHA1 Message Date
deal 8662f26f30
Enable ImGUIExt check for linux [skip ci] 2022-02-03 15:43:40 +08:00
halx99 7f81b65596 [Android] Upgrade MIN_SDK_VERSION from 16 to 17 2022-01-30 20:38:01 +08:00
halx99 cfe6390de3 [Android] By default, build single arch: arm64-v8a 2022-01-30 20:36:41 +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
deal 4e0581d168
Update setup_android.py 2022-01-28 20:25:58 +08:00
deal 66541d4236
Update script prompt [skip ci] 2022-01-28 20:18:46 +08:00
deal 04e5eeb112
Update setup_android.py 2022-01-28 20:17:28 +08:00
deal 9197472ef8
Update adxetools.gradle 2022-01-28 19:59:27 +08:00
deal 8270c4f5dd
Update adxetools.gradle 2022-01-28 19:51:42 +08:00
deal 2bc22e1bd1
Update adxetools.gradle 2022-01-28 19:31:42 +08:00
halx99 f0fa7780d7 Improve gradle script to find cmake 2022-01-28 18:25:50 +08:00
halx99 b0e2f6912d [ci] Setup openjdk with github action 2022-01-28 15:27:17 +08:00
deal c241a418c9
Delete jdk setup on script [skip ci] 2022-01-28 15:19:56 +08:00
deal e6bf8c753d
[ci] Add openjdk17 to PATH 2022-01-28 15:04:23 +08:00
deal 7b7d19a577
print jdk version [skip ci] 2022-01-28 15:01:42 +08:00
deal 359d0c04ba
[ci] Install openjdk17 for android build 2022-01-28 14:53:36 +08:00
halx99 931da84bc3 Fix gradle wrapper url 2022-01-28 13:41:18 +08:00
halx99 716b20cf6b Update recommend android studio and gradle
- Android Studio 2021.1.1+ (More intelligent)
- Gralde wrapper to 7.2: https://services.gradle.org/distributions/gradle-7.2-bin.zip.zip
- Gradle Plugin to 7.1: com.android.tools.build:gradle:7.1.0

These upgrades will fix the issue: #573
2022-01-28 12:47:05 +08:00
deal e4201eb146
Optimize setup_android.py and update cmdlinetools
Update cmdlinetools revision to 8092744
2022-01-28 11:52:02 +08:00
halx99 11360497ea Update gradle wrapper to 6.9.2 2022-01-27 18:44:59 +08:00
deal d47816ba3e
Add project status 2022-01-27 18:23:44 +08:00
deal 5df7679bba
Fix ci 2022-01-24 18:15:49 +08:00
halx99 590bf1490a Update yasio 2022-01-24 16:39:18 +08:00
halx99 40459b32bb Update xxHash to v0.8.1 2022-01-24 16:37:55 +08:00
deal 0777da8863
Delete unused 2022-01-23 11:01:42 +08:00
halx99 1721141fd7 Downloader: download file with cacert support 2022-01-20 19:15:37 +08:00
halx99 6d76dd9f6b Fix log order when create download task fail 2022-01-20 19:00:52 +08:00
deal 421001bdd7
Update ios.mini.cmake 2022-01-20 18:10:16 +08:00
halx99 bca3a82eea Fix lua_xml_http_request dataSize incorrect 2022-01-18 18:39:58 +08:00
deal b5b176183c
Don't needs copy plainlua.dll when use luajit 2022-01-17 23:50:05 +08:00
deal 9c88866354
Update adxetools.gradle 2022-01-17 10:57:48 +08:00
halx99 2aa434ba86 Update angle binaries to 2.1.0.4692
- Track branch on chromium/4692 @Google Chrome 97.0.4692.71
2022-01-15 15:52:35 +08:00
halx99 bdca725603 Rebuild OpenSSL with threads support
Avoid crash at multi-threads env when use cacert file

Signed-off-by: halx99 <halx99@live.com>
2022-01-12 19:29:21 +08:00
halx99 b1b505908f Update thirdparties
- curl-7.81.0
- Add no-comp to build openssl for security issue
2022-01-11 21:59:43 +08:00
halx99 2355ae96c9 Update fmtlib 2022-01-11 18:19:17 +08:00
halx99 65ee67539d Revert unnecessary changes [skip ci] 2022-01-11 18:04:50 +08:00
deal 612a8db9a7
Why FMT_HEADER_ONLY doesn't works on android 2022-01-08 16:15:56 +08:00
deal f81b0614c9
Fix android link issue
The header only fmt target hard to link on android, so we set include directory and preprocessor manually
2022-01-08 15:35:05 +08:00
deal b0e7c79428
hard to link fmt-header-only[skip ci]
target_link_libraries(fairygui fmt-header-only)
2022-01-08 15:25:50 +08:00
deal 01f97ca042
Update CMakeLists.txt 2022-01-08 14:01:43 +08:00
deal 3956c7f21e
Who use who link the,headonly fmtlib[skip ci] 2022-01-08 13:59:34 +08:00
deal d0df0f9731
Try to fix android ci 2022-01-08 13:50:29 +08:00
halx99 a00f181b30 Update chmod 2022-01-08 12:23:14 +08:00
deal e67e765ca2
Update android-ci.yml 2022-01-08 00:09:50 +08:00
deal 1609a06bab
Build fairygui-tests for android ci 2022-01-08 00:08:12 +08:00
halx99 3e00cd4aa5 Update changelog 2022-01-05 14:50:39 +08:00
halx99 4b12f12a55 [spine] Improve RTTI compare performance when compiler string pooling enabled
Refer to: https://github.com/EsotericSoftware/spine-runtimes/pull/2012

Signed-off-by: halx99 <halx99@live.com>
2022-01-05 14:10:05 +08:00
halx99 aaef0c3048 Fix ClippingAttachment doesn't work
Refer to: https://github.com/EsotericSoftware/spine-runtimes/pull/2011

Reported by: @kangleblue

Signed-off-by: halx99 <halx99@live.com>
2022-01-04 22:38:02 +08:00
halx99 2a6e749ad4 Fix ci & update project url in sources 2022-01-04 12:36:20 +08:00
halx99 a466abfda8 Fix ci 2022-01-04 11:48:28 +08:00