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
@@ -11,8 +11,8 @@ import com.rho.RhoClassFactory;
|
|
11
11
|
import com.rho.RhoEmptyLogger;
|
12
12
|
import com.rho.RhoLogger;
|
13
13
|
import com.rho.RhodesApp;
|
14
|
-
import com.xruby.runtime.builtin.ObjectFactory;
|
15
14
|
import com.xruby.runtime.lang.*;
|
15
|
+
import com.xruby.runtime.builtin.*;
|
16
16
|
import com.rho.RhoRubyHelper;
|
17
17
|
import com.rho.file.IRAFile;
|
18
18
|
|
@@ -29,6 +29,8 @@ public class System {
|
|
29
29
|
private static final RhoLogger LOG = RhoLogger.RHO_STRIP_LOG ? new RhoEmptyLogger() :
|
30
30
|
new RhoLogger("System");
|
31
31
|
|
32
|
+
private static RhodesApp RHODESAPP(){ return RhodesApp.getInstance(); }
|
33
|
+
|
32
34
|
public static void initMethods(RubyClass klass){
|
33
35
|
klass.getSingletonClass().defineMethod( "get_property", new RubyOneArgMethod(){
|
34
36
|
protected RubyValue run(RubyValue receiver, RubyValue arg, RubyBlock block )
|
@@ -267,6 +269,43 @@ public class System {
|
|
267
269
|
}
|
268
270
|
});
|
269
271
|
|
272
|
+
klass.getSingletonClass().defineMethod( "start_timer", new RubyVarArgMethod(){
|
273
|
+
protected RubyValue run(RubyValue receiver, RubyArray args, RubyBlock block )
|
274
|
+
{
|
275
|
+
try
|
276
|
+
{
|
277
|
+
if ( args == null || args.size() != 3 )
|
278
|
+
throw new RubyException(RubyRuntime.ArgumentErrorClass,
|
279
|
+
"in System.start_timer: wrong number of arguments ( " + args.size() + " for " + 3 + " )");
|
280
|
+
|
281
|
+
int nInterval = args.get(0).toInt();
|
282
|
+
String url = args.get(1).toStr();
|
283
|
+
String params = args.get(2).toStr();
|
284
|
+
|
285
|
+
RHODESAPP().getTimer().addTimer(nInterval, url, params);
|
286
|
+
return RubyConstant.QNIL;
|
287
|
+
} catch(Exception e) {
|
288
|
+
LOG.ERROR("start_timer failed", e);
|
289
|
+
throw (e instanceof RubyException ? (RubyException)e : new RubyException(e.getMessage()));
|
290
|
+
}
|
291
|
+
}
|
292
|
+
});
|
293
|
+
|
294
|
+
klass.getSingletonClass().defineMethod( "stop_timer", new RubyOneArgMethod(){
|
295
|
+
protected RubyValue run(RubyValue receiver, RubyValue arg1, RubyBlock block )
|
296
|
+
{
|
297
|
+
try
|
298
|
+
{
|
299
|
+
String url = arg1.toStr();
|
300
|
+
|
301
|
+
RHODESAPP().getTimer().stopTimer(url);
|
302
|
+
return RubyConstant.QNIL;
|
303
|
+
} catch(Exception e) {
|
304
|
+
LOG.ERROR("stop_timer failed", e);
|
305
|
+
throw (e instanceof RubyException ? (RubyException)e : new RubyException(e.getMessage()));
|
306
|
+
}
|
307
|
+
}
|
308
|
+
});
|
270
309
|
}
|
271
310
|
|
272
311
|
//@RubyLevelMethod(name="get_property", module=true)
|
@@ -287,6 +326,12 @@ public class System {
|
|
287
326
|
return ObjectFactory.createInteger(getScreenWidth());
|
288
327
|
if ( strPropName.equalsIgnoreCase("screen_height") )
|
289
328
|
return ObjectFactory.createInteger(getScreenHeight());
|
329
|
+
if ( strPropName.equalsIgnoreCase("screen_orientation")) {
|
330
|
+
if (getScreenHeight() >= getScreenWidth()) {
|
331
|
+
return ObjectFactory.createString("portrait");
|
332
|
+
}
|
333
|
+
return ObjectFactory.createString("landscape");
|
334
|
+
}
|
290
335
|
if ( strPropName.equalsIgnoreCase("ppi_x"))
|
291
336
|
return ObjectFactory.createFloat(getScreenPpiX());
|
292
337
|
if ( strPropName.equalsIgnoreCase("ppi_y"))
|
@@ -1423,7 +1423,14 @@ final public class RhodesApplication extends RhodesApplicationPlatform implement
|
|
1423
1423
|
synchronized(m_mxStackCommands)
|
1424
1424
|
{
|
1425
1425
|
if ( m_stackCommands.isEmpty() )
|
1426
|
-
|
1426
|
+
{
|
1427
|
+
int nTimeout = (int)RHODESAPP().getTimer().getNextTimeout();
|
1428
|
+
waitMs(nTimeout == 0 ? INTERVAL_INFINITE : nTimeout);
|
1429
|
+
|
1430
|
+
if ( !m_bExit && m_stackCommands.isEmpty() )
|
1431
|
+
RHODESAPP().getTimer().checkTimers();
|
1432
|
+
|
1433
|
+
}
|
1427
1434
|
}
|
1428
1435
|
}
|
1429
1436
|
|
@@ -27,7 +27,9 @@ public class CameraFilesListener implements FileSystemJournalListener {
|
|
27
27
|
|
28
28
|
private final String[] _folders = {
|
29
29
|
"file:///store/home/user/pictures/",
|
30
|
-
"file:///sdcard/blackberry/pictures/"
|
30
|
+
"file:///sdcard/blackberry/pictures/",
|
31
|
+
"file:///store/home/user/camera/",
|
32
|
+
"file:///sdcard/blackberry/camera/"
|
31
33
|
};
|
32
34
|
|
33
35
|
public CameraFilesListener(CameraScreen screen) {
|
@@ -72,8 +74,16 @@ public class CameraFilesListener implements FileSystemJournalListener {
|
|
72
74
|
continue;
|
73
75
|
|
74
76
|
String lpath = path.toLowerCase();
|
75
|
-
|
76
|
-
|
77
|
+
boolean bKnownFolder = false;
|
78
|
+
for( int i = 0; i < _folders.length; i++)
|
79
|
+
{
|
80
|
+
if ( lpath.startsWith(_folders[i]))
|
81
|
+
{
|
82
|
+
bKnownFolder = true;
|
83
|
+
break;
|
84
|
+
}
|
85
|
+
}
|
86
|
+
if (!bKnownFolder)
|
77
87
|
continue;
|
78
88
|
|
79
89
|
if (lpath.endsWith(".dat"))
|
@@ -9,7 +9,7 @@
|
|
9
9
|
#import <UIKit/UIKit.h>
|
10
10
|
|
11
11
|
|
12
|
-
@interface AppManager : NSObject {
|
12
|
+
@interface AppManager : NSObject <UIDocumentInteractionControllerDelegate>{
|
13
13
|
|
14
14
|
|
15
15
|
}
|
@@ -24,4 +24,8 @@
|
|
24
24
|
toPath:(NSString*)target remove:(BOOL)remove;
|
25
25
|
- (void) configure;
|
26
26
|
|
27
|
+
- (UIViewController *) documentInteractionControllerViewControllerForPreview: (UIDocumentInteractionController *) controller;
|
28
|
+
|
29
|
+
|
30
|
+
|
27
31
|
@end
|
@@ -23,6 +23,8 @@
|
|
23
23
|
#import "logging/RhoLog.h"
|
24
24
|
#import "../Event/Event.h"
|
25
25
|
|
26
|
+
#import "Rhodes.h"
|
27
|
+
|
26
28
|
|
27
29
|
#undef DEFAULT_LOGCATEGORY
|
28
30
|
#define DEFAULT_LOGCATEGORY "RhodesApp"
|
@@ -30,6 +32,55 @@
|
|
30
32
|
static bool UnzipApplication(const char* appRoot, const void* zipbuf, unsigned int ziplen);
|
31
33
|
//const char* RhoGetRootPath();
|
32
34
|
|
35
|
+
|
36
|
+
|
37
|
+
BOOL isPathIsSymLink(NSFileManager *fileManager, NSString* path) {
|
38
|
+
NSError *error;
|
39
|
+
|
40
|
+
NSDictionary *attributes = [fileManager attributesOfItemAtPath:path error:&error];
|
41
|
+
|
42
|
+
if (attributes == nil) {
|
43
|
+
//NSLog(@" SymLink NO : %@", path);
|
44
|
+
return NO;
|
45
|
+
}
|
46
|
+
|
47
|
+
NSString* fileType = [attributes objectForKey:NSFileType];
|
48
|
+
|
49
|
+
if (fileType == nil) {
|
50
|
+
//NSLog(@" SymLink NO : %@", path);
|
51
|
+
return NO;
|
52
|
+
}
|
53
|
+
|
54
|
+
BOOL res = [NSFileTypeSymbolicLink isEqualToString:fileType];
|
55
|
+
if (res) {
|
56
|
+
//NSLog(@" SymLink YES : %@", path);
|
57
|
+
}
|
58
|
+
else {
|
59
|
+
//NSLog(@" SymLink NO : %@", path);
|
60
|
+
}
|
61
|
+
|
62
|
+
return res;
|
63
|
+
}
|
64
|
+
|
65
|
+
|
66
|
+
@interface RhoFileManagerDelegate_RemoveOnly_SymLinks : NSObject {
|
67
|
+
@public
|
68
|
+
}
|
69
|
+
|
70
|
+
-(BOOL)fileManager:(NSFileManager *)fileManager shouldRemoveItemAtPath:(NSString *)path;
|
71
|
+
@end
|
72
|
+
|
73
|
+
@implementation RhoFileManagerDelegate_RemoveOnly_SymLinks
|
74
|
+
|
75
|
+
|
76
|
+
-(BOOL)fileManager:(NSFileManager *)fileManager shouldRemoveItemAtPath:(NSString *)path {
|
77
|
+
return isPathIsSymLink(fileManager, path);
|
78
|
+
}
|
79
|
+
|
80
|
+
@end
|
81
|
+
|
82
|
+
|
83
|
+
|
33
84
|
@implementation AppManager
|
34
85
|
|
35
86
|
+ (AppManager *)instance
|
@@ -126,6 +177,7 @@ static bool UnzipApplication(const char* appRoot, const void* zipbuf, unsigned i
|
|
126
177
|
return result;
|
127
178
|
}
|
128
179
|
|
180
|
+
|
129
181
|
/*
|
130
182
|
* Configures AppManager
|
131
183
|
*/
|
@@ -157,6 +209,30 @@ static bool UnzipApplication(const char* appRoot, const void* zipbuf, unsigned i
|
|
157
209
|
|
158
210
|
if (contentChanged) {
|
159
211
|
#ifdef RHO_DONT_COPY_ON_START
|
212
|
+
// we have next situations when we should remove old content:
|
213
|
+
// 1. we upgrade old version (where we copy all files)
|
214
|
+
// we should remove all files
|
215
|
+
// 2. we upgrade version with symlinks
|
216
|
+
// we should remove only symlinks
|
217
|
+
// we check old "lib" file - if it is SymLink then we have new version of Rhodes (with SymLinks instead of files)
|
218
|
+
|
219
|
+
NSString* testName = [rhoRoot stringByAppendingPathComponent:@"lib"];
|
220
|
+
//BOOL libExist = [fileManager fileExistsAtPath:testName];
|
221
|
+
//if (libExist) {
|
222
|
+
// NSLog(@" Lib File is Exist: %@", testName);
|
223
|
+
//}
|
224
|
+
//else {
|
225
|
+
// NSLog(@" Lib File is NOT Exist: %@", testName);
|
226
|
+
//}
|
227
|
+
|
228
|
+
BOOL isNewVersion = isPathIsSymLink(fileManager, testName);
|
229
|
+
|
230
|
+
RhoFileManagerDelegate_RemoveOnly_SymLinks* myDelegate = nil;
|
231
|
+
if (isNewVersion) {
|
232
|
+
myDelegate = [[RhoFileManagerDelegate_RemoveOnly_SymLinks alloc] init];
|
233
|
+
[fileManager setDelegate:myDelegate];
|
234
|
+
}
|
235
|
+
|
160
236
|
NSError *error;
|
161
237
|
// Create symlink to "lib"
|
162
238
|
NSString *src = [bundleRoot stringByAppendingPathComponent:@"lib"];
|
@@ -185,13 +261,22 @@ static bool UnzipApplication(const char* appRoot, const void* zipbuf, unsigned i
|
|
185
261
|
NSString *target = [dst stringByAppendingPathComponent:child];
|
186
262
|
NSLog(@"dst: %@", target);
|
187
263
|
[fileManager removeItemAtPath:target error:&error];
|
188
|
-
if ([child isEqualToString:@"rhoconfig.txt"])
|
264
|
+
if ([child isEqualToString:@"rhoconfig.txt"]) {
|
265
|
+
[fileManager setDelegate:nil];
|
266
|
+
[fileManager removeItemAtPath:target error:&error];
|
267
|
+
[fileManager setDelegate:myDelegate];
|
189
268
|
[fileManager copyItemAtPath:fchild toPath:target error:&error];
|
190
|
-
|
269
|
+
}
|
270
|
+
else {
|
191
271
|
[fileManager createSymbolicLinkAtPath:target withDestinationPath:fchild error:&error];
|
272
|
+
}
|
192
273
|
}
|
193
274
|
}
|
194
275
|
|
276
|
+
[fileManager setDelegate:nil];
|
277
|
+
if (myDelegate != nil) {
|
278
|
+
[myDelegate release];
|
279
|
+
}
|
195
280
|
// Finally, copy "hash" and "name" files
|
196
281
|
NSString *items[] = {@"hash", @"name"};
|
197
282
|
for (int i = 0, lim = sizeof(items)/sizeof(items[0]); i < lim; ++i) {
|
@@ -216,12 +301,43 @@ static bool UnzipApplication(const char* appRoot, const void* zipbuf, unsigned i
|
|
216
301
|
}
|
217
302
|
#endif
|
218
303
|
}
|
219
|
-
|
304
|
+
|
220
305
|
rho_logconf_Init(rho_native_rhopath());
|
221
306
|
rho_rhodesapp_create(rho_native_rhopath());
|
222
307
|
RAWLOG_INFO("Rhodes started");
|
223
308
|
}
|
224
309
|
|
310
|
+
|
311
|
+
- (UIViewController *) documentInteractionControllerViewControllerForPreview: (UIDocumentInteractionController *) controller {
|
312
|
+
|
313
|
+
return [[Rhodes sharedInstance] mainView];
|
314
|
+
|
315
|
+
}
|
316
|
+
|
317
|
+
- (void)openDocInteractCommand:(NSString*)url {
|
318
|
+
if (NSClassFromString(@"UIDocumentInteractionController")) {
|
319
|
+
NSURL *fileURL = [NSURL fileURLWithPath:url];
|
320
|
+
|
321
|
+
UIDocumentInteractionController* docController = [UIDocumentInteractionController interactionControllerWithURL:fileURL];
|
322
|
+
|
323
|
+
docController.delegate = self;//[AppManager instance];
|
324
|
+
|
325
|
+
BOOL result = [docController presentPreviewAnimated:YES];
|
326
|
+
|
327
|
+
if (!result) {
|
328
|
+
}
|
329
|
+
}
|
330
|
+
}
|
331
|
+
|
332
|
+
|
333
|
+
|
334
|
+
|
335
|
+
- (void)openDocInteract:(NSString*)url {
|
336
|
+
[self performSelectorOnMainThread:@selector(openDocInteractCommand:) withObject:url waitUntilDone:NO];
|
337
|
+
}
|
338
|
+
|
339
|
+
|
340
|
+
|
225
341
|
@end
|
226
342
|
|
227
343
|
const char* rho_native_rhopath()
|
@@ -250,12 +366,20 @@ VALUE rho_sys_get_locale()
|
|
250
366
|
int rho_sys_get_screen_width()
|
251
367
|
{
|
252
368
|
CGRect rect = [[UIScreen mainScreen] bounds];
|
369
|
+
UIInterfaceOrientation current_orientation = [[UIApplication sharedApplication] statusBarOrientation];
|
370
|
+
if ((current_orientation == UIInterfaceOrientationLandscapeLeft) || (current_orientation == UIInterfaceOrientationLandscapeRight)) {
|
371
|
+
return rect.size.height;
|
372
|
+
}
|
253
373
|
return rect.size.width;
|
254
374
|
}
|
255
375
|
|
256
376
|
int rho_sys_get_screen_height()
|
257
377
|
{
|
258
378
|
CGRect rect = [[UIScreen mainScreen] bounds];
|
379
|
+
UIInterfaceOrientation current_orientation = [[UIApplication sharedApplication] statusBarOrientation];
|
380
|
+
if ((current_orientation == UIInterfaceOrientationLandscapeLeft) || (current_orientation == UIInterfaceOrientationLandscapeRight)) {
|
381
|
+
return rect.size.width;
|
382
|
+
}
|
259
383
|
return rect.size.height;
|
260
384
|
}
|
261
385
|
|
@@ -284,15 +408,32 @@ void rho_sys_app_uninstall(const char *appname) {
|
|
284
408
|
NSLog(@"ALERT: Uninstall of applications is unsupported on iOS platfrom !!!");
|
285
409
|
}
|
286
410
|
|
411
|
+
|
287
412
|
void rho_sys_open_url(const char* url)
|
288
413
|
{
|
289
414
|
RAWLOG_INFO1("rho_sys_open_url: %s", url);
|
290
415
|
|
291
416
|
NSString* strUrl = [NSString stringWithUTF8String:url];
|
292
417
|
BOOL res = FALSE;
|
293
|
-
|
294
|
-
|
295
|
-
|
418
|
+
|
419
|
+
BOOL fileExists = [[NSFileManager defaultManager] fileExistsAtPath:strUrl];
|
420
|
+
if (!fileExists) {
|
421
|
+
NSString *fixed_path = [NSString stringWithUTF8String:rho_rhodesapp_getapprootpath()];
|
422
|
+
fixed_path = [fixed_path stringByAppendingString:strUrl];
|
423
|
+
fileExists = [[NSFileManager defaultManager] fileExistsAtPath:fixed_path];
|
424
|
+
if (fileExists) {
|
425
|
+
strUrl = fixed_path;
|
426
|
+
}
|
427
|
+
}
|
428
|
+
if (fileExists) {
|
429
|
+
res = TRUE;
|
430
|
+
[[AppManager instance] openDocInteract:strUrl];
|
431
|
+
}
|
432
|
+
else {
|
433
|
+
if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:strUrl]]) {
|
434
|
+
res = [[UIApplication sharedApplication] openURL:[NSURL URLWithString:strUrl]];
|
435
|
+
}
|
436
|
+
}
|
296
437
|
if ( res)
|
297
438
|
RAWLOG_INFO("rho_sys_open_url suceeded.");
|
298
439
|
else
|
@@ -317,8 +458,20 @@ void rho_sys_run_app(const char* appname, VALUE params)
|
|
317
458
|
}
|
318
459
|
//}
|
319
460
|
}
|
461
|
+
const char* full_url = [app_name UTF8String];
|
462
|
+
RAWLOG_INFO1("rho_sys_run_app: %s", full_url);
|
320
463
|
|
321
|
-
|
464
|
+
|
465
|
+
BOOL res = FALSE;
|
466
|
+
|
467
|
+
if ([[UIApplication sharedApplication] canOpenURL:[NSURL URLWithString:app_name]]) {
|
468
|
+
res = [[UIApplication sharedApplication] openURL:[NSURL URLWithString:app_name]];
|
469
|
+
}
|
470
|
+
|
471
|
+
if ( res)
|
472
|
+
RAWLOG_INFO("rho_sys_run_app suceeded.");
|
473
|
+
else
|
474
|
+
RAWLOG_INFO("rho_sys_run_app failed.");
|
322
475
|
}
|
323
476
|
|
324
477
|
|
@@ -346,6 +499,16 @@ int rho_sysimpl_get_property(char* szPropName, VALUE* resValue)
|
|
346
499
|
{*resValue = rho_ruby_create_integer(rho_sys_get_screen_width()); return 1; }
|
347
500
|
else if (strcasecmp("screen_height", szPropName) == 0)
|
348
501
|
{*resValue = rho_ruby_create_integer(rho_sys_get_screen_height()); return 1; }
|
502
|
+
else if (strcasecmp("screen_orientation", szPropName) == 0) {
|
503
|
+
UIInterfaceOrientation current_orientation = [[UIApplication sharedApplication] statusBarOrientation];
|
504
|
+
if ((current_orientation == UIInterfaceOrientationLandscapeLeft) || (current_orientation == UIInterfaceOrientationLandscapeRight)) {
|
505
|
+
*resValue = rho_ruby_create_string("landscape");
|
506
|
+
}
|
507
|
+
else {
|
508
|
+
*resValue = rho_ruby_create_string("portrait");
|
509
|
+
}
|
510
|
+
return 1;
|
511
|
+
}
|
349
512
|
else if (strcasecmp("has_network", szPropName) == 0)
|
350
513
|
{*resValue = rho_sys_has_network(); return 1; }
|
351
514
|
else if (strcasecmp("has_camera", szPropName) == 0) {
|
@@ -8,6 +8,8 @@
|
|
8
8
|
|
9
9
|
#import "DateTime.h"
|
10
10
|
#import "Rhodes.h"
|
11
|
+
#import "DateTimePickerDelegate.h"
|
12
|
+
|
11
13
|
|
12
14
|
|
13
15
|
void choose_datetime_with_range(char* callback, char* title, long initial_time, int format, char* data, long min_time, long max_time) {
|
@@ -27,4 +29,15 @@ void choose_datetime_with_range(char* callback, char* title, long initial_time,
|
|
27
29
|
|
28
30
|
void choose_datetime(char* callback, char* title, long initial_time, int format, char* data) {
|
29
31
|
choose_datetime_with_range(callback, title, initial_time, format, data, 0, 0 );
|
30
|
-
}
|
32
|
+
}
|
33
|
+
|
34
|
+
void set_change_value_callback_datetime(char* callback) {
|
35
|
+
NSString* ns_callback = nil;
|
36
|
+
if (callback != NULL) {
|
37
|
+
ns_callback = [NSString stringWithUTF8String:callback];
|
38
|
+
if ([ns_callback length] <= 0) {
|
39
|
+
ns_callback = nil;
|
40
|
+
}
|
41
|
+
}
|
42
|
+
[DateTimePickerDelegate setChangeValueCallback:ns_callback];
|
43
|
+
}
|
@@ -8,6 +8,10 @@
|
|
8
8
|
|
9
9
|
#import "DateTimePickerDelegate.h"
|
10
10
|
#import "common/RhodesApp.h"
|
11
|
+
#import "ruby/ext/rho/rhoruby.h"
|
12
|
+
|
13
|
+
|
14
|
+
static NSString* ourChangeValueCallback = nil;
|
11
15
|
|
12
16
|
@implementation DateTimePickerDelegate
|
13
17
|
|
@@ -68,6 +72,26 @@
|
|
68
72
|
[doneItem release];
|
69
73
|
}
|
70
74
|
|
75
|
+
|
76
|
+
-(void) onChangeValue:(id)sender {
|
77
|
+
if (ourChangeValueCallback == nil) {
|
78
|
+
return;
|
79
|
+
}
|
80
|
+
|
81
|
+
long long ldate = [self.pickerView.date timeIntervalSince1970];
|
82
|
+
|
83
|
+
NSString* strBody = @"&rho_callback=1";
|
84
|
+
strBody = [strBody stringByAppendingString:@"&status=change&result="];
|
85
|
+
strBody = [strBody stringByAppendingString:[[NSString alloc] initWithFormat:@"%qi" , ldate]];
|
86
|
+
strBody = [strBody stringByAppendingString:@"&opaque="];
|
87
|
+
strBody = [strBody stringByAppendingString:self.dateTime.data];
|
88
|
+
|
89
|
+
const char* cb = [ourChangeValueCallback UTF8String];
|
90
|
+
const char* b = [strBody UTF8String];
|
91
|
+
rho_net_request_with_data(rho_http_normalizeurl(cb), b);
|
92
|
+
}
|
93
|
+
|
94
|
+
|
71
95
|
- (void)createPicker:(UIView*)parent
|
72
96
|
{
|
73
97
|
self.parentView = parent;
|
@@ -145,14 +169,13 @@
|
|
145
169
|
// the date picker has finished sliding upwards, so add toolbar
|
146
170
|
[self.parentView addSubview:self.toolbar];
|
147
171
|
[self.parentView addSubview:self.barLabel];
|
172
|
+
[self.pickerView addTarget:self action:@selector(onChangeValue:) forControlEvents:UIControlEventValueChanged];
|
148
173
|
}
|
149
174
|
|
150
175
|
- (void)slideDownDidStop
|
151
176
|
{
|
152
177
|
// the date picker has finished sliding downwards, so remove it
|
153
178
|
[self.pickerView removeFromSuperview];
|
154
|
-
[self.barLabel removeFromSuperview];
|
155
|
-
[self.toolbar removeFromSuperview];
|
156
179
|
[self.pickerView release];
|
157
180
|
self.pickerView = nil;
|
158
181
|
[self.barLabel release];
|
@@ -175,13 +198,17 @@
|
|
175
198
|
[UIView setAnimationDidStopSelector:@selector(slideDownDidStop)];
|
176
199
|
|
177
200
|
// Remove toolbar immediately
|
201
|
+
[self.barLabel removeFromSuperview];
|
178
202
|
[self.toolbar removeFromSuperview];
|
203
|
+
|
179
204
|
self.pickerView.frame = endFrame;
|
180
205
|
[UIView commitAnimations];
|
181
206
|
}
|
182
207
|
|
183
208
|
- (IBAction)cancelAction:(id)sender
|
184
209
|
{
|
210
|
+
ourChangeValueCallback = nil;
|
211
|
+
[self.pickerView removeTarget:self action:@selector(onChangeValue:) forControlEvents:UIControlEventValueChanged];
|
185
212
|
//NSString *message = @"status=cancel";
|
186
213
|
//[self doCallback:message];
|
187
214
|
rho_rhodesapp_callDateTimeCallback(
|
@@ -192,6 +219,8 @@
|
|
192
219
|
|
193
220
|
- (IBAction)dateAction:(id)sender
|
194
221
|
{
|
222
|
+
ourChangeValueCallback = nil;
|
223
|
+
[self.pickerView removeTarget:self action:@selector(onChangeValue:) forControlEvents:UIControlEventValueChanged];
|
195
224
|
long ldate = [self.pickerView.date timeIntervalSince1970];
|
196
225
|
//NSMutableString *message = [[NSMutableString alloc] initWithFormat:@"status=ok&result=%@", [NSNumber numberWithLong:ldate]];
|
197
226
|
//if (self.dateTime.data) {
|
@@ -205,4 +234,9 @@
|
|
205
234
|
[self animateDown];
|
206
235
|
}
|
207
236
|
|
237
|
+
+(void)setChangeValueCallback:(NSString*)callback {
|
238
|
+
ourChangeValueCallback = callback;
|
239
|
+
}
|
240
|
+
|
241
|
+
|
208
242
|
@end
|