rhodes 2.3.2 → 2.4.0.beta.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +18 -0
- data/CREDITS +38 -0
- data/README.md +2 -2
- data/Rakefile +60 -2
- data/bin/set-rhodes-sdk.bat +1 -0
- data/doc/application.txt +11 -0
- data/doc/build.txt +156 -39
- data/doc/configuration.txt +1 -10
- data/doc/connect-to-web-services.txt +6 -6
- data/doc/device-caps.txt +48 -5
- data/doc/extensions.txt +8 -1
- data/doc/rhom.txt +16 -0
- data/doc/synchronization.txt +56 -14
- data/doc/ui.txt +23 -2
- data/installer/instant-rhodes.nsi +6 -6
- data/lib/extensions/barcode/ext/barcode/platform/iphone/Barcode.xcodeproj/project.pbxproj +4 -2
- data/lib/extensions/barcode/ext/barcode/platform/wm/Rakefile +1 -1
- data/lib/extensions/digest-md5/ext/Rakefile +3 -3
- data/lib/extensions/digest-md5/ext/build +0 -1
- data/lib/extensions/digest-sha1/ext/Rakefile +1 -1
- data/lib/extensions/digest-sha1/ext/build +0 -1
- data/lib/extensions/digest/ext/Rakefile +3 -3
- data/lib/extensions/digest/ext/build +0 -1
- data/lib/extensions/fcntl/ext/Rakefile +1 -1
- data/lib/extensions/mspec/mspec/guards/guard.rb +4 -0
- data/lib/extensions/mspec/mspec/helpers/environment.rb +4 -0
- data/lib/extensions/nfc/ext.yml +2 -0
- data/lib/extensions/nfc/ext/build +12 -0
- data/lib/extensions/nfc/ext/build.bat +8 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/AndroidManifest.xml +25 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/Rakefile +94 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/ext_build.files +4 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/jni/src/nfc.cpp +404 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/Nfc.java +138 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcMessage.java +34 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcMessagePack.java +33 -0
- data/lib/extensions/nfc/ext/nfc/platform/android/src/com/nfc/NfcRecord.java +149 -0
- data/lib/extensions/nfc/ext/nfc/shared/ruby/nfc.i +22 -0
- data/lib/extensions/nfc/ext/nfc/shared/ruby/nfc_wrap.c +2034 -0
- data/lib/extensions/nfc/nfc.rb +120 -0
- data/lib/extensions/rholang/{lang_ca.rb → rholang/lang_ca.rb} +0 -0
- data/lib/extensions/rholang/{lang_cf.rb → rholang/lang_cf.rb} +0 -0
- data/lib/extensions/rholang/{lang_chef.rb → rholang/lang_chef.rb} +0 -0
- data/lib/extensions/rholang/{lang_cs.rb → rholang/lang_cs.rb} +0 -0
- data/lib/extensions/rholang/{lang_da.rb → rholang/lang_da.rb} +0 -0
- data/lib/extensions/rholang/{lang_de.rb → rholang/lang_de.rb} +0 -0
- data/lib/extensions/rholang/{lang_es.rb → rholang/lang_es.rb} +0 -0
- data/lib/extensions/rholang/{lang_es_ar.rb → rholang/lang_es_ar.rb} +0 -0
- data/lib/extensions/rholang/{lang_fi.rb → rholang/lang_fi.rb} +0 -0
- data/lib/extensions/rholang/{lang_fr.rb → rholang/lang_fr.rb} +0 -0
- data/lib/extensions/rholang/{lang_it.rb → rholang/lang_it.rb} +0 -0
- data/lib/extensions/rholang/{lang_ko.rb → rholang/lang_ko.rb} +0 -0
- data/lib/extensions/rholang/{lang_nl.rb → rholang/lang_nl.rb} +0 -0
- data/lib/extensions/rholang/{lang_no.rb → rholang/lang_no.rb} +0 -0
- data/lib/extensions/rholang/{lang_pt.rb → rholang/lang_pt.rb} +0 -0
- data/lib/extensions/rholang/{lang_pt_br.rb → rholang/lang_pt_br.rb} +0 -0
- data/lib/extensions/rholang/{lang_ru.rb → rholang/lang_ru.rb} +0 -0
- data/lib/extensions/rholang/{lang_se.rb → rholang/lang_se.rb} +0 -0
- data/lib/extensions/rholang/{lang_sr.rb → rholang/lang_sr.rb} +0 -0
- data/lib/extensions/rholang/{rhoerror_ru.rb → rholang/rhoerror_ru.rb} +0 -0
- data/lib/extensions/rholang/{rhomsg_ru.rb → rholang/rhomsg_ru.rb} +0 -0
- data/lib/framework/date/format.rb +2 -0
- data/lib/framework/dateOrig.rb +17 -8
- data/lib/framework/rational18.rb +532 -0
- data/lib/framework/res/back_btn.wp7.png +0 -0
- data/lib/framework/res/blue_pushpin.wp7.png +0 -0
- data/lib/framework/res/blue_pushpin_small.wp7.png +0 -0
- data/lib/framework/res/callout.wp7.png +0 -0
- data/lib/framework/res/callout_link.wp7.png +0 -0
- data/lib/framework/res/esri.wp7.png +0 -0
- data/lib/framework/res/forward_btn.wp7.png +0 -0
- data/lib/framework/res/home_btn.wp7.png +0 -0
- data/lib/framework/res/options_btn.wp7.png +0 -0
- data/lib/framework/res/refresh_btn.wp7.png +0 -0
- data/lib/framework/rho/render.rb +8 -1
- data/lib/framework/rho/rho.rb +30 -7
- data/lib/framework/rho/rhoapplication.rb +9 -4
- data/lib/framework/rho/rhofsconnector.rb +5 -1
- data/lib/framework/rho/rhotabbar.rb +8 -0
- data/lib/framework/rho/rhotoolbar.rb +1 -1
- data/lib/framework/rho/rhoviewhelpers.rb +18 -1
- data/lib/framework/rhodes.rb +1 -1
- data/lib/framework/rhoframework.rb +46 -1
- data/lib/framework/rholang/localization_simplified.rb +17 -16
- data/lib/framework/rhom/rhom_db_adapter.rb +2 -2
- data/lib/framework/rhom/rhom_object_factory.rb +115 -12
- data/lib/framework/rhosystem.rb +135 -0
- data/lib/framework/version.rb +1 -1
- data/lib/rhodes.rb +1 -1
- data/lib/test/apps/rhoconfig.txt +23 -23
- data/platform/android/Rhodes/AndroidManifest.full.xml +101 -0
- data/platform/android/Rhodes/AndroidManifest.xml +10 -15
- data/platform/android/Rhodes/default.properties +11 -0
- data/platform/android/Rhodes/gen/com/rhomobile/rhodes/R.java +59 -53
- data/platform/android/Rhodes/jni/include/rhodes.h +1 -0
- data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_RhodesApplication.h +21 -0
- data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_alert_PopupActivity.h +21 -0
- data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_file_RhoFileApi.h +10 -2
- data/platform/android/Rhodes/jni/src/alert.cpp +2 -1
- data/platform/android/Rhodes/jni/src/datetimepicker.cpp +2 -0
- data/platform/android/Rhodes/jni/src/fileapi.cpp +671 -84
- data/platform/android/Rhodes/jni/src/nativebar.cpp +18 -0
- data/platform/android/Rhodes/jni/src/rhodes.cpp +92 -1
- data/platform/android/Rhodes/res/values/styles.xml +7 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/BaseActivity.java +35 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/Capabilities.java +12 -13
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/LocalFileProvider.java +130 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/NativeBar.java +6 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/PushReceiver.java +5 -1
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/PushService.java +6 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhoMenu.java +7 -36
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesActivity.java +43 -20
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesApplication.java +2 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/RhodesService.java +63 -28
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/Utils.java +2 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/WebView.java +6 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/alert/Alert.java +19 -282
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/alert/PopupActivity.java +354 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/datetime/DateTimePickerScreen.java +4 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/event/EventStore.java +1 -2
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/file/RhoFileApi.java +71 -5
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/geolocation/GeoLocationImpl.java +107 -37
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/mainview/SimpleMainView.java +10 -7
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/mainview/TabbedMainView.java +156 -56
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/mapview/MapView.java +0 -1
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/phonebook/ContactAccessorNew.java +40 -32
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/signature/SignatureView.java +1 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/ExternalHttpHandler.java +14 -6
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/LocalFileHandler.java +46 -0
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/MailUriHandler.java +4 -24
- data/platform/android/Rhodes/src/com/rhomobile/rhodes/uri/UriHandler.java +3 -1
- data/platform/android/build/RhodesSRC_build.files +28 -25
- data/platform/android/build/android.rake +230 -54
- data/platform/android/build/androidcommon.rb +1 -1
- data/platform/android/build/librhocommon_build.files +1 -0
- data/platform/bb/Hsqldb/BlackBerry_App_Descriptor.xml +20 -0
- data/platform/bb/Hsqldb/src/com/rho/db/HsqlDBResult.java +1 -5
- data/platform/bb/Hsqldb/src/com/rho/db/HsqlDBStorage.java +6 -1
- data/platform/bb/Hsqldb/src/org/hsqldb/rowio/RowOutputBase.java +1 -1
- data/platform/bb/Hsqldb/src/org/hsqldb/rowio/RowOutputBinary.java +1 -1
- data/platform/bb/RubyVM/BlackBerry_App_Descriptor.xml +20 -0
- data/platform/bb/RubyVM/src/com/rho/IRhoRubyHelper.java +2 -0
- data/platform/bb/RubyVM/src/com/rho/RhoLogOutputSink.java +0 -1
- data/platform/bb/RubyVM/src/com/rho/RhoLogger.java +12 -10
- data/platform/bb/RubyVM/src/com/rho/RhoThread.java +16 -0
- data/platform/bb/RubyVM/src/com/rho/RhoTimer.java +89 -0
- data/platform/bb/RubyVM/src/com/rho/RhodesApp.java +20 -13
- data/platform/bb/RubyVM/src/com/rho/SplashScreen.java +1 -2
- data/platform/bb/RubyVM/src/com/rho/ThreadQueue.java +2 -2
- data/platform/bb/RubyVM/src/com/rho/TimeInterval.java +5 -0
- data/platform/bb/RubyVM/src/com/rho/db/DBAdapter.java +54 -48
- data/platform/bb/RubyVM/src/com/rho/db/IDBResult.java +0 -1
- data/platform/bb/RubyVM/src/com/rho/db/IDBStorage.java +1 -0
- data/platform/bb/RubyVM/src/com/rho/net/AsyncHttp.java +1 -1
- data/platform/bb/RubyVM/src/com/rho/sync/ClientRegister.java +1 -1
- data/platform/bb/RubyVM/src/com/rho/sync/JSONStructIterator.java +1 -1
- data/platform/bb/RubyVM/src/com/rho/sync/SyncEngine.java +16 -8
- data/platform/bb/RubyVM/src/com/rho/sync/SyncNotify.java +2 -2
- data/platform/bb/RubyVM/src/com/rho/sync/SyncSource.java +52 -29
- data/platform/bb/RubyVM/src/com/rho/sync/SyncThread.java +1 -3
- data/platform/bb/build/RubyVM_build.files +1 -0
- data/platform/bb/build/bb.rake +29 -9
- data/platform/bb/rhodes/BlackBerry_App_Descriptor.xml +23 -0
- data/platform/bb/rhodes/platform/5.0/com/rho/RhodesApplicationPlatform.java +1 -1
- data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteCopyResult.java +0 -4
- data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteResult.java +13 -20
- data/platform/bb/rhodes/platform/5.0/com/rho/db/SqliteStorage.java +183 -157
- data/platform/bb/rhodes/src/com/rho/RhoRubyHelper.java +22 -0
- data/platform/bb/rhodes/src/com/rho/RhodesApplicationPlatform.java +1 -1
- data/platform/bb/rhodes/src/com/rho/db/SqliteCopyResult.java +0 -4
- data/platform/bb/rhodes/src/com/rho/db/SqliteResult.java +13 -20
- data/platform/bb/rhodes/src/com/rho/db/SqliteStorage.java +183 -157
- data/platform/bb/rhodes/src/com/rho/rubyext/System.java +46 -1
- data/platform/bb/rhodes/src/rhomobile/RhodesApplication.java +8 -1
- data/platform/bb/rhodes/src/rhomobile/camera/CameraFilesListener.java +13 -3
- data/platform/iphone/Classes/AppManager/AppManager.h +5 -1
- data/platform/iphone/Classes/AppManager/AppManager.m +170 -7
- data/platform/iphone/Classes/DateTimePicker.m +14 -1
- data/platform/iphone/Classes/DateTimePickerDelegate.h +2 -0
- data/platform/iphone/Classes/DateTimePickerDelegate.m +36 -2
- data/platform/iphone/Classes/NativeBar.h +1 -0
- data/platform/iphone/Classes/NativeBar.m +15 -3
- data/platform/iphone/Classes/Phonebook/phonebook.m +8 -9
- data/platform/iphone/Classes/Rhodes.m +50 -6
- data/platform/iphone/Classes/SimpleMainView.m +7 -6
- data/platform/iphone/Classes/SplitView/RightViewController.h +3 -1
- data/platform/iphone/Classes/SplitView/RightViewController.m +14 -1
- data/platform/iphone/Classes/TabbedMainView.h +4 -0
- data/platform/iphone/Classes/TabbedMainView.m +43 -26
- data/platform/iphone/Info.plist +1 -1
- data/platform/iphone/RhoLib/RhoLib.xcodeproj/project.pbxproj +4 -0
- data/platform/iphone/curl/curl.xcodeproj/project.pbxproj +3 -3
- data/platform/iphone/rbuild/iphone.rake +168 -119
- data/platform/iphone/rhoextlib/rhoextlib.xcodeproj/project.pbxproj +4 -2
- data/platform/iphone/rhorubylib/rhorubylib.xcodeproj/project.pbxproj +3 -3
- data/platform/iphone/rhorunner.xcodeproj/project.pbxproj +2 -2
- data/platform/iphone/rhosynclib/rhosynclib.xcodeproj/project.pbxproj +3 -3
- data/platform/shared/SyncClient/SyncClient.cpp +20 -8
- data/platform/shared/SyncClient/SyncClient.h +2 -1
- data/platform/shared/common/RhoDefs.h +4 -0
- data/platform/shared/common/RhoPort.h +22 -0
- data/platform/shared/common/RhoStd.h +5 -0
- data/platform/shared/common/RhoTime.cpp +73 -0
- data/platform/shared/common/RhoTime.h +26 -53
- data/platform/shared/common/RhodesApp.cpp +29 -28
- data/platform/shared/common/RhodesApp.h +4 -1
- data/platform/shared/common/StringConverter.h +37 -10
- data/platform/shared/common/app_build_capabilities.h +2 -0
- data/platform/shared/common/rhoparams.cpp +25 -12
- data/platform/shared/common/rhoparams.h +10 -8
- data/platform/shared/db/DBAdapter.cpp +0 -22
- data/platform/shared/json/RJSONTokener.c +15 -23
- data/platform/shared/net/AsyncHttp.cpp +9 -8
- data/platform/shared/net/HttpServer.cpp +61 -19
- data/platform/shared/net/HttpServer.h +2 -0
- data/platform/shared/ruby/ext/datetimepicker/datetimepicker.i +3 -0
- data/platform/shared/ruby/ext/datetimepicker/datetimepicker_wrap.c +151 -402
- data/platform/shared/ruby/ext/nativebar/nativebar.i +3 -0
- data/platform/shared/ruby/ext/nativebar/nativebar_wrap.c +154 -403
- data/platform/shared/ruby/ext/rho/rhoruby.c +4 -0
- data/platform/shared/ruby/ext/rho/rhoruby.h +2 -0
- data/platform/shared/ruby/ext/system/system.i +8 -0
- data/platform/shared/ruby/ext/system/system_wrap.c +80 -5
- data/platform/shared/ruby/file.c +6 -4
- data/platform/shared/ruby/gc.c +1 -1
- data/platform/shared/ruby/linux/ruby/config.h +7 -2
- data/platform/shared/ruby/missing/acosh.c +3 -3
- data/platform/shared/ruby/wince/_time.h +1 -1
- data/platform/shared/ruby/wince/stdlib.c +1 -1
- data/platform/shared/ruby/wince/string_wce.c +2 -2
- data/platform/shared/ruby/wince/sys/timeb.c +1 -0
- data/platform/shared/ruby/wince/time_wce.c +8 -0
- data/platform/shared/ruby/wince/wince.c +7 -7
- data/platform/shared/ruby/wince/wince.h +22 -0
- data/platform/shared/rubyext/System.cpp +19 -1
- data/platform/shared/sqlite/sqlite3.c +18993 -8129
- data/platform/shared/sqlite/sqlite3.h +953 -358
- data/platform/shared/sqlite/sqlite3ext.h +42 -0
- data/platform/shared/sync/SyncEngine.cpp +10 -0
- data/platform/shared/sync/SyncSource.cpp +41 -19
- data/platform/shared/sync/SyncSource.h +1 -1
- data/platform/shared/tcmalloc/rhomem.h +7 -2
- data/platform/shared/tcmalloc/windows/port.h +2 -0
- data/platform/shared/unzip/unzip.cpp +1 -0
- data/platform/shared/xruby/src/com/xruby/compiler/parser/RubyParser.java +11 -1
- data/platform/wm/RhoLib/RhoLib.vcproj +182 -24
- data/platform/wm/build/wm.rake +16 -3
- data/platform/wm/rhodes.sln +106 -113
- data/platform/wm/rhodes/Alert.cpp +6 -7
- data/platform/wm/rhodes/AppManager.cpp +8 -17
- data/platform/wm/rhodes/DateTimePicker.cpp +3 -0
- data/platform/wm/rhodes/DateTimePicker.h +2 -0
- data/platform/wm/rhodes/MainWindow.cpp +36 -16
- data/platform/wm/rhodes/MainWindow.h +6 -3
- data/platform/wm/rhodes/OutlookApp.cpp +3 -3
- data/platform/wm/rhodes/Rhodes.cpp +46 -27
- data/platform/wm/rhodes/Rhodes.rc +16 -3
- data/platform/wm/rhodes/RingtoneManager.cpp +7 -7
- data/platform/wm/rhodes/RingtoneManager.h +1 -1
- data/platform/wm/rhodes/Utils.cpp +2 -1
- data/platform/wm/rhodes/bluetooth/Bluetooth.cpp +1 -13
- data/platform/wm/rhodes/bluetooth/Bluetooth.h +1 -2
- data/platform/wm/rhodes/camera/Camera.cpp +6 -12
- data/platform/wm/rhodes/phonebook/phonebook.cpp +11 -11
- data/platform/wm/rhodes/phonebook/phonebook.h +1 -1
- data/platform/wm/rhodes/resource.h +3 -1
- data/platform/wm/rhodes/rho/net/NetRequestImpl.cpp +7 -5
- data/platform/wm/rhodes/rho/rubyext/GeoLocationImpl.cpp +6 -6
- data/platform/wm/rhodes/rho/rubyext/GeoLocationImpl.h +1 -1
- data/platform/wm/rhodes/rho/rubyext/NativeToolbar.cpp +6 -1
- data/platform/wm/rhodes/rho/rubyext/SystemImpl.cpp +84 -19
- data/platform/wm/rhodes/rho/rubyext/calendar.cpp +2 -2
- data/platform/wm/rhodes/rhodes.vcproj +316 -73
- data/platform/wm/rhodes/signature/Signature.cpp +336 -6
- data/platform/wm/rhodes/signature/Signature.h +55 -0
- data/platform/wm/rhodes/stdafx.h +7 -4
- data/platform/wm/rubylib/rubylib.vcproj +261 -91
- data/platform/wm/sqlite3/sqlite3.vcproj +223 -69
- data/platform/wm/syncengine/syncengine.vcproj +220 -66
- data/platform/wm/tcmalloc/tcmalloc.vcproj +197 -43
- data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Builtins/ConsoleStream.cs +107 -0
- data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Runtime/Loader.cs +1037 -0
- data/platform/wp7/IronRuby/Languages/Ruby/Ruby/Runtime/RubyUtils.cs +1476 -0
- data/platform/wp7/RhoAppRunner/Program.cs +55 -0
- data/platform/wp7/RhoAppRunner/Properties/AssemblyInfo.cs +36 -0
- data/platform/wp7/RhoAppRunner/RhoAppRunner.csproj +69 -0
- data/platform/wp7/RhoRubyExtGen/GenerateInitializers.cmd +7 -0
- data/platform/wp7/RhoRubyExtGen/Properties/AssemblyInfo.cs +36 -0
- data/platform/wp7/RhoRubyExtGen/RhoAsyncHttp.cs +38 -0
- data/platform/wp7/RhoRubyExtGen/RhoDatabase.cs +93 -0
- data/platform/wp7/RhoRubyExtGen/RhoJSON.cs +37 -0
- data/platform/wp7/RhoRubyExtGen/RhoNativeBar.cs +106 -0
- data/platform/wp7/RhoRubyExtGen/RhoRubyExtGen.csproj +75 -0
- data/platform/wp7/RhoRubyExtGen/RhoSyncEngine.cs +123 -0
- data/platform/wp7/RhoRubyExtGen/RhoWebView.cs +42 -0
- data/platform/wp7/RhoRubyLib/Initializers.Generated.cs +309 -0
- data/platform/wp7/RhoRubyLib/Properties/AssemblyInfo.cs +36 -0
- data/platform/wp7/RhoRubyLib/RhoAppAdapter.cs +96 -0
- data/platform/wp7/RhoRubyLib/RhoRuby.cs +296 -0
- data/platform/wp7/RhoRubyLib/RhoRubyLib.csproj +155 -0
- data/platform/wp7/RhoRubyLib/WP_PlatformAdaptationLayer.cs +107 -0
- data/platform/wp7/RhoRubyLib/common/IInputStream.cs +21 -0
- data/platform/wp7/RhoRubyLib/common/Mutex.cs +30 -0
- data/platform/wp7/RhoRubyLib/common/RhoConf.cs +389 -0
- data/platform/wp7/RhoRubyLib/common/RhoEmptyProfiler.cs +27 -0
- data/platform/wp7/RhoRubyLib/common/RhoFile.cs +332 -0
- data/platform/wp7/RhoRubyLib/common/RhoFilePath.cs +89 -0
- data/platform/wp7/RhoRubyLib/common/RhoParamArray.cs +33 -0
- data/platform/wp7/RhoRubyLib/common/RhoParams.cs +66 -0
- data/platform/wp7/RhoRubyLib/common/RhoProfiler.cs +145 -0
- data/platform/wp7/RhoRubyLib/common/RhoResourceMap.cs +68 -0
- data/platform/wp7/RhoRubyLib/common/RhoStd.cs +205 -0
- data/platform/wp7/RhoRubyLib/common/RhoThread.cs +114 -0
- data/platform/wp7/RhoRubyLib/common/RhodesApp.cs +504 -0
- data/platform/wp7/RhoRubyLib/common/ThreadQueue.cs +199 -0
- data/platform/wp7/RhoRubyLib/common/TimeInterval.cs +56 -0
- data/platform/wp7/RhoRubyLib/common/Tokenizer.cs +52 -0
- data/platform/wp7/RhoRubyLib/db/DBAdapter.cs +1129 -0
- data/platform/wp7/RhoRubyLib/db/DBAttrManager.cs +92 -0
- data/platform/wp7/RhoRubyLib/db/DBException.cs +35 -0
- data/platform/wp7/RhoRubyLib/db/IDBCallback.cs +10 -0
- data/platform/wp7/RhoRubyLib/db/IDBResult.cs +33 -0
- data/platform/wp7/RhoRubyLib/db/IDBStorage.cs +32 -0
- data/platform/wp7/RhoRubyLib/db/SqliteCopyResult.cs +79 -0
- data/platform/wp7/RhoRubyLib/db/SqliteResult.cs +267 -0
- data/platform/wp7/RhoRubyLib/db/SqliteStorage.cs +319 -0
- data/platform/wp7/RhoRubyLib/json/JSONArrayIterator.cs +63 -0
- data/platform/wp7/RhoRubyLib/json/JSONEntry.cs +96 -0
- data/platform/wp7/RhoRubyLib/json/JSONStructIterator.cs +77 -0
- data/platform/wp7/RhoRubyLib/json/JsonParser.cs +483 -0
- data/platform/wp7/RhoRubyLib/json/RJSONTokener.cs +406 -0
- data/platform/wp7/RhoRubyLib/logging/IRhoLogSink.cs +12 -0
- data/platform/wp7/RhoRubyLib/logging/RhoLogConf.cs +161 -0
- data/platform/wp7/RhoRubyLib/logging/RhoLogFileSink.cs +174 -0
- data/platform/wp7/RhoRubyLib/logging/RhoLogger.cs +320 -0
- data/platform/wp7/RhoRubyLib/net/AsyncHttp.cs +362 -0
- data/platform/wp7/RhoRubyLib/net/HttpServer.cs +466 -0
- data/platform/wp7/RhoRubyLib/net/NetRequest.cs +717 -0
- data/platform/wp7/RhoRubyLib/net/NetResponse.cs +64 -0
- data/platform/wp7/RhoRubyLib/net/URI.cs +187 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoAsyncHttp.cs +43 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoDatabase.cs +177 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoJSON.cs +39 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoKernelOps.cs +19 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoNativeBar.cs +117 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoSyncEngine.cs +199 -0
- data/platform/wp7/RhoRubyLib/rubyext/RhoWebView.cs +49 -0
- data/platform/wp7/RhoRubyLib/sync/ClientRegister.cs +142 -0
- data/platform/wp7/RhoRubyLib/sync/ISyncProtocol.cs +23 -0
- data/platform/wp7/RhoRubyLib/sync/ISyncStatusListener.cs +10 -0
- data/platform/wp7/RhoRubyLib/sync/SyncEngine.cs +1051 -0
- data/platform/wp7/RhoRubyLib/sync/SyncNotify.cs +651 -0
- data/platform/wp7/RhoRubyLib/sync/SyncProtocol_3.cs +79 -0
- data/platform/wp7/RhoRubyLib/sync/SyncSource.cs +1105 -0
- data/platform/wp7/RhoRubyLib/sync/SyncThread.cs +301 -0
- data/platform/wp7/WPApplication.sln +50 -0
- data/platform/wp7/WPApplication/App.xaml +19 -0
- data/platform/wp7/WPApplication/App.xaml.cs +211 -0
- data/platform/wp7/WPApplication/ApplicationIcon.png +0 -0
- data/platform/wp7/WPApplication/Background.png +0 -0
- data/platform/wp7/WPApplication/MainPage.xaml +44 -0
- data/platform/wp7/WPApplication/MainPage.xaml.cs +132 -0
- data/platform/wp7/WPApplication/Properties/AppManifest.xml +6 -0
- data/platform/wp7/WPApplication/Properties/AssemblyInfo.cs +35 -0
- data/platform/wp7/WPApplication/Properties/WMAppManifest.xml +32 -0
- data/platform/wp7/WPApplication/SplashScreenImage.jpg +0 -0
- data/platform/wp7/WPApplication/WPApplication.csproj +201 -0
- data/platform/wp7/WPApplication/WP_PlatformAdaptationLayer.cs +88 -0
- data/platform/wp7/WPApplication/app_manifest.txt +1 -0
- data/platform/wp7/WPApplication/readme.htm +40 -0
- data/platform/wp7/WPApplication/readme2.htm +37 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/edit.bb.erb +29 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/edit.erb +32 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/index.bb.erb +21 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/index.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/model1.rb +10 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/model1_controller.rb +58 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/new.bb.erb +29 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/new.erb +31 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/show.bb.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/Model1/show.erb +28 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/controller.rb +75 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/home.bb.erb +17 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/home.erb +20 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/index.bb.erb +32 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/index.erb +30 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/login.bb.erb +35 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/login.erb +27 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/reset.bb.erb +15 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/reset.erb +17 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/wait.bb.erb +3 -0
- data/platform/wp7/WPApplication/rho/apps/app/Settings/wait.erb +5 -0
- data/platform/wp7/WPApplication/rho/apps/app/application.rb +16 -0
- data/platform/wp7/WPApplication/rho/apps/app/helpers/application_helper.rb +126 -0
- data/platform/wp7/WPApplication/rho/apps/app/helpers/browser_helper.rb +18 -0
- data/platform/wp7/WPApplication/rho/apps/app/index.bb.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/index.erb +26 -0
- data/platform/wp7/WPApplication/rho/apps/app/layout.erb +45 -0
- data/platform/wp7/WPApplication/rho/apps/app/loading.html +11 -0
- data/platform/wp7/WPApplication/rho/apps/app_manifest.txt +1 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/android.css +330 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/blackberry.css +115 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/iphone.css +410 -0
- data/platform/wp7/WPApplication/rho/apps/public/css/windows_mobile.css +222 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/IUI_LICENSE.txt +21 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_check_off.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_check_on.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_radio_off.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/btn_radio_on.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/disclosure.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/android/ic_menu_more.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/backButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/blueButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/cancel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/grayButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/disclosure.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/disclosure_detail.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/backButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/blueButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/cancel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/chevron.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/grayButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/listArrowSel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/listGroup.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/loading.gif +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/on_off.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/pinstripes.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/selection.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/thumb.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toggle.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toggleOn.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toolButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/toolbar.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/jqtouch/whiteButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/radiobutton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/select.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iphone/switch.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/iui-logo-touch-icon.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listArrow.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listArrowDown.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listArrowSel.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/listGroup.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/loading.gif +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/pinstripes.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/right_button.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/selection.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/thumb.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toggle.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toggleOn.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toolButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toolButton_new.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/toolbar.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/images/whiteButton.png +0 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch-iphone.css +9 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.css +374 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.js +742 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jqtouch.transitions.js +60 -0
- data/platform/wp7/WPApplication/rho/apps/public/jqtouch/jquery.1.3.2.min.js +19 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/application.js +1 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/rho.js +4 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/rhogeolocation-wm.js +59 -0
- data/platform/wp7/WPApplication/rho/apps/public/js/rhogeolocation.js +11 -0
- data/platform/wp7/WPApplication/rho/apps/rhoconfig.txt +32 -0
- data/platform/wp7/WPApplication/rhoconfig.txt +32 -0
- data/platform/wp7/WPApplication/windows_mobile.css +222 -0
- data/platform/wp7/build/wp.rake +261 -0
- data/platform/wp7/rhodes.sln +79 -0
- data/platform/wp7/rhodes/App.xaml +19 -0
- data/platform/wp7/rhodes/App.xaml.cs +144 -0
- data/platform/wp7/rhodes/Background.png +0 -0
- data/platform/wp7/rhodes/MainPage.xaml +44 -0
- data/platform/wp7/rhodes/MainPage.xaml.cs +98 -0
- data/platform/wp7/rhodes/Properties/AppManifest.xml +6 -0
- data/platform/wp7/rhodes/Properties/AssemblyInfo.cs +35 -0
- data/platform/wp7/rhodes/Properties/WMAppManifest.xml +31 -0
- data/platform/wp7/rhodes/Rhodes.csproj +127 -0
- data/platform/wp7/rhodes/SplashScreenImage.jpg +0 -0
- data/platform/wp7/rhodes/icon.png +0 -0
- data/platform/wp7/sqlite3/Properties/AssemblyInfo.cs +35 -0
- data/platform/wp7/sqlite3/SQLiteClient.cs +550 -0
- data/platform/wp7/sqlite3/SqliteWrapper/BtreeInt_h.cs +774 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Btree_h.cs +280 -0
- data/platform/wp7/sqlite3/SqliteWrapper/ClassDiagram1.cd +1306 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Delagates.cs +365 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Hash_h.cs +133 -0
- data/platform/wp7/sqlite3/SqliteWrapper/VdbeInt_h.cs +620 -0
- data/platform/wp7/sqlite3/SqliteWrapper/Vdbe_h.cs +302 -0
- data/platform/wp7/sqlite3/SqliteWrapper/_Custom.cs +449 -0
- data/platform/wp7/sqlite3/SqliteWrapper/alter_c.cs +872 -0
- data/platform/wp7/sqlite3/SqliteWrapper/analyze_c.cs +757 -0
- data/platform/wp7/sqlite3/SqliteWrapper/attach_c.cs +628 -0
- data/platform/wp7/sqlite3/SqliteWrapper/auth_c.cs +268 -0
- data/platform/wp7/sqlite3/SqliteWrapper/backup_c.cs +737 -0
- data/platform/wp7/sqlite3/SqliteWrapper/bitvec_c.cs +509 -0
- data/platform/wp7/sqlite3/SqliteWrapper/btmutex_c.cs +379 -0
- data/platform/wp7/sqlite3/SqliteWrapper/btree_c.cs +9138 -0
- data/platform/wp7/sqlite3/SqliteWrapper/build_c.cs +4189 -0
- data/platform/wp7/sqlite3/SqliteWrapper/callback_c.cs +548 -0
- data/platform/wp7/sqlite3/SqliteWrapper/complete_c.cs +342 -0
- data/platform/wp7/sqlite3/SqliteWrapper/ctime_cs.cs +408 -0
- data/platform/wp7/sqlite3/SqliteWrapper/date_c.cs +1317 -0
- data/platform/wp7/sqlite3/SqliteWrapper/delete_c.cs +726 -0
- data/platform/wp7/sqlite3/SqliteWrapper/expr_c.cs +4406 -0
- data/platform/wp7/sqlite3/SqliteWrapper/fault_c.cs +115 -0
- data/platform/wp7/sqlite3/SqliteWrapper/fkey_c.cs +1330 -0
- data/platform/wp7/sqlite3/SqliteWrapper/func_c.cs +2025 -0
- data/platform/wp7/sqlite3/SqliteWrapper/global_c.cs +228 -0
- data/platform/wp7/sqlite3/SqliteWrapper/hash_c.cs +351 -0
- data/platform/wp7/sqlite3/SqliteWrapper/hwtime_c.cs +101 -0
- data/platform/wp7/sqlite3/SqliteWrapper/insert_c.cs +2122 -0
- data/platform/wp7/sqlite3/SqliteWrapper/journal_c.cs +247 -0
- data/platform/wp7/sqlite3/SqliteWrapper/keywordhash_h.cs +302 -0
- data/platform/wp7/sqlite3/SqliteWrapper/legacy_c.cs +223 -0
- data/platform/wp7/sqlite3/SqliteWrapper/loadext_c.cs +683 -0
- data/platform/wp7/sqlite3/SqliteWrapper/main_c.cs +2716 -0
- data/platform/wp7/sqlite3/SqliteWrapper/malloc_c.cs +977 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mem_Pool.cs +394 -0
- data/platform/wp7/sqlite3/SqliteWrapper/memjournal_c.cs +315 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_c.cs +182 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_h.cs +91 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_noop_c.cs +202 -0
- data/platform/wp7/sqlite3/SqliteWrapper/mutex_w32.cs +344 -0
- data/platform/wp7/sqlite3/SqliteWrapper/notify_c.cs +347 -0
- data/platform/wp7/sqlite3/SqliteWrapper/opcodes_c.cs +171 -0
- data/platform/wp7/sqlite3/SqliteWrapper/opcodes_h.cs +346 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_c.cs +367 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_common_h.cs +174 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_h.cs +295 -0
- data/platform/wp7/sqlite3/SqliteWrapper/os_win_c.cs +1255 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pager_c.cs +6078 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pager_h.cs +188 -0
- data/platform/wp7/sqlite3/SqliteWrapper/parse_c.cs +4045 -0
- data/platform/wp7/sqlite3/SqliteWrapper/parse_h.cs +331 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pcache1_c.cs +969 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pcache_c.cs +712 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pcache_h.cs +213 -0
- data/platform/wp7/sqlite3/SqliteWrapper/pragma_c.cs +1767 -0
- data/platform/wp7/sqlite3/SqliteWrapper/prepare_c.cs +1015 -0
- data/platform/wp7/sqlite3/SqliteWrapper/printf_c.cs +1300 -0
- data/platform/wp7/sqlite3/SqliteWrapper/random_c.cs +201 -0
- data/platform/wp7/sqlite3/SqliteWrapper/resolve_c.cs +1396 -0
- data/platform/wp7/sqlite3/SqliteWrapper/rowset_c.cs +519 -0
- data/platform/wp7/sqlite3/SqliteWrapper/select_c.cs +4878 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqlite3_h.cs +6253 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqlite3ext_h.cs +397 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqliteInt_h.cs +4075 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqliteLimit_h.cs +214 -0
- data/platform/wp7/sqlite3/SqliteWrapper/sqliteicu_h.cs +39 -0
- data/platform/wp7/sqlite3/SqliteWrapper/status_c.cs +155 -0
- data/platform/wp7/sqlite3/SqliteWrapper/table_c.cs +222 -0
- data/platform/wp7/sqlite3/SqliteWrapper/tokenize_c.cs +673 -0
- data/platform/wp7/sqlite3/SqliteWrapper/trigger_c.cs +1219 -0
- data/platform/wp7/sqlite3/SqliteWrapper/update_c.cs +766 -0
- data/platform/wp7/sqlite3/SqliteWrapper/utf_c.cs +612 -0
- data/platform/wp7/sqlite3/SqliteWrapper/util_c.cs +1476 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vacuum_c.cs +382 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbe_c.cs +6566 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbeapi_c.cs +1557 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbeaux_c.cs +4019 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbeblob_c.cs +396 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbemem_c.cs +1480 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vdbetrace_c.cs +181 -0
- data/platform/wp7/sqlite3/SqliteWrapper/vtab_c.cs +957 -0
- data/platform/wp7/sqlite3/SqliteWrapper/walker_c.cs +174 -0
- data/platform/wp7/sqlite3/SqliteWrapper/where_c.cs +4651 -0
- data/platform/wp7/sqlite3/sqlite3.csproj +155 -0
- data/rakefile.rb +60 -2
- data/res/build-tools/7za.exe +0 -0
- data/res/build-tools/RhoAppRunner.exe +0 -0
- data/res/build-tools/xruby-0.3.3.jar +0 -0
- data/res/generators/rhogen.rb +9 -1
- data/res/generators/templates/application/app/Settings/reset.erb +1 -1
- data/res/generators/templates/application/app/layout.erb +17 -10
- data/res/generators/templates/application/build.yml +5 -3
- data/res/generators/templates/application/public/jqtouch/changes.txt +20 -0
- data/res/generators/templates/application/public/jqtouch/jqtouch.js +12 -4
- data/res/generators/templates/application/public/jqtouch/jquery.1.3.2.min.js +1 -1
- data/res/generators/templates/application/public/js/wp7.js +7 -0
- data/res/generators/templates/model/controller.rb +5 -6
- data/rhobuild.yml.example +1 -0
- data/rhodes.gemspec +2 -1
- data/spec/framework_spec/app/spec/core/dir/close_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/dir/shared/pwd.rb +13 -11
- data/spec/framework_spec/app/spec/core/env/shared/store.rb +12 -10
- data/spec/framework_spec/app/spec/core/env/update_spec.rb +1 -0
- data/spec/framework_spec/app/spec/core/file/expand_path_spec.rb +3 -2
- data/spec/framework_spec/app/spec/core/file/fixtures/file_types.rb +7 -1
- data/spec/framework_spec/app/spec/core/file/flock_spec.rb +8 -1
- data/spec/framework_spec/app/spec/core/file/ftype_spec.rb +5 -3
- data/spec/framework_spec/app/spec/core/file/lchmod_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/file/setgid_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/file/setuid_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/file/stat/ftype_spec.rb +6 -4
- data/spec/framework_spec/app/spec/core/file/truncate_spec.rb +5 -1
- data/spec/framework_spec/app/spec/core/float/to_s_spec.rb +1 -1
- data/spec/framework_spec/app/spec/core/process/gid_spec.rb +5 -3
- data/spec/framework_spec/app/spec/core/process/groups_spec.rb +11 -9
- data/spec/framework_spec/app/spec/core/process/uid_spec.rb +5 -3
- data/spec/framework_spec/app/spec/language/execution_spec.rb +10 -6
- data/spec/framework_spec/app/spec/shared/file/directory.rb +6 -1
- data/spec/framework_spec/app/spec/shared/file/executable.rb +7 -1
- data/spec/framework_spec/app/spec/shared/file/file.rb +6 -1
- data/spec/framework_spec/app/spec/shared/file/readable.rb +13 -4
- data/spec/framework_spec/app/spec/shared/file/writable.rb +6 -1
- data/spec/phone_spec/app/spec/rho_controller_spec.rb +11 -0
- data/spec/phone_spec/app/spec/rho_spec.rb +11 -0
- data/spec/phone_spec/app/spec/rhom_object_spec.rb +102 -6
- data/spec/phone_spec/app/spec/string/end_with_spec.rb +4 -1
- data/spec/phone_spec/app/spec/string/slice_spec.rb +5 -1
- data/spec/phone_spec/app/spec/string/start_with_spec.rb +4 -0
- data/spec/phone_spec/app/spec/syncengine_spec.rb +73 -6
- data/spec/phone_spec/app/spec_runner.rb +7 -3
- metadata +380 -41
- data/Manifest.txt +0 -5819
- data/platform/bb/Hsqldb/Hsqldb.cso +0 -5
- data/platform/bb/Hsqldb/Hsqldb.jdp +0 -197
- data/platform/bb/RhoBundle/RhoBundle.cso +0 -5
- data/platform/bb/RhoBundle/RhoBundle.jdp +0 -42
- data/platform/bb/RubyVM/RubyVM.cso +0 -5
- data/platform/bb/RubyVM/RubyVM.jdp +0 -467
- data/platform/bb/rhodes/rhodes.csl +0 -3
- data/platform/bb/rhodes/rhodes.cso +0 -5
- data/platform/bb/rhodes/rhodes.jdp +0 -104
@@ -0,0 +1,362 @@
|
|
1
|
+
using System;
|
2
|
+
using System.Net;
|
3
|
+
using System.Windows;
|
4
|
+
using System.Windows.Controls;
|
5
|
+
using System.Windows.Documents;
|
6
|
+
using System.Windows.Ink;
|
7
|
+
using System.Windows.Input;
|
8
|
+
using System.Windows.Media;
|
9
|
+
using System.Windows.Media.Animation;
|
10
|
+
using System.Windows.Shapes;
|
11
|
+
using System.IO;
|
12
|
+
using System.Collections.Generic;
|
13
|
+
using rho.common;
|
14
|
+
using fastJSON;
|
15
|
+
using IronRuby.Runtime;
|
16
|
+
using IronRuby.Builtins;
|
17
|
+
|
18
|
+
namespace rho.net
|
19
|
+
{
|
20
|
+
public class CAsyncHttp : CThreadQueue
|
21
|
+
{
|
22
|
+
private static RhoLogger LOG = RhoLogger.RHO_STRIP_LOG ? new RhoEmptyLogger() :
|
23
|
+
new RhoLogger("AsyncHttp");
|
24
|
+
private static CRhodesApp RHODESAPP(){ return CRhodesApp.Instance; }
|
25
|
+
|
26
|
+
static CAsyncHttp m_pInstance;
|
27
|
+
|
28
|
+
public static CAsyncHttp Create()
|
29
|
+
{
|
30
|
+
if ( m_pInstance != null)
|
31
|
+
return m_pInstance;
|
32
|
+
|
33
|
+
m_pInstance = new CAsyncHttp();
|
34
|
+
return m_pInstance;
|
35
|
+
}
|
36
|
+
|
37
|
+
static public void Destroy()
|
38
|
+
{
|
39
|
+
if (m_pInstance != null)
|
40
|
+
{
|
41
|
+
m_pInstance.stop(-1);
|
42
|
+
LOG.INFO("Thread shutdown");
|
43
|
+
|
44
|
+
m_pInstance = null;
|
45
|
+
}
|
46
|
+
}
|
47
|
+
|
48
|
+
public static CAsyncHttp getInstance(){ return m_pInstance; }
|
49
|
+
|
50
|
+
public CAsyncHttp()
|
51
|
+
{
|
52
|
+
base.setLogCategory(LOG.getLogCategory());
|
53
|
+
|
54
|
+
setPollInterval(QUEUE_POLL_INTERVAL_INFINITE);
|
55
|
+
}
|
56
|
+
|
57
|
+
public void cancelRequest(String szCallback)
|
58
|
+
{
|
59
|
+
if (szCallback == null || szCallback.length() == 0 )
|
60
|
+
{
|
61
|
+
LOG.INFO("Cancel callback should not be empty. Use * for cancel all");
|
62
|
+
return;
|
63
|
+
}
|
64
|
+
|
65
|
+
lock(getCommandLock())
|
66
|
+
{
|
67
|
+
HttpCommand pCmd = (HttpCommand)getCurCommand();
|
68
|
+
|
69
|
+
if ( pCmd != null && ( szCallback.compareTo("*") == 0 || pCmd.m_strCallback.compareTo(szCallback) == 0) )
|
70
|
+
pCmd.cancel();
|
71
|
+
|
72
|
+
if ( szCallback.compareTo("*") == 0 )
|
73
|
+
getCommands().Clear();
|
74
|
+
else
|
75
|
+
{
|
76
|
+
for (int i = getCommands().size()-1; i >= 0; i--)
|
77
|
+
{
|
78
|
+
HttpCommand pCmd1 = (HttpCommand)getCommands().get(i);
|
79
|
+
|
80
|
+
if ( pCmd1 != null && pCmd1.m_strCallback.compareTo(szCallback) == 0 )
|
81
|
+
getCommands().RemoveAt(i);
|
82
|
+
}
|
83
|
+
|
84
|
+
}
|
85
|
+
}
|
86
|
+
}
|
87
|
+
|
88
|
+
public MutableString addHttpCommand(IQueueCommand pCmd)
|
89
|
+
{
|
90
|
+
if (((HttpCommand)pCmd).m_strCallback.length() == 0)
|
91
|
+
{
|
92
|
+
processCommandBase(pCmd);
|
93
|
+
return ((HttpCommand)pCmd).getRetValue();
|
94
|
+
}
|
95
|
+
else
|
96
|
+
{
|
97
|
+
addQueueCommand(pCmd);
|
98
|
+
start(epLow);
|
99
|
+
|
100
|
+
return ((HttpCommand)pCmd).getRetValue();
|
101
|
+
}
|
102
|
+
}
|
103
|
+
|
104
|
+
public override void processCommand(IQueueCommand pCmd)
|
105
|
+
{
|
106
|
+
((HttpCommand)pCmd).execute();
|
107
|
+
}
|
108
|
+
|
109
|
+
public const int hcNone = 0, hcGet = 1, hcPost=2, hcDownload=3, hcUpload =4;
|
110
|
+
|
111
|
+
public class HttpCommand : IQueueCommand
|
112
|
+
{
|
113
|
+
int m_eCmd;
|
114
|
+
public String m_strCallback, m_strCallbackParams;
|
115
|
+
Hashtable<String, String> m_mapHeaders = new Hashtable<String, String>();
|
116
|
+
|
117
|
+
private NetRequest m_pNetRequest;
|
118
|
+
String m_strResBody;
|
119
|
+
private MutableString m_valBody;
|
120
|
+
|
121
|
+
RhoParams m_params;
|
122
|
+
|
123
|
+
public HttpCommand(String strCmd, RhoParams p)
|
124
|
+
{
|
125
|
+
m_params = new RhoParams(p);
|
126
|
+
m_eCmd = translateCommand(strCmd);
|
127
|
+
m_strCallback = m_params.getString("callback");
|
128
|
+
m_strCallbackParams = m_params.getString("callback_param");
|
129
|
+
|
130
|
+
m_mapHeaders = m_params.getHash("headers");
|
131
|
+
|
132
|
+
m_pNetRequest = RhoClassFactory.createNetRequest();
|
133
|
+
m_pNetRequest.sslVerifyPeer(m_params.getBool("ssl_verify_peer"));
|
134
|
+
}
|
135
|
+
|
136
|
+
int translateCommand(String strCmd)
|
137
|
+
{
|
138
|
+
if ( strCmd.compareTo("GET") == 0 )
|
139
|
+
return hcGet;
|
140
|
+
else if ( strCmd.compareTo("POST") == 0 )
|
141
|
+
return hcPost;
|
142
|
+
else if ( strCmd.compareTo("Download") == 0 )
|
143
|
+
return hcDownload;
|
144
|
+
else if ( strCmd.compareTo("Upload") == 0 )
|
145
|
+
return hcUpload;
|
146
|
+
|
147
|
+
return hcNone;
|
148
|
+
}
|
149
|
+
|
150
|
+
void processResponse(NetResponse resp )
|
151
|
+
{
|
152
|
+
if (resp.isOK() && m_mapHeaders != null)
|
153
|
+
{
|
154
|
+
String strContType = null;
|
155
|
+
m_mapHeaders.TryGetValue("content-type", out strContType);
|
156
|
+
if ( strContType != null && strContType.indexOf("application/json") >=0 )
|
157
|
+
{
|
158
|
+
///// RJSONTokener json = new RJSONTokener(resp.getCharData());
|
159
|
+
try{
|
160
|
+
///// m_valBody = json.nextRValue();
|
161
|
+
fastJSON.RJSONTokener.JsonDecode(resp.getCharData());
|
162
|
+
return;
|
163
|
+
}catch(Exception exc)
|
164
|
+
{
|
165
|
+
LOG.ERROR("Incorrect json body.", exc);
|
166
|
+
}
|
167
|
+
}
|
168
|
+
}
|
169
|
+
|
170
|
+
m_valBody = CRhoRuby.create_string(resp.getCharData());
|
171
|
+
}
|
172
|
+
|
173
|
+
public void execute()
|
174
|
+
{
|
175
|
+
NetResponse resp = null;
|
176
|
+
try
|
177
|
+
{
|
178
|
+
switch( m_eCmd )
|
179
|
+
{
|
180
|
+
case hcGet:
|
181
|
+
///m_pNetRequest.setIgnoreSuffixOnSim(false);
|
182
|
+
resp = m_pNetRequest.doRequest( m_params.getString("http_command", "GET"),
|
183
|
+
m_params.getString("url"), m_params.getString("body"), null, m_mapHeaders);
|
184
|
+
break;
|
185
|
+
case hcPost:
|
186
|
+
///m_pNetRequest.setIgnoreSuffixOnSim(false);
|
187
|
+
resp = m_pNetRequest.doRequest(m_params.getString("http_command", "POST"),
|
188
|
+
m_params.getString("url"), m_params.getString("body"), null, m_mapHeaders);
|
189
|
+
break;
|
190
|
+
|
191
|
+
case hcDownload:
|
192
|
+
resp = m_pNetRequest.pullFile(m_params.getString("url"), m_params.getString("filename"), null, m_mapHeaders);
|
193
|
+
break;
|
194
|
+
|
195
|
+
case hcUpload:
|
196
|
+
{
|
197
|
+
Vector<NetRequest.MultipartItem>/*Ptr<net::CMultipartItem*>*/ arMultipartItems = new Vector<NetRequest.MultipartItem>();
|
198
|
+
|
199
|
+
RhoParamArray arParams = new RhoParamArray( m_params, "multipart");
|
200
|
+
if ( arParams.size() > 0 )
|
201
|
+
{
|
202
|
+
for( int i = 0; i < arParams.size(); i++)
|
203
|
+
{
|
204
|
+
RhoParams oItem = arParams.getItem(i);
|
205
|
+
|
206
|
+
NetRequest.MultipartItem pItem = new NetRequest.MultipartItem();
|
207
|
+
String strBody = oItem.getString("body");
|
208
|
+
if ( strBody.length() > 0 )
|
209
|
+
{
|
210
|
+
pItem.m_strBody = strBody;
|
211
|
+
pItem.m_strContentType = oItem.getString("content_type", "application/x-www-form-urlencoded");
|
212
|
+
}
|
213
|
+
else
|
214
|
+
{
|
215
|
+
pItem.m_strFilePath = oItem.getString("filename");
|
216
|
+
pItem.m_strContentType = oItem.getString("content_type", "application/octet-stream");
|
217
|
+
}
|
218
|
+
|
219
|
+
pItem.m_strName = oItem.getString("name");
|
220
|
+
pItem.m_strFileName = oItem.getString("filename_base");
|
221
|
+
arMultipartItems.addElement(pItem);
|
222
|
+
}
|
223
|
+
}else
|
224
|
+
{
|
225
|
+
NetRequest.MultipartItem pItem = new NetRequest.MultipartItem();
|
226
|
+
pItem.m_strFilePath = m_params.getString("filename");
|
227
|
+
pItem.m_strContentType = m_params.getString("file_content_type", "application/octet-stream");
|
228
|
+
pItem.m_strName = m_params.getString("name");
|
229
|
+
pItem.m_strFileName = m_params.getString("filename_base");
|
230
|
+
arMultipartItems.addElement(pItem);
|
231
|
+
|
232
|
+
String strBody = m_params.getString("body");
|
233
|
+
if ( strBody.length() > 0 )
|
234
|
+
{
|
235
|
+
NetRequest.MultipartItem pItem2 = new NetRequest.MultipartItem();
|
236
|
+
pItem2.m_strBody = strBody;
|
237
|
+
pItem2.m_strContentType = (String)m_mapHeaders.get("content-type");
|
238
|
+
arMultipartItems.addElement(pItem2);
|
239
|
+
}
|
240
|
+
}
|
241
|
+
|
242
|
+
resp = m_pNetRequest.pushMultipartData( m_params.getString("url"), arMultipartItems, null, m_mapHeaders );
|
243
|
+
break;
|
244
|
+
}
|
245
|
+
}
|
246
|
+
|
247
|
+
if ( !m_pNetRequest.isCancelled())
|
248
|
+
{
|
249
|
+
processResponse(resp);
|
250
|
+
callNotify(resp,0);
|
251
|
+
}
|
252
|
+
}catch(IOException exc)
|
253
|
+
{
|
254
|
+
LOG.ERROR("command failed: " + m_eCmd + "url: " + m_params.getString("url"), exc);
|
255
|
+
callNotify(null, RhoAppAdapter.ERR_NETWORK);
|
256
|
+
}catch(Exception exc)
|
257
|
+
{
|
258
|
+
LOG.ERROR("command crashed: " + m_eCmd + "url: " + m_params.getString("url"), exc);
|
259
|
+
callNotify(null, RhoAppAdapter.ERR_RUNTIME);
|
260
|
+
}
|
261
|
+
}
|
262
|
+
|
263
|
+
public void cancel()
|
264
|
+
{
|
265
|
+
if (m_pNetRequest!=null )
|
266
|
+
m_pNetRequest.cancel();
|
267
|
+
}
|
268
|
+
|
269
|
+
void callNotify(NetResponse resp, int nError )
|
270
|
+
{
|
271
|
+
m_strResBody = "rho_callback=1";
|
272
|
+
m_strResBody += "&status=";
|
273
|
+
if ( nError > 0 )
|
274
|
+
{
|
275
|
+
m_strResBody += "error&error_code=" + nError;
|
276
|
+
}else
|
277
|
+
{
|
278
|
+
if ( resp.isOK() )
|
279
|
+
m_strResBody += "ok";
|
280
|
+
else
|
281
|
+
{
|
282
|
+
m_strResBody += "error&error_code=";
|
283
|
+
m_strResBody += RhoAppAdapter.getErrorFromResponse(resp);
|
284
|
+
//if ( resp.isResponseRecieved())
|
285
|
+
m_strResBody += "&http_error=" + resp.getRespCode();
|
286
|
+
}
|
287
|
+
|
288
|
+
String cookies = resp.getCookies();
|
289
|
+
if (cookies.length()>0)
|
290
|
+
m_strResBody += "&cookies=" + URI.urlEncode(cookies);
|
291
|
+
|
292
|
+
String strHeaders = makeHeadersString();
|
293
|
+
if (strHeaders.length() > 0 )
|
294
|
+
m_strResBody += "&" + strHeaders;
|
295
|
+
|
296
|
+
m_strResBody += "&" + RHODESAPP().addCallbackObject(m_valBody, "body");
|
297
|
+
}
|
298
|
+
|
299
|
+
if ( m_strCallbackParams.length() > 0 )
|
300
|
+
m_strResBody += "&" + m_strCallbackParams;
|
301
|
+
|
302
|
+
if ( m_strCallback.length() > 0 )
|
303
|
+
{
|
304
|
+
try{
|
305
|
+
String strFullUrl = m_pNetRequest.resolveUrl(m_strCallback);
|
306
|
+
NetResponse resp1 = m_pNetRequest.pushData( strFullUrl, m_strResBody, null );
|
307
|
+
if ( !resp1.isOK() )
|
308
|
+
LOG.ERROR("AsyncHttp notification failed. Code: " + resp1.getRespCode() + "; Error body: " + resp1.getCharData() );
|
309
|
+
}catch(Exception exc)
|
310
|
+
{
|
311
|
+
LOG.ERROR("Async http callback failed.", exc);
|
312
|
+
}
|
313
|
+
}
|
314
|
+
}
|
315
|
+
|
316
|
+
public MutableString getRetValue()
|
317
|
+
{
|
318
|
+
if ( m_strCallback.length() == 0 )
|
319
|
+
return CRhoRuby.create_string(m_strResBody);
|
320
|
+
|
321
|
+
return null;
|
322
|
+
}
|
323
|
+
|
324
|
+
public boolean equals(IQueueCommand cmd){ return false; }
|
325
|
+
|
326
|
+
public String toString()
|
327
|
+
{
|
328
|
+
switch(m_eCmd)
|
329
|
+
{
|
330
|
+
case hcGet:
|
331
|
+
return "GET";
|
332
|
+
case hcPost:
|
333
|
+
return "POST";
|
334
|
+
case hcDownload:
|
335
|
+
return "Download";
|
336
|
+
case hcUpload:
|
337
|
+
return "Upload";
|
338
|
+
}
|
339
|
+
return "Unknown";
|
340
|
+
}
|
341
|
+
|
342
|
+
String makeHeadersString()
|
343
|
+
{
|
344
|
+
String strRes = "";
|
345
|
+
|
346
|
+
foreach (KeyValuePair<String, String> kvp in m_mapHeaders)
|
347
|
+
{
|
348
|
+
if (strRes.length() > 0)
|
349
|
+
strRes += "&";
|
350
|
+
|
351
|
+
strRes += "headers[";
|
352
|
+
strRes += URI.urlEncode(kvp.Key.ToString());
|
353
|
+
strRes += "]=";
|
354
|
+
strRes += URI.urlEncode(kvp.Value.ToString());
|
355
|
+
}
|
356
|
+
|
357
|
+
return strRes;
|
358
|
+
}
|
359
|
+
|
360
|
+
}
|
361
|
+
}
|
362
|
+
}
|
@@ -0,0 +1,466 @@
|
|
1
|
+
using System;
|
2
|
+
using rho.common;
|
3
|
+
using rho;
|
4
|
+
using System.Collections.Generic;
|
5
|
+
|
6
|
+
namespace rho.net
|
7
|
+
{
|
8
|
+
public class CHttpServer : CThreadQueue
|
9
|
+
{
|
10
|
+
private static RhoLogger LOG = RhoLogger.RHO_STRIP_LOG ? new RhoEmptyLogger() :
|
11
|
+
new RhoLogger("HttpServer");
|
12
|
+
|
13
|
+
String m_root;
|
14
|
+
|
15
|
+
static CRhodesApp RHODESAPP() { return CRhodesApp.Instance; }
|
16
|
+
private CRhoRuby RhoRuby { get { return CRhoRuby.Instance; } }
|
17
|
+
|
18
|
+
class CRoute
|
19
|
+
{
|
20
|
+
public String application = "";
|
21
|
+
public String model = "";
|
22
|
+
public String id = "";
|
23
|
+
public String action = "";
|
24
|
+
|
25
|
+
public static bool isid(String s)
|
26
|
+
{
|
27
|
+
return s.Length > 2 && s[0] == '{' && s[s.Length - 1] == '}';
|
28
|
+
}
|
29
|
+
};
|
30
|
+
/*public class CResponse
|
31
|
+
{
|
32
|
+
public String m_strUrl = "";
|
33
|
+
public bool m_bRedirect = true;
|
34
|
+
|
35
|
+
public CResponse(String strUrl) { m_strUrl = strUrl; m_bRedirect = true; }
|
36
|
+
public CResponse(bool bRedirect) { m_bRedirect = bRedirect; }
|
37
|
+
};*/
|
38
|
+
class CServerCommand : IQueueCommand
|
39
|
+
{
|
40
|
+
String m_method, m_uri, m_query, m_body;
|
41
|
+
CRoute m_route;
|
42
|
+
CHttpServer m_Parent;
|
43
|
+
int m_nCommand;
|
44
|
+
|
45
|
+
public const int scDispatch = 1, scIndex = 2;
|
46
|
+
|
47
|
+
public CServerCommand(CHttpServer Parent, CRoute route,
|
48
|
+
String method, String uri, String query, String body, int nCommand)
|
49
|
+
{
|
50
|
+
m_Parent = Parent;
|
51
|
+
m_method = method;
|
52
|
+
m_uri = uri;
|
53
|
+
m_query = query;
|
54
|
+
m_body = body;
|
55
|
+
m_route = route;
|
56
|
+
m_nCommand = nCommand;
|
57
|
+
}
|
58
|
+
|
59
|
+
public void execute()
|
60
|
+
{
|
61
|
+
String strUrl = "";
|
62
|
+
if (m_nCommand == scDispatch )
|
63
|
+
strUrl = m_Parent.processDispatch(m_route, m_method, m_uri, m_query, m_body);
|
64
|
+
else if ( m_nCommand == scIndex )
|
65
|
+
strUrl = m_Parent.processIndex(m_route, m_method, m_uri, m_query, m_body);
|
66
|
+
|
67
|
+
RHODESAPP().processWebNavigate(strUrl);
|
68
|
+
}
|
69
|
+
|
70
|
+
public boolean equals(IQueueCommand cmd) { return false; }
|
71
|
+
public void cancel() { }
|
72
|
+
public String toString() { return "uri :" + m_uri + "; cmd: " + (m_nCommand == scDispatch ? "dispatch" : "index"); }
|
73
|
+
};
|
74
|
+
|
75
|
+
public CHttpServer(String strFileRoot)
|
76
|
+
{
|
77
|
+
m_root = strFileRoot;
|
78
|
+
|
79
|
+
base.setLogCategory(LOG.getLogCategory());
|
80
|
+
|
81
|
+
setPollInterval(QUEUE_POLL_INTERVAL_INFINITE);
|
82
|
+
|
83
|
+
start(epNormal);
|
84
|
+
}
|
85
|
+
|
86
|
+
public override void run()
|
87
|
+
{
|
88
|
+
RHODESAPP().startApp();
|
89
|
+
base.run();
|
90
|
+
}
|
91
|
+
|
92
|
+
public override void processCommand(IQueueCommand pCmd)
|
93
|
+
{
|
94
|
+
(pCmd as CServerCommand).execute();
|
95
|
+
}
|
96
|
+
|
97
|
+
public boolean processBrowserRequest(Uri uri)
|
98
|
+
{
|
99
|
+
if (!uri.OriginalString.StartsWith(RHODESAPP().getHomeUrl())
|
100
|
+
&& (uri.IsAbsoluteUri || uri.OriginalString.StartsWith("res:")))
|
101
|
+
return false;
|
102
|
+
|
103
|
+
String query = "";
|
104
|
+
String url = uri.OriginalString;
|
105
|
+
url = url.StartsWith(RHODESAPP().getHomeUrl()) ? url.substring(RHODESAPP().getHomeUrl().length()) : url;
|
106
|
+
|
107
|
+
int nFrag = url.LastIndexOf('#');
|
108
|
+
if (nFrag >= 0)
|
109
|
+
url = url.Substring(0, nFrag);
|
110
|
+
|
111
|
+
int nQuery = url.IndexOf('?');
|
112
|
+
if (nQuery >= 0)
|
113
|
+
{
|
114
|
+
query = url.Substring(nQuery + 1);
|
115
|
+
url = url.Substring(0, nQuery);
|
116
|
+
}
|
117
|
+
|
118
|
+
if (url.EndsWith(".gen.html") || (isknowntype(url) && url.StartsWith(m_root)))
|
119
|
+
return false;
|
120
|
+
|
121
|
+
CRoute route = new CRoute();
|
122
|
+
if (dispatch(url, route))
|
123
|
+
{
|
124
|
+
addQueueCommand(new CServerCommand(this, route, "GET", url, query, "", CServerCommand.scDispatch));
|
125
|
+
|
126
|
+
return true;
|
127
|
+
}
|
128
|
+
|
129
|
+
String fullPath = url.StartsWith(m_root) ? url : CFilePath.join(m_root, url);
|
130
|
+
|
131
|
+
String strIndexFile = getIndex(fullPath);
|
132
|
+
if (strIndexFile.Length > 0)
|
133
|
+
{
|
134
|
+
addQueueCommand(new CServerCommand(this, route, "GET", url, query, "", CServerCommand.scIndex));
|
135
|
+
|
136
|
+
return true;
|
137
|
+
}
|
138
|
+
|
139
|
+
return false;
|
140
|
+
}
|
141
|
+
|
142
|
+
String processDispatch(CRoute route, String method, String uri, String query, String body)
|
143
|
+
{
|
144
|
+
Object rhoReq = create_request_hash(route, method, uri, query, null, body);
|
145
|
+
Object rhoResp = RhoRuby.callServe(rhoReq);
|
146
|
+
|
147
|
+
String strRedirectUrl = getRedirectUrl(rhoResp);
|
148
|
+
if (strRedirectUrl.Length > 0)
|
149
|
+
return strRedirectUrl;
|
150
|
+
|
151
|
+
String strFilePath = RHODESAPP().canonicalizeRhoPath(uri) + ".gen.html";
|
152
|
+
if (route.id.Length > 0)
|
153
|
+
strFilePath = CFilePath.join(m_root, route.application + "/" + route.model + "/" + route.action) + ".gen.html";
|
154
|
+
|
155
|
+
CRhoFile.recursiveCreateDir(strFilePath);
|
156
|
+
CRhoFile.writeDataToFile(strFilePath, getResponseBody(rhoResp));
|
157
|
+
|
158
|
+
if (method == "GET")
|
159
|
+
RHODESAPP().keepLastVisitedUrl(uri);
|
160
|
+
|
161
|
+
return strFilePath;
|
162
|
+
}
|
163
|
+
|
164
|
+
String processIndex(CRoute route, String method, String uri, String query, String body)
|
165
|
+
{
|
166
|
+
String fullPath = uri.StartsWith(m_root) ? uri : CFilePath.join(m_root, uri);
|
167
|
+
String strIndexFile = getIndex(fullPath);
|
168
|
+
|
169
|
+
if (!CRhoFile.isResourceFileExist(strIndexFile))
|
170
|
+
{
|
171
|
+
String error = "<html><font size=\"+4\"><h2>404 Not Found.</h2> The file " + uri + " was not found.</font></html>";
|
172
|
+
String strFilePath = CFilePath.join(m_root, "rhodes_error") + ".gen.html";
|
173
|
+
CRhoFile.recursiveCreateDir(strFilePath);
|
174
|
+
CRhoFile.writeStringToFile(strFilePath, error);
|
175
|
+
return strFilePath;
|
176
|
+
}
|
177
|
+
|
178
|
+
if (CFilePath.getExtension(fullPath).Length > 0)
|
179
|
+
return strIndexFile;
|
180
|
+
|
181
|
+
Object rhoReq = create_request_hash(route, method, uri, query, null, body);
|
182
|
+
Object rhoResp = RhoRuby.callServeIndex(strIndexFile, rhoReq);
|
183
|
+
|
184
|
+
String strRedirectUrl = getRedirectUrl(rhoResp);
|
185
|
+
if (strRedirectUrl.Length > 0)
|
186
|
+
return strRedirectUrl;
|
187
|
+
|
188
|
+
strIndexFile += ".gen.html";
|
189
|
+
CRhoFile.recursiveCreateDir(strIndexFile);
|
190
|
+
CRhoFile.writeDataToFile(strIndexFile, getResponseBody(rhoResp));
|
191
|
+
|
192
|
+
if (method == "GET")
|
193
|
+
RHODESAPP().keepLastVisitedUrl(uri);
|
194
|
+
|
195
|
+
return strIndexFile;
|
196
|
+
}
|
197
|
+
/*
|
198
|
+
CResponse decide(String method, String uri, String query, String body)
|
199
|
+
{
|
200
|
+
//if (process_registered(uri))
|
201
|
+
// return new CResponse(false);
|
202
|
+
|
203
|
+
CRoute route = new CRoute();
|
204
|
+
if (dispatch(uri, route))
|
205
|
+
{
|
206
|
+
Object rhoReq = create_request_hash(route, method, uri, query, null, body);
|
207
|
+
Object rhoResp = RhoRuby.callServe(rhoReq);
|
208
|
+
|
209
|
+
String strRedirectUrl = getRedirectUrl(rhoResp);
|
210
|
+
if (strRedirectUrl.Length > 0)
|
211
|
+
return new CResponse(strRedirectUrl);
|
212
|
+
|
213
|
+
String strFilePath = RHODESAPP().canonicalizeRhoPath(uri) + ".gen.html";
|
214
|
+
if ( route.id.Length > 0 )
|
215
|
+
strFilePath = CFilePath.join(m_root, route.application + "/" + route.model + "/" + route.action) + ".gen.html";
|
216
|
+
|
217
|
+
CRhoFile.recursiveCreateDir(strFilePath);
|
218
|
+
CRhoFile.writeDataToFile(strFilePath, getResponseBody(rhoResp));
|
219
|
+
|
220
|
+
if (method == "GET")
|
221
|
+
RHODESAPP().keepLastVisitedUrl(uri);
|
222
|
+
|
223
|
+
return new CResponse(strFilePath);
|
224
|
+
}
|
225
|
+
|
226
|
+
String fullPath = uri.StartsWith(m_root) ? uri : CFilePath.join(m_root, uri);
|
227
|
+
|
228
|
+
String strIndexFile = getIndex(fullPath);
|
229
|
+
if (strIndexFile.Length > 0 )
|
230
|
+
{
|
231
|
+
if (!CRhoFile.isResourceFileExist(strIndexFile))
|
232
|
+
{
|
233
|
+
String error = "<html><font size=\"+4\"><h2>404 Not Found.</h2> The file " + uri + " was not found.</font></html>";
|
234
|
+
String strFilePath = CFilePath.join(m_root,"rhodes_error") + ".gen.html";
|
235
|
+
CRhoFile.recursiveCreateDir(strFilePath);
|
236
|
+
CRhoFile.writeStringToFile(strFilePath, error);
|
237
|
+
return new CResponse(strFilePath);
|
238
|
+
}
|
239
|
+
|
240
|
+
if (CFilePath.getExtension(fullPath).Length > 0)
|
241
|
+
return new CResponse(strIndexFile);
|
242
|
+
|
243
|
+
Object rhoReq = create_request_hash(route, method, uri, query, null, body);
|
244
|
+
Object rhoResp = RhoRuby.callServeIndex(strIndexFile, rhoReq);
|
245
|
+
|
246
|
+
String strRedirectUrl = getRedirectUrl(rhoResp);
|
247
|
+
if (strRedirectUrl.Length > 0)
|
248
|
+
return new CResponse(strRedirectUrl);
|
249
|
+
|
250
|
+
strIndexFile += ".gen.html";
|
251
|
+
CRhoFile.recursiveCreateDir(strIndexFile);
|
252
|
+
CRhoFile.writeDataToFile(strIndexFile, getResponseBody(rhoResp));
|
253
|
+
|
254
|
+
if (method == "GET")
|
255
|
+
RHODESAPP().keepLastVisitedUrl(uri);
|
256
|
+
|
257
|
+
return new CResponse(strIndexFile);
|
258
|
+
}
|
259
|
+
|
260
|
+
return new CResponse(false);
|
261
|
+
}*/
|
262
|
+
|
263
|
+
public bool call_ruby_method(String uri, String body, out String strReply)
|
264
|
+
{
|
265
|
+
CRoute route = new CRoute();
|
266
|
+
strReply = String.Empty;
|
267
|
+
if (!dispatch(uri, route))
|
268
|
+
{
|
269
|
+
if (route.application.equalsIgnoreCase("system"))
|
270
|
+
{
|
271
|
+
if (route.model.equalsIgnoreCase("geolocation"))
|
272
|
+
{
|
273
|
+
//TODO: geolocation
|
274
|
+
//showGeoLocation();
|
275
|
+
return true;
|
276
|
+
}
|
277
|
+
else if (route.model.equalsIgnoreCase("loadserversources"))
|
278
|
+
{
|
279
|
+
RhoRuby.loadServerSources(body);
|
280
|
+
return true;
|
281
|
+
}
|
282
|
+
else if (route.model.equalsIgnoreCase("loadallsyncsources"))
|
283
|
+
{
|
284
|
+
RhoRuby.loadAllSyncSources();
|
285
|
+
return true;
|
286
|
+
}
|
287
|
+
else if (route.model.equalsIgnoreCase("resetDBOnSyncUserChanged"))
|
288
|
+
{
|
289
|
+
RhoRuby.resetDBOnSyncUserChanged();
|
290
|
+
return true;
|
291
|
+
}
|
292
|
+
}
|
293
|
+
|
294
|
+
return false;
|
295
|
+
}
|
296
|
+
|
297
|
+
Dictionary<String, String> headers = new Dictionary<String, String>();
|
298
|
+
headers.Add("Content-Type","application/x-www-form-urlencoded");
|
299
|
+
Object rhoReq = create_request_hash(route, "POST", uri, String.Empty, headers, body);
|
300
|
+
Object rhoResp = RhoRuby.callServe(rhoReq);
|
301
|
+
strReply = getResponseBodyString(rhoResp);
|
302
|
+
|
303
|
+
return true;
|
304
|
+
}
|
305
|
+
|
306
|
+
byte[] getResponseBody(Object resp)
|
307
|
+
{
|
308
|
+
Object body = RhoRuby.hashGet(resp, "request-body");
|
309
|
+
return RhoRuby.getBytesFromString(body);
|
310
|
+
}
|
311
|
+
|
312
|
+
String getResponseBodyString(Object resp)
|
313
|
+
{
|
314
|
+
Object body = RhoRuby.hashGet(resp, "request-body");
|
315
|
+
return RhoRuby.getStringFromObject(body);
|
316
|
+
}
|
317
|
+
|
318
|
+
String getRedirectUrl(Object resp)
|
319
|
+
{
|
320
|
+
int nStatus = RhoRuby.hashGetInt(resp, "status");
|
321
|
+
if ( nStatus != 302 )
|
322
|
+
return String.Empty;
|
323
|
+
|
324
|
+
return RhoRuby.hashGetString(resp, "Location");
|
325
|
+
}
|
326
|
+
|
327
|
+
bool dispatch(String uri, CRoute route)
|
328
|
+
{
|
329
|
+
if (isknowntype(uri))
|
330
|
+
return false;
|
331
|
+
|
332
|
+
// Trying to parse route
|
333
|
+
if (!parse_route(uri, route))
|
334
|
+
return false;
|
335
|
+
|
336
|
+
// Convert CamelCase to underscore_case
|
337
|
+
String controllerName = "";
|
338
|
+
for (int i = 0; i < route.model.Length; i++)
|
339
|
+
{
|
340
|
+
if (Char.IsUpper(route.model[i]) && i > 0)
|
341
|
+
controllerName += '_';
|
342
|
+
|
343
|
+
controllerName += route.model[i];
|
344
|
+
}
|
345
|
+
controllerName = controllerName.ToLower();
|
346
|
+
|
347
|
+
String model_name_controller = m_root + "/" + route.application + "/" + route.model + "/" + controllerName + "_controller.rb";
|
348
|
+
String controller = m_root + "/" + route.application + "/" + route.model + "/controller.rb";
|
349
|
+
|
350
|
+
return CRhoFile.isResourceFileExist(model_name_controller) || CRhoFile.isResourceFileExist(controller);
|
351
|
+
}
|
352
|
+
|
353
|
+
bool parse_route(String uri, CRoute route)
|
354
|
+
{
|
355
|
+
if (uri.StartsWith(RHODESAPP().getHomeUrl()))
|
356
|
+
uri = uri.Substring(RHODESAPP().getHomeUrl().Length + 1);
|
357
|
+
|
358
|
+
if (uri.StartsWith(m_root))
|
359
|
+
uri = uri.Substring(m_root.Length+1);
|
360
|
+
else if ( uri.StartsWith("/") )
|
361
|
+
uri = uri.Remove(0, 1 );
|
362
|
+
|
363
|
+
String[] arParts = uri.Split('/');
|
364
|
+
if (arParts.Length > 0 )
|
365
|
+
route.application = arParts[0];
|
366
|
+
|
367
|
+
if (arParts.Length < 2)
|
368
|
+
return false;
|
369
|
+
|
370
|
+
route.model = arParts[1];
|
371
|
+
|
372
|
+
if (arParts.Length < 3)
|
373
|
+
return true;
|
374
|
+
|
375
|
+
String aoi = arParts[2];
|
376
|
+
if (CRoute.isid(aoi))
|
377
|
+
{
|
378
|
+
route.id = aoi;
|
379
|
+
if (arParts.Length > 3)
|
380
|
+
route.action = arParts[3];
|
381
|
+
}
|
382
|
+
else
|
383
|
+
{
|
384
|
+
if (arParts.Length > 3)
|
385
|
+
route.id = arParts[3];
|
386
|
+
|
387
|
+
route.action = aoi;
|
388
|
+
}
|
389
|
+
|
390
|
+
return true;
|
391
|
+
}
|
392
|
+
|
393
|
+
bool isknowntype(String uri)
|
394
|
+
{
|
395
|
+
String[] ignored_exts = { ".css", ".js", ".html", ".htm", ".png", ".bmp", ".jpg", ".jpeg", ".gif" };
|
396
|
+
|
397
|
+
String strExt = CFilePath.getExtension(uri).ToLower();
|
398
|
+
return find_in_string_array(strExt, ignored_exts);
|
399
|
+
}
|
400
|
+
|
401
|
+
String getIndex(String path)
|
402
|
+
{
|
403
|
+
String[] index_files = { "index_erb.rb", "index.html", "index.htm", "index.php", "index.cgi" };
|
404
|
+
|
405
|
+
if (CFilePath.getExtension(path).Length == 0)
|
406
|
+
return CFilePath.join(path, index_files[0]);
|
407
|
+
|
408
|
+
String strFileName = CFilePath.getBaseName(path);
|
409
|
+
return find_in_string_array(strFileName, index_files) ? path : "";
|
410
|
+
}
|
411
|
+
|
412
|
+
public bool process_registered(String uri)
|
413
|
+
{
|
414
|
+
//TODO: process_registered
|
415
|
+
return false;
|
416
|
+
}
|
417
|
+
|
418
|
+
Object create_request_hash(CRoute route, String method, String uri, String query,
|
419
|
+
Dictionary<String, String> headers, String body)
|
420
|
+
{
|
421
|
+
Object hash = RhoRuby.createHash();
|
422
|
+
|
423
|
+
if ( route != null )
|
424
|
+
{
|
425
|
+
RhoRuby.hashAdd(hash, "application", route.application);
|
426
|
+
RhoRuby.hashAdd(hash, "model", route.model);
|
427
|
+
|
428
|
+
if ( route.action.Length > 0 )
|
429
|
+
RhoRuby.hashAdd(hash, "action", route.action);
|
430
|
+
if ( route.id.Length > 0 )
|
431
|
+
RhoRuby.hashAdd(hash, "id", route.id);
|
432
|
+
}
|
433
|
+
|
434
|
+
RhoRuby.hashAdd(hash, "request-method", method);
|
435
|
+
RhoRuby.hashAdd(hash, "request-uri", uri);
|
436
|
+
RhoRuby.hashAdd(hash, "request-query", query);
|
437
|
+
|
438
|
+
Object hash_headers = RhoRuby.createHash();
|
439
|
+
if (headers != null)
|
440
|
+
{
|
441
|
+
Dictionary<String, String>.Enumerator hashEnum = headers.GetEnumerator();
|
442
|
+
while (hashEnum.MoveNext())
|
443
|
+
{
|
444
|
+
RhoRuby.hashAdd(hash_headers, hashEnum.Current.Key, hashEnum.Current.Value);
|
445
|
+
}
|
446
|
+
}
|
447
|
+
RhoRuby.hashAdd(hash, "headers", hash_headers);
|
448
|
+
|
449
|
+
if ( body.Length > 0 )
|
450
|
+
RhoRuby.hashAdd(hash, "request-body", body);
|
451
|
+
|
452
|
+
return hash;
|
453
|
+
}
|
454
|
+
|
455
|
+
bool find_in_string_array(String str, String[] ar)
|
456
|
+
{
|
457
|
+
for (int i = 0; i < ar.Length; i++)
|
458
|
+
{
|
459
|
+
if (str.CompareTo(ar[i]) == 0)
|
460
|
+
return true;
|
461
|
+
}
|
462
|
+
|
463
|
+
return false;
|
464
|
+
}
|
465
|
+
}
|
466
|
+
}
|