rhodes 6.2.0 → 7.1.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +14 -10
- data/appveyor.yml +1 -1
- data/extensions/emdk3-manager/ext/platform/android/Rakefile +2 -0
- data/extensions/rhoconnect-push/ext/rhoconnect-push/platform/android/Rakefile +18 -1
- data/extensions/rhoelementsext/ext/rhoelementsext/platform/android/Rakefile +19 -1
- data/lib/commonAPI/RubyServer/ext.yml +21 -0
- data/lib/commonAPI/RubyServer/ext/RubyServer.xml +101 -0
- data/lib/commonAPI/RubyServer/ext/build +19 -0
- data/lib/commonAPI/RubyServer/ext/build.bat +29 -0
- data/lib/commonAPI/RubyServer/ext/platform/android/Rakefile +161 -0
- data/lib/commonAPI/RubyServer/ext/platform/android/ext_java.files +9 -0
- data/lib/commonAPI/RubyServer/ext/platform/android/ext_native.files +7 -0
- data/lib/commonAPI/RubyServer/ext/platform/iphone/Rakefile +73 -0
- data/lib/commonAPI/RubyServer/ext/platform/iphone/RubyServer.xcodeproj/project.pbxproj +322 -0
- data/lib/commonAPI/RubyServer/ext/platform/iphone/RubyServer_Prefix.pch +7 -0
- data/lib/commonAPI/RubyServer/ext/shared/RubyServerImpl.cpp +242 -0
- data/lib/commonAPI/barcode/ext/platform/android/src/com/rho/barcode/BarcodeFactory.java +23 -3
- data/lib/commonAPI/barcode/ext/platform/android/src/com/rho/barcode/BarcodeRhoExtension.java +68 -8
- data/lib/commonAPI/barcode/ext/platform/iphone/Barcode.xcodeproj/project.pbxproj +24 -52
- data/lib/commonAPI/barcode/ext/platform/iphone/Classes/BarcodeViewController.h +38 -10
- data/lib/commonAPI/barcode/ext/platform/iphone/Classes/BarcodeViewController.m +300 -22
- data/lib/commonAPI/barcode/ext/platform/iphone/Classes/BarcodeViewFactory.mm +6 -0
- data/lib/commonAPI/barcode/ext/platform/iphone/Classes/barcode.m +6 -2
- data/lib/commonAPI/barcode/ext/platform/iphone/impl/Barcode.m +7 -3
- data/lib/commonAPI/barcode/ext/platform/iphone/impl/BarcodeFactory.m +13 -0
- data/lib/commonAPI/barcode/ext/platform/iphone/impl/BarcodeSingleton.m +25 -3
- data/lib/commonAPI/bluetooth/ext/platform/android/Rakefile +29 -10
- data/lib/commonAPI/clipboard/ext/platform/android/Rakefile +29 -10
- data/lib/commonAPI/coreapi/ext/Notification.xml +47 -0
- data/lib/commonAPI/coreapi/ext/platform/android/ApplicationManifestAdds.erb +1 -0
- data/lib/commonAPI/coreapi/ext/platform/android/Rakefile +19 -0
- data/lib/commonAPI/coreapi/ext/platform/android/ext_java.files +2 -0
- data/lib/commonAPI/coreapi/ext/platform/android/src/com/rho/notification/AlarmReceiver.java +27 -0
- data/lib/commonAPI/coreapi/ext/platform/android/src/com/rho/notification/Notification.java +28 -10
- data/lib/commonAPI/coreapi/ext/platform/android/src/com/rho/notification/NotificationFactory.java +14 -1
- data/lib/commonAPI/coreapi/ext/platform/android/src/com/rho/notification/NotificationScheduler.java +260 -0
- data/lib/commonAPI/coreapi/ext/platform/android/src/com/rho/notification/NotificationSingleton.java +23 -1
- data/lib/commonAPI/coreapi/ext/platform/iphone/Coreapi.xcodeproj/project.pbxproj +21 -19
- data/lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.h +1 -0
- data/lib/commonAPI/coreapi/ext/platform/iphone/impl/NotificationSingleton.m +234 -1
- data/lib/commonAPI/coreapi/ext/platform/qt/coreapi.pro +2 -0
- data/lib/commonAPI/coreapi/ext/platform/qt/src/CNotificationImpl.cpp +7 -0
- data/lib/commonAPI/coreapi/ext/shared/ApplicationImpl.cpp +5 -0
- data/lib/commonAPI/coreapi/public/api/rhoapi.js +18 -8
- data/lib/commonAPI/devicesecurity/ext/platform/android/Rakefile +19 -0
- data/lib/commonAPI/devicesecurity/ext/platform/iphone/DeviceSecurity.xcodeproj/project.pbxproj +16 -0
- data/lib/commonAPI/hardwarekeys/ext/keycapture.xml +11 -9
- data/lib/commonAPI/hardwarekeys/ext/platform/iphone/impl/KeyCaptureSingleton.h +5 -3
- data/lib/commonAPI/hardwarekeys/ext/platform/iphone/impl/KeyCaptureSingleton.m +80 -67
- data/lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraEclair.java +25 -14
- data/lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraGingerbread.java +55 -25
- data/lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/CameraObject.java +34 -9
- data/lib/commonAPI/mediacapture/ext/platform/android/src/com/rho/camera/ICameraObject.java +1 -0
- data/lib/commonAPI/printing_zebra/ext/platform/android/Rakefile +18 -0
- data/lib/commonAPI/sensor/ext/platform/android/src/com/rho/sensor/Sensor.java +4 -4
- data/lib/extensions/decrypt/ext/platform/android/Rakefile +19 -1
- data/lib/extensions/decryptstub/ext/platform/android/Rakefile +19 -0
- data/lib/extensions/decryptstub/ext/platform/iphone/Decryptstub.xcodeproj/project.pbxproj +4 -2
- data/lib/extensions/digest-md5/ext/android/Rakefile +18 -0
- data/lib/extensions/digest-sha1/ext/android/Rakefile +18 -0
- data/lib/extensions/digest-sha2/ext/android/Rakefile +18 -0
- data/lib/extensions/esri/ext/esri/platform/iphone/Classes/MapViewControllerESRI.h +19 -19
- data/lib/extensions/fcm-push/ext/android/Rakefile +18 -0
- data/lib/extensions/fcm-push/ext/android/src/com/rhomobile/rhodes/fcm/FCMIntentService.java +38 -16
- data/lib/extensions/gcm-push/ext/android/Rakefile +19 -0
- data/lib/extensions/keyboard/ext.yml +15 -0
- data/lib/extensions/keyboard/ext/Keyboard.xml +28 -0
- data/lib/extensions/keyboard/ext/build +19 -0
- data/lib/extensions/keyboard/ext/build.bat +29 -0
- data/lib/extensions/keyboard/ext/platform/android/Rakefile +141 -0
- data/lib/extensions/keyboard/ext/platform/android/ext_java.files +9 -0
- data/lib/extensions/keyboard/ext/platform/android/ext_native.files +7 -0
- data/lib/extensions/keyboard/ext/platform/android/jni/Keyboard_impl.cpp +61 -0
- data/lib/extensions/keyboard/ext/platform/android/src/com/rho/keyboard/Keyboard.java +32 -0
- data/lib/extensions/keyboard/ext/platform/android/src/com/rho/keyboard/KeyboardFactory.java +18 -0
- data/lib/extensions/keyboard/ext/platform/android/src/com/rho/keyboard/KeyboardSingleton.java +29 -0
- data/lib/extensions/keyboard/ext/platform/iphone/Keyboard.xcodeproj/project.pbxproj +368 -0
- data/lib/extensions/keyboard/ext/platform/iphone/Keyboard_Prefix.pch +7 -0
- data/lib/extensions/keyboard/ext/platform/iphone/Rakefile +73 -0
- data/lib/extensions/keyboard/ext/platform/iphone/impl/Keyboard.h +14 -0
- data/lib/extensions/keyboard/ext/platform/iphone/impl/Keyboard.m +24 -0
- data/lib/extensions/keyboard/ext/platform/iphone/impl/KeyboardFactorySingleton.m +16 -0
- data/lib/extensions/keyboard/ext/platform/iphone/impl/KeyboardSetup.m +9 -0
- data/lib/extensions/keyboard/ext/platform/iphone/impl/KeyboardSingleton.h +17 -0
- data/lib/extensions/keyboard/ext/platform/iphone/impl/KeyboardSingleton.m +23 -0
- data/lib/extensions/keyboard/ext/platform/iphone/impl/readme.txt +7 -0
- data/lib/extensions/keyboard/ext/platform/qt/Keyboard.pro +68 -0
- data/lib/extensions/keyboard/ext/platform/qt/Makefile +473 -0
- data/lib/extensions/keyboard/ext/platform/qt/Makefile.Release +408 -0
- data/lib/extensions/keyboard/ext/platform/qt/Rakefile +39 -0
- data/lib/extensions/keyboard/ext/platform/qt/src/Keyboard_impl.cpp +99 -0
- data/lib/extensions/keyboard/ext/platform/uwp/Keyboard.props +18 -0
- data/lib/extensions/keyboard/ext/platform/uwp/Keyboard.vcxproj +197 -0
- data/lib/extensions/keyboard/ext/platform/uwp/Keyboard.vcxproj.filters +50 -0
- data/lib/extensions/keyboard/ext/platform/uwp/KeyboardImpl.csproj +119 -0
- data/lib/extensions/keyboard/ext/platform/uwp/KeyboardImpl.props +8 -0
- data/lib/extensions/keyboard/ext/platform/uwp/KeyboardImpl.targets +7 -0
- data/lib/extensions/keyboard/ext/platform/uwp/KeyboardLib.props +18 -0
- data/lib/extensions/keyboard/ext/platform/uwp/KeyboardLib.vcxproj +197 -0
- data/lib/extensions/keyboard/ext/platform/uwp/KeyboardLib.vcxproj.filters +58 -0
- data/lib/extensions/keyboard/ext/platform/uwp/src/Keyboard_impl.cpp +76 -0
- data/lib/extensions/keyboard/ext/platform/uwp/src/Keyboard_impl.cs +69 -0
- data/lib/extensions/keyboard/ext/platform/uwp/src/Properties/AssemblyInfo.cs +37 -0
- data/lib/extensions/keyboard/ext/platform/wm/Keyboard.sln +52 -0
- data/lib/extensions/keyboard/ext/platform/wm/Keyboard.vcproj +714 -0
- data/lib/extensions/keyboard/ext/platform/wm/Keyboard.vsprops +15 -0
- data/lib/extensions/keyboard/ext/platform/wm/src/Keyboard_impl.cpp +77 -0
- data/lib/extensions/openssl.so.src/ext/android/Rakefile +18 -0
- data/lib/extensions/openssl.so/ext/android/aarch64/libopenssl.so.a +0 -0
- data/lib/extensions/openssl.so/ext/iphone/OpenSSl.SDK/howtobuild.txt +2 -0
- data/lib/extensions/openssl.so/ext/iphone/OpenSSl.SDK/libcrypto.a +0 -0
- data/lib/extensions/openssl.so/ext/iphone/OpenSSl.SDK/libssl.a +0 -0
- data/lib/extensions/openssl.so/ext/iphone/Release-iphoneos/libopenssl.so.a +0 -0
- data/lib/extensions/openssl.so/ext/iphone/Release-iphonesimulator/libopenssl.so.a +0 -0
- data/lib/extensions/openssl/ext/android/Rakefile +18 -0
- data/lib/extensions/zlib/ext/zlib.c +5 -1
- data/lib/framework/autocomplete/Rhodes.rb +1 -1
- data/lib/framework/rhodes.rb +1 -1
- data/lib/framework/set.rb +799 -0
- data/lib/framework/version.rb +1 -1
- data/lib/rhodes.rb +1 -1
- data/platform/android/Rhodes/AndroidManifest.xml.erb +11 -2
- data/platform/android/Rhodes/jni/include/rhodes.h +6 -0
- data/platform/android/Rhodes/jni/include/rhodes/RhoClassFactory.h +3 -0
- data/platform/android/Rhodes/jni/include/rhodes/SecurityTokenGenerator.h +30 -0
- data/platform/android/Rhodes/jni/include/rhodes/details/rhojava.inc +1 -0
- data/platform/android/Rhodes/jni/src/JNIRhoRubyCppWrapper.cpp +408 -0
- data/platform/android/Rhodes/jni/src/RhoClassFactory.cpp +7 -0
- data/platform/android/Rhodes/jni/src/SecurityTokenGenerator.cpp +60 -0
- data/platform/android/Rhodes/jni/src/fileapi.cpp +318 -12
- data/platform/android/Rhodes/jni/src/mapview.cpp +4 -0
- data/platform/android/Rhodes/res/drawable/ic_notification.png +0 -0
- data/platform/android/Rhodes/res/xml/network_security_config.xml +7 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/BaseActivity.java +9 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/LocalFileProvider.java +1 -1
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhoMain.java +8 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhoRubyArrayObjects.java +33 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhoRubyClassObject.java +20 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhoRubyObject.java +115 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhoRubySingleton.java +52 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhoRubyTypes.java +15 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesService.java +25 -13
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/SecurityTokenGenerator.java +57 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/extmanager/RhoExtManagerImpl.java +1 -1
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/mainview/SimpleMainView.java +9 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/osfunctionality/AndroidFunctionality.java +3 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/osfunctionality/AndroidFunctionality01.java +7 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/osfunctionality/AndroidFunctionality11.java +13 -1
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/osfunctionality/AndroidFunctionality26.java +105 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/osfunctionality/AndroidFunctionalityManager.java +4 -1
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/socket/SSLImpl.java +24 -4
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/webview/GoogleWebView.java +20 -1
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebViewClient.java +10 -0
- data/platform/android/build/Rakefile +30 -1
- data/platform/android/build/RhodesSRC_build.files +8 -0
- data/platform/android/build/android.rake +326 -22
- data/platform/android/build/android_tools.rb +36 -3
- data/platform/android/build/androidcommon.rb +97 -44
- data/platform/android/build/librhocommon_build.files +11 -0
- data/platform/android/build/librhodes_build.files +2 -0
- data/platform/android/build/manifest_generator.rb +9 -2
- data/platform/android/build/maven_deps_extractor.rb +96 -15
- data/platform/android/build/ndkwrapper.rb +111 -16
- data/platform/android/build/pom.erb +2 -2
- data/platform/iphone/Classes/AppManager/AppManager.m +31 -1
- data/platform/iphone/Classes/MapView/GoogleGeocoder.h +3 -3
- data/platform/iphone/Classes/RhoMainViewStubImpl.h +38 -0
- data/platform/iphone/Classes/RhoMainViewStubImpl.m +88 -0
- data/platform/iphone/Classes/RhoUIWebView.h +5 -0
- data/platform/iphone/Classes/RhoUIWebView.m +14 -6
- data/platform/iphone/Classes/{RhoWKWebView.m → RhoWKWebView.mm} +98 -18
- data/platform/iphone/Classes/RhoWebView.h +1 -1
- data/platform/iphone/Classes/RhoWebViewFabrique.m +24 -12
- data/platform/iphone/Classes/Rhodes.h +7 -2
- data/platform/iphone/Classes/Rhodes.m +46 -8
- data/platform/iphone/Classes/SimpleMainView.m +22 -13
- data/platform/iphone/Classes/URLProtocol/CRhoURLProtocol.h +32 -3
- data/platform/iphone/Classes/URLProtocol/CRhoURLProtocol.m +93 -61
- data/platform/iphone/Classes/URLProtocol/CRhoWKURLProtocol.h +22 -0
- data/platform/iphone/Classes/URLProtocol/CRhoWKURLProtocol.m +246 -0
- data/platform/iphone/Classes/WebView.m +14 -2
- data/platform/iphone/Entitlements.plist +1 -1
- data/platform/iphone/Framework/RhoApplication/RhoApplication.xcodeproj/project.pbxproj +399 -0
- data/platform/iphone/Framework/Rhodes/Rhodes.xcodeproj/project.pbxproj +1208 -0
- data/platform/iphone/Framework/Rhodes/Rhodes/Info.plist +24 -0
- data/platform/iphone/Framework/Rhodes/Rhodes/Rhodes.h +21 -0
- data/platform/iphone/Framework/Rhodes/Rhodes/StubCode.m +15 -0
- data/platform/iphone/Info.plist +1 -3
- data/platform/iphone/RhoAppBaseLib/RhoAppBaseLib.xcodeproj/project.pbxproj +511 -4
- data/platform/iphone/RhoLib/RhoLib.xcodeproj/project.pbxproj +467 -1
- data/platform/iphone/Rhodes.xcodeproj/project.pbxproj +51 -274
- data/platform/iphone/RhodesBaseDelegate.h +1 -1
- data/platform/iphone/curl/curl.xcodeproj/project.pbxproj +85 -3
- data/platform/iphone/rbuild/ApplicationPlist.erb +1 -1
- data/platform/iphone/rbuild/iphone.rake +497 -25
- data/platform/iphone/rbuild/iphonecommon.rb +15 -6
- data/platform/iphone/rhodes_stub.cpp +15 -0
- data/platform/iphone/rhodeslib/api/RhodesLib.h +28 -0
- data/platform/iphone/rhodeslib/impl/RhodesLib.m +52 -0
- data/platform/iphone/rhodesruby/api/IRefCountedObject.h +20 -0
- data/platform/iphone/rhodesruby/api/IRhoRuby.h +72 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyArray.h +12 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyBoolean.h +11 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyFloat.h +10 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyHash.h +15 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyInteger.h +10 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyMutableArray.h +9 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyMutableBoolean.h +10 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyMutableFloat.h +10 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyMutableHash.h +10 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyMutableInteger.h +10 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyMutableString.h +10 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyNativeCallback.h +9 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyNil.h +10 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyObject.h +37 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyRunnable.h +8 -0
- data/platform/iphone/rhodesruby/api/IRhoRubyString.h +10 -0
- data/platform/iphone/rhodesruby/api/RhoRuby.h +26 -0
- data/platform/iphone/rhodesruby/api/RhoRubySingletone.h +14 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyFabrique.h +10 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyImpl.h +56 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyImpl.mm +432 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyMutableArrayImpl.h +24 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyMutableArrayImpl.mm +43 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyMutableBooleanImpl.h +23 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyMutableBooleanImpl.mm +38 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyMutableFloatImpl.h +23 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyMutableFloatImpl.mm +35 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyMutableHashImpl.h +24 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyMutableHashImpl.mm +48 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyMutableIntegerImpl.h +23 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyMutableIntegerImpl.mm +35 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyMutableStringImpl.h +23 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyMutableStringImpl.mm +35 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyNilImpl.h +22 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyNilImpl.mm +11 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyObjectImpl.h +31 -0
- data/platform/iphone/rhodesruby/impl/RhoRubyObjectImpl.mm +49 -0
- data/platform/iphone/rhodesruby/impl/RhoRubySingletone.m +19 -0
- data/platform/iphone/rhodesruby/impl/RubyServerResponceImpl.h +21 -0
- data/platform/iphone/rhodesruby/impl/RubyServerResponceImpl.mm +32 -0
- data/platform/iphone/rhoextlib/rhoextlib.xcodeproj/project.pbxproj +79 -0
- data/platform/iphone/rhorubylib/rhorubylib.xcodeproj/project.pbxproj +91 -0
- data/platform/iphone/rhosynclib/rhosynclib.xcodeproj/project.pbxproj +85 -0
- data/platform/osx/bin/RhoSimulator/RhoSimulator.app.zip +0 -0
- data/platform/shared/common/IRhoClassFactory.h +2 -0
- data/platform/shared/common/ISecurityTokenGenerator.h +16 -0
- data/platform/shared/common/RhoFile.cpp +11 -0
- data/platform/shared/common/RhoMath.h +14 -0
- data/platform/shared/common/RhoMutexLock.h +13 -0
- data/platform/shared/common/RhoSystem.h +1 -1
- data/platform/shared/common/RhoThread.cpp +25 -0
- data/platform/shared/common/RhodesApp.cpp +52 -6
- data/platform/shared/common/RhodesApp.h +25 -1
- data/platform/shared/common/RhodesAppBase.cpp +4 -2
- data/platform/shared/common/RhodesAppBase.h +5 -0
- data/platform/shared/common/iphone/RhoClassfactory.h +6 -0
- data/platform/shared/common/iphone/RhoCryptImpl.mm +21 -2
- data/platform/shared/common/map/BaseMapEngine.cpp +2 -2
- data/platform/shared/common/map/GeocodingMapEngine.cpp +1 -1
- data/platform/shared/common/map/GoogleMapEngine.cpp +1 -1
- data/platform/shared/common/map/OSMMapEngine.cpp +1 -1
- data/platform/shared/curl/lib/curl_config.h +28 -0
- data/platform/shared/db/DBAdapter.cpp +18 -10
- data/platform/shared/json.new/JSONIterator.cpp +2 -2
- data/platform/shared/net/HttpServer.cpp +32 -0
- data/platform/shared/net/HttpServer.h +15 -0
- data/platform/shared/net/INetRequest.cpp +54 -0
- data/platform/shared/qt/RhoRubylib.pro +10 -0
- data/platform/shared/qt/rhodes/impl/AlertImpl.cpp +13 -0
- data/platform/shared/qt/rhodes/impl/CameraImpl.cpp +6 -0
- data/platform/shared/qt/rhodes/impl/DateTimePickerImpl.cpp +4 -0
- data/platform/shared/qt/rhodes/impl/MainWindowImpl.cpp +36 -7
- data/platform/shared/qt/rhodes/impl/MainWindowImpl.h +12 -1
- data/platform/shared/qt/rhodes/impl/NativeTabbarImpl.cpp +21 -2
- data/platform/shared/qt/rhodes/impl/NativeTabbarImpl.h +1 -0
- data/platform/shared/qt/rhodes/impl/NativeToolbarImpl.cpp +10 -0
- data/platform/shared/qt/rhodes/impl/QtSystemImpl.cpp +55 -3
- data/platform/shared/qt/rhodes/impl/RhoClassFactoryImpl.h +11 -0
- data/platform/shared/qt/rhodes/impl/RhoThreadImpl.cpp +71 -7
- data/platform/shared/qt/rhodes/impl/RhoThreadImpl.h +79 -2
- data/platform/shared/qt/rhodes/impl/RhodesImpl.cpp +16 -6
- data/platform/shared/qt/rhodes/impl/SecurityTokenGeneratorImpl.cpp +37 -0
- data/platform/shared/qt/rhodes/impl/SecurityTokenGeneratorImpl.h +25 -0
- data/platform/shared/qt/rhodes/impl/SignatureImpl.cpp +2 -0
- data/platform/shared/qt/rhodes/impl/WebViewImpl.cpp +27 -0
- data/platform/shared/qt/rhodes/impl/notificationsound.cpp +16 -2
- data/platform/shared/qt/rhodes/impl/notificationsound.h +11 -1
- data/platform/shared/qt/rhodes/newVersion/QtMainWindow.cpp +25 -16
- data/platform/shared/qt/rhodes/newVersion/QtMainWindow.h +3 -0
- data/platform/shared/qt/rhodes/newVersion/WebUrlRequestInterceptor.cpp +17 -0
- data/platform/shared/qt/rhodes/rhodes.pro +68 -14
- data/platform/shared/qt/rhodes/rhorubyVersion/rhodeslib.cpp +148 -0
- data/platform/shared/qt/rhodes/rhorubyVersion/rhodeslib.h +12 -0
- data/platform/shared/qt/rholib/rholib.pro +33 -5
- data/platform/shared/qt/rhoruby_win32_build.bat +19 -0
- data/platform/shared/qt/rhoruby_win32_build_debug.bat +19 -0
- data/platform/shared/qt/rhosimulator_win32_build_debug.bat +19 -0
- data/platform/shared/qt/rubylib/rubylib.pro +1 -0
- data/platform/shared/qt/sqlite3/sqlite3.pro +1 -0
- data/platform/shared/qt/syncengine/syncengine.pro +1 -0
- data/platform/shared/rhoruby/api/IArray.h +20 -0
- data/platform/shared/rhoruby/api/IBoolean.h +17 -0
- data/platform/shared/rhoruby/api/IFloat.h +17 -0
- data/platform/shared/rhoruby/api/IHash.h +23 -0
- data/platform/shared/rhoruby/api/IInteger.h +18 -0
- data/platform/shared/rhoruby/api/IMutableArray.h +18 -0
- data/platform/shared/rhoruby/api/IMutableBoolean.h +18 -0
- data/platform/shared/rhoruby/api/IMutableFloat.h +17 -0
- data/platform/shared/rhoruby/api/IMutableHash.h +18 -0
- data/platform/shared/rhoruby/api/IMutableInteger.h +17 -0
- data/platform/shared/rhoruby/api/IMutableString.h +17 -0
- data/platform/shared/rhoruby/api/INil.h +16 -0
- data/platform/shared/rhoruby/api/IObject.h +46 -0
- data/platform/shared/rhoruby/api/IRefCountedObject.h +20 -0
- data/platform/shared/rhoruby/api/IRhoRuby.h +78 -0
- data/platform/shared/rhoruby/api/IRunnable.h +17 -0
- data/platform/shared/rhoruby/api/IString.h +17 -0
- data/platform/shared/rhoruby/api/RhoRuby.h +29 -0
- data/platform/shared/rhoruby/api/RhoRubySingletone.h +19 -0
- data/platform/shared/rhoruby/api/SmartPointer.h +27 -0
- data/platform/shared/rhoruby/impl/MutableArrayImpl.cpp +54 -0
- data/platform/shared/rhoruby/impl/MutableArrayImpl.h +48 -0
- data/platform/shared/rhoruby/impl/MutableBooleanImpl.cpp +44 -0
- data/platform/shared/rhoruby/impl/MutableBooleanImpl.h +44 -0
- data/platform/shared/rhoruby/impl/MutableFloatImpl.cpp +41 -0
- data/platform/shared/rhoruby/impl/MutableFloatImpl.h +44 -0
- data/platform/shared/rhoruby/impl/MutableHashImpl.cpp +64 -0
- data/platform/shared/rhoruby/impl/MutableHashImpl.h +49 -0
- data/platform/shared/rhoruby/impl/MutableIntegerImpl.cpp +41 -0
- data/platform/shared/rhoruby/impl/MutableIntegerImpl.h +44 -0
- data/platform/shared/rhoruby/impl/MutableStringImpl.cpp +52 -0
- data/platform/shared/rhoruby/impl/MutableStringImpl.h +44 -0
- data/platform/shared/rhoruby/impl/NilImpl.cpp +23 -0
- data/platform/shared/rhoruby/impl/NilImpl.h +32 -0
- data/platform/shared/rhoruby/impl/ObjectImpl.cpp +77 -0
- data/platform/shared/rhoruby/impl/ObjectImpl.h +53 -0
- data/platform/shared/rhoruby/impl/RefCountedObjectImpl.cpp +28 -0
- data/platform/shared/rhoruby/impl/RefCountedObjectImpl.h +33 -0
- data/platform/shared/rhoruby/impl/RhoRubyImpl.cpp +799 -0
- data/platform/shared/rhoruby/impl/RhoRubyImpl.h +81 -0
- data/platform/shared/rhoruby/impl/RhoRubySingletone.cpp +20 -0
- data/platform/shared/rhoruby/impl/RubyServerResponceImpl.cpp +32 -0
- data/platform/shared/rhoruby/impl/RubyServerResponceImpl.h +21 -0
- data/platform/shared/ruby/android/ruby/config.h +55 -3
- data/platform/shared/ruby/error.c +1 -1
- data/platform/shared/ruby/ext/rho/rhoruby.c +60 -7
- data/platform/shared/ruby/ext/rho/rhoruby.h +3 -0
- data/platform/shared/rubyext/NativeToolbarExt.h +1 -0
- data/platform/uwp/rhodes/rhodes_TemporaryKey.pfx +0 -0
- data/platform/uwp/rhoruntime/common/RhoClassFactory.h +6 -0
- data/platform/win32/RhoSimulator/Qt5Core.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5Gui.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5Multimedia.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5Network.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5Positioning.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5PrintSupport.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5Qml.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5Quick.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5QuickWidgets.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5SerialPort.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5Svg.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5WebChannel.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5WebEngine.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5WebEngineCore.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5WebEngineWidgets.dll +0 -0
- data/platform/win32/RhoSimulator/Qt5Widgets.dll +0 -0
- data/platform/win32/RhoSimulator/QtWebEngineProcess.exe +0 -0
- data/platform/win32/RhoSimulator/RhoSimulator.exe +0 -0
- data/platform/win32/RhoSimulator/audio/qtaudio_wasapi.dll +0 -0
- data/platform/win32/RhoSimulator/audio/qtaudio_windows.dll +0 -0
- data/platform/win32/RhoSimulator/bearer/qgenericbearer.dll +0 -0
- data/platform/win32/RhoSimulator/iconengines/qsvgicon.dll +0 -0
- data/platform/win32/RhoSimulator/imageformats/qgif.dll +0 -0
- data/platform/win32/RhoSimulator/imageformats/qicns.dll +0 -0
- data/platform/win32/RhoSimulator/imageformats/qico.dll +0 -0
- data/platform/win32/RhoSimulator/imageformats/qjpeg.dll +0 -0
- data/platform/win32/RhoSimulator/imageformats/qsvg.dll +0 -0
- data/platform/win32/RhoSimulator/imageformats/qtga.dll +0 -0
- data/platform/win32/RhoSimulator/imageformats/qtiff.dll +0 -0
- data/platform/win32/RhoSimulator/imageformats/qwbmp.dll +0 -0
- data/platform/win32/RhoSimulator/imageformats/qwebp.dll +0 -0
- data/platform/win32/RhoSimulator/libEGL.dll +0 -0
- data/platform/win32/RhoSimulator/libGLESV2.dll +0 -0
- data/platform/win32/RhoSimulator/mediaservice/dsengine.dll +0 -0
- data/platform/win32/RhoSimulator/mediaservice/qtmedia_audioengine.dll +0 -0
- data/platform/win32/RhoSimulator/mediaservice/wmfengine.dll +0 -0
- data/platform/win32/RhoSimulator/platforms/qwindows.dll +0 -0
- data/platform/win32/RhoSimulator/playlistformats/qtmultimedia_m3u.dll +0 -0
- data/platform/win32/RhoSimulator/position/qtposition_geoclue.dll +0 -0
- data/platform/win32/RhoSimulator/position/qtposition_positionpoll.dll +0 -0
- data/platform/win32/RhoSimulator/position/qtposition_serialnmea.dll +0 -0
- data/platform/win32/RhoSimulator/position/qtposition_winrt.dll +0 -0
- data/platform/win32/RhoSimulator/printsupport/windowsprintersupport.dll +0 -0
- data/platform/wm/build/wm.rake +110 -5
- data/platform/wm/rhodes/rho/common/ExtManager.cpp +30 -0
- data/platform/wm/rhodes/rho/common/RhoClassFactory.h +6 -0
- data/platform/wm/rhodes/rho/rubyext/SystemImpl.cpp +3 -0
- data/platform/wm/rubylib/rubylib.vcxproj +6 -0
- data/platform/wp8/rhoruntime/common/RhoClassFactory.h +6 -0
- data/rakefile.rb +14 -10
- data/res/build-tools/iphonesim/build/Release/iphonesim_8 +23 -15
- data/res/build-tools/maven/LICENSE +18 -89
- data/res/build-tools/maven/NOTICE +1 -1
- data/res/build-tools/maven/README.txt +12 -12
- data/res/build-tools/maven/bin/m2.conf +2 -2
- data/res/build-tools/maven/bin/mvn +122 -125
- data/res/build-tools/maven/bin/mvn.cmd +205 -0
- data/res/build-tools/maven/bin/mvnDebug +10 -176
- data/res/build-tools/maven/bin/mvnDebug.cmd +33 -0
- data/res/build-tools/maven/bin/mvnyjp +9 -181
- data/res/build-tools/maven/boot/plexus-classworlds-2.6.0.jar +0 -0
- data/res/build-tools/maven/conf/logging/simplelogger.properties +8 -1
- data/res/build-tools/maven/conf/settings.xml +1 -1
- data/res/build-tools/maven/conf/toolchains.xml +103 -0
- data/res/build-tools/maven/lib/animal-sniffer-annotations-1.14.jar +0 -0
- data/res/build-tools/maven/lib/animal-sniffer-annotations.license +14 -0
- data/res/build-tools/maven/lib/checker-compat-qual-2.0.0.jar +0 -0
- data/res/build-tools/maven/lib/checker-compat-qual.license +14 -0
- data/res/build-tools/maven/lib/commons-cli-1.4.jar +0 -0
- data/res/build-tools/maven/lib/commons-io-2.5.jar +0 -0
- data/res/build-tools/maven/lib/commons-lang3-3.8.1.jar +0 -0
- data/res/build-tools/maven/lib/error_prone_annotations-2.1.3.jar +0 -0
- data/res/build-tools/maven/lib/guava-25.1-android.jar +0 -0
- data/res/build-tools/maven/lib/guice-4.2.1-no_aop.jar +0 -0
- data/res/build-tools/maven/lib/j2objc-annotations-1.1.jar +0 -0
- data/res/build-tools/maven/lib/jansi-1.17.1.jar +0 -0
- data/res/build-tools/maven/lib/jansi-native/README.txt +7 -0
- data/res/build-tools/maven/lib/jansi-native/freebsd32/libjansi.so +0 -0
- data/res/build-tools/maven/lib/jansi-native/freebsd64/libjansi.so +0 -0
- data/res/build-tools/maven/lib/jansi-native/linux32/libjansi.so +0 -0
- data/res/build-tools/maven/lib/jansi-native/linux64/libjansi.so +0 -0
- data/res/build-tools/maven/lib/jansi-native/osx/libjansi.jnilib +0 -0
- data/res/build-tools/maven/lib/jansi-native/windows32/jansi.dll +0 -0
- data/res/build-tools/maven/lib/jansi-native/windows64/jansi.dll +0 -0
- data/res/build-tools/maven/lib/jcl-over-slf4j-1.7.25.jar +0 -0
- data/res/build-tools/maven/lib/jcl-over-slf4j.license +14 -0
- data/res/build-tools/maven/lib/jsr250-api.license +383 -405
- data/res/build-tools/maven/lib/jsr305-3.0.2.jar +0 -0
- data/res/build-tools/maven/lib/maven-artifact-3.6.1.jar +0 -0
- data/res/build-tools/maven/lib/maven-builder-support-3.6.1.jar +0 -0
- data/res/build-tools/maven/lib/maven-compat-3.6.1.jar +0 -0
- data/res/build-tools/maven/lib/maven-core-3.6.1.jar +0 -0
- data/res/build-tools/maven/lib/maven-embedder-3.6.1.jar +0 -0
- data/res/build-tools/maven/lib/maven-model-3.6.1.jar +0 -0
- data/res/build-tools/maven/lib/maven-model-builder-3.6.1.jar +0 -0
- data/res/build-tools/maven/lib/maven-plugin-api-3.6.1.jar +0 -0
- data/res/build-tools/maven/lib/maven-repository-metadata-3.6.1.jar +0 -0
- data/res/build-tools/maven/lib/maven-resolver-api-1.3.3.jar +0 -0
- data/res/build-tools/maven/lib/maven-resolver-connector-basic-1.3.3.jar +0 -0
- data/res/build-tools/maven/lib/maven-resolver-impl-1.3.3.jar +0 -0
- data/res/build-tools/maven/lib/maven-resolver-provider-3.6.1.jar +0 -0
- data/res/build-tools/maven/lib/maven-resolver-spi-1.3.3.jar +0 -0
- data/res/build-tools/maven/lib/maven-resolver-transport-wagon-1.3.3.jar +0 -0
- data/res/build-tools/maven/lib/maven-resolver-util-1.3.3.jar +0 -0
- data/res/build-tools/maven/lib/maven-settings-3.6.1.jar +0 -0
- data/res/build-tools/maven/lib/maven-settings-builder-3.6.1.jar +0 -0
- data/res/build-tools/maven/lib/maven-shared-utils-3.2.1.jar +0 -0
- data/res/build-tools/maven/lib/maven-slf4j-provider-3.6.1.jar +0 -0
- data/res/build-tools/maven/lib/org.eclipse.sisu.inject-0.3.3.jar +0 -0
- data/res/build-tools/maven/lib/org.eclipse.sisu.inject.license +210 -261
- data/res/build-tools/maven/lib/org.eclipse.sisu.plexus-0.3.3.jar +0 -0
- data/res/build-tools/maven/lib/org.eclipse.sisu.plexus.license +210 -261
- data/res/build-tools/maven/lib/plexus-component-annotations-1.7.1.jar +0 -0
- data/res/build-tools/maven/lib/plexus-interpolation-1.25.jar +0 -0
- data/res/build-tools/maven/lib/plexus-sec-dispatcher-1.4.jar +0 -0
- data/res/build-tools/maven/lib/plexus-utils-3.2.0.jar +0 -0
- data/res/build-tools/maven/lib/slf4j-api-1.7.25.jar +0 -0
- data/res/build-tools/maven/lib/slf4j-api.license +10 -186
- data/res/build-tools/maven/lib/wagon-file-3.3.2.jar +0 -0
- data/res/build-tools/maven/lib/wagon-http-3.3.2-shaded.jar +0 -0
- data/res/build-tools/maven/lib/wagon-provider-api-3.3.2.jar +0 -0
- data/res/generators/rhogen.rb +150 -0
- data/res/generators/templates/application/AndroidManifest.erb +13 -4
- data/res/generators/templates/application/build.yml +9 -0
- data/res/generators/templates/application/nodejs_build.yml +1 -1
- data/res/generators/templates/application/resources/android/res/xml/network_security_config.xml +7 -0
- data/res/generators/templates/application/rhoconfig.txt +13 -6
- data/res/generators/templates/application/rhoconfig_rubynode.txt +139 -0
- data/res/generators/templates/application/rubynodejs_build.yml +95 -0
- data/res/generators/templates/extension/extensions/montana/ext/platform/android/Rakefile +19 -0
- data/res/generators/templates/iphone_project/root/Entitlements.plist +1 -1
- data/res/generators/templates/iphone_project/root/Info.plist +1 -3
- data/res/generators/templates/iphone_project/root/rhorunner_development.entitlements +1 -1
- data/res/generators/templates/iphone_project/root/rhorunner_production.entitlements +1 -1
- data/rhodes.gemspec +2 -2
- data/version +1 -1
- metadata +244 -71
- data/res/build-tools/maven/bin/mvn.bat +0 -197
- data/res/build-tools/maven/bin/mvnDebug.bat +0 -200
- data/res/build-tools/maven/boot/plexus-classworlds-2.5.2.jar +0 -0
- data/res/build-tools/maven/lib/aether-api-1.0.0.v20140518.jar +0 -0
- data/res/build-tools/maven/lib/aether-api.license +0 -261
- data/res/build-tools/maven/lib/aether-connector-basic-1.0.0.v20140518.jar +0 -0
- data/res/build-tools/maven/lib/aether-connector-basic.license +0 -261
- data/res/build-tools/maven/lib/aether-impl-1.0.0.v20140518.jar +0 -0
- data/res/build-tools/maven/lib/aether-impl.license +0 -261
- data/res/build-tools/maven/lib/aether-spi-1.0.0.v20140518.jar +0 -0
- data/res/build-tools/maven/lib/aether-spi.license +0 -261
- data/res/build-tools/maven/lib/aether-transport-wagon-1.0.0.v20140518.jar +0 -0
- data/res/build-tools/maven/lib/aether-transport-wagon.license +0 -261
- data/res/build-tools/maven/lib/aether-util-1.0.0.v20140518.jar +0 -0
- data/res/build-tools/maven/lib/aether-util.license +0 -261
- data/res/build-tools/maven/lib/cdi-api.license +0 -445
- data/res/build-tools/maven/lib/commons-cli-1.2.jar +0 -0
- data/res/build-tools/maven/lib/commons-io-2.2.jar +0 -0
- data/res/build-tools/maven/lib/commons-lang-2.6.jar +0 -0
- data/res/build-tools/maven/lib/guava-18.0.jar +0 -0
- data/res/build-tools/maven/lib/jsoup-1.7.2.jar +0 -0
- data/res/build-tools/maven/lib/jsoup.license +0 -66
- data/res/build-tools/maven/lib/maven-aether-provider-3.2.5.jar +0 -0
- data/res/build-tools/maven/lib/maven-aether-provider.license +0 -202
- data/res/build-tools/maven/lib/maven-artifact-3.2.5.jar +0 -0
- data/res/build-tools/maven/lib/maven-artifact.license +0 -202
- data/res/build-tools/maven/lib/maven-compat-3.2.5.jar +0 -0
- data/res/build-tools/maven/lib/maven-compat.license +0 -202
- data/res/build-tools/maven/lib/maven-core-3.2.5.jar +0 -0
- data/res/build-tools/maven/lib/maven-core.license +0 -202
- data/res/build-tools/maven/lib/maven-embedder-3.2.5.jar +0 -0
- data/res/build-tools/maven/lib/maven-embedder.license +0 -202
- data/res/build-tools/maven/lib/maven-model-3.2.5.jar +0 -0
- data/res/build-tools/maven/lib/maven-model-builder-3.2.5.jar +0 -0
- data/res/build-tools/maven/lib/maven-model-builder.license +0 -202
- data/res/build-tools/maven/lib/maven-model.license +0 -202
- data/res/build-tools/maven/lib/maven-plugin-api-3.2.5.jar +0 -0
- data/res/build-tools/maven/lib/maven-plugin-api.license +0 -202
- data/res/build-tools/maven/lib/maven-repository-metadata-3.2.5.jar +0 -0
- data/res/build-tools/maven/lib/maven-repository-metadata.license +0 -202
- data/res/build-tools/maven/lib/maven-settings-3.2.5.jar +0 -0
- data/res/build-tools/maven/lib/maven-settings-builder-3.2.5.jar +0 -0
- data/res/build-tools/maven/lib/maven-settings-builder.license +0 -202
- data/res/build-tools/maven/lib/maven-settings.license +0 -202
- data/res/build-tools/maven/lib/org.eclipse.sisu.inject-0.3.0.M1.jar +0 -0
- data/res/build-tools/maven/lib/org.eclipse.sisu.plexus-0.3.0.M1.jar +0 -0
- data/res/build-tools/maven/lib/plexus-cipher.license +0 -445
- data/res/build-tools/maven/lib/plexus-component-annotations-1.5.5.jar +0 -0
- data/res/build-tools/maven/lib/plexus-interpolation-1.21.jar +0 -0
- data/res/build-tools/maven/lib/plexus-sec-dispatcher-1.3.jar +0 -0
- data/res/build-tools/maven/lib/plexus-sec-dispatcher.license +0 -445
- data/res/build-tools/maven/lib/plexus-utils-3.0.20.jar +0 -0
- data/res/build-tools/maven/lib/sisu-guice-3.2.3-no_aop.jar +0 -0
- data/res/build-tools/maven/lib/slf4j-api-1.7.5.jar +0 -0
- data/res/build-tools/maven/lib/slf4j-simple-1.7.5.jar +0 -0
- data/res/build-tools/maven/lib/slf4j-simple.license +0 -190
- data/res/build-tools/maven/lib/wagon-file-2.8.jar +0 -0
- data/res/build-tools/maven/lib/wagon-file.license +0 -202
- data/res/build-tools/maven/lib/wagon-http-2.8-shaded.jar +0 -0
- data/res/build-tools/maven/lib/wagon-http-shared-2.8.jar +0 -0
- data/res/build-tools/maven/lib/wagon-http-shared.license +0 -202
- data/res/build-tools/maven/lib/wagon-http.license +0 -202
- data/res/build-tools/maven/lib/wagon-provider-api-2.8.jar +0 -0
- data/res/build-tools/maven/lib/wagon-provider-api.license +0 -202
data/res/generators/templates/application/resources/android/res/xml/network_security_config.xml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
2
|
+
<network-security-config>
|
3
|
+
<domain-config cleartextTrafficPermitted="true">
|
4
|
+
<domain includeSubdomains="false">localhost</domain>
|
5
|
+
<domain includeSubdomains="false">127.0.0.1</domain>
|
6
|
+
</domain-config>
|
7
|
+
</network-security-config>
|
@@ -90,9 +90,13 @@ sync_poll_interval=0
|
|
90
90
|
# default value is FALSE. from June 2016 iOS application should support ipv6. libCURL does not support it - so by default application use Apple's network framework.
|
91
91
|
#If true, an old libCURL-based Net request will be used. This option can be enabled for regression testing or if custom proxy support is required. Default is FALSE. To support per-app VPN (i.e. MobileIron) this option should be set to FALSE.
|
92
92
|
|
93
|
-
#ios_direct_local_requests =
|
94
|
-
# default value is
|
93
|
+
#ios_direct_local_requests = 0
|
94
|
+
# default value is FALSE. From June 2016 application shoudl support ipv6. So by default libCURL not used - in this case this option should be TRUE for correct work VPN etc.
|
95
95
|
#If true, request to local server will be applied directly, bypassing socket intercommunication, no network requests are involved. If false, a legacy client-server intercommunication will be made for local requests. Default is TRUE. To support per-app VPN (i.e. MobileIron) this option should be set to TRUE.
|
96
|
+
#We make default value to FALSE because now WKWebView is default (UIWebView was deprecated by Apple and you can not submit application with UIWebView to AppStore!)
|
97
|
+
# WkWebView do not support http/https request direct processing, but you can not enable it if you add this capability to build.yml: ios_wkwebview_http_direct_processing
|
98
|
+
# With this capability some additional code will be added to project. That code provide unofficiall direct work with http/https requests from WKWebView and you will be able set
|
99
|
+
# ios_direct_local_requests = 1
|
96
100
|
|
97
101
|
#ios_https_local_server = 0
|
98
102
|
#ATTENTION !!! this option works only with ios_net_curl = 0 AND ios_direct_local_requests = 1 !!!
|
@@ -101,11 +105,11 @@ sync_poll_interval=0
|
|
101
105
|
# It help solve some security issues like work geolocation HTTP5 API in WebView, because this API works only if secure connection.
|
102
106
|
# The are not real HTTPS server - just replace URL - it works because with ios_direct_local_requests = 1 not real connection provided.
|
103
107
|
|
104
|
-
#ios_use_WKWebView =
|
105
|
-
#
|
106
|
-
#default value is FALSE
|
108
|
+
#ios_use_WKWebView = 1
|
109
|
+
#default value is TRUE
|
107
110
|
# If TRUE WKWebView new iOS high performance(Javascript performance up to 10 times faster than default UIWebView) WebView used instead of default UIWebView.
|
108
|
-
#
|
111
|
+
# Now UIWebView was deprecated by Apple and you can not submit application with UIWebView to AppStore !
|
112
|
+
# If you want to use UIWebView(set ios_use_WKWebView = 0) - you must add "ios_uiwebview" capability to your build.yml !
|
109
113
|
|
110
114
|
# show status bar on windows mobile. default 1
|
111
115
|
#wm_show_statusbar = 1
|
@@ -149,3 +153,6 @@ use_kinetic_scroll_on_windows = 1
|
|
149
153
|
# Related to iOS applications's multitasking switcher. If you can have any private info on screen you can prevent system to use snapshot in task list UI.
|
150
154
|
# by enable this option screenshot will be replaced by splash loading screen.
|
151
155
|
#WebView.replaceContentBySplashWhenSnapshotBySystem = 1
|
156
|
+
|
157
|
+
#disable_external_access = 1
|
158
|
+
# disable external access to rhodes http server
|
@@ -0,0 +1,139 @@
|
|
1
|
+
# startup page for your application
|
2
|
+
start_path = '/'
|
3
|
+
|
4
|
+
# path to the options page (in this case handled by javascript)
|
5
|
+
options_path = '/settings'
|
6
|
+
|
7
|
+
# location of bundle url (i.e. from rhohub.com); used by desktop win32 simulator
|
8
|
+
rhobundle_zip_url = '<%=zip_url%>'
|
9
|
+
|
10
|
+
# optional password to access bundle (usually not required); used by desktop win32 simulator
|
11
|
+
rhobundle_zip_pwd = nil
|
12
|
+
|
13
|
+
# Rhodes log properties
|
14
|
+
# log level
|
15
|
+
# 0-trace, 1-info(app level), 2-warnings, 3-errors
|
16
|
+
# for production set to 3
|
17
|
+
MinSeverity = 1
|
18
|
+
|
19
|
+
# enable copy log messages to standard output, useful for debugging
|
20
|
+
LogToOutput = 1
|
21
|
+
|
22
|
+
# '*' means all categories, otherwise list them : Cat1, Cat2
|
23
|
+
LogCategories = *
|
24
|
+
|
25
|
+
# what categories to exclude
|
26
|
+
ExcludeLogCategories =
|
27
|
+
|
28
|
+
# max log file size in Bytes, set 0 to unlimited size; when limit is reached, log wraps to beginning of file
|
29
|
+
MaxLogFileSize=50000
|
30
|
+
|
31
|
+
# turn on local http server traces, off by default
|
32
|
+
#net_trace = 0
|
33
|
+
|
34
|
+
# timeout of network requests in seconds (30 by default)
|
35
|
+
#net_timeout = 60
|
36
|
+
|
37
|
+
# where log will be posted by RhoConf.send_log or from the log menu
|
38
|
+
# source is also open and up on http://github.com/rhomobile/rhologs, so you can deploy your own logserver
|
39
|
+
logserver = 'http://rhologs.heroku.com'
|
40
|
+
|
41
|
+
# log file prefix - contain human-readable text
|
42
|
+
logname='<%=@app_name%>'
|
43
|
+
|
44
|
+
# Keep track of the last visited page
|
45
|
+
KeepTrackOfLastVisitedPage = 0
|
46
|
+
LastVisitedPage = ''
|
47
|
+
|
48
|
+
# sync server url, typically this will look like 'http://<hostname>:<port>'
|
49
|
+
# for example: 'http://localhost:9292'
|
50
|
+
syncserver = '<%=syncserver%>'
|
51
|
+
sync_poll_interval=0
|
52
|
+
|
53
|
+
# geo location inactivity timeout (in seconds)
|
54
|
+
#geo_location_inactivity_timeout = 30
|
55
|
+
|
56
|
+
# open rhodes app in full screen mode
|
57
|
+
# default 1 for Android up to Rhodes 2.2.5.
|
58
|
+
# on all other platforms and on Android from Rhodes >2.2.5 default 0
|
59
|
+
#full_screen = 1
|
60
|
+
|
61
|
+
# show top menu on Windows desktop in full screen mode (default is 0=don't show top menu)
|
62
|
+
#w32_fullscreen_menu = 1
|
63
|
+
|
64
|
+
# disable the Android page loading progress bar
|
65
|
+
#disable_loading_indication = 0
|
66
|
+
|
67
|
+
# Port of the local (embedded) HTTP server. This parameter is mainly for debug purposes.
|
68
|
+
# If not specified, application will use dynamically selected one.
|
69
|
+
# WARNING!!! Remove this parameter before put application to production.
|
70
|
+
#nodejs_local_server_port = 8080
|
71
|
+
|
72
|
+
# Address and port of proxy server. This settings uses Network module.
|
73
|
+
# Do not include 'http://' while setting the http_proxy_host
|
74
|
+
#http_proxy_host = 'server'
|
75
|
+
#http_proxy_port = port
|
76
|
+
|
77
|
+
# Login and password for access to proxy server. Only basic authentication is supported
|
78
|
+
#http_proxy_login = 'user'
|
79
|
+
#http_proxy_password = 'password'
|
80
|
+
|
81
|
+
# CLient SSL Configuration. The path to the p12 formatted certificate file and the password used with the client certificate.
|
82
|
+
# The path to the p12 formatted certificate file used for client SSL authentication. This setting is used in any Network API calls which setting up secured SSL
|
83
|
+
# connections requiring client authentication (get, post, downloadFile, uploadFile). This setting only takes effect if `verifyPeerCertificate` is enabled.
|
84
|
+
# Therefore, if `verifyPeerCertificate` is set to fail and remote server requests the client certificate, connection will fail.
|
85
|
+
# These two settings are only supported for use on Android devices.
|
86
|
+
#clientSSLCertificate = 'certificate path'
|
87
|
+
#clientSSLCertificatePassword = 'password'
|
88
|
+
|
89
|
+
ios_net_curl = 1
|
90
|
+
# Ruby mixed with Node.js application must be use CURL !
|
91
|
+
# default value is FALSE. from June 2016 iOS application should support ipv6. libCURL does not support it - so by default application use Apple's network framework.
|
92
|
+
#If true, an old libCURL-based Net request will be used. This option can be enabled for regression testing or if custom proxy support is required. Default is FALSE. To support per-app VPN (i.e. MobileIron) this option should be set to FALSE.
|
93
|
+
|
94
|
+
ios_direct_local_requests = 0
|
95
|
+
# Ruby mixed with Node.js application must be use CURL !
|
96
|
+
# default value is TRUE. From June 2016 application shoudl support ipv6. So by default libCURL not used - in this case this option should be TRUE for correct work VPN etc.
|
97
|
+
#If true, request to local server will be applied directly, bypassing socket intercommunication, no network requests are involved. If false, a legacy client-server intercommunication will be made for local requests. Default is TRUE. To support per-app VPN (i.e. MobileIron) this option should be set to TRUE.
|
98
|
+
|
99
|
+
#ios_https_local_server = 0
|
100
|
+
#ATTENTION !!! this option works only with ios_net_curl = 0 AND ios_direct_local_requests = 1 !!!
|
101
|
+
#default value is FALSE
|
102
|
+
# If TRUE local server URL is https://127.0.0.1 instead of http://127.0.0.1
|
103
|
+
# It help solve some security issues like work geolocation HTTP5 API in WebView, because this API works only if secure connection.
|
104
|
+
# The are not real HTTPS server - just replace URL - it works because with ios_direct_local_requests = 1 not real connection provided.
|
105
|
+
|
106
|
+
#ios_use_WKWebView = 0
|
107
|
+
#ATTENTION !!! this option works only with ios_direct_local_requests = 0 !!!
|
108
|
+
#default value is FALSE
|
109
|
+
# If TRUE WKWebView new iOS high performance(Javascript performance up to 10 times faster than default UIWebView) WebView used instead of default UIWebView.
|
110
|
+
# WkWebView can not be used with ios_direct_local_requests !
|
111
|
+
|
112
|
+
# show status bar on windows mobile. default 1
|
113
|
+
#wm_show_statusbar = 1
|
114
|
+
|
115
|
+
# disable screen rotation (enabled by default) - disable possible for ANDROID and iPhone ONLY
|
116
|
+
#disable_screen_rotation = 1
|
117
|
+
|
118
|
+
# disable close app when pressing back on home screen on blackberry
|
119
|
+
#bb_disable_closebyback = 0
|
120
|
+
|
121
|
+
# load images in background, this improve reaction speed on user actions, 0 by default
|
122
|
+
#bb_loadimages_async = 0
|
123
|
+
|
124
|
+
# set to 0 to reset the bulksync_state and trigger a bulk sync the next time rhodes synchronizes
|
125
|
+
#bulksync_state = 1
|
126
|
+
|
127
|
+
# hides forward button and animates back button transition
|
128
|
+
jqtouch_mode=1
|
129
|
+
|
130
|
+
# disables barcode on page navigation on android, default value is 1, means barcode will be disabled on page navigation
|
131
|
+
#disable_scanner_during_navigation = 1
|
132
|
+
|
133
|
+
#dealy in seconds for splash screen image
|
134
|
+
splash_screen='zoom;delay=3'
|
135
|
+
|
136
|
+
use_bb_full_browser=6
|
137
|
+
|
138
|
+
# finger scroll activation on windows XP/7/8/8.1/10
|
139
|
+
use_kinetic_scroll_on_windows = 1
|
@@ -0,0 +1,95 @@
|
|
1
|
+
## Note: sdk is full path to Rhodes root. If not defined - automatically find latest installed Rhodes gem
|
2
|
+
#sdk: "<%=@sdk_path%>"
|
3
|
+
sdkversion: <%=Rhodes::VERSION%>
|
4
|
+
name: <%=@app_name%>
|
5
|
+
version: 1.0
|
6
|
+
vendor: rhomobile
|
7
|
+
## Note: rho_app_id send to RhoConnect server for identify application (used in multi-push configuration only)
|
8
|
+
## we recommend make it same with BundleIdentifier
|
9
|
+
rho_app_id: com.rhomobile.<%=@app_name_cleared%>
|
10
|
+
build: debug
|
11
|
+
applog: rholog.txt
|
12
|
+
|
13
|
+
rubynodejs_application: true
|
14
|
+
|
15
|
+
## Note: enable specific device capabilities for aplication
|
16
|
+
#capabilities:
|
17
|
+
## allows use of audio hardware (record audio, modify audio settings)
|
18
|
+
#- audio
|
19
|
+
## allows use of hardware camera
|
20
|
+
#- camera
|
21
|
+
## allows use of geo location service
|
22
|
+
#- gps
|
23
|
+
## allows read device network state (connected/disconnected)
|
24
|
+
#- network_state
|
25
|
+
## allow make calls/read phone state
|
26
|
+
#- phone
|
27
|
+
## allow read/modify personal information and contacts
|
28
|
+
#- pim
|
29
|
+
## allows use of PUSH on device
|
30
|
+
#- push
|
31
|
+
## allows use of hardware vibration mechanism
|
32
|
+
#- vibrate
|
33
|
+
## allows use of bluetooth hardware
|
34
|
+
#- bluetooth
|
35
|
+
## allows access to default device calendar
|
36
|
+
#- calendar
|
37
|
+
## allows writing to the SD card on Android devices
|
38
|
+
#- sdcard
|
39
|
+
|
40
|
+
iphone:
|
41
|
+
configuration: Release
|
42
|
+
## Note: sdk can be 3 predefined value : latest, latest_simulator, latest_device
|
43
|
+
## simulator or device detect by rake command for "rake run:iphone" is simulator, for "rake device:iphone:production" is device
|
44
|
+
## sdk also can be defined exactly like: iphonesimulator10.2 or iphoneos10.2
|
45
|
+
sdk: latest
|
46
|
+
## Note: Provisioning
|
47
|
+
## There are two provisioning type for modern XCode: Automatic and Manual
|
48
|
+
## development_team must be configured for any type provisioning
|
49
|
+
## you see team code by run this command:
|
50
|
+
## $ security find-identity -p codesigning -v
|
51
|
+
## you will see list of certificates and you should copy code from "iPhone Distribution" line like this (code is PNQRMU3LPM):
|
52
|
+
## 5) D6D5EE35B3F8D9C04E85C7015539F04B38403DA3 "iPhone Distribution: Vasya Pupkin (PNQRMU3LPM)"
|
53
|
+
##
|
54
|
+
## Note: This is Automatic provisioning configuration:
|
55
|
+
#provisioning_style: Automatic
|
56
|
+
#development_team: "PNQRMU3LPM"
|
57
|
+
##
|
58
|
+
## Note: This is Manual provisioning configuration:
|
59
|
+
## provisionprofile can be defined as name or UUID - if you defined provisionprofile then codesignidentity defined automatically if you not defined it in this build.yml
|
60
|
+
#provisionprofile: "Current WildCart 05"
|
61
|
+
#provisioning_style: Manual
|
62
|
+
#development_team: "PNQRMU3LPM"
|
63
|
+
#codesignidentity: "iPhone Developer"
|
64
|
+
##
|
65
|
+
#entitlements:
|
66
|
+
BundleIdentifier: com.rhomobile.<%=@app_name_cleared%>
|
67
|
+
BundleURLScheme: <%=@app_name_cleared%>
|
68
|
+
## Note: Specifies the URL schemes the app is able to call using Rho.System.runApplication
|
69
|
+
#ApplicationQueriesSchemes: ['scheme1', 'scheme2']
|
70
|
+
## Note: Specifies list of HTTP domains for connect from application
|
71
|
+
#http_connection_domains: ['domain1.com', 'domain2.org']
|
72
|
+
## Note: Specify remove of Info.plist keys - use this if you need to remove some keys from Info.plist
|
73
|
+
## This example remove two keys with unsupported screen orientation
|
74
|
+
#info_plist_data_remove:
|
75
|
+
#- UISupportedInterfaceOrientations: ['UIInterfaceOrientationLandscapeLeft', 'UIInterfaceOrientationLandscapeRight']
|
76
|
+
## Note: Specifies set/modify of Info.plist keys with content(hash) - all of this items will be apply to final Info.plist of application. You can specify any Ino.plist data in this parameter.
|
77
|
+
## This example allow all HTTP connections in application:
|
78
|
+
#info_plist_data:
|
79
|
+
# NSAppTransportSecurity:
|
80
|
+
# NSAllowsArbitraryLoads: true
|
81
|
+
|
82
|
+
android:
|
83
|
+
#manifest_template: 'AndroidManifest.erb'
|
84
|
+
version: 7.0.0
|
85
|
+
## Note: in order to simplify debugging only app messages and system channels with priority informative and higher, and any errors are enabled by default
|
86
|
+
logcatFilter: APP:I StrictMode:I DEBUG:I *:E
|
87
|
+
|
88
|
+
## Note: setup android_title to 0 for remove default window titlebar in Android application
|
89
|
+
#android_title: 0
|
90
|
+
|
91
|
+
extensions: ["nodejs"]
|
92
|
+
|
93
|
+
rhobundle:
|
94
|
+
exclude_items:
|
95
|
+
- thumb.db
|
@@ -52,6 +52,7 @@ ARGS = ['-Iext/platform/android/generated/jni',
|
|
52
52
|
OBJDIR_ARM = File.join(OBJDIR,'arm')
|
53
53
|
OBJDIR_x86 = File.join(OBJDIR,'x86')
|
54
54
|
OBJDIR_MIPS = File.join(OBJDIR,'mips')
|
55
|
+
OBJDIR_AARCH64 = File.join(OBJDIR,'aarch64')
|
55
56
|
|
56
57
|
|
57
58
|
SRC = get_sources File.join(SOURCELIST)
|
@@ -59,14 +60,17 @@ SRC = get_sources File.join(SOURCELIST)
|
|
59
60
|
OBJ_ARM = FileList.new(get_objects(SRC, OBJDIR_ARM))
|
60
61
|
OBJ_x86 = FileList.new(get_objects(SRC, OBJDIR_x86))
|
61
62
|
OBJ_MIPS = FileList.new(get_objects(SRC, OBJDIR_MIPS))
|
63
|
+
OBJ_AARCH64 = FileList.new(get_objects(SRC, OBJDIR_AARCH64))
|
62
64
|
|
63
65
|
TARGETDIR_ARM = File.join(TARGETDIR,'armeabi')
|
64
66
|
TARGETDIR_x86 = File.join(TARGETDIR,'x86')
|
65
67
|
TARGETDIR_MIPS = File.join(TARGETDIR,'mips')
|
68
|
+
TARGETDIR_AARCH64 = File.join(TARGETDIR,'aarch64')
|
66
69
|
|
67
70
|
TARGETLIB_ARM = File.join(TARGETDIR_ARM,TARGETLIB)
|
68
71
|
TARGETLIB_x86 = File.join(TARGETDIR_x86,TARGETLIB)
|
69
72
|
TARGETLIB_MIPS = File.join(TARGETDIR_MIPS,TARGETLIB)
|
73
|
+
TARGETLIB_AARCH64 = File.join(TARGETDIR_AARCH64,TARGETLIB)
|
70
74
|
|
71
75
|
cd '../../..'
|
72
76
|
|
@@ -82,14 +86,20 @@ namespace 'config' do
|
|
82
86
|
task :mips do
|
83
87
|
setup_ndk(ANDROID_NDK, ANDROID_API_LEVEL,'mips')
|
84
88
|
end
|
89
|
+
|
90
|
+
task :aarch64 do
|
91
|
+
setup_ndk(ANDROID_NDK, ANDROID_API_LEVEL,'aarch64')
|
92
|
+
end
|
85
93
|
end
|
86
94
|
|
87
95
|
directory TARGETDIR_ARM
|
88
96
|
directory TARGETDIR_x86
|
89
97
|
directory TARGETDIR_MIPS
|
98
|
+
directory TARGETDIR_AARCH64
|
90
99
|
directory OBJDIR_ARM
|
91
100
|
directory OBJDIR_x86
|
92
101
|
directory OBJDIR_MIPS
|
102
|
+
directory OBJDIR_AARCH64
|
93
103
|
|
94
104
|
rule '.o' => lambda {|obj| find_source(obj) } do |t|
|
95
105
|
abi = File.basename(File.dirname(t.name))
|
@@ -100,6 +110,7 @@ end
|
|
100
110
|
task OBJ_ARM => OBJDIR_ARM
|
101
111
|
task OBJ_x86 => OBJDIR_x86
|
102
112
|
task OBJ_MIPS => OBJDIR_MIPS
|
113
|
+
task OBJ_AARCH64 => OBJDIR_AARCH64
|
103
114
|
|
104
115
|
def find_source(objfile)
|
105
116
|
base = File.basename(objfile, '.o')
|
@@ -125,17 +136,25 @@ file TARGETLIB_MIPS => TARGETDIR_MIPS do |t|
|
|
125
136
|
end
|
126
137
|
multitask TARGETLIB_MIPS => OBJ_MIPS
|
127
138
|
|
139
|
+
file TARGETLIB_AARCH64 => TARGETDIR_AARCH64 do |t|
|
140
|
+
Rake::Task["config:aarch64"].invoke
|
141
|
+
cc_ar t.name, OBJ_AARCH64 or raise "\e[31mCreating library failed: #{t.name}\e[0m"
|
142
|
+
end
|
143
|
+
multitask TARGETLIB_AARCH64 => OBJ_AARCH64
|
144
|
+
|
128
145
|
|
129
146
|
namespace 'build' do
|
130
147
|
task :arm => OBJ_ARM
|
131
148
|
task :x86 => OBJ_x86
|
132
149
|
task :mips => OBJ_MIPS
|
150
|
+
task :aarch64 => OBJ_AARCH64
|
133
151
|
end
|
134
152
|
|
135
153
|
namespace 'arch' do
|
136
154
|
task :arm => TARGETLIB_ARM
|
137
155
|
task :x86 => TARGETLIB_x86
|
138
156
|
task :mips => TARGETLIB_MIPS
|
157
|
+
task :aarch64 => [TARGETLIB_AARCH64]
|
139
158
|
end
|
140
159
|
|
141
160
|
task :default => ["arch:arm"]
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
3
|
<plist version="1.0">
|
4
4
|
<dict>
|
5
5
|
<key>application-identifier</key>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
3
|
<plist version="1.0">
|
4
4
|
<dict>
|
5
5
|
<key>CFBundleDevelopmentRegion</key>
|
@@ -37,8 +37,6 @@
|
|
37
37
|
<string>1.0</string>
|
38
38
|
<key>LSRequiresIPhoneOS</key>
|
39
39
|
<true/>
|
40
|
-
<key>UIApplicationExitsOnSuspend</key>
|
41
|
-
<false/>
|
42
40
|
<key>UISupportedInterfaceOrientations</key>
|
43
41
|
<array>
|
44
42
|
<string>UIInterfaceOrientationPortrait</string>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
3
|
<plist version="1.0">
|
4
4
|
<dict>
|
5
5
|
<key>application-identifier</key>
|
@@ -1,5 +1,5 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "
|
2
|
+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3
3
|
<plist version="1.0">
|
4
4
|
<dict>
|
5
5
|
<key>application-identifier</key>
|
data/rhodes.gemspec
CHANGED
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
|
22
22
|
s.add_dependency('templater', '1.0.0')
|
23
23
|
s.add_dependency('rake', '12.0.0')
|
24
24
|
s.add_dependency('uuid', '2.3.7')
|
25
|
-
s.add_dependency('systemu', '2.6.
|
25
|
+
s.add_dependency('systemu', '2.6.5')
|
26
26
|
s.add_dependency('json', '1.8.6')
|
27
27
|
s.add_dependency('rest-client', '2.0.2')
|
28
28
|
s.add_dependency('net-scp','1.2.1')
|
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
|
|
35
35
|
s.add_dependency('ffi', '1.9.24')
|
36
36
|
s.add_dependency('rdoc', '4.2.2')
|
37
37
|
s.add_dependency('deep_merge','1.1.1')
|
38
|
-
s.add_dependency('nokogiri', '1.8.
|
38
|
+
s.add_dependency('nokogiri', '1.8.5')
|
39
39
|
s.post_install_message = "Thanks for installing Rhodes ! Please visit our website: http://tau-technologies.com" if s.respond_to? :post_install_message=
|
40
40
|
s.executables << 'rhogen'
|
41
41
|
s.executables << 'rhodes'
|
data/version
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
7.1.17
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rhodes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 7.1.17
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- TAU Technologies
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: templater
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 2.6.
|
61
|
+
version: 2.6.5
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 2.6.
|
68
|
+
version: 2.6.5
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: json
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -240,14 +240,14 @@ dependencies:
|
|
240
240
|
requirements:
|
241
241
|
- - '='
|
242
242
|
- !ruby/object:Gem::Version
|
243
|
-
version: 1.8.
|
243
|
+
version: 1.8.5
|
244
244
|
type: :runtime
|
245
245
|
prerelease: false
|
246
246
|
version_requirements: !ruby/object:Gem::Requirement
|
247
247
|
requirements:
|
248
248
|
- - '='
|
249
249
|
- !ruby/object:Gem::Version
|
250
|
-
version: 1.8.
|
250
|
+
version: 1.8.5
|
251
251
|
- !ruby/object:Gem::Dependency
|
252
252
|
name: diff-lcs
|
253
253
|
requirement: !ruby/object:Gem::Requirement
|
@@ -1016,6 +1016,17 @@ files:
|
|
1016
1016
|
- lib/commonAPI/ConnectionChecking/ext/platform/wm/src/HostTracker.h
|
1017
1017
|
- lib/commonAPI/ConnectionChecking/ext/platform/wm/src/HostTrackerConfigInfo.h
|
1018
1018
|
- lib/commonAPI/ConnectionChecking/ext/platform/wm/src/resource.h
|
1019
|
+
- lib/commonAPI/RubyServer/ext.yml
|
1020
|
+
- lib/commonAPI/RubyServer/ext/RubyServer.xml
|
1021
|
+
- lib/commonAPI/RubyServer/ext/build
|
1022
|
+
- lib/commonAPI/RubyServer/ext/build.bat
|
1023
|
+
- lib/commonAPI/RubyServer/ext/platform/android/Rakefile
|
1024
|
+
- lib/commonAPI/RubyServer/ext/platform/android/ext_java.files
|
1025
|
+
- lib/commonAPI/RubyServer/ext/platform/android/ext_native.files
|
1026
|
+
- lib/commonAPI/RubyServer/ext/platform/iphone/Rakefile
|
1027
|
+
- lib/commonAPI/RubyServer/ext/platform/iphone/RubyServer.xcodeproj/project.pbxproj
|
1028
|
+
- lib/commonAPI/RubyServer/ext/platform/iphone/RubyServer_Prefix.pch
|
1029
|
+
- lib/commonAPI/RubyServer/ext/shared/RubyServerImpl.cpp
|
1019
1030
|
- lib/commonAPI/audiocapture/ext.yml
|
1020
1031
|
- lib/commonAPI/audiocapture/ext/AudioCapture.xml
|
1021
1032
|
- lib/commonAPI/audiocapture/ext/build
|
@@ -2308,9 +2319,11 @@ files:
|
|
2308
2319
|
- lib/commonAPI/coreapi/ext/platform/android/src/com/rho/nativetoolbar/NativeToolbarFactory.java
|
2309
2320
|
- lib/commonAPI/coreapi/ext/platform/android/src/com/rho/nativetoolbar/NativeToolbarSingleton.java
|
2310
2321
|
- lib/commonAPI/coreapi/ext/platform/android/src/com/rho/network/Network.java
|
2322
|
+
- lib/commonAPI/coreapi/ext/platform/android/src/com/rho/notification/AlarmReceiver.java
|
2311
2323
|
- lib/commonAPI/coreapi/ext/platform/android/src/com/rho/notification/Notification.java
|
2312
2324
|
- lib/commonAPI/coreapi/ext/platform/android/src/com/rho/notification/NotificationFactory.java
|
2313
2325
|
- lib/commonAPI/coreapi/ext/platform/android/src/com/rho/notification/NotificationIntentService.java
|
2326
|
+
- lib/commonAPI/coreapi/ext/platform/android/src/com/rho/notification/NotificationScheduler.java
|
2314
2327
|
- lib/commonAPI/coreapi/ext/platform/android/src/com/rho/notification/NotificationSingleton.java
|
2315
2328
|
- lib/commonAPI/coreapi/ext/platform/android/src/com/rho/webview/ProxySettings.java
|
2316
2329
|
- lib/commonAPI/coreapi/ext/platform/android/src/com/rho/webview/WebViewFactory.java
|
@@ -3746,6 +3759,48 @@ files:
|
|
3746
3759
|
- lib/extensions/json/json/pure.rb
|
3747
3760
|
- lib/extensions/json/json/pure/generator.rb
|
3748
3761
|
- lib/extensions/json/json/version.rb
|
3762
|
+
- lib/extensions/keyboard/ext.yml
|
3763
|
+
- lib/extensions/keyboard/ext/Keyboard.xml
|
3764
|
+
- lib/extensions/keyboard/ext/build
|
3765
|
+
- lib/extensions/keyboard/ext/build.bat
|
3766
|
+
- lib/extensions/keyboard/ext/platform/android/Rakefile
|
3767
|
+
- lib/extensions/keyboard/ext/platform/android/ext_java.files
|
3768
|
+
- lib/extensions/keyboard/ext/platform/android/ext_native.files
|
3769
|
+
- lib/extensions/keyboard/ext/platform/android/jni/Keyboard_impl.cpp
|
3770
|
+
- lib/extensions/keyboard/ext/platform/android/src/com/rho/keyboard/Keyboard.java
|
3771
|
+
- lib/extensions/keyboard/ext/platform/android/src/com/rho/keyboard/KeyboardFactory.java
|
3772
|
+
- lib/extensions/keyboard/ext/platform/android/src/com/rho/keyboard/KeyboardSingleton.java
|
3773
|
+
- lib/extensions/keyboard/ext/platform/iphone/Keyboard.xcodeproj/project.pbxproj
|
3774
|
+
- lib/extensions/keyboard/ext/platform/iphone/Keyboard_Prefix.pch
|
3775
|
+
- lib/extensions/keyboard/ext/platform/iphone/Rakefile
|
3776
|
+
- lib/extensions/keyboard/ext/platform/iphone/impl/Keyboard.h
|
3777
|
+
- lib/extensions/keyboard/ext/platform/iphone/impl/Keyboard.m
|
3778
|
+
- lib/extensions/keyboard/ext/platform/iphone/impl/KeyboardFactorySingleton.m
|
3779
|
+
- lib/extensions/keyboard/ext/platform/iphone/impl/KeyboardSetup.m
|
3780
|
+
- lib/extensions/keyboard/ext/platform/iphone/impl/KeyboardSingleton.h
|
3781
|
+
- lib/extensions/keyboard/ext/platform/iphone/impl/KeyboardSingleton.m
|
3782
|
+
- lib/extensions/keyboard/ext/platform/iphone/impl/readme.txt
|
3783
|
+
- lib/extensions/keyboard/ext/platform/qt/Keyboard.pro
|
3784
|
+
- lib/extensions/keyboard/ext/platform/qt/Makefile
|
3785
|
+
- lib/extensions/keyboard/ext/platform/qt/Makefile.Release
|
3786
|
+
- lib/extensions/keyboard/ext/platform/qt/Rakefile
|
3787
|
+
- lib/extensions/keyboard/ext/platform/qt/src/Keyboard_impl.cpp
|
3788
|
+
- lib/extensions/keyboard/ext/platform/uwp/Keyboard.props
|
3789
|
+
- lib/extensions/keyboard/ext/platform/uwp/Keyboard.vcxproj
|
3790
|
+
- lib/extensions/keyboard/ext/platform/uwp/Keyboard.vcxproj.filters
|
3791
|
+
- lib/extensions/keyboard/ext/platform/uwp/KeyboardImpl.csproj
|
3792
|
+
- lib/extensions/keyboard/ext/platform/uwp/KeyboardImpl.props
|
3793
|
+
- lib/extensions/keyboard/ext/platform/uwp/KeyboardImpl.targets
|
3794
|
+
- lib/extensions/keyboard/ext/platform/uwp/KeyboardLib.props
|
3795
|
+
- lib/extensions/keyboard/ext/platform/uwp/KeyboardLib.vcxproj
|
3796
|
+
- lib/extensions/keyboard/ext/platform/uwp/KeyboardLib.vcxproj.filters
|
3797
|
+
- lib/extensions/keyboard/ext/platform/uwp/src/Keyboard_impl.cpp
|
3798
|
+
- lib/extensions/keyboard/ext/platform/uwp/src/Keyboard_impl.cs
|
3799
|
+
- lib/extensions/keyboard/ext/platform/uwp/src/Properties/AssemblyInfo.cs
|
3800
|
+
- lib/extensions/keyboard/ext/platform/wm/Keyboard.sln
|
3801
|
+
- lib/extensions/keyboard/ext/platform/wm/Keyboard.vcproj
|
3802
|
+
- lib/extensions/keyboard/ext/platform/wm/Keyboard.vsprops
|
3803
|
+
- lib/extensions/keyboard/ext/platform/wm/src/Keyboard_impl.cpp
|
3749
3804
|
- lib/extensions/mspec/mspec.rb
|
3750
3805
|
- lib/extensions/mspec/mspec/commands/mkspec.rb
|
3751
3806
|
- lib/extensions/mspec/mspec/commands/mspec-ci.rb
|
@@ -3897,10 +3952,12 @@ files:
|
|
3897
3952
|
- lib/extensions/openssl.so.src/ext/build.bat
|
3898
3953
|
- lib/extensions/openssl.so/ext.yml
|
3899
3954
|
- lib/extensions/openssl.so/ext/Rakefile
|
3955
|
+
- lib/extensions/openssl.so/ext/android/aarch64/libopenssl.so.a
|
3900
3956
|
- lib/extensions/openssl.so/ext/android/armeabi/libopenssl.so.a
|
3901
3957
|
- lib/extensions/openssl.so/ext/android/x86/libopenssl.so.a
|
3902
3958
|
- lib/extensions/openssl.so/ext/build
|
3903
3959
|
- lib/extensions/openssl.so/ext/build.bat
|
3960
|
+
- lib/extensions/openssl.so/ext/iphone/OpenSSl.SDK/howtobuild.txt
|
3904
3961
|
- lib/extensions/openssl.so/ext/iphone/OpenSSl.SDK/libcrypto.a
|
3905
3962
|
- lib/extensions/openssl.so/ext/iphone/OpenSSl.SDK/libssl.a
|
3906
3963
|
- lib/extensions/openssl.so/ext/iphone/Rakefile
|
@@ -4826,6 +4883,7 @@ files:
|
|
4826
4883
|
- lib/framework/rhom/rhom_source.rb
|
4827
4884
|
- lib/framework/rhosystem.rb
|
4828
4885
|
- lib/framework/rhosystem_wp8.rb
|
4886
|
+
- lib/framework/set.rb
|
4829
4887
|
- lib/framework/singleton.rb
|
4830
4888
|
- lib/framework/socket.rb
|
4831
4889
|
- lib/framework/stringio.rb
|
@@ -5722,6 +5780,7 @@ files:
|
|
5722
5780
|
- platform/android/Rhodes/jni/include/rhodes/JNIRhoRuby.h
|
5723
5781
|
- platform/android/Rhodes/jni/include/rhodes/JNIRhodes.h
|
5724
5782
|
- platform/android/Rhodes/jni/include/rhodes/RhoClassFactory.h
|
5783
|
+
- platform/android/Rhodes/jni/include/rhodes/SecurityTokenGenerator.h
|
5725
5784
|
- platform/android/Rhodes/jni/include/rhodes/details/rhojava.inc
|
5726
5785
|
- platform/android/Rhodes/jni/include/rhodes/fileapi.h
|
5727
5786
|
- platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_Logger.h
|
@@ -5749,9 +5808,11 @@ files:
|
|
5749
5808
|
- platform/android/Rhodes/jni/rhocaps.inc
|
5750
5809
|
- platform/android/Rhodes/jni/src/JNIRhoJS.cpp
|
5751
5810
|
- platform/android/Rhodes/jni/src/JNIRhoRuby.cpp
|
5811
|
+
- platform/android/Rhodes/jni/src/JNIRhoRubyCppWrapper.cpp
|
5752
5812
|
- platform/android/Rhodes/jni/src/MethodExecutorJni.cpp
|
5753
5813
|
- platform/android/Rhodes/jni/src/MethodResultJni.cpp
|
5754
5814
|
- platform/android/Rhodes/jni/src/RhoClassFactory.cpp
|
5815
|
+
- platform/android/Rhodes/jni/src/SecurityTokenGenerator.cpp
|
5755
5816
|
- platform/android/Rhodes/jni/src/alert.cpp
|
5756
5817
|
- platform/android/Rhodes/jni/src/callbacks.cpp
|
5757
5818
|
- platform/android/Rhodes/jni/src/datetimepicker.cpp
|
@@ -5799,6 +5860,7 @@ files:
|
|
5799
5860
|
- platform/android/Rhodes/res/drawable/exit.png
|
5800
5861
|
- platform/android/Rhodes/res/drawable/google.png
|
5801
5862
|
- platform/android/Rhodes/res/drawable/home.png
|
5863
|
+
- platform/android/Rhodes/res/drawable/ic_notification.png
|
5802
5864
|
- platform/android/Rhodes/res/drawable/icon.png
|
5803
5865
|
- platform/android/Rhodes/res/drawable/info.png
|
5804
5866
|
- platform/android/Rhodes/res/drawable/location.png
|
@@ -5819,6 +5881,7 @@ files:
|
|
5819
5881
|
- platform/android/Rhodes/res/values-v14/styles.xml
|
5820
5882
|
- platform/android/Rhodes/res/values/strings.xml
|
5821
5883
|
- platform/android/Rhodes/res/values/styles.xml
|
5884
|
+
- platform/android/Rhodes/res/xml/network_security_config.xml
|
5822
5885
|
- platform/android/Rhodes/rhobundle.xml
|
5823
5886
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/Base64.java
|
5824
5887
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/BaseActivity.java
|
@@ -5834,12 +5897,19 @@ files:
|
|
5834
5897
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/RhoConf.java
|
5835
5898
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/RhoCryptImpl.java
|
5836
5899
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/RhoLogConf.java
|
5900
|
+
- platform/android/Rhodes/src/com/rhomobile/rhodes/RhoMain.java
|
5837
5901
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/RhoMenu.java
|
5902
|
+
- platform/android/Rhodes/src/com/rhomobile/rhodes/RhoRubyArrayObjects.java
|
5903
|
+
- platform/android/Rhodes/src/com/rhomobile/rhodes/RhoRubyClassObject.java
|
5904
|
+
- platform/android/Rhodes/src/com/rhomobile/rhodes/RhoRubyObject.java
|
5905
|
+
- platform/android/Rhodes/src/com/rhomobile/rhodes/RhoRubySingleton.java
|
5906
|
+
- platform/android/Rhodes/src/com/rhomobile/rhodes/RhoRubyTypes.java
|
5838
5907
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesActivity.java
|
5839
5908
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesAppOptions.java
|
5840
5909
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesApplication.java
|
5841
5910
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesService.java
|
5842
5911
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/RingtoneManager.java
|
5912
|
+
- platform/android/Rhodes/src/com/rhomobile/rhodes/SecurityTokenGenerator.java
|
5843
5913
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/WebView.java
|
5844
5914
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/alert/Alert.java
|
5845
5915
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/alert/PopupActivity.java
|
@@ -5910,6 +5980,7 @@ files:
|
|
5910
5980
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/osfunctionality/AndroidFunctionality09.java
|
5911
5981
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/osfunctionality/AndroidFunctionality10.java
|
5912
5982
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/osfunctionality/AndroidFunctionality11.java
|
5983
|
+
- platform/android/Rhodes/src/com/rhomobile/rhodes/osfunctionality/AndroidFunctionality26.java
|
5913
5984
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/osfunctionality/AndroidFunctionalityManager.java
|
5914
5985
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/osfunctionality/OsVersionManager.java
|
5915
5986
|
- platform/android/Rhodes/src/com/rhomobile/rhodes/phonebook/Contact.java
|
@@ -6059,12 +6130,14 @@ files:
|
|
6059
6130
|
- platform/iphone/Classes/RhoExtManager/RhoExtManagerSingletone.h
|
6060
6131
|
- platform/iphone/Classes/RhoExtManager/RhoExtManagerSingletone.m
|
6061
6132
|
- platform/iphone/Classes/RhoMainView.h
|
6133
|
+
- platform/iphone/Classes/RhoMainViewStubImpl.h
|
6134
|
+
- platform/iphone/Classes/RhoMainViewStubImpl.m
|
6062
6135
|
- platform/iphone/Classes/RhoUIWebView.h
|
6063
6136
|
- platform/iphone/Classes/RhoUIWebView.m
|
6064
6137
|
- platform/iphone/Classes/RhoViewController.h
|
6065
6138
|
- platform/iphone/Classes/RhoViewController.m
|
6066
6139
|
- platform/iphone/Classes/RhoWKWebView.h
|
6067
|
-
- platform/iphone/Classes/RhoWKWebView.
|
6140
|
+
- platform/iphone/Classes/RhoWKWebView.mm
|
6068
6141
|
- platform/iphone/Classes/RhoWebView.h
|
6069
6142
|
- platform/iphone/Classes/RhoWebViewFabrique.h
|
6070
6143
|
- platform/iphone/Classes/RhoWebViewFabrique.m
|
@@ -6103,6 +6176,8 @@ files:
|
|
6103
6176
|
- platform/iphone/Classes/TabbedMainView.m
|
6104
6177
|
- platform/iphone/Classes/URLProtocol/CRhoURLProtocol.h
|
6105
6178
|
- platform/iphone/Classes/URLProtocol/CRhoURLProtocol.m
|
6179
|
+
- platform/iphone/Classes/URLProtocol/CRhoWKURLProtocol.h
|
6180
|
+
- platform/iphone/Classes/URLProtocol/CRhoWKURLProtocol.m
|
6106
6181
|
- platform/iphone/Classes/Utils/ParamsWrapper.h
|
6107
6182
|
- platform/iphone/Classes/Utils/ParamsWrapper.m
|
6108
6183
|
- platform/iphone/Classes/WebView.m
|
@@ -6129,6 +6204,11 @@ files:
|
|
6129
6204
|
- platform/iphone/ESRI/esri.png
|
6130
6205
|
- platform/iphone/ESRI/esri@2x.png
|
6131
6206
|
- platform/iphone/Entitlements.plist
|
6207
|
+
- platform/iphone/Framework/RhoApplication/RhoApplication.xcodeproj/project.pbxproj
|
6208
|
+
- platform/iphone/Framework/Rhodes/Rhodes.xcodeproj/project.pbxproj
|
6209
|
+
- platform/iphone/Framework/Rhodes/Rhodes/Info.plist
|
6210
|
+
- platform/iphone/Framework/Rhodes/Rhodes/Rhodes.h
|
6211
|
+
- platform/iphone/Framework/Rhodes/Rhodes/StubCode.m
|
6132
6212
|
- platform/iphone/Info.plist
|
6133
6213
|
- platform/iphone/Protobuf.framework/Modules/module.modulemap
|
6134
6214
|
- platform/iphone/Protobuf.framework/Protobuf
|
@@ -6207,6 +6287,51 @@ files:
|
|
6207
6287
|
- platform/iphone/rbuild/iphone.rake
|
6208
6288
|
- platform/iphone/rbuild/iphonecommon.rb
|
6209
6289
|
- platform/iphone/rbuild/putsOverride.rake
|
6290
|
+
- platform/iphone/rhodes_stub.cpp
|
6291
|
+
- platform/iphone/rhodeslib/api/RhodesLib.h
|
6292
|
+
- platform/iphone/rhodeslib/impl/RhodesLib.m
|
6293
|
+
- platform/iphone/rhodesruby/api/IRefCountedObject.h
|
6294
|
+
- platform/iphone/rhodesruby/api/IRhoRuby.h
|
6295
|
+
- platform/iphone/rhodesruby/api/IRhoRubyArray.h
|
6296
|
+
- platform/iphone/rhodesruby/api/IRhoRubyBoolean.h
|
6297
|
+
- platform/iphone/rhodesruby/api/IRhoRubyFloat.h
|
6298
|
+
- platform/iphone/rhodesruby/api/IRhoRubyHash.h
|
6299
|
+
- platform/iphone/rhodesruby/api/IRhoRubyInteger.h
|
6300
|
+
- platform/iphone/rhodesruby/api/IRhoRubyMutableArray.h
|
6301
|
+
- platform/iphone/rhodesruby/api/IRhoRubyMutableBoolean.h
|
6302
|
+
- platform/iphone/rhodesruby/api/IRhoRubyMutableFloat.h
|
6303
|
+
- platform/iphone/rhodesruby/api/IRhoRubyMutableHash.h
|
6304
|
+
- platform/iphone/rhodesruby/api/IRhoRubyMutableInteger.h
|
6305
|
+
- platform/iphone/rhodesruby/api/IRhoRubyMutableString.h
|
6306
|
+
- platform/iphone/rhodesruby/api/IRhoRubyNativeCallback.h
|
6307
|
+
- platform/iphone/rhodesruby/api/IRhoRubyNil.h
|
6308
|
+
- platform/iphone/rhodesruby/api/IRhoRubyObject.h
|
6309
|
+
- platform/iphone/rhodesruby/api/IRhoRubyRunnable.h
|
6310
|
+
- platform/iphone/rhodesruby/api/IRhoRubyString.h
|
6311
|
+
- platform/iphone/rhodesruby/api/RhoRuby.h
|
6312
|
+
- platform/iphone/rhodesruby/api/RhoRubySingletone.h
|
6313
|
+
- platform/iphone/rhodesruby/impl/RhoRubyFabrique.h
|
6314
|
+
- platform/iphone/rhodesruby/impl/RhoRubyImpl.h
|
6315
|
+
- platform/iphone/rhodesruby/impl/RhoRubyImpl.mm
|
6316
|
+
- platform/iphone/rhodesruby/impl/RhoRubyMutableArrayImpl.h
|
6317
|
+
- platform/iphone/rhodesruby/impl/RhoRubyMutableArrayImpl.mm
|
6318
|
+
- platform/iphone/rhodesruby/impl/RhoRubyMutableBooleanImpl.h
|
6319
|
+
- platform/iphone/rhodesruby/impl/RhoRubyMutableBooleanImpl.mm
|
6320
|
+
- platform/iphone/rhodesruby/impl/RhoRubyMutableFloatImpl.h
|
6321
|
+
- platform/iphone/rhodesruby/impl/RhoRubyMutableFloatImpl.mm
|
6322
|
+
- platform/iphone/rhodesruby/impl/RhoRubyMutableHashImpl.h
|
6323
|
+
- platform/iphone/rhodesruby/impl/RhoRubyMutableHashImpl.mm
|
6324
|
+
- platform/iphone/rhodesruby/impl/RhoRubyMutableIntegerImpl.h
|
6325
|
+
- platform/iphone/rhodesruby/impl/RhoRubyMutableIntegerImpl.mm
|
6326
|
+
- platform/iphone/rhodesruby/impl/RhoRubyMutableStringImpl.h
|
6327
|
+
- platform/iphone/rhodesruby/impl/RhoRubyMutableStringImpl.mm
|
6328
|
+
- platform/iphone/rhodesruby/impl/RhoRubyNilImpl.h
|
6329
|
+
- platform/iphone/rhodesruby/impl/RhoRubyNilImpl.mm
|
6330
|
+
- platform/iphone/rhodesruby/impl/RhoRubyObjectImpl.h
|
6331
|
+
- platform/iphone/rhodesruby/impl/RhoRubyObjectImpl.mm
|
6332
|
+
- platform/iphone/rhodesruby/impl/RhoRubySingletone.m
|
6333
|
+
- platform/iphone/rhodesruby/impl/RubyServerResponceImpl.h
|
6334
|
+
- platform/iphone/rhodesruby/impl/RubyServerResponceImpl.mm
|
6210
6335
|
- platform/iphone/rhoextlib/dosyscall.c
|
6211
6336
|
- platform/iphone/rhoextlib/rhoextlib.xcodeproj/project.pbxproj
|
6212
6337
|
- platform/iphone/rhoextlib/rhoextlib_Prefix.pch
|
@@ -6375,6 +6500,7 @@ files:
|
|
6375
6500
|
- platform/shared/common/IRhoClassFactory.h
|
6376
6501
|
- platform/shared/common/IRhoCrypt.h
|
6377
6502
|
- platform/shared/common/IRhoThreadImpl.h
|
6503
|
+
- platform/shared/common/ISecurityTokenGenerator.h
|
6378
6504
|
- platform/shared/common/InputStream.h
|
6379
6505
|
- platform/shared/common/PosixThreadImpl.cpp
|
6380
6506
|
- platform/shared/common/PosixThreadImpl.h
|
@@ -6829,6 +6955,7 @@ files:
|
|
6829
6955
|
- platform/shared/net/linux/SSLImpl.h
|
6830
6956
|
- platform/shared/net/ssl.cpp
|
6831
6957
|
- platform/shared/net/ssl.h
|
6958
|
+
- platform/shared/qt/RhoRubylib.pro
|
6832
6959
|
- platform/shared/qt/RhoSimulator.pro
|
6833
6960
|
- platform/shared/qt/RhoSimulator_dev.pro
|
6834
6961
|
- platform/shared/qt/curl/curl.pro
|
@@ -6867,6 +6994,8 @@ files:
|
|
6867
6994
|
- platform/shared/qt/rhodes/impl/RingtoneManagerImpl.cpp
|
6868
6995
|
- platform/shared/qt/rhodes/impl/SSLImpl.cpp
|
6869
6996
|
- platform/shared/qt/rhodes/impl/SSLImpl.h
|
6997
|
+
- platform/shared/qt/rhodes/impl/SecurityTokenGeneratorImpl.cpp
|
6998
|
+
- platform/shared/qt/rhodes/impl/SecurityTokenGeneratorImpl.h
|
6870
6999
|
- platform/shared/qt/rhodes/impl/SignatureImpl.cpp
|
6871
7000
|
- platform/shared/qt/rhodes/impl/WebViewImpl.cpp
|
6872
7001
|
- platform/shared/qt/rhodes/impl/notificationsound.cpp
|
@@ -6938,8 +7067,13 @@ files:
|
|
6938
7067
|
- platform/shared/qt/rhodes/resources/simulator.qrc
|
6939
7068
|
- platform/shared/qt/rhodes/resources/simulator.rc
|
6940
7069
|
- platform/shared/qt/rhodes/rhodes.pro
|
7070
|
+
- platform/shared/qt/rhodes/rhorubyVersion/rhodeslib.cpp
|
7071
|
+
- platform/shared/qt/rhodes/rhorubyVersion/rhodeslib.h
|
6941
7072
|
- platform/shared/qt/rholib/rholib.pro
|
7073
|
+
- platform/shared/qt/rhoruby_win32_build.bat
|
7074
|
+
- platform/shared/qt/rhoruby_win32_build_debug.bat
|
6942
7075
|
- platform/shared/qt/rhosimulator_win32_build.bat
|
7076
|
+
- platform/shared/qt/rhosimulator_win32_build_debug.bat
|
6943
7077
|
- platform/shared/qt/rubylib/rubylib.pro
|
6944
7078
|
- platform/shared/qt/sailfish/SailfishRhodes.desktop
|
6945
7079
|
- platform/shared/qt/sailfish/SailfishRhodes.pro
|
@@ -6970,6 +7104,49 @@ files:
|
|
6970
7104
|
- platform/shared/qt/sailfish/src/rootdelegate.h
|
6971
7105
|
- platform/shared/qt/sqlite3/sqlite3.pro
|
6972
7106
|
- platform/shared/qt/syncengine/syncengine.pro
|
7107
|
+
- platform/shared/rhoruby/api/IArray.h
|
7108
|
+
- platform/shared/rhoruby/api/IBoolean.h
|
7109
|
+
- platform/shared/rhoruby/api/IFloat.h
|
7110
|
+
- platform/shared/rhoruby/api/IHash.h
|
7111
|
+
- platform/shared/rhoruby/api/IInteger.h
|
7112
|
+
- platform/shared/rhoruby/api/IMutableArray.h
|
7113
|
+
- platform/shared/rhoruby/api/IMutableBoolean.h
|
7114
|
+
- platform/shared/rhoruby/api/IMutableFloat.h
|
7115
|
+
- platform/shared/rhoruby/api/IMutableHash.h
|
7116
|
+
- platform/shared/rhoruby/api/IMutableInteger.h
|
7117
|
+
- platform/shared/rhoruby/api/IMutableString.h
|
7118
|
+
- platform/shared/rhoruby/api/INil.h
|
7119
|
+
- platform/shared/rhoruby/api/IObject.h
|
7120
|
+
- platform/shared/rhoruby/api/IRefCountedObject.h
|
7121
|
+
- platform/shared/rhoruby/api/IRhoRuby.h
|
7122
|
+
- platform/shared/rhoruby/api/IRunnable.h
|
7123
|
+
- platform/shared/rhoruby/api/IString.h
|
7124
|
+
- platform/shared/rhoruby/api/RhoRuby.h
|
7125
|
+
- platform/shared/rhoruby/api/RhoRubySingletone.h
|
7126
|
+
- platform/shared/rhoruby/api/SmartPointer.h
|
7127
|
+
- platform/shared/rhoruby/impl/MutableArrayImpl.cpp
|
7128
|
+
- platform/shared/rhoruby/impl/MutableArrayImpl.h
|
7129
|
+
- platform/shared/rhoruby/impl/MutableBooleanImpl.cpp
|
7130
|
+
- platform/shared/rhoruby/impl/MutableBooleanImpl.h
|
7131
|
+
- platform/shared/rhoruby/impl/MutableFloatImpl.cpp
|
7132
|
+
- platform/shared/rhoruby/impl/MutableFloatImpl.h
|
7133
|
+
- platform/shared/rhoruby/impl/MutableHashImpl.cpp
|
7134
|
+
- platform/shared/rhoruby/impl/MutableHashImpl.h
|
7135
|
+
- platform/shared/rhoruby/impl/MutableIntegerImpl.cpp
|
7136
|
+
- platform/shared/rhoruby/impl/MutableIntegerImpl.h
|
7137
|
+
- platform/shared/rhoruby/impl/MutableStringImpl.cpp
|
7138
|
+
- platform/shared/rhoruby/impl/MutableStringImpl.h
|
7139
|
+
- platform/shared/rhoruby/impl/NilImpl.cpp
|
7140
|
+
- platform/shared/rhoruby/impl/NilImpl.h
|
7141
|
+
- platform/shared/rhoruby/impl/ObjectImpl.cpp
|
7142
|
+
- platform/shared/rhoruby/impl/ObjectImpl.h
|
7143
|
+
- platform/shared/rhoruby/impl/RefCountedObjectImpl.cpp
|
7144
|
+
- platform/shared/rhoruby/impl/RefCountedObjectImpl.h
|
7145
|
+
- platform/shared/rhoruby/impl/RhoRubyImpl.cpp
|
7146
|
+
- platform/shared/rhoruby/impl/RhoRubyImpl.h
|
7147
|
+
- platform/shared/rhoruby/impl/RhoRubySingletone.cpp
|
7148
|
+
- platform/shared/rhoruby/impl/RubyServerResponceImpl.cpp
|
7149
|
+
- platform/shared/rhoruby/impl/RubyServerResponceImpl.h
|
6973
7150
|
- platform/shared/ruby/Android.mk
|
6974
7151
|
- platform/shared/ruby/CMakeLists.txt.erb
|
6975
7152
|
- platform/shared/ruby/GPL
|
@@ -9486,84 +9663,77 @@ files:
|
|
9486
9663
|
- res/build-tools/maven/README.txt
|
9487
9664
|
- res/build-tools/maven/bin/m2.conf
|
9488
9665
|
- res/build-tools/maven/bin/mvn
|
9489
|
-
- res/build-tools/maven/bin/mvn.
|
9666
|
+
- res/build-tools/maven/bin/mvn.cmd
|
9490
9667
|
- res/build-tools/maven/bin/mvnDebug
|
9491
|
-
- res/build-tools/maven/bin/mvnDebug.
|
9668
|
+
- res/build-tools/maven/bin/mvnDebug.cmd
|
9492
9669
|
- res/build-tools/maven/bin/mvnyjp
|
9493
|
-
- res/build-tools/maven/boot/plexus-classworlds-2.
|
9670
|
+
- res/build-tools/maven/boot/plexus-classworlds-2.6.0.jar
|
9494
9671
|
- res/build-tools/maven/conf/logging/simplelogger.properties
|
9495
9672
|
- res/build-tools/maven/conf/settings.xml
|
9496
|
-
- res/build-tools/maven/
|
9497
|
-
- res/build-tools/maven/lib/
|
9498
|
-
- res/build-tools/maven/lib/
|
9499
|
-
- res/build-tools/maven/lib/aether-connector-basic.license
|
9500
|
-
- res/build-tools/maven/lib/aether-impl-1.0.0.v20140518.jar
|
9501
|
-
- res/build-tools/maven/lib/aether-impl.license
|
9502
|
-
- res/build-tools/maven/lib/aether-spi-1.0.0.v20140518.jar
|
9503
|
-
- res/build-tools/maven/lib/aether-spi.license
|
9504
|
-
- res/build-tools/maven/lib/aether-transport-wagon-1.0.0.v20140518.jar
|
9505
|
-
- res/build-tools/maven/lib/aether-transport-wagon.license
|
9506
|
-
- res/build-tools/maven/lib/aether-util-1.0.0.v20140518.jar
|
9507
|
-
- res/build-tools/maven/lib/aether-util.license
|
9673
|
+
- res/build-tools/maven/conf/toolchains.xml
|
9674
|
+
- res/build-tools/maven/lib/animal-sniffer-annotations-1.14.jar
|
9675
|
+
- res/build-tools/maven/lib/animal-sniffer-annotations.license
|
9508
9676
|
- res/build-tools/maven/lib/aopalliance-1.0.jar
|
9509
9677
|
- res/build-tools/maven/lib/cdi-api-1.0.jar
|
9510
|
-
- res/build-tools/maven/lib/
|
9511
|
-
- res/build-tools/maven/lib/
|
9512
|
-
- res/build-tools/maven/lib/commons-
|
9513
|
-
- res/build-tools/maven/lib/commons-
|
9678
|
+
- res/build-tools/maven/lib/checker-compat-qual-2.0.0.jar
|
9679
|
+
- res/build-tools/maven/lib/checker-compat-qual.license
|
9680
|
+
- res/build-tools/maven/lib/commons-cli-1.4.jar
|
9681
|
+
- res/build-tools/maven/lib/commons-io-2.5.jar
|
9682
|
+
- res/build-tools/maven/lib/commons-lang3-3.8.1.jar
|
9683
|
+
- res/build-tools/maven/lib/error_prone_annotations-2.1.3.jar
|
9514
9684
|
- res/build-tools/maven/lib/ext/README.txt
|
9515
|
-
- res/build-tools/maven/lib/guava-
|
9685
|
+
- res/build-tools/maven/lib/guava-25.1-android.jar
|
9686
|
+
- res/build-tools/maven/lib/guice-4.2.1-no_aop.jar
|
9687
|
+
- res/build-tools/maven/lib/j2objc-annotations-1.1.jar
|
9688
|
+
- res/build-tools/maven/lib/jansi-1.17.1.jar
|
9689
|
+
- res/build-tools/maven/lib/jansi-native/README.txt
|
9690
|
+
- res/build-tools/maven/lib/jansi-native/freebsd32/libjansi.so
|
9691
|
+
- res/build-tools/maven/lib/jansi-native/freebsd64/libjansi.so
|
9692
|
+
- res/build-tools/maven/lib/jansi-native/linux32/libjansi.so
|
9693
|
+
- res/build-tools/maven/lib/jansi-native/linux64/libjansi.so
|
9694
|
+
- res/build-tools/maven/lib/jansi-native/osx/libjansi.jnilib
|
9695
|
+
- res/build-tools/maven/lib/jansi-native/windows32/jansi.dll
|
9696
|
+
- res/build-tools/maven/lib/jansi-native/windows64/jansi.dll
|
9516
9697
|
- res/build-tools/maven/lib/javax.inject-1.jar
|
9517
|
-
- res/build-tools/maven/lib/
|
9518
|
-
- res/build-tools/maven/lib/
|
9698
|
+
- res/build-tools/maven/lib/jcl-over-slf4j-1.7.25.jar
|
9699
|
+
- res/build-tools/maven/lib/jcl-over-slf4j.license
|
9519
9700
|
- res/build-tools/maven/lib/jsr250-api-1.0.jar
|
9520
9701
|
- res/build-tools/maven/lib/jsr250-api.license
|
9521
|
-
- res/build-tools/maven/lib/
|
9522
|
-
- res/build-tools/maven/lib/maven-
|
9523
|
-
- res/build-tools/maven/lib/maven-
|
9524
|
-
- res/build-tools/maven/lib/maven-
|
9525
|
-
- res/build-tools/maven/lib/maven-
|
9526
|
-
- res/build-tools/maven/lib/maven-
|
9527
|
-
- res/build-tools/maven/lib/maven-
|
9528
|
-
- res/build-tools/maven/lib/maven-
|
9529
|
-
- res/build-tools/maven/lib/maven-
|
9530
|
-
- res/build-tools/maven/lib/maven-
|
9531
|
-
- res/build-tools/maven/lib/maven-
|
9532
|
-
- res/build-tools/maven/lib/maven-
|
9533
|
-
- res/build-tools/maven/lib/maven-
|
9534
|
-
- res/build-tools/maven/lib/maven-
|
9535
|
-
- res/build-tools/maven/lib/maven-
|
9536
|
-
- res/build-tools/maven/lib/maven-
|
9537
|
-
- res/build-tools/maven/lib/maven-
|
9538
|
-
- res/build-tools/maven/lib/maven-
|
9539
|
-
- res/build-tools/maven/lib/maven-settings-3.
|
9540
|
-
- res/build-tools/maven/lib/maven-
|
9541
|
-
- res/build-tools/maven/lib/maven-
|
9542
|
-
- res/build-tools/maven/lib/
|
9543
|
-
- res/build-tools/maven/lib/org.eclipse.sisu.inject-0.3.0.M1.jar
|
9702
|
+
- res/build-tools/maven/lib/jsr305-3.0.2.jar
|
9703
|
+
- res/build-tools/maven/lib/maven-artifact-3.6.1.jar
|
9704
|
+
- res/build-tools/maven/lib/maven-builder-support-3.6.1.jar
|
9705
|
+
- res/build-tools/maven/lib/maven-compat-3.6.1.jar
|
9706
|
+
- res/build-tools/maven/lib/maven-core-3.6.1.jar
|
9707
|
+
- res/build-tools/maven/lib/maven-embedder-3.6.1.jar
|
9708
|
+
- res/build-tools/maven/lib/maven-model-3.6.1.jar
|
9709
|
+
- res/build-tools/maven/lib/maven-model-builder-3.6.1.jar
|
9710
|
+
- res/build-tools/maven/lib/maven-plugin-api-3.6.1.jar
|
9711
|
+
- res/build-tools/maven/lib/maven-repository-metadata-3.6.1.jar
|
9712
|
+
- res/build-tools/maven/lib/maven-resolver-api-1.3.3.jar
|
9713
|
+
- res/build-tools/maven/lib/maven-resolver-connector-basic-1.3.3.jar
|
9714
|
+
- res/build-tools/maven/lib/maven-resolver-impl-1.3.3.jar
|
9715
|
+
- res/build-tools/maven/lib/maven-resolver-provider-3.6.1.jar
|
9716
|
+
- res/build-tools/maven/lib/maven-resolver-spi-1.3.3.jar
|
9717
|
+
- res/build-tools/maven/lib/maven-resolver-transport-wagon-1.3.3.jar
|
9718
|
+
- res/build-tools/maven/lib/maven-resolver-util-1.3.3.jar
|
9719
|
+
- res/build-tools/maven/lib/maven-settings-3.6.1.jar
|
9720
|
+
- res/build-tools/maven/lib/maven-settings-builder-3.6.1.jar
|
9721
|
+
- res/build-tools/maven/lib/maven-shared-utils-3.2.1.jar
|
9722
|
+
- res/build-tools/maven/lib/maven-slf4j-provider-3.6.1.jar
|
9723
|
+
- res/build-tools/maven/lib/org.eclipse.sisu.inject-0.3.3.jar
|
9544
9724
|
- res/build-tools/maven/lib/org.eclipse.sisu.inject.license
|
9545
|
-
- res/build-tools/maven/lib/org.eclipse.sisu.plexus-0.3.
|
9725
|
+
- res/build-tools/maven/lib/org.eclipse.sisu.plexus-0.3.3.jar
|
9546
9726
|
- res/build-tools/maven/lib/org.eclipse.sisu.plexus.license
|
9547
9727
|
- res/build-tools/maven/lib/plexus-cipher-1.7.jar
|
9548
|
-
- res/build-tools/maven/lib/plexus-
|
9549
|
-
- res/build-tools/maven/lib/plexus-
|
9550
|
-
- res/build-tools/maven/lib/plexus-
|
9551
|
-
- res/build-tools/maven/lib/plexus-
|
9552
|
-
- res/build-tools/maven/lib/
|
9553
|
-
- res/build-tools/maven/lib/plexus-utils-3.0.20.jar
|
9554
|
-
- res/build-tools/maven/lib/sisu-guice-3.2.3-no_aop.jar
|
9555
|
-
- res/build-tools/maven/lib/slf4j-api-1.7.5.jar
|
9728
|
+
- res/build-tools/maven/lib/plexus-component-annotations-1.7.1.jar
|
9729
|
+
- res/build-tools/maven/lib/plexus-interpolation-1.25.jar
|
9730
|
+
- res/build-tools/maven/lib/plexus-sec-dispatcher-1.4.jar
|
9731
|
+
- res/build-tools/maven/lib/plexus-utils-3.2.0.jar
|
9732
|
+
- res/build-tools/maven/lib/slf4j-api-1.7.25.jar
|
9556
9733
|
- res/build-tools/maven/lib/slf4j-api.license
|
9557
|
-
- res/build-tools/maven/lib/
|
9558
|
-
- res/build-tools/maven/lib/
|
9559
|
-
- res/build-tools/maven/lib/wagon-
|
9560
|
-
- res/build-tools/maven/lib/wagon-file.license
|
9561
|
-
- res/build-tools/maven/lib/wagon-http-2.8-shaded.jar
|
9562
|
-
- res/build-tools/maven/lib/wagon-http-shared-2.8.jar
|
9563
|
-
- res/build-tools/maven/lib/wagon-http-shared.license
|
9564
|
-
- res/build-tools/maven/lib/wagon-http.license
|
9565
|
-
- res/build-tools/maven/lib/wagon-provider-api-2.8.jar
|
9566
|
-
- res/build-tools/maven/lib/wagon-provider-api.license
|
9734
|
+
- res/build-tools/maven/lib/wagon-file-3.3.2.jar
|
9735
|
+
- res/build-tools/maven/lib/wagon-http-3.3.2-shaded.jar
|
9736
|
+
- res/build-tools/maven/lib/wagon-provider-api-3.3.2.jar
|
9567
9737
|
- res/build-tools/maven/m2/antlr/antlr/2.7.2/antlr-2.7.2.jar
|
9568
9738
|
- res/build-tools/maven/m2/antlr/antlr/2.7.2/antlr-2.7.2.jar.sha1
|
9569
9739
|
- res/build-tools/maven/m2/antlr/antlr/2.7.2/antlr-2.7.2.pom
|
@@ -10639,6 +10809,7 @@ files:
|
|
10639
10809
|
- res/generators/templates/application/resources/android/res/mipmap-xxhdpi/icon.png
|
10640
10810
|
- res/generators/templates/application/resources/android/res/mipmap-xxxhdpi/icon.png
|
10641
10811
|
- res/generators/templates/application/resources/android/res/mipmap/icon.png
|
10812
|
+
- res/generators/templates/application/resources/android/res/xml/network_security_config.xml
|
10642
10813
|
- res/generators/templates/application/resources/ios/Default-568h@2x.png
|
10643
10814
|
- res/generators/templates/application/resources/ios/Default-667h@2x.png
|
10644
10815
|
- res/generators/templates/application/resources/ios/Default-736h@3x.png
|
@@ -10675,7 +10846,9 @@ files:
|
|
10675
10846
|
- res/generators/templates/application/resources/ios/icon80.png
|
10676
10847
|
- res/generators/templates/application/resources/ios/icon87.png
|
10677
10848
|
- res/generators/templates/application/rhoconfig.txt
|
10849
|
+
- res/generators/templates/application/rhoconfig_rubynode.txt
|
10678
10850
|
- res/generators/templates/application/ruby-version
|
10851
|
+
- res/generators/templates/application/rubynodejs_build.yml
|
10679
10852
|
- res/generators/templates/bundle/db/syncdb.sqlite
|
10680
10853
|
- res/generators/templates/extension/app/MontanaTest/controller.rb
|
10681
10854
|
- res/generators/templates/extension/app/MontanaTest/index.erb
|