Manifest.txt in rhodes-3.3.3.beta.1 vs Manifest.txt in rhodes-3.3.3.beta.2

- old
+ new

@@ -976,10 +976,11 @@ platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_alert_Alert.h platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_alert_PopupActivity.h platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_bluetooth_RhoBluetoothManager.h platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_camera_Camera.h platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_datetime_DateTimePicker.h +platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_extmanager_RhoExtManagerImpl.h platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_file_RhoFileApi.h platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_geolocation_GeoLocationImpl.h platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_Logger.h platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_mainview_SplashScreen.h platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_mapview_MapView.h @@ -1004,10 +1005,11 @@ platform/android/Rhodes/jni/src/bluetooth.cpp platform/android/Rhodes/jni/src/callbacks.cpp platform/android/Rhodes/jni/src/camera.cpp platform/android/Rhodes/jni/src/datetimepicker.cpp platform/android/Rhodes/jni/src/event.cpp +platform/android/Rhodes/jni/src/extmanager.cpp platform/android/Rhodes/jni/src/fileapi.cpp platform/android/Rhodes/jni/src/geolocation.cpp platform/android/Rhodes/jni/src/JNIRhoRuby.cpp platform/android/Rhodes/jni/src/logconf.cpp platform/android/Rhodes/jni/src/logger.cpp @@ -1102,10 +1104,16 @@ platform/android/Rhodes/src/com/rhomobile/rhodes/Capabilities.java platform/android/Rhodes/src/com/rhomobile/rhodes/datetime/DateTimePicker.java platform/android/Rhodes/src/com/rhomobile/rhodes/datetime/DateTimePickerScreen.java platform/android/Rhodes/src/com/rhomobile/rhodes/event/Event.java platform/android/Rhodes/src/com/rhomobile/rhodes/event/EventStore.java +platform/android/Rhodes/src/com/rhomobile/rhodes/extmanager/IRhoExtData.java +platform/android/Rhodes/src/com/rhomobile/rhodes/extmanager/IRhoExtension.java +platform/android/Rhodes/src/com/rhomobile/rhodes/extmanager/IRhoExtManager.java +platform/android/Rhodes/src/com/rhomobile/rhodes/extmanager/RhoExtDataImpl.java +platform/android/Rhodes/src/com/rhomobile/rhodes/extmanager/RhoExtManagerImpl.java +platform/android/Rhodes/src/com/rhomobile/rhodes/extmanager/RhoExtManagerSingleton.java platform/android/Rhodes/src/com/rhomobile/rhodes/file/RhoFileApi.java platform/android/Rhodes/src/com/rhomobile/rhodes/geolocation/GeoLocation.java platform/android/Rhodes/src/com/rhomobile/rhodes/geolocation/GeoLocationImpl.java platform/android/Rhodes/src/com/rhomobile/rhodes/HttpLog.java platform/android/Rhodes/src/com/rhomobile/rhodes/LocalFileProvider.java @@ -1161,10 +1169,11 @@ platform/android/Rhodes/src/com/rhomobile/rhodes/RhoLogConf.java platform/android/Rhodes/src/com/rhomobile/rhodes/RhoMenu.java platform/android/Rhodes/src/com/rhomobile/rhodes/RingtoneManager.java platform/android/Rhodes/src/com/rhomobile/rhodes/signature/ImageCapture.java platform/android/Rhodes/src/com/rhomobile/rhodes/signature/Signature.java +platform/android/Rhodes/src/com/rhomobile/rhodes/signature/SignatureProperties.java platform/android/Rhodes/src/com/rhomobile/rhodes/signature/SignatureView.java platform/android/Rhodes/src/com/rhomobile/rhodes/socket/RhoSockAddr.java platform/android/Rhodes/src/com/rhomobile/rhodes/socket/RhoSocket.java platform/android/Rhodes/src/com/rhomobile/rhodes/socket/RhoSocketImpl.java platform/android/Rhodes/src/com/rhomobile/rhodes/socket/SSLImpl.java @@ -1183,15 +1192,15 @@ platform/android/Rhodes/src/com/rhomobile/rhodes/util/PhoneId.java platform/android/Rhodes/src/com/rhomobile/rhodes/util/Utils.java platform/android/Rhodes/src/com/rhomobile/rhodes/webview/ChromeClientNew.java platform/android/Rhodes/src/com/rhomobile/rhodes/webview/ChromeClientOld.java platform/android/Rhodes/src/com/rhomobile/rhodes/webview/GoogleWebView.java +platform/android/Rhodes/src/com/rhomobile/rhodes/webview/IRhoWebView.java platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettings.java platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettingsNew.java platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebSettingsOld.java platform/android/Rhodes/src/com/rhomobile/rhodes/webview/RhoWebViewClient.java -platform/android/Rhodes/src/com/rhomobile/rhodes/webview/WebView.java platform/android/Rhodes/src/com/rhomobile/rhodes/WebView.java platform/bb/build/bb.rake platform/bb/build/hsqldb_build.files platform/bb/build/RhoBundleAlx.erb platform/bb/build/rhodes_build.files @@ -1391,12 +1400,14 @@ platform/bb/rhodes/src/com/rho/RhodesApplicationPlatform.java platform/bb/rhodes/src/com/rho/RhoMainScreen.java platform/bb/rhodes/src/com/rho/RhoRubyHelper.java platform/bb/rhodes/src/com/rho/rubyext/Alert.java platform/bb/rhodes/src/com/rho/rubyext/GeoLocation.java +platform/bb/rhodes/src/com/rho/rubyext/PNGEncoder.java platform/bb/rhodes/src/com/rho/rubyext/RhoCalendar.java platform/bb/rhodes/src/com/rho/rubyext/RhoPhonebook.java +platform/bb/rhodes/src/com/rho/rubyext/SignatureCapture.java platform/bb/rhodes/src/com/rho/rubyext/System.java platform/bb/rhodes/src/com/rho/rubyext/WebView.java platform/bb/rhodes/src/com/rho/rubyext/XMLParser.java platform/bb/rhodes/src/com/rho/Version.java platform/bb/rhodes/src/rhomobile/bluetooth/BluetoothManager.java @@ -2115,11 +2126,10 @@ platform/shared/common/AppMenu.cpp platform/shared/common/AppMenu.h platform/shared/common/AutoPointer.h platform/shared/common/BundleManager.cpp platform/shared/common/emml.h -platform/shared/common/ExtManager.cpp platform/shared/common/ExtManager.h platform/shared/common/InputStream.h platform/shared/common/iphone/RhoClassFactory.cpp platform/shared/common/iphone/RhoClassfactory.h platform/shared/common/iphone/RhoCryptImpl.h @@ -4373,10 +4383,11 @@ platform/wm/rhodes/phonebook/NativeAddressBook.h platform/wm/rhodes/phonebook/phonebook.cpp platform/wm/rhodes/phonebook/phonebook.h platform/wm/rhodes/resource.h platform/wm/rhodes/resources/icon.ico +platform/wm/rhodes/rho/common/ExtManager.cpp platform/wm/rhodes/rho/common/RhoClassFactory.cpp platform/wm/rhodes/rho/common/RhoClassFactory.h platform/wm/rhodes/rho/common/RhoCryptImpl.cpp platform/wm/rhodes/rho/common/RhoCryptImpl.h platform/wm/rhodes/rho/common/RhoThreadImpl.cpp @@ -4653,10 +4664,11 @@ res/build-tools/cygwin1.dll res/build-tools/cygz.dll res/build-tools/detool.exe res/build-tools/insertRhoBundle2pkg.rb res/build-tools/iphonesim/build/Release/iphonesim +res/build-tools/iphonesim/build/Release/iphonesim_43 res/build-tools/iphonesim/iphonesim.xcodeproj/project.pbxproj res/build-tools/iphonesim/iphonesim_Prefix.pch res/build-tools/iphonesim/iPhoneSimulatorRemoteClient/iPhoneSimulatorRemoteClient.h res/build-tools/iphonesim/README res/build-tools/iphonesim/Source/iPhoneSimulator.h @@ -4718,10 +4730,11 @@ res/generators/templates/application/public/css/android.css res/generators/templates/application/public/css/blackberry.css res/generators/templates/application/public/css/iphone.css res/generators/templates/application/public/css/jqmobile-patch.css res/generators/templates/application/public/css/windows_mobile.css +res/generators/templates/application/public/css/windows_phone7.css res/generators/templates/application/public/images/android/btn_check_off.png res/generators/templates/application/public/images/android/btn_check_on.png res/generators/templates/application/public/images/android/btn_radio_off.png res/generators/templates/application/public/images/android/btn_radio_on.png res/generators/templates/application/public/images/android/disclosure.png @@ -4772,18 +4785,19 @@ res/generators/templates/application/public/jqmobile/images/ajax-loader.png res/generators/templates/application/public/jqmobile/images/icons-18-black.png res/generators/templates/application/public/jqmobile/images/icons-18-white.png res/generators/templates/application/public/jqmobile/images/icons-36-black.png res/generators/templates/application/public/jqmobile/images/icons-36-white.png -res/generators/templates/application/public/jqmobile/jquery-mobile-iphone.css -res/generators/templates/application/public/jqmobile/jquery.mobile-1.0.css -res/generators/templates/application/public/jqmobile/jquery.mobile-1.0.js -res/generators/templates/application/public/jqmobile/jquery.mobile-1.0.min.css -res/generators/templates/application/public/jqmobile/jquery.mobile-1.0.min.js -res/generators/templates/application/public/jqmobile/jquery.mobile.structure-1.0.css -res/generators/templates/application/public/jqmobile/jquery.mobile.structure-1.0.min.css +res/generators/templates/application/public/jqmobile/jquery.mobile-1.0.1.css +res/generators/templates/application/public/jqmobile/jquery.mobile-1.0.1.js +res/generators/templates/application/public/jqmobile/jquery.mobile-1.0.1.min.css +res/generators/templates/application/public/jqmobile/jquery.mobile-1.0.1.min.js +res/generators/templates/application/public/jqmobile/jquery.mobile.structure-1.0.1.css +res/generators/templates/application/public/jqmobile/jquery.mobile.structure-1.0.1.min.css res/generators/templates/application/public/jquery/jquery-1.6.4.js res/generators/templates/application/public/jquery/jquery-1.6.4.min.js +res/generators/templates/application/public/jquery/jquery.json-2.3.js +res/generators/templates/application/public/jquery/jquery.json-2.3.min.js res/generators/templates/application/public/js/application.js res/generators/templates/application/public/js/jqmobile-patch.js res/generators/templates/application/public/js/jquery-wp7-patch.js res/generators/templates/application/public/js/rho.js res/generators/templates/application/public/js/rhogeolocation-wm.js