Commit Graph

37 Commits

Author SHA1 Message Date
urhobot
f861a10a61 GH Actions: Bump copyright to 2021. 2021-07-17 16:43:46 +00:00
Yao Wei Tjong 姚伟忠
c9aa0a6cb6
Enhance 'new' task to use multi-modules project structure. 2020-10-29 08:22:44 +08:00
Yao Wei Tjong 姚伟忠
0d4e038827
Major refactoring on the Gradle build system. 2020-10-29 08:22:44 +08:00
Yao Wei Tjong 姚伟忠
223fbd4cba
Refactor to start to use lower case name. 2020-10-29 08:22:43 +08:00
Yao Wei Tjong 姚伟忠
c13dd61ec2
Android - only build Urho3DPlayer for STATIC lib type. 2020-10-29 08:22:41 +08:00
Yao Wei Tjong 姚伟忠
77fb86d9ba
Refactor to rename package from 'com.github.urho3d' to 'io.urho3d'. 2020-10-29 08:22:41 +08:00
Yao Wei Tjong 姚伟忠
0a6df5627f
Enable documentation step for Android platform. 2020-10-29 08:22:39 +08:00
Yao Wei Tjong 姚伟忠
47336b43ae
Android - process both Gradle properties and env-vars as build options. 2020-10-29 08:22:34 +08:00
Yao Wei Tjong 姚伟忠
cc975dbccd
Android - upgrade Gradle, Android plugin and other deps. 2020-09-04 21:12:42 +08:00
Yao Wei Tjong 姚伟忠
4c1e9ddf35
Android - upgrade dependencies. Works with Android Studio 4.0. 2020-08-31 01:39:05 +08:00
Yao Wei Tjong 姚伟忠
3ba62f036e
Fix the STATIC and SHARED build for VS and Xcode.
Cleanup comments.
2020-05-10 23:30:59 +08:00
Yao Wei Tjong 姚伟忠
0e4d095cfa
Shed off old construct since our CMake minimum required is 3.10.2 now. 2020-05-10 15:53:52 +08:00
Yao Wei Tjong 姚伟忠
ceb48b7648
Android - set the currently tested working NDK version. 2020-02-12 08:46:28 +08:00
Yao Wei Tjong 姚伟忠
92aaf19511
Minor space formatting. 2020-02-09 17:50:53 +08:00
Yao Wei Tjong 姚伟忠
3a9e8f54a1
Bump dependencies for Android build.
Adjust build script for WebP library to include search path for cpu-features.
2020-02-09 00:30:16 +08:00
Modanung
2650e38855 Reduced minimum required cmake version to 3.10.2 2020-01-22 22:27:07 +08:00
Yao Wei Tjong 姚伟忠
46c6894d78
Bump CMake minimum required version to 3.14.5. 2020-01-12 12:37:22 +08:00
urho3d-travis-ci
1151b8a2d6 Travis CI: bump copyright to 2020. 2020-01-05 06:21:40 +00:00
Yao Wei Tjong 姚伟忠
66095e0e0d
Initial integration with SDL 2.0.10 (WIP) for Android platform. 2019-09-14 16:21:42 +08:00
Yao Wei Tjong 姚伟忠
6fa548ed94
Minor refactoring on the Kotlin-dsl code style. 2019-05-04 13:07:24 +08:00
Yao Wei Tjong 姚伟忠
784a25a235
For CI - attempt to build universal AAR.
We are forced to skip the publishing of the STATIC-debug AAR due to bintray file upload size limit.
2019-04-24 23:56:45 +08:00
Yao Wei Tjong 姚伟忠
34b1dece1a
Minor refactoring on the Kotlin-dsl code style.
Use "register()" for lazy task creation.
2019-04-20 23:08:12 +08:00
Yao Wei Tjong 姚伟忠
927a6113d4
Apply plugin for uploading AAR build artifact to bintray/jcenter.
Simplify by explicitly setting the build staging dir.
2019-04-17 00:31:10 +08:00
Yao Wei Tjong 姚伟忠
8ed8a78939
Use the latest Android SDK embedded CMake version (3.10.2). 2019-04-10 00:15:59 +08:00
urho3d-travis-ci
a476f0c401 Travis CI: bump copyright to 2019. 2019-01-12 01:00:16 +00:00
Yao Wei Tjong 姚伟忠
a37ca0cb92
Initial work for custom Gradle plugin.
[skip appveyor] [ci only: Android]
2018-09-02 23:04:01 +08:00
Yao Wei Tjong 姚伟忠
3db124b5cd
For Android - refactor to remove buildscript block. 2018-08-26 19:54:26 +08:00
Yao Wei Tjong 姚伟忠
22ba82b7b2
For Android - refactor to use UrhoCommon.kt to manage dependencies. 2018-08-25 14:10:22 +08:00
Yao Wei Tjong 姚伟忠
c9acdd632f
Upgrade to Kotlin 1.2.61 and minor refactoring.
The buildScr will contain more common stuffs in the future.
2018-08-23 23:00:49 +08:00
Yao Wei Tjong 姚伟忠
e8e0068681
Add publishing task. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
d3508fc246
Fix initial gradle sync. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
a1b0eee8c9
Fix gradle sync on Windows host system. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
af5fbde01e
Upgrade to Kotlin 1.2.60. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
d827f5ebfb
Proper segregation between Gradle modules. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
c1e97f723e
Pass the argument to the main activity, if any. 2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
b238824f63
Bug fix that prevented Android app to be relaunched successfully.
Also tweak the Android sample launcher app to go back from MainActivity to LauncherActivity before exiting completely
in order to make it easier to launch many sample apps in a same session.
2018-08-06 21:46:00 +08:00
Yao Wei Tjong 姚伟忠
a513b325c0
Initial multi-module setup for Android build. 2018-08-06 21:46:00 +08:00