halx99
3409456f3f
Fix #587
...
Note: New OS feature 'Beta: Use Unicode UTF-8 for worldwide language support' since win10/win11
- OFF: GetACP() equal to current system locale, such as chinese simplified is 936, english is 437
- ON: GetACP() always equal to 65001(UTF-8)
Remark:
The macro CP_ACP for ntcvt::from_chars works for converting chraset from current code page(936,437,65001) to utf-16
2022-02-16 11:56:33 +08:00
halx99
6ffd19149c
Fix WidgetPropertiesReader::getWidgetReaderClassName incorrect
2022-02-16 11:54:48 +08:00
halx99
403d592018
Committing genbindings changes [skip ci]
2022-02-15 23:01:37 +00:00
deal
9fd6f6f881
Merge pull request #589 from DelinWorks/patch-1
...
Update README.md
2022-02-16 06:55:07 +08:00
deal
5c0a41d579
Merge pull request #588 from DelinWorks/feature-proposals
...
Expose detach IME function for custom behaviors in UITextField
2022-02-16 06:54:38 +08:00
Delin
50a190984d
Update README.md
...
Update README.md to version v1.0.0-beta6 badge
2022-02-15 17:42:19 +03:00
DelinWorks
f0c91e38c1
Update UITextField.h
2022-02-15 17:19:26 +03:00
DelinWorks
696b346560
feature-expose-detach-function
2022-02-15 17:17:45 +03:00
deal
e7d683958b
Fix #584
2022-02-12 19:56:00 +08:00
deal
bd8ba19f7e
Merge pull request #583 from DelinWorks/readme-improvements
...
Refine Readme English Grammar
2022-02-10 17:18:32 +08:00
Delin
7c8f0e6779
Update README.MD
2022-02-10 09:22:41 +03:00
Delin
a0a39af89d
Update
2022-02-10 08:55:35 +03:00
DelinWorks
f86e2283a3
Update README.md
2022-02-09 23:12:57 +03:00
DelinWorks
86ec288a71
Update README.md
2022-02-09 22:21:22 +03:00
DelinWorks
a3f27b9594
Update README.md
2022-02-09 22:19:59 +03:00
DelinWorks
559004c630
Update README.md
2022-02-09 22:17:40 +03:00
DelinWorks
97d88f0109
Update README.md
2022-02-09 22:15:53 +03:00
halx99
69d08cc420
Improve run.bat.in
2022-02-09 11:50:06 +08:00
deal
7f112b4b52
Update adxe.cpp
2022-02-08 23:22:14 +08:00
deal
79eb62bc19
Update run.bat.in
2022-02-08 23:18:15 +08:00
deal
257562ff70
Fix run.bat path
2022-02-08 23:17:06 +08:00
halx99
67ecbab347
Improve some code for #543
2022-02-08 21:54:21 +08:00
deal
824c5d107e
Merge pull request #581 from aismann/patch-1
...
Update README.md
2022-02-08 19:00:03 +08:00
aismann
d39b81fbfd
Update README.md
2022-02-08 10:07:07 +01:00
halx99
388e90459b
Done #579 , update ImGui to 1.87
2022-02-08 12:43:16 +08:00
halx99
25653e1d7c
Fix #580
2022-02-08 12:41:18 +08:00
deal
08840e5a93
Update README.md
2022-02-08 08:10:41 +08:00
halx99
287d06d54a
Improve run.bat.in, use relative build dir
2022-02-07 20:36:44 +08:00
halx99
0867240fe9
Fix ci
2022-02-06 13:18:27 +08:00
halx99
64e678c84a
Remove unnecessary parameter
2022-02-06 13:06:49 +08:00
deal
e8f0bf9787
Fix #576
2022-02-03 15:45:58 +08:00
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