Commit Graph
37 Commits
Author SHA1 Message Date
Mamadou Babaei b279e46244 bump the copyright years 2026-02-24 11:43:58 +01:00
Mamadou Babaei 496d46f39e revamp android backend initialization error handling and bump the senseglove libraries to the latest experimental ble builds 2025-04-22 13:48:11 +02:00
Mamadou Babaei 1204e36876 add FSGConnectJNI::Initialize() and FSGCoreJNI::Initialize() return codes to Android logs for detailed debugging purposes through adb logcat 2025-01-24 12:21:25 +01:00
Mamadou Babaei a9196bc997 bump the copyright years 2025-01-17 11:08:45 +01:00
Mamadou Babaei d6d3944280 fix rocket build issues by adding missing the headers 2024-11-13 15:29:51 +01:00
Mamadou Babaei 7792cacdca revamp the way the plugin requests permisions on Android by showing a pop-up to the user rather than silently crashing if those permisions were not already given 2024-11-13 14:35:39 +01:00
Mamadou Babaei 8bd04bd3ba implement the android permissions singleton responsible for requesting android permissions and checking those 2024-11-13 22:42:45 +01:00
Mamadou Babaei 02358e850b re-order the required permissions alphabetically inside the android upl file 2024-11-13 22:42:29 +01:00
Mamadou Babaei 279f3fb20e seprate the engine and senseglove module dependency lists 2024-07-05 22:45:56 +02:00
Mamadou Babaei 6757e134c9 add more bluetooth permissions to be able to request access for nearby devices on android api level 32 in addition to 29 2024-07-03 11:53:58 +02:00
Mamadou Babaei 5bc2b45b34 add the gradle deprecation warnings 2024-07-03 11:11:38 +02:00
Mamadou Babaei 94494f142a remove the deperecated jcenter repository from the android upl file 2024-07-01 20:08:04 +02:00
Mamadou Babaei 77658a76b9 mark the x86 and armeabi-v7a platforms as unsupported inside the android upl file 2024-06-30 21:36:18 +02:00
Mamadou Babaei 3ab26e39eb fix v2.0.2 UE 5.4 RunUAT build issues that mostly caused by missing headers 2024-05-15 04:31:18 +02:00
Mamadou Babaei 9cf40d09b2 correct the module logs grammars 2024-03-20 18:20:11 +01:00
Mamadou Babaei 586c12cc23 expose as little as dependencies as possible 2024-03-15 17:23:42 +01:00
Mamadou Babaei 19a9144cd4 bump senseglove libraries to v2.101.4-6c860c42 with android fixes and fix a android crash 2024-03-06 09:44:13 +01:00
Mamadou Babaei 270915bd4e bump the copyright years 2024-02-03 04:39:36 +01:00
Mamadou Babaei 0023e3c01d fix a build issue with android shipping builds 2023-07-19 01:10:57 +02:00
Mamadou Babaei b0b63ffa24 whitespace fix 2023-07-19 01:00:06 +02:00
Mamadou Babaei e501697f0c remove redundant whitespaces 2023-07-14 12:47:48 +02:00
Mamadou Babaei 4823b34727 remove dead gradle code from the android module 2023-05-29 02:01:34 +02:00
Mamadou Babaei 439516130b supress a grade warning for non-arm64 archs when the build target is android 2023-05-29 02:00:31 +02:00
Mamadou Babaei 910324c1ba fix an android gradle build issue which happens when the games package name won't start with com.senseglove.* 2023-05-29 01:59:39 +02:00
Mamadou Babaei 6138bef9bc remove the launch and settings from the android module's private includes 2023-03-30 05:57:00 +02:00
Mamadou Babaei 1b4cce6e39 add missing paths headers that causes uat build issues 2023-03-28 11:43:28 +02:00
Mamadou Babaei 47cd25b080 whitespace fix 2023-03-17 00:06:53 +01:00
Mamadou Babaei 6fb666d887 add special android directory methods and initialization args 2023-03-16 23:59:28 +01:00
Mamadou Babaei dde3e11829 move launch and settings module to PrivateIncludePathModuleNames from PrivateDependencyModuleNames in order to pass runuat tests 2023-02-07 11:37:19 +01:00
Mamadou Babaei 9569a7bd97 switch to sgconnect for android v1.1.0 extracted from the .arr file shipped with our unity plugin 2023-02-03 02:10:52 +01:00
Mamadou Babaei 1c61f79b88 use the correct writehaptics signature extracted from the .jar file 2023-02-02 23:19:07 +01:00
Mamadou Babaei 06c2ee6170 bump sgconnect and sgcore to v2.1.0-9080621 and add an almost functional android implementation 2023-02-02 21:44:30 +01:00
Mamadou Babaei fe7c7d4579 try to offload android to sgcore/sgconnect third-party libraries and drop linux third-party libraries for earlier versions of the engine prior to 4.27 2023-01-31 14:36:16 +01:00
Mamadou Babaei 4ec0b07897 fix a bug in the jni call write haptics 2023-01-31 01:43:07 +01:00
Mamadou Babaei a031ad48da replace more method calls on android with the equivalents from sgconnect for android 2023-01-24 20:16:05 +01:00
Mamadou Babaei dd54f63e76 bump copyright years 2023-01-17 19:27:27 +01:00
Mamadou Babaei bb9500fccc add an android module with working jni calls to Init(), Dispose(), and GetLibraryVersion() 2023-01-17 19:24:00 +01:00