Граф коммитов

68 Коммитов

Автор SHA1 Сообщение Дата
Julius Miknevičius 53533ac38e Download SDK from stevedore using bee 2022-07-28 18:02:40 +03:00
Yury Habets 96883c1d1f Returned preparing Google play services. (maybe we should bump them from Froyo to a newer version though?) 2022-05-06 15:15:12 +02:00
Yury Habets 345e6379b4 Updated NDK used to r23b 2022-05-06 15:07:49 +02:00
Tomas Dirvanauskas bd65e3eec9 switch end lines 2022-03-23 09:43:58 +02:00
Tomas Dirvanauskas 839960b2e2 tests are ran with debug mode now 2022-03-21 22:40:45 +02:00
Tomas Dirvanauskas fd41f50a10 fix path 2022-03-21 15:10:05 +02:00
Tomas Dirvanauskas 759871e5bc Setup test project for Windows 2022-03-21 13:34:13 +02:00
Tomas Dirvanauskas e407d9e311 Fix bee executable on OSX 2022-03-21 12:09:02 +02:00
Tomas Dirvanauskas 93a9ce76af typo 2022-03-21 10:54:57 +02:00
Tomas Dirvanauskas 78cba3cd6c Add command line arguments for build.pl 2022-03-21 10:53:54 +02:00
Aurimas Cernius 506edb30ff Still executing too much perl 2022-03-01 16:11:28 +02:00
Aurimas Cernius 16a3aef87e Still get SDK via perl 2022-03-01 16:05:47 +02:00
Young Kim 20dffbd5f0 [case1379467] To fix bug update android-31 platform_tools-31.0.3 build_tools 29.0.2 ndk-r21d jdk-1.8 2021-12-15 11:14:19 +02:00
Richard Fine f0a440085e
Yamato build job (#32)
* Add yamato job for building

* Update git-info file content to include repository name
2021-05-05 22:29:53 -04:00
Martin Sternevald 5611de1181 Add java::util::ZipFile 2021-02-08 14:57:01 +01:00
Martin Sternevald 692b69d576 support modern perl 2021-02-08 09:30:36 +01:00
David Rogers d70b7bc596 Fix typo in the x86_64 build failed message 2020-11-05 10:05:44 -06:00
David Rogers fbc00c11cb Add support for building x86_64 architecture 2020-11-04 15:49:35 -06:00
juliusmik 0103d577d0 Update Android NDK to r19 2019-02-05 17:35:37 +02:00
Ricardas Jonaitis bee3545454 Update to API 28 2018-09-25 12:41:21 +03:00
Vilius Prakapas 2fdca40542 Add WifiManager to JNI bridge classes 2018-08-28 10:06:58 +03:00
Ignas Ziberkas 5069c3b374 Download Google Play Services (for Froyo) if missing. 2018-06-18 19:52:07 +03:00
Ignas Ziberkas 9b609075fc Switch to NDK r16b. 2018-06-18 17:20:08 +03:00
Ignas Ziberkas 0b6d855852 Update NDK to r17. 2018-05-30 17:22:29 +03:00
Yury Habets d180e6f4c4
Merge pull request #15 from Unity-Technologies/TLSSupport
Adding classes needed to fetch system certificates.
2017-12-08 12:16:17 +01:00
UnityAlex 14fc9dcddd Adding classes needed to fetch system certificates. 2017-12-06 15:18:56 -05:00
Ignas Ziberkas 89008546b7 Merge remote-tracking branch 'origin/master' into arm64 2017-11-08 11:52:32 +02:00
Yury Habets 14c06de6ec Added android.os.Process class to set the thread priorities through a Java call 2017-09-28 11:42:35 +02:00
Ignas Ziberkas ca3373bcad Add arm64-v8a. Remove mips and armeabi. 2017-09-06 15:09:07 +03:00
Julius c90b75e4bb use Android O (API 26) 2017-07-25 17:04:03 +03:00
bitter 01d151eaf1 added java.util.Scanner 2017-04-06 14:58:39 +02:00
mannewalis 7254dfa0ab fix formatting 2017-03-09 11:04:04 -08:00
mannewalis dd98d65910 also need this class to access the subscription info 2017-03-09 10:51:56 -08:00
mannewalis ae31025043 adding android::GetSubscriptionInfo 2017-03-08 12:43:08 -08:00
Jonas Sideravicius 95858e9e1c changing build script to generate code once and only compile for every abi after 2017-01-18 10:38:24 +00:00
bitter a450bfa2ca added HttpURLConnection 2016-11-29 12:31:42 +01:00
bitter 4032a251cc added java.io.FileNotFoundException 2016-11-28 12:13:01 +01:00
bitter a382448745 added nio channels 2016-11-25 17:17:09 +01:00
Dominique Leroux b666efbd5b Additions and fixes to support types needed by the VideoPlayer.
APIHelper.h
--------------------------------------------------------------------------------

Fixed array element initialization/destruction in Array::Lock()/Array::Release()
to support objects.  With ::java::nio::ByteBuffer, assigning to a uninitialized
ByteBuffer crashed because Ref::operator= was dealing with uninitialized data.

JNIBridge.cpp
JNIBridge.h
--------------------------------------------------------------------------------

Added access to JNIEnv methods to support for direct access to ByteBuffer
content.

build.pl
--------------------------------------------------------------------------------

Acced the media classes needed by the VideoPlayer.
2016-10-31 16:51:34 -07:00
bitter f8c3d690a0 rearranged platforms in order of importance (for me) 2016-09-15 12:47:44 +02:00
bitter 5578d135e8 switched to 64bit ndk r10e 2016-07-06 18:52:38 +02:00
bitter 8a63813617 replaced progressdialog with progressbar 2016-05-29 18:51:24 +02:00
bitter 7cd30a79bc added some additional classes 2016-05-28 16:30:21 +02:00
bitter ab770645a6 added Camera and ImageFormat 2016-03-21 17:12:02 +01:00
bitter b674b0dc44 added surfaceview 2016-03-19 20:46:19 +01:00
bitter fb27a21e70 Updated api to Android 6.0 (API-23) 2016-03-18 00:14:33 +01:00
bitter 8e4bbc77f7 added android::os::HandlerThread 2016-01-01 11:24:31 +01:00
bitter 64f63c58a4 added android::widget::CheckBox 2015-09-25 17:14:20 +02:00
bitter aca64db4e7 added java::util::Map_Entry 2015-09-18 13:05:35 +02:00
bitter e6ba42b9ba added Choreographer 2015-09-13 15:08:05 +02:00