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,742 @@
|
|
1
|
+
/*
|
2
|
+
|
3
|
+
_/ _/_/ _/_/_/_/_/ _/
|
4
|
+
_/ _/ _/ _/_/ _/ _/ _/_/_/ _/_/_/
|
5
|
+
_/ _/ _/_/ _/ _/ _/ _/ _/ _/ _/ _/
|
6
|
+
_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
|
7
|
+
_/ _/_/ _/ _/ _/_/ _/_/_/ _/_/_/ _/ _/
|
8
|
+
_/
|
9
|
+
_/
|
10
|
+
|
11
|
+
Created by David Kaneda <http://www.davidkaneda.com>
|
12
|
+
Documentation and issue tracking on Google Code <http://code.google.com/p/jqtouch/>
|
13
|
+
|
14
|
+
Special thanks to Jonathan Stark <http://jonathanstark.com/>
|
15
|
+
and pinch/zoom <http://www.pinchzoom.com/>
|
16
|
+
|
17
|
+
(c) 2009 by jQTouch project members.
|
18
|
+
See LICENSE.txt for license.
|
19
|
+
|
20
|
+
$Revision: 109 $
|
21
|
+
$Date: 2009-10-06 12:23:30 -0400 (Tue, 06 Oct 2009) $
|
22
|
+
$LastChangedBy: davidcolbykaneda $
|
23
|
+
|
24
|
+
*/
|
25
|
+
|
26
|
+
(function($) {
|
27
|
+
$.jQTouch = function(options) {
|
28
|
+
|
29
|
+
// Set support values
|
30
|
+
$.support.WebKitCSSMatrix = (typeof WebKitCSSMatrix == "object");
|
31
|
+
$.support.touch = (typeof Touch == "object");
|
32
|
+
$.support.WebKitAnimationEvent = (typeof WebKitTransitionEvent == "object");
|
33
|
+
|
34
|
+
// Rho: Android 2.2 doesn't define WebKitTransitionEvent, though animations
|
35
|
+
// still work
|
36
|
+
if (navigator.userAgent.indexOf("Android 2") != -1) {
|
37
|
+
$.support.WebKitAnimationEvent = true;
|
38
|
+
}
|
39
|
+
|
40
|
+
// Set to 30 seconds; Ajax request doesn't come back if >= 60
|
41
|
+
$.ajaxSetup({timeout: 30000});
|
42
|
+
|
43
|
+
var asyncRequestSettings = {};
|
44
|
+
|
45
|
+
// Initialize internal variables
|
46
|
+
var $body,
|
47
|
+
$head = $('head'),
|
48
|
+
hist = [],
|
49
|
+
newPageCount = 0,
|
50
|
+
jQTSettings = {},
|
51
|
+
hashCheck,
|
52
|
+
currentPage,
|
53
|
+
orientation,
|
54
|
+
isMobileWebKit = RegExp(" Mobile/").test(navigator.userAgent),
|
55
|
+
tapReady = true,
|
56
|
+
lastAnimationTime = 0,
|
57
|
+
touchSelectors = [],
|
58
|
+
publicObj = {},
|
59
|
+
extensions = $.jQTouch.prototype.extensions,
|
60
|
+
defaultAnimations = ['slide','flip','slideup','swap','cube','pop','dissolve','fade','back'],
|
61
|
+
animations = [],
|
62
|
+
hairextensions = '';
|
63
|
+
|
64
|
+
// Get the party started
|
65
|
+
init(options);
|
66
|
+
|
67
|
+
function init(options) {
|
68
|
+
|
69
|
+
var defaults = {
|
70
|
+
addGlossToIcon: true,
|
71
|
+
// backSelector: '.back, .cancel, .goback',
|
72
|
+
backSelector: '.backButton a', // Rho
|
73
|
+
cacheGetRequests: true,
|
74
|
+
cubeSelector: '.cube',
|
75
|
+
dissolveSelector: '.dissolve',
|
76
|
+
fadeSelector: '.fade',
|
77
|
+
fixedViewport: true,
|
78
|
+
flipSelector: '.flip',
|
79
|
+
formSelector: 'form',
|
80
|
+
fullScreen: true,
|
81
|
+
fullScreenClass: 'fullscreen',
|
82
|
+
icon: null,
|
83
|
+
touchSelector: 'a, .touch',
|
84
|
+
popSelector: '.pop',
|
85
|
+
preloadImages: false,
|
86
|
+
// slideSelector: 'body > * > ul li a',
|
87
|
+
slideSelector: 'a',
|
88
|
+
slideupSelector: '.slideup',
|
89
|
+
startupScreen: null,
|
90
|
+
statusBar: 'default', // other options: black-translucent, black
|
91
|
+
submitSelector: '.submit',
|
92
|
+
swapSelector: '.swap',
|
93
|
+
useAnimations: true,
|
94
|
+
useFastTouch: true // Experimental.
|
95
|
+
};
|
96
|
+
jQTSettings = $.extend({}, defaults, options);
|
97
|
+
|
98
|
+
// Preload images
|
99
|
+
if (jQTSettings.preloadImages) {
|
100
|
+
for (var i = jQTSettings.preloadImages.length - 1; i >= 0; i--) {
|
101
|
+
(new Image()).src = jQTSettings.preloadImages[i];
|
102
|
+
}
|
103
|
+
;
|
104
|
+
}
|
105
|
+
// Set icon
|
106
|
+
if (jQTSettings.icon) {
|
107
|
+
var precomposed = (jQTSettings.addGlossToIcon) ? '' : '-precomposed';
|
108
|
+
hairextensions += '<link rel="apple-touch-icon' + precomposed + '" href="' + jQTSettings.icon + '" />';
|
109
|
+
}
|
110
|
+
// Set startup screen
|
111
|
+
if (jQTSettings.startupScreen) {
|
112
|
+
hairextensions += '<link rel="apple-touch-startup-image" href="' + jQTSettings.startupScreen + '" />';
|
113
|
+
}
|
114
|
+
// Set viewport
|
115
|
+
if (jQTSettings.fixedViewport) {
|
116
|
+
hairextensions += '<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;"/>';
|
117
|
+
}
|
118
|
+
// Set full-screen
|
119
|
+
if (jQTSettings.fullScreen) {
|
120
|
+
hairextensions += '<meta name="apple-mobile-web-app-capable" content="yes" />';
|
121
|
+
if (jQTSettings.statusBar) {
|
122
|
+
hairextensions += '<meta name="apple-mobile-web-app-status-bar-style" content="' + jQTSettings.statusBar + '" />';
|
123
|
+
}
|
124
|
+
}
|
125
|
+
if (hairextensions) $head.append(hairextensions);
|
126
|
+
|
127
|
+
// Initialize on document load:
|
128
|
+
$(document).ready(function() {
|
129
|
+
|
130
|
+
// Rho: Wrap body content in DIV tag
|
131
|
+
var content = $(document.body).children();
|
132
|
+
$("<div/>").append(content).appendTo(document.body)
|
133
|
+
|
134
|
+
// Add extensions
|
135
|
+
for (var i in extensions)
|
136
|
+
{
|
137
|
+
var fn = extensions[i];
|
138
|
+
if ($.isFunction(fn))
|
139
|
+
{
|
140
|
+
$.extend(publicObj, fn(publicObj));
|
141
|
+
}
|
142
|
+
}
|
143
|
+
|
144
|
+
// Add animations
|
145
|
+
for (var i in defaultAnimations)
|
146
|
+
{
|
147
|
+
var name = defaultAnimations[i];
|
148
|
+
var selector = jQTSettings[name + 'Selector'];
|
149
|
+
if (typeof(selector) == 'string') {
|
150
|
+
addAnimation({name:name, selector:selector});
|
151
|
+
}
|
152
|
+
}
|
153
|
+
|
154
|
+
touchSelectors.push('input');
|
155
|
+
touchSelectors.push(jQTSettings.touchSelector);
|
156
|
+
touchSelectors.push(jQTSettings.backSelector);
|
157
|
+
touchSelectors.push(jQTSettings.submitSelector);
|
158
|
+
$(touchSelectors.join(', ')).css('-webkit-touch-callout', 'none');
|
159
|
+
$(jQTSettings.backSelector).tap(liveTap);
|
160
|
+
$(jQTSettings.submitSelector).tap(submitParentForm);
|
161
|
+
$('a').tap(liveTap); // Rho: make all links call liveTap
|
162
|
+
$("[type=submit]").tap(submitParentForm);
|
163
|
+
|
164
|
+
$body = $('body');
|
165
|
+
|
166
|
+
if (jQTSettings.fullScreenClass && window.navigator.standalone == true) {
|
167
|
+
$body.addClass(jQTSettings.fullScreenClass + ' ' + jQTSettings.statusBar);
|
168
|
+
}
|
169
|
+
|
170
|
+
// Create custom live events
|
171
|
+
$body
|
172
|
+
.bind('touchstart', handleTouch)
|
173
|
+
.bind('orientationchange', updateOrientation)
|
174
|
+
.trigger('orientationchange')
|
175
|
+
.submit(submitForm);
|
176
|
+
|
177
|
+
if (jQTSettings.useFastTouch && $.support.touch)
|
178
|
+
{
|
179
|
+
$body.click(function(e) {
|
180
|
+
var $el = $(e.target);
|
181
|
+
if ($el.attr('target') == '_blank' || $el.attr('rel') == 'external' || $el.is('input[type="checkbox"]'))
|
182
|
+
{
|
183
|
+
return true;
|
184
|
+
} else {
|
185
|
+
return false;
|
186
|
+
}
|
187
|
+
});
|
188
|
+
|
189
|
+
// This additionally gets rid of form focusses
|
190
|
+
$body.mousedown(function(e) {
|
191
|
+
var timeDiff = (new Date()).getTime() - lastAnimationTime;
|
192
|
+
if (timeDiff < 200)
|
193
|
+
{
|
194
|
+
return false;
|
195
|
+
}
|
196
|
+
});
|
197
|
+
}
|
198
|
+
|
199
|
+
// Make sure exactly one child of body has "current" class
|
200
|
+
if ($('body > .current').length == 0) {
|
201
|
+
currentPage = $('body > *:first');
|
202
|
+
} else {
|
203
|
+
currentPage = $('body > .current:first');
|
204
|
+
$('body > .current').removeClass('current');
|
205
|
+
}
|
206
|
+
|
207
|
+
// Go to the top of the "current" page
|
208
|
+
$(currentPage).addClass('current');
|
209
|
+
location.hash = $(currentPage).attr('id');
|
210
|
+
addPageToHistory(currentPage);
|
211
|
+
scrollTo(0, 0);
|
212
|
+
dumbLoopStart();
|
213
|
+
});
|
214
|
+
}
|
215
|
+
|
216
|
+
// PUBLIC FUNCTIONS
|
217
|
+
function goBack(to) {
|
218
|
+
// Init the param
|
219
|
+
if (hist.length > 1) {
|
220
|
+
var numberOfPages = Math.min(parseInt(to || 1, 10), hist.length - 1);
|
221
|
+
|
222
|
+
// Search through the history for an ID
|
223
|
+
if (isNaN(numberOfPages) && typeof(to) === "string" && to != '#') {
|
224
|
+
for (var i = 1, length = hist.length; i < length; i++) {
|
225
|
+
if ('#' + hist[i].id === to) {
|
226
|
+
numberOfPages = i;
|
227
|
+
break;
|
228
|
+
}
|
229
|
+
}
|
230
|
+
}
|
231
|
+
|
232
|
+
// If still nothing, assume one
|
233
|
+
if (isNaN(numberOfPages) || numberOfPages < 1) {
|
234
|
+
numberOfPages = 1;
|
235
|
+
}
|
236
|
+
;
|
237
|
+
|
238
|
+
// Grab the current page for the "from" info
|
239
|
+
var animation = hist[0].animation;
|
240
|
+
var fromPage = hist[0].page;
|
241
|
+
|
242
|
+
// Remove all pages in front of the target page
|
243
|
+
hist.splice(0, numberOfPages);
|
244
|
+
|
245
|
+
// Grab the target page
|
246
|
+
var toPage = hist[0].page;
|
247
|
+
|
248
|
+
// Make the animations
|
249
|
+
animatePages(fromPage, toPage, animation, true);
|
250
|
+
|
251
|
+
return publicObj;
|
252
|
+
} else {
|
253
|
+
console.error('No pages in history.');
|
254
|
+
return false;
|
255
|
+
}
|
256
|
+
}
|
257
|
+
|
258
|
+
function goTo(toPage, animation) {
|
259
|
+
var fromPage = hist[0].page;
|
260
|
+
|
261
|
+
if (typeof(toPage) === 'string') {
|
262
|
+
toPage = $(toPage);
|
263
|
+
}
|
264
|
+
if (typeof(animation) === 'string') {
|
265
|
+
for (var i = animations.length - 1; i >= 0; i--) {
|
266
|
+
if (animations[i].name === animation)
|
267
|
+
{
|
268
|
+
animation = animations[i];
|
269
|
+
break;
|
270
|
+
}
|
271
|
+
}
|
272
|
+
}
|
273
|
+
if (animatePages(fromPage, toPage, animation)) {
|
274
|
+
addPageToHistory(toPage, animation);
|
275
|
+
return publicObj;
|
276
|
+
}
|
277
|
+
else
|
278
|
+
{
|
279
|
+
console.error('Could not animate pages.');
|
280
|
+
return false;
|
281
|
+
}
|
282
|
+
}
|
283
|
+
|
284
|
+
function getOrientation() {
|
285
|
+
return orientation;
|
286
|
+
}
|
287
|
+
|
288
|
+
// PRIVATE FUNCTIONS
|
289
|
+
function liveTap(e) {
|
290
|
+
// Grab the clicked element
|
291
|
+
var $el = $(e.target);
|
292
|
+
|
293
|
+
if ($el.attr('nodeName') !== 'A') {
|
294
|
+
$el = $el.parent('a');
|
295
|
+
}
|
296
|
+
|
297
|
+
var target = $el.attr('target'),
|
298
|
+
hash = $el.attr('hash'),
|
299
|
+
animation = null;
|
300
|
+
|
301
|
+
if (tapReady == false || !$el.length) {
|
302
|
+
console.warn('Not able to tap element.')
|
303
|
+
return false;
|
304
|
+
}
|
305
|
+
|
306
|
+
if ($el.attr('target') == '_blank' || $el.attr('rel') == 'external')
|
307
|
+
{
|
308
|
+
return true;
|
309
|
+
}
|
310
|
+
|
311
|
+
// Figure out the animation to use
|
312
|
+
for (var i = animations.length - 1; i >= 0; i--) {
|
313
|
+
if ($el.is(animations[i].selector)) {
|
314
|
+
animation = animations[i];
|
315
|
+
break;
|
316
|
+
}
|
317
|
+
}
|
318
|
+
|
319
|
+
// User clicked an internal link, fullscreen mode
|
320
|
+
if (target == '_webapp') {
|
321
|
+
window.location = $el.attr('href');
|
322
|
+
}
|
323
|
+
// User clicked a back button
|
324
|
+
else if ($el.is(jQTSettings.backSelector)) {
|
325
|
+
goBack(hash);
|
326
|
+
}
|
327
|
+
// Branch on internal or external href
|
328
|
+
else if (hash && hash != '#') {
|
329
|
+
$el.addClass('active');
|
330
|
+
goTo($(hash).data('referrer', $el), animation);
|
331
|
+
} else {
|
332
|
+
$el.addClass('loading active');
|
333
|
+
showPageByHref($el.attr('href'), {
|
334
|
+
animation: animation,
|
335
|
+
callback: function() {
|
336
|
+
$el.removeClass('loading');
|
337
|
+
setTimeout($.fn.unselect, 250, $el);
|
338
|
+
},
|
339
|
+
$referrer: $el
|
340
|
+
});
|
341
|
+
}
|
342
|
+
return false;
|
343
|
+
}
|
344
|
+
|
345
|
+
function addPageToHistory(page, animation) {
|
346
|
+
// Grab some info
|
347
|
+
var pageId = page.attr('id');
|
348
|
+
|
349
|
+
// Prepend info to page history
|
350
|
+
hist.unshift({
|
351
|
+
page: page,
|
352
|
+
animation: animation,
|
353
|
+
id: pageId
|
354
|
+
});
|
355
|
+
}
|
356
|
+
|
357
|
+
function animatePages(fromPage, toPage, animation, backwards) {
|
358
|
+
// Error check for target page
|
359
|
+
if (toPage.length === 0) {
|
360
|
+
$.fn.unselect();
|
361
|
+
console.error('Target element is missing.');
|
362
|
+
return false;
|
363
|
+
}
|
364
|
+
|
365
|
+
// Collapse the keyboard
|
366
|
+
$(':focus').blur();
|
367
|
+
|
368
|
+
// Make sure we are scrolled up to hide location bar
|
369
|
+
scrollTo(0, 0);
|
370
|
+
|
371
|
+
// Define callback to run after animation completes
|
372
|
+
var callback = function(event) {
|
373
|
+
|
374
|
+
if (animation)
|
375
|
+
{
|
376
|
+
if (animation.name == "slide") {
|
377
|
+
var css = {webkitTransitionDuration: null,
|
378
|
+
webkitTransitionTimingFunction: null,
|
379
|
+
webkitTransform: null};
|
380
|
+
toPage.css(css);
|
381
|
+
fromPage.css(css);
|
382
|
+
}
|
383
|
+
toPage.removeClass('in reverse ' + animation.name);
|
384
|
+
fromPage.removeClass('current out reverse ' + animation.name);
|
385
|
+
}
|
386
|
+
else
|
387
|
+
{
|
388
|
+
fromPage.removeClass('current');
|
389
|
+
}
|
390
|
+
|
391
|
+
toPage.trigger('pageAnimationEnd', { direction: 'in' });
|
392
|
+
fromPage.trigger('pageAnimationEnd', { direction: 'out' });
|
393
|
+
|
394
|
+
clearInterval(dumbLoop);
|
395
|
+
currentPage = toPage;
|
396
|
+
location.hash = currentPage.attr('id');
|
397
|
+
dumbLoopStart();
|
398
|
+
|
399
|
+
var $originallink = toPage.data('referrer');
|
400
|
+
if ($originallink) {
|
401
|
+
$originallink.unselect();
|
402
|
+
}
|
403
|
+
lastAnimationTime = (new Date()).getTime();
|
404
|
+
tapReady = true;
|
405
|
+
}
|
406
|
+
|
407
|
+
fromPage.trigger('pageAnimationStart', { direction: 'out' });
|
408
|
+
toPage.trigger('pageAnimationStart', { direction: 'in' });
|
409
|
+
|
410
|
+
if ($.support.WebKitAnimationEvent && animation && jQTSettings.useAnimations) {
|
411
|
+
tapReady = false;
|
412
|
+
if (animation.name == "slide") {
|
413
|
+
// Rho: treat slide animation differently to ensure slide transition works for Android devices
|
414
|
+
toPage.one('webkitTransitionEnd', callback);
|
415
|
+
toPage.addClass('in current');
|
416
|
+
fromPage.addClass('out');
|
417
|
+
toPage.css("webkitTransform", "translate3d(" + (backwards ? "-100%" : "100%") + ",0px,0px)");
|
418
|
+
fromPage.css("webkitTransform", "translate3d(0px,0px,0px)");
|
419
|
+
setTimeout(function() {
|
420
|
+
var css = {webkitTransitionDuration: "350ms",
|
421
|
+
webkitTransitionTimingFunction: "ease-in-out"};
|
422
|
+
toPage.css(css);
|
423
|
+
fromPage.css(css);
|
424
|
+
toPage.css("webkitTransform", "translate3d(0px,0px,0px)");
|
425
|
+
fromPage.css("webkitTransform", "translate3d(" + (backwards ? "100%" : "-100%") + ",0px,0px)");
|
426
|
+
}, 5);
|
427
|
+
} else {
|
428
|
+
toPage.one('webkitAnimationEnd', callback);
|
429
|
+
toPage.addClass(animation.name + ' in current ' + (backwards ? ' reverse' : ''));
|
430
|
+
fromPage.addClass(animation.name + ' out' + (backwards ? ' reverse' : ''));
|
431
|
+
}
|
432
|
+
} else {
|
433
|
+
toPage.addClass('current');
|
434
|
+
callback();
|
435
|
+
}
|
436
|
+
|
437
|
+
return true;
|
438
|
+
}
|
439
|
+
|
440
|
+
function dumbLoopStart() {
|
441
|
+
dumbLoop = setInterval(function() {
|
442
|
+
var curid = currentPage.attr('id');
|
443
|
+
if (location.hash == '') {
|
444
|
+
location.hash = '#' + curid;
|
445
|
+
} else if (location.hash != '#' + curid) {
|
446
|
+
try {
|
447
|
+
goBack(location.hash)
|
448
|
+
} catch(e) {
|
449
|
+
console.error('Unknown hash change.');
|
450
|
+
}
|
451
|
+
}
|
452
|
+
}, 100);
|
453
|
+
}
|
454
|
+
|
455
|
+
function insertPages(nodes, animation) {
|
456
|
+
var targetPage = null;
|
457
|
+
$(nodes).each(function(index, node) {
|
458
|
+
var $node = $(this);
|
459
|
+
if (!$node.attr('id')) {
|
460
|
+
$node.attr('id', 'page-' + (++newPageCount));
|
461
|
+
}
|
462
|
+
$node.appendTo($body);
|
463
|
+
if ($node.hasClass('current') || !targetPage) {
|
464
|
+
targetPage = $node;
|
465
|
+
}
|
466
|
+
});
|
467
|
+
if (targetPage !== null) {
|
468
|
+
goTo(targetPage, animation);
|
469
|
+
return targetPage;
|
470
|
+
}
|
471
|
+
else
|
472
|
+
{
|
473
|
+
return false;
|
474
|
+
}
|
475
|
+
}
|
476
|
+
|
477
|
+
function insertAsyncPage(data) {
|
478
|
+
$('.waiting').remove();
|
479
|
+
var settings = asyncRequestSettings;
|
480
|
+
var firstPage = insertPages(data, settings.animation);
|
481
|
+
if (firstPage)
|
482
|
+
{
|
483
|
+
if (settings.method == 'GET' && jQTSettings.cacheGetRequests && settings.$referrer)
|
484
|
+
{
|
485
|
+
settings.$referrer.attr('href', '#' + firstPage.attr('id'));
|
486
|
+
}
|
487
|
+
if (settings.callback) {
|
488
|
+
settings.callback(true);
|
489
|
+
}
|
490
|
+
}
|
491
|
+
}
|
492
|
+
|
493
|
+
function showPageByHref(href, options) {
|
494
|
+
var defaults = {
|
495
|
+
data: null,
|
496
|
+
method: 'GET',
|
497
|
+
animation: null,
|
498
|
+
isAsync: false,
|
499
|
+
callback: null,
|
500
|
+
$referrer: null
|
501
|
+
};
|
502
|
+
|
503
|
+
var settings = $.extend({}, defaults, options);
|
504
|
+
if (href != '#')
|
505
|
+
{
|
506
|
+
// Rho: changed ajax signature to support Rhomobile transitions
|
507
|
+
$.ajax({
|
508
|
+
url: href,
|
509
|
+
data: settings.data,
|
510
|
+
type: settings.method,
|
511
|
+
beforeSend: function(xhr) {
|
512
|
+
xhr.setRequestHeader("Transition-Enabled", "true");
|
513
|
+
},
|
514
|
+
complete: function(xhr, status) {
|
515
|
+
$('.waiting').remove();
|
516
|
+
|
517
|
+
if ("success" == status) {
|
518
|
+
var data = xhr.responseText;
|
519
|
+
|
520
|
+
if (xhr.getResponseHeader('Wait-Page')) {
|
521
|
+
asyncRequestSettings = {
|
522
|
+
method: settings.method,
|
523
|
+
animation: settings.animation,
|
524
|
+
$referrer: settings.$referrer,
|
525
|
+
callback: settings.callback
|
526
|
+
};
|
527
|
+
$(data).addClass("waiting").appendTo($body);
|
528
|
+
} else {
|
529
|
+
|
530
|
+
// success
|
531
|
+
var firstPage = insertPages(data, settings.animation);
|
532
|
+
if (firstPage)
|
533
|
+
{
|
534
|
+
if (settings.method == 'GET' && jQTSettings.cacheGetRequests && settings.$referrer)
|
535
|
+
{
|
536
|
+
settings.$referrer.attr('href', '#' + firstPage.attr('id'));
|
537
|
+
}
|
538
|
+
if (settings.callback) {
|
539
|
+
settings.callback(true);
|
540
|
+
}
|
541
|
+
}
|
542
|
+
}
|
543
|
+
} else {
|
544
|
+
if (settings.$referrer) settings.$referrer.unselect();
|
545
|
+
if (settings.callback) {
|
546
|
+
settings.callback(false);
|
547
|
+
}
|
548
|
+
}
|
549
|
+
}
|
550
|
+
});
|
551
|
+
}
|
552
|
+
else if ($referrer)
|
553
|
+
{
|
554
|
+
$referrer.unselect();
|
555
|
+
}
|
556
|
+
}
|
557
|
+
|
558
|
+
function submitForm(e, callback) {
|
559
|
+
var $form = (typeof(e) === 'string') ? $(e) : $(e.target);
|
560
|
+
|
561
|
+
if ($form.length && $form.is(jQTSettings.formSelector) && $form.attr('action')) {
|
562
|
+
|
563
|
+
// Rho: Figure out the animation to use for form
|
564
|
+
var animation = null;
|
565
|
+
for (var i = animations.length - 1; i >= 0; i--) {
|
566
|
+
if ($form.is(animations[i].selector)) {
|
567
|
+
animation = animations[i];
|
568
|
+
break;
|
569
|
+
}
|
570
|
+
}
|
571
|
+
|
572
|
+
showPageByHref($form.attr('action'), {
|
573
|
+
data: $form.serialize(),
|
574
|
+
method: $form.attr('method') || "POST",
|
575
|
+
animation: animation,
|
576
|
+
callback: callback
|
577
|
+
});
|
578
|
+
return false;
|
579
|
+
}
|
580
|
+
return true;
|
581
|
+
}
|
582
|
+
|
583
|
+
function submitParentForm(e) {
|
584
|
+
var $form = $(this).closest('form');
|
585
|
+
if ($form.length)
|
586
|
+
{
|
587
|
+
evt = jQuery.Event("submit");
|
588
|
+
evt.preventDefault();
|
589
|
+
$form.trigger(evt);
|
590
|
+
return false;
|
591
|
+
}
|
592
|
+
return true;
|
593
|
+
}
|
594
|
+
|
595
|
+
function addAnimation(animation) {
|
596
|
+
if (typeof(animation.selector) == 'string' && typeof(animation.name) == 'string') {
|
597
|
+
animations.push(animation);
|
598
|
+
$(animation.selector).tap(liveTap);
|
599
|
+
touchSelectors.push(animation.selector);
|
600
|
+
}
|
601
|
+
}
|
602
|
+
|
603
|
+
function updateOrientation() {
|
604
|
+
orientation = window.innerWidth < window.innerHeight ? 'profile' : 'landscape';
|
605
|
+
$body.removeClass('profile landscape').addClass(orientation).trigger('turn', {orientation: orientation});
|
606
|
+
// scrollTo(0, 0);
|
607
|
+
}
|
608
|
+
|
609
|
+
function handleTouch(e) {
|
610
|
+
var $el = $(e.target);
|
611
|
+
|
612
|
+
// Only handle touchSelectors
|
613
|
+
if (!$(e.target).is(touchSelectors.join(', ')))
|
614
|
+
{
|
615
|
+
var $link = $(e.target).closest('a');
|
616
|
+
|
617
|
+
if ($link.length) {
|
618
|
+
$el = $link;
|
619
|
+
} else {
|
620
|
+
return;
|
621
|
+
}
|
622
|
+
}
|
623
|
+
if (event)
|
624
|
+
{
|
625
|
+
var hoverTimeout = null,
|
626
|
+
startX = event.changedTouches[0].clientX,
|
627
|
+
startY = event.changedTouches[0].clientY,
|
628
|
+
startTime = (new Date).getTime(),
|
629
|
+
deltaX = 0,
|
630
|
+
deltaY = 0,
|
631
|
+
deltaT = 0;
|
632
|
+
|
633
|
+
// Let's bind these after the fact, so we can keep some internal values
|
634
|
+
$el.bind('touchmove', touchmove).bind('touchend', touchend);
|
635
|
+
|
636
|
+
hoverTimeout = setTimeout(function() {
|
637
|
+
$el.makeActive();
|
638
|
+
}, 100);
|
639
|
+
|
640
|
+
}
|
641
|
+
|
642
|
+
// Private touch functions (TODO: insert dirty joke)
|
643
|
+
function touchmove(e) {
|
644
|
+
|
645
|
+
updateChanges();
|
646
|
+
var absX = Math.abs(deltaX);
|
647
|
+
var absY = Math.abs(deltaY);
|
648
|
+
|
649
|
+
// Check for swipe
|
650
|
+
if (absX > absY && (absX > 35) && deltaT < 1000) {
|
651
|
+
$el.trigger('swipe', {direction: (deltaX < 0) ? 'left' : 'right'}).unbind('touchmove touchend');
|
652
|
+
} else if (absY > 1) {
|
653
|
+
$el.removeClass('active');
|
654
|
+
}
|
655
|
+
|
656
|
+
clearTimeout(hoverTimeout);
|
657
|
+
}
|
658
|
+
|
659
|
+
function touchend() {
|
660
|
+
updateChanges();
|
661
|
+
|
662
|
+
if (deltaY === 0 && deltaX === 0) {
|
663
|
+
$el.makeActive();
|
664
|
+
// New approach:
|
665
|
+
// Fake the double click?
|
666
|
+
// TODO: Try with all click events (no tap)
|
667
|
+
// if (deltaT < 40)
|
668
|
+
// {
|
669
|
+
// setTimeout(function(){
|
670
|
+
// $el.trigger('touchstart')
|
671
|
+
// .trigger('touchend');
|
672
|
+
// }, 0);
|
673
|
+
// }
|
674
|
+
$el.trigger('tap');
|
675
|
+
} else {
|
676
|
+
$el.removeClass('active');
|
677
|
+
}
|
678
|
+
$el.unbind('touchmove touchend');
|
679
|
+
clearTimeout(hoverTimeout);
|
680
|
+
}
|
681
|
+
|
682
|
+
function updateChanges() {
|
683
|
+
var first = event.changedTouches[0] || null;
|
684
|
+
deltaX = first.pageX - startX;
|
685
|
+
deltaY = first.pageY - startY;
|
686
|
+
deltaT = (new Date).getTime() - startTime;
|
687
|
+
}
|
688
|
+
|
689
|
+
} // End touch handler
|
690
|
+
|
691
|
+
// Public jQuery Fns
|
692
|
+
$.fn.unselect = function(obj) {
|
693
|
+
if (obj) {
|
694
|
+
obj.removeClass('active');
|
695
|
+
} else {
|
696
|
+
$('.active').removeClass('active');
|
697
|
+
}
|
698
|
+
}
|
699
|
+
$.fn.makeActive = function() {
|
700
|
+
return $(this).addClass('active');
|
701
|
+
}
|
702
|
+
$.fn.swipe = function(fn) {
|
703
|
+
if ($.isFunction(fn))
|
704
|
+
{
|
705
|
+
return this.each(function(i, el) {
|
706
|
+
$(el).bind('swipe', fn);
|
707
|
+
});
|
708
|
+
}
|
709
|
+
}
|
710
|
+
$.fn.tap = function(fn) {
|
711
|
+
if ($.isFunction(fn))
|
712
|
+
{
|
713
|
+
var tapEvent = (jQTSettings.useFastTouch && $.support.touch) ? 'tap' : 'click';
|
714
|
+
return $(this).live(tapEvent, fn);
|
715
|
+
} else {
|
716
|
+
$(this).trigger('tap');
|
717
|
+
}
|
718
|
+
}
|
719
|
+
|
720
|
+
publicObj = {
|
721
|
+
getOrientation: getOrientation,
|
722
|
+
goBack: goBack,
|
723
|
+
goTo: goTo,
|
724
|
+
addAnimation: addAnimation,
|
725
|
+
submitForm: submitForm
|
726
|
+
}
|
727
|
+
|
728
|
+
// Rho: add insertAsyncPage callback for transitions
|
729
|
+
if (!window.Rho) window.Rho = {}
|
730
|
+
window.Rho.insertAsyncPage = insertAsyncPage;
|
731
|
+
window.Rho.jqt = publicObj;
|
732
|
+
|
733
|
+
return publicObj;
|
734
|
+
}
|
735
|
+
|
736
|
+
// Extensions directly manipulate the jQTouch object, before it's initialized.
|
737
|
+
$.jQTouch.prototype.extensions = [];
|
738
|
+
$.jQTouch.addExtension = function(extension) {
|
739
|
+
$.jQTouch.prototype.extensions.push(extension);
|
740
|
+
}
|
741
|
+
|
742
|
+
})(jQuery);
|