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,21 @@
|
|
1
|
+
/* DO NOT EDIT THIS FILE - it is machine generated */
|
2
|
+
#include <jni.h>
|
3
|
+
/* Header for class com_rhomobile_rhodes_RhodesApplication */
|
4
|
+
|
5
|
+
#ifndef _Included_com_rhomobile_rhodes_RhodesApplication
|
6
|
+
#define _Included_com_rhomobile_rhodes_RhodesApplication
|
7
|
+
#ifdef __cplusplus
|
8
|
+
extern "C" {
|
9
|
+
#endif
|
10
|
+
/*
|
11
|
+
* Class: com_rhomobile_rhodes_RhodesApplication
|
12
|
+
* Method: setStartParameters
|
13
|
+
* Signature: (Ljava/lang/String;)V
|
14
|
+
*/
|
15
|
+
JNIEXPORT void JNICALL Java_com_rhomobile_rhodes_RhodesApplication_setStartParameters
|
16
|
+
(JNIEnv *, jclass, jstring);
|
17
|
+
|
18
|
+
#ifdef __cplusplus
|
19
|
+
}
|
20
|
+
#endif
|
21
|
+
#endif
|
data/platform/android/Rhodes/jni/include/rhodes/jni/com_rhomobile_rhodes_alert_PopupActivity.h
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
/* DO NOT EDIT THIS FILE - it is machine generated */
|
2
|
+
#include <jni.h>
|
3
|
+
/* Header for class com_rhomobile_rhodes_alert_PopupActivity */
|
4
|
+
|
5
|
+
#ifndef _Included_com_rhomobile_rhodes_alert_PopupActivity
|
6
|
+
#define _Included_com_rhomobile_rhodes_alert_PopupActivity
|
7
|
+
#ifdef __cplusplus
|
8
|
+
extern "C" {
|
9
|
+
#endif
|
10
|
+
/*
|
11
|
+
* Class: com_rhomobile_rhodes_alert_PopupActivity
|
12
|
+
* Method: doCallback
|
13
|
+
* Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
|
14
|
+
*/
|
15
|
+
JNIEXPORT void JNICALL Java_com_rhomobile_rhodes_alert_PopupActivity_doCallback
|
16
|
+
(JNIEnv *, jclass, jstring, jstring, jstring);
|
17
|
+
|
18
|
+
#ifdef __cplusplus
|
19
|
+
}
|
20
|
+
#endif
|
21
|
+
#endif
|
@@ -35,10 +35,18 @@ JNIEXPORT jstring JNICALL Java_com_rhomobile_rhodes_file_RhoFileApi_normalizePat
|
|
35
35
|
|
36
36
|
/*
|
37
37
|
* Class: com_rhomobile_rhodes_file_RhoFileApi
|
38
|
-
* Method:
|
38
|
+
* Method: absolutePath
|
39
|
+
* Signature: (Ljava/lang/String;)Ljava/lang/String;
|
40
|
+
*/
|
41
|
+
JNIEXPORT jstring JNICALL Java_com_rhomobile_rhodes_file_RhoFileApi_absolutePath
|
42
|
+
(JNIEnv *, jclass, jstring);
|
43
|
+
|
44
|
+
/*
|
45
|
+
* Class: com_rhomobile_rhodes_file_RhoFileApi
|
46
|
+
* Method: needEmulate
|
39
47
|
* Signature: (Ljava/lang/String;)Z
|
40
48
|
*/
|
41
|
-
JNIEXPORT jboolean JNICALL
|
49
|
+
JNIEXPORT jboolean JNICALL Java_com_rhomobile_rhodes_file_RhoFileApi_needEmulate
|
42
50
|
(JNIEnv *, jclass, jstring);
|
43
51
|
|
44
52
|
/*
|
@@ -1,6 +1,7 @@
|
|
1
1
|
#include "rhodes/JNIRhodes.h"
|
2
2
|
|
3
3
|
#include "rhodes/jni/com_rhomobile_rhodes_alert_Alert.h"
|
4
|
+
#include "rhodes/jni/com_rhomobile_rhodes_alert_PopupActivity.h"
|
4
5
|
|
5
6
|
#include <common/rhoparams.h>
|
6
7
|
#include <common/RhodesApp.h>
|
@@ -8,7 +9,7 @@
|
|
8
9
|
#undef DEFAULT_LOGCATEGORY
|
9
10
|
#define DEFAULT_LOGCATEGORY "Alert"
|
10
11
|
|
11
|
-
RHO_GLOBAL void JNICALL
|
12
|
+
RHO_GLOBAL void JNICALL Java_com_rhomobile_rhodes_alert_PopupActivity_doCallback
|
12
13
|
(JNIEnv *env, jclass, jstring url, jstring id, jstring title)
|
13
14
|
{
|
14
15
|
rho_rhodesapp_callPopupCallback(rho_cast<std::string>(env, url).c_str(),
|
@@ -1,5 +1,7 @@
|
|
1
|
+
//#define RHO_ENABLE_LOG
|
1
2
|
#include "rhodes/JNIRhodes.h"
|
2
3
|
|
4
|
+
#include <dirent.h>
|
3
5
|
#include <dlfcn.h>
|
4
6
|
#include <android/log.h>
|
5
7
|
|
@@ -7,11 +9,6 @@
|
|
7
9
|
|
8
10
|
#include "rhodes/jni/com_rhomobile_rhodes_file_RhoFileApi.h"
|
9
11
|
|
10
|
-
#ifdef RHO_LOG
|
11
|
-
#undef RHO_LOG
|
12
|
-
#endif
|
13
|
-
#define RHO_LOG(...)
|
14
|
-
|
15
12
|
#ifdef RHO_NOT_IMPLEMENTED
|
16
13
|
#undef RHO_NOT_IMPLEMENTED
|
17
14
|
#endif
|
@@ -31,6 +28,7 @@ struct rho_stat_t
|
|
31
28
|
{
|
32
29
|
rho_fileapi_type_t type;
|
33
30
|
size_t size;
|
31
|
+
uint64_t ino;
|
34
32
|
unsigned long mtime;
|
35
33
|
};
|
36
34
|
|
@@ -39,24 +37,43 @@ static rho_stat_map_t rho_stat_map;
|
|
39
37
|
|
40
38
|
struct rho_fd_data_t
|
41
39
|
{
|
40
|
+
rho_fileapi_type_t type;
|
42
41
|
jobject is;
|
42
|
+
DIR *dirp;
|
43
43
|
std::string fpath;
|
44
44
|
loff_t pos;
|
45
45
|
};
|
46
46
|
|
47
47
|
typedef rho::common::CMutexLock scoped_lock_t;
|
48
|
-
static rho::common::CMutex
|
48
|
+
static rho::common::CMutex rho_file_mtx;
|
49
49
|
typedef std::map<int, rho_fd_data_t> rho_fd_map_t;
|
50
50
|
rho_fd_map_t rho_fd_map;
|
51
51
|
static std::vector<int> rho_fd_free;
|
52
52
|
static int rho_fd_counter = RHO_FD_BASE;
|
53
53
|
|
54
|
+
static uint64_t rho_ino = (uint64_t)-1;
|
55
|
+
|
56
|
+
struct rho_dir_data_t
|
57
|
+
{
|
58
|
+
int fd;
|
59
|
+
size_t index;
|
60
|
+
std::vector<struct dirent> childs;
|
61
|
+
|
62
|
+
rho_dir_data_t() :fd(-1), index(0) {}
|
63
|
+
};
|
64
|
+
|
65
|
+
typedef std::map<DIR*, rho_dir_data_t> rho_dir_map_t;
|
66
|
+
rho_dir_map_t rho_dir_map;
|
67
|
+
static std::vector<DIR*> rho_dir_free;
|
68
|
+
static int rho_dir_counter = -1;
|
69
|
+
|
54
70
|
static jclass clsFileApi;
|
55
71
|
static jmethodID midCopy;
|
56
72
|
static jmethodID midOpen;
|
57
73
|
static jmethodID midClose;
|
58
74
|
static jmethodID midRead;
|
59
75
|
static jmethodID midSeek;
|
76
|
+
static jmethodID midGetChildren;
|
60
77
|
|
61
78
|
typedef FILE *(*func_sfp_t)();
|
62
79
|
typedef int (*func_sflags_t)(const char *mode, int *optr);
|
@@ -68,6 +85,13 @@ typedef int (*func_access_t)(const char *path, int mode);
|
|
68
85
|
typedef int (*func_close_t)(int fd);
|
69
86
|
typedef int (*func_dup2_t)(int fd, int fd2);
|
70
87
|
typedef int (*func_dup_t)(int fd);
|
88
|
+
typedef int (*func_chown_t)(const char *path, uid_t uid, gid_t gid);
|
89
|
+
typedef int (*func_fchown_t)(int fd, uid_t uid, gid_t gid);
|
90
|
+
typedef int (*func_lchown_t)(const char *path, uid_t uid, gid_t gid);
|
91
|
+
typedef int (*func_link_t)(const char *src, const char *dst);
|
92
|
+
typedef int (*func_symlink_t)(const char *src, const char *dst);
|
93
|
+
typedef int (*func_readlink_t)(const char *path, char *buf, size_t bufsize);
|
94
|
+
typedef int (*func_mkdir_t)(const char *path, mode_t mode);
|
71
95
|
typedef int (*func_fchdir_t)(int fd);
|
72
96
|
typedef int (*func_fcntl_t)(int fd, int command, ...);
|
73
97
|
typedef int (*func_fdatasync_t)(int fd);
|
@@ -84,11 +108,30 @@ typedef loff_t (*func_lseek64_t)(int fd, loff_t offset, int whence);
|
|
84
108
|
typedef off_t (*func_lseek_t)(int fd, off_t offset, int whence);
|
85
109
|
typedef ssize_t (*func_read_t)(int fd, void *buf, size_t count);
|
86
110
|
typedef ssize_t (*func_write_t)(int fd, const void *buf, size_t count);
|
111
|
+
typedef int (*func_getdents_t)(unsigned int, struct dirent *, unsigned int);
|
112
|
+
typedef int (*func_rmdir_t)(const char *path);
|
113
|
+
typedef DIR *(*func_opendir_t)(const char *dirpath);
|
114
|
+
typedef DIR *(*func_fdopendir_t)(int fd);
|
115
|
+
typedef struct dirent *(*func_readdir_t)(DIR *dirp);
|
116
|
+
typedef int (*func_readdir_r_t)(DIR *dirp, struct dirent *entry, struct dirent **result);
|
117
|
+
typedef int (*func_closedir_t)(DIR *dirp);
|
118
|
+
typedef void (*func_rewinddir_t)(DIR *dirp);
|
119
|
+
typedef int (*func_dirfd_t)(DIR *dirp);
|
120
|
+
typedef int (*func_scandir_t)(const char *dir, struct dirent ***namelist,
|
121
|
+
int (*filter)(const struct dirent *),
|
122
|
+
int (*compar)(const struct dirent **, const struct dirent **));
|
87
123
|
|
88
124
|
static func_access_t real_access;
|
89
125
|
static func_close_t real_close;
|
90
126
|
static func_dup2_t real_dup2;
|
91
127
|
static func_dup_t real_dup;
|
128
|
+
static func_chown_t real_chown;
|
129
|
+
static func_fchown_t real_fchown;
|
130
|
+
static func_lchown_t real_lchown;
|
131
|
+
static func_link_t real_link;
|
132
|
+
static func_symlink_t real_symlink;
|
133
|
+
static func_readlink_t real_readlink;
|
134
|
+
static func_mkdir_t real_mkdir;
|
92
135
|
static func_fchdir_t real_fchdir;
|
93
136
|
static func_fcntl_t real_fcntl;
|
94
137
|
static func_fdatasync_t real_fdatasync;
|
@@ -105,6 +148,16 @@ static func_select_t real_select;
|
|
105
148
|
static func_stat_t real_stat;
|
106
149
|
static func_unlink_t real_unlink;
|
107
150
|
static func_write_t real_write;
|
151
|
+
static func_getdents_t real_getdents;
|
152
|
+
static func_rmdir_t real_rmdir;
|
153
|
+
static func_opendir_t real_opendir;
|
154
|
+
static func_fdopendir_t real_fdopendir;
|
155
|
+
static func_readdir_t real_readdir;
|
156
|
+
static func_readdir_r_t real_readdir_r;
|
157
|
+
static func_closedir_t real_closedir;
|
158
|
+
static func_rewinddir_t real_rewinddir;
|
159
|
+
static func_dirfd_t real_dirfd;
|
160
|
+
static func_scandir_t real_scandir;
|
108
161
|
|
109
162
|
struct stat librhodes_st;
|
110
163
|
|
@@ -137,6 +190,7 @@ RHO_GLOBAL void JNICALL Java_com_rhomobile_rhodes_file_RhoFileApi_updateStatTabl
|
|
137
190
|
return;
|
138
191
|
}
|
139
192
|
st.size = (size_t)size;
|
193
|
+
st.ino = rho_ino--;
|
140
194
|
st.mtime = (unsigned long)mtime;
|
141
195
|
|
142
196
|
rho_stat_map.insert(std::make_pair(path, st));
|
@@ -164,6 +218,8 @@ RHO_GLOBAL void JNICALL Java_com_rhomobile_rhodes_file_RhoFileApi_nativeInit
|
|
164
218
|
if (!midRead) return;
|
165
219
|
midSeek = getJNIClassStaticMethod(env, clsFileApi, "seek", "(Ljava/io/InputStream;I)V");
|
166
220
|
if (!midSeek) return;
|
221
|
+
midGetChildren = getJNIClassStaticMethod(env, clsFileApi, "getChildren", "(Ljava/lang/String;)[Ljava/lang/String;");
|
222
|
+
if (!midGetChildren) return;
|
167
223
|
|
168
224
|
const char *libc = "/system/lib/libc.so";
|
169
225
|
void *pc = dlopen(libc, RTLD_LAZY);
|
@@ -173,6 +229,13 @@ RHO_GLOBAL void JNICALL Java_com_rhomobile_rhodes_file_RhoFileApi_nativeInit
|
|
173
229
|
real_close = (func_close_t)dlsym(pc, "close");
|
174
230
|
real_dup = (func_dup_t)dlsym(pc, "dup");
|
175
231
|
real_dup2 = (func_dup2_t)dlsym(pc, "dup2");
|
232
|
+
real_chown = (func_chown_t)dlsym(pc, "chown");
|
233
|
+
real_fchown = (func_fchown_t)dlsym(pc, "fchown");
|
234
|
+
real_lchown = (func_lchown_t)dlsym(pc, "lchown");
|
235
|
+
real_link = (func_link_t)dlsym(pc, "link");
|
236
|
+
real_symlink = (func_symlink_t)dlsym(pc, "symlink");
|
237
|
+
real_readlink = (func_readlink_t)dlsym(pc, "readlink");
|
238
|
+
real_mkdir = (func_mkdir_t)dlsym(pc, "mkdir");
|
176
239
|
real_fchdir = (func_fchdir_t)dlsym(pc, "fchdir");
|
177
240
|
real_fcntl = (func_fcntl_t)dlsym(pc, "fcntl");
|
178
241
|
real_fdatasync = (func_fdatasync_t)dlsym(pc, "fdatasync");
|
@@ -189,6 +252,16 @@ RHO_GLOBAL void JNICALL Java_com_rhomobile_rhodes_file_RhoFileApi_nativeInit
|
|
189
252
|
real_stat = (func_stat_t)dlsym(pc, "stat");
|
190
253
|
real_unlink = (func_unlink_t)dlsym(pc, "unlink");
|
191
254
|
real_write = (func_write_t)dlsym(pc, "write");
|
255
|
+
real_getdents = (func_getdents_t)dlsym(pc, "getdents");
|
256
|
+
real_rmdir = (func_rmdir_t)dlsym(pc, "rmdir");
|
257
|
+
real_opendir = (func_opendir_t)dlsym(pc, "opendir");
|
258
|
+
real_fdopendir = (func_fdopendir_t)dlsym(pc, "fdopendir");
|
259
|
+
real_readdir = (func_readdir_t)dlsym(pc, "readdir");
|
260
|
+
real_readdir_r = (func_readdir_r_t)dlsym(pc, "readdir_r");
|
261
|
+
real_closedir = (func_closedir_t)dlsym(pc, "closedir");
|
262
|
+
real_rewinddir = (func_rewinddir_t)dlsym(pc, "rewinddir");
|
263
|
+
real_dirfd = (func_dirfd_t)dlsym(pc, "dirfd");
|
264
|
+
real_scandir = (func_scandir_t)dlsym(pc, "scandir");
|
192
265
|
dlclose(pc);
|
193
266
|
|
194
267
|
// This is just to get typical stat of file
|
@@ -216,6 +289,8 @@ static std::string normalize_path(std::string path)
|
|
216
289
|
//RHO_LOG("normalize_path: (2)");
|
217
290
|
if (!parts.empty())
|
218
291
|
parts.erase(parts.end() - 1);
|
292
|
+
else
|
293
|
+
parts.push_back(part);
|
219
294
|
}
|
220
295
|
else if (!part.empty() && part != ".")
|
221
296
|
{
|
@@ -256,9 +331,10 @@ static std::string make_full_path(const char *path)
|
|
256
331
|
return "";
|
257
332
|
|
258
333
|
if (*path == '/')
|
259
|
-
return path;
|
334
|
+
return normalize_path(path);
|
260
335
|
|
261
|
-
std::string fpath = rho_root_path() + "/" + path;
|
336
|
+
//std::string fpath = rho_root_path() + "/" + path;
|
337
|
+
std::string fpath = rho_cur_path() + "/" + path;
|
262
338
|
|
263
339
|
return normalize_path(fpath);
|
264
340
|
}
|
@@ -281,6 +357,13 @@ RHO_GLOBAL jstring JNICALL Java_com_rhomobile_rhodes_file_RhoFileApi_makeRelativ
|
|
281
357
|
return rho_cast<jhstring>(env, make_rel_path(make_full_path(path))).release();
|
282
358
|
}
|
283
359
|
|
360
|
+
RHO_GLOBAL jstring JNICALL Java_com_rhomobile_rhodes_file_RhoFileApi_absolutePath
|
361
|
+
(JNIEnv *env, jclass, jstring pathObj)
|
362
|
+
{
|
363
|
+
std::string path = rho_cast<std::string>(env, pathObj);
|
364
|
+
return rho_cast<jhstring>(env, make_full_path(path)).release();
|
365
|
+
}
|
366
|
+
|
284
367
|
static rho_stat_t *rho_stat(const char *path)
|
285
368
|
{
|
286
369
|
std::string relpath = make_rel_path(make_full_path(path));
|
@@ -301,7 +384,7 @@ static rho_stat_t *rho_stat(int fd)
|
|
301
384
|
if (fd < RHO_FD_BASE)
|
302
385
|
return NULL;
|
303
386
|
|
304
|
-
scoped_lock_t guard(
|
387
|
+
scoped_lock_t guard(rho_file_mtx);
|
305
388
|
|
306
389
|
rho_fd_map_t::iterator it = rho_fd_map.find(fd);
|
307
390
|
if (it == rho_fd_map.end())
|
@@ -334,59 +417,74 @@ static void dump_stat(struct stat const &st)
|
|
334
417
|
}
|
335
418
|
#endif
|
336
419
|
|
337
|
-
static bool
|
420
|
+
static bool need_emulate_dir(std::string const &path)
|
421
|
+
{
|
422
|
+
std::string fpath = make_full_path(path);
|
423
|
+
std::string const &root_path = rho_root_path();
|
424
|
+
if (fpath.size() < root_path.size())
|
425
|
+
return false;
|
426
|
+
return ::strncmp(fpath.c_str(), root_path.c_str(), root_path.size()) == 0;
|
427
|
+
}
|
428
|
+
|
429
|
+
static bool need_emulate_dir(const char *path)
|
338
430
|
{
|
339
|
-
|
431
|
+
return path ? need_emulate_dir(std::string(path)) : false;
|
432
|
+
}
|
433
|
+
|
434
|
+
static bool need_emulate(std::string const &path)
|
435
|
+
{
|
436
|
+
//RHO_LOG("need_emulate: %s", path.c_str());
|
340
437
|
std::string fpath = make_full_path(path);
|
341
|
-
//RHO_LOG("
|
438
|
+
//RHO_LOG("need_emulate: (1): %s", fpath.c_str());
|
342
439
|
std::string const &root_path = rho_root_path();
|
343
|
-
if (strncmp(fpath.c_str(), root_path.c_str(), root_path.size()) == 0)
|
440
|
+
if (::strncmp(fpath.c_str(), root_path.c_str(), root_path.size()) == 0)
|
344
441
|
{
|
345
|
-
//RHO_LOG("
|
442
|
+
//RHO_LOG("need_emulate: (2)");
|
346
443
|
struct stat st;
|
347
444
|
if (real_stat(fpath.c_str(), &st) == -1)
|
348
445
|
{
|
349
|
-
//RHO_LOG("
|
446
|
+
//RHO_LOG("need_emulate: (3)");
|
350
447
|
if (errno == ENOENT)
|
351
448
|
{
|
352
449
|
//RHO_LOG("No such file or directory: %s, need to read it from Android package", fpath.substr(root_path.size()).c_str());
|
353
|
-
|
450
|
+
rho_stat_t *rst = rho_stat(fpath);
|
451
|
+
return rst != NULL;
|
354
452
|
}
|
355
453
|
|
356
454
|
}
|
357
455
|
else if (S_ISREG(st.st_mode))
|
358
456
|
{
|
359
|
-
//RHO_LOG("
|
457
|
+
//RHO_LOG("need_emulate: (4)");
|
360
458
|
rho_stat_t *rst = rho_stat(fpath);
|
361
|
-
//RHO_LOG("
|
459
|
+
//RHO_LOG("need_emulate: (5)");
|
362
460
|
if (rst && rst->mtime > st.st_mtime)
|
363
461
|
{
|
364
|
-
//RHO_LOG("
|
365
|
-
//RHO_LOG("
|
366
|
-
//RHO_LOG("
|
462
|
+
//RHO_LOG("need_emulate: %s, st.st_mtime: %lu", fpath.c_str(), st.st_mtime);
|
463
|
+
//RHO_LOG("need_emulate: %s, rst->mtime: %lu", fpath.c_str(), rst ? rst->mtime : -1);
|
464
|
+
//RHO_LOG("need_emulate: file %s in Android package is newer than one located on FS, unlink FS one", fpath.c_str());
|
367
465
|
real_unlink(fpath.c_str());
|
368
466
|
return true;
|
369
467
|
}
|
370
468
|
}
|
371
469
|
}
|
372
470
|
|
373
|
-
//RHO_LOG("
|
471
|
+
//RHO_LOG("need_emulate: return false");
|
374
472
|
return false;
|
375
473
|
}
|
376
474
|
|
377
|
-
static bool
|
475
|
+
static bool need_emulate(const char *path)
|
378
476
|
{
|
379
|
-
return path ?
|
477
|
+
return path ? need_emulate(std::string(path)) : false;
|
380
478
|
}
|
381
479
|
|
382
|
-
RHO_GLOBAL jboolean JNICALL
|
480
|
+
RHO_GLOBAL jboolean JNICALL Java_com_rhomobile_rhodes_file_RhoFileApi_needEmulate
|
383
481
|
(JNIEnv *env, jclass, jstring pathObj)
|
384
482
|
{
|
385
|
-
//RHO_LOG("
|
483
|
+
//RHO_LOG("Java_com_rhomobile_rhodes_file_RhoFileApi_needEmulate");
|
386
484
|
std::string path = rho_cast<std::string>(env, pathObj);
|
387
|
-
//RHO_LOG("
|
388
|
-
bool need =
|
389
|
-
//RHO_LOG("
|
485
|
+
//RHO_LOG("Java_com_rhomobile_rhodes_file_RhoFileApi_needEmulate: %s", path.c_str());
|
486
|
+
bool need = need_emulate(path);
|
487
|
+
//RHO_LOG("Java_com_rhomobile_rhodes_file_RhoFileApi_needEmulate: need: %d", (int)need);
|
390
488
|
return need;
|
391
489
|
}
|
392
490
|
|
@@ -405,32 +503,37 @@ RHO_GLOBAL int open(const char *path, int oflag, ...)
|
|
405
503
|
|
406
504
|
RHO_LOG("open: %s...", path);
|
407
505
|
fpath = make_full_path(fpath);
|
408
|
-
|
506
|
+
RHO_LOG("open: %s: fpath: %s", path, fpath.c_str());
|
409
507
|
|
410
|
-
bool
|
411
|
-
|
508
|
+
bool emulate = need_emulate(fpath);
|
509
|
+
RHO_LOG("open: %s: emulate: %d", path, (int)emulate);
|
510
|
+
if (emulate && has_pending_exception())
|
412
511
|
{
|
512
|
+
RHO_LOG("open: %s: has_pending_exception, return -1", path);
|
413
513
|
errno = EFAULT;
|
414
514
|
return -1;
|
415
515
|
}
|
416
|
-
if (
|
516
|
+
if (emulate && (oflag & (O_WRONLY | O_RDWR)))
|
417
517
|
{
|
418
|
-
|
518
|
+
RHO_LOG("open: %s: copy from Android package", path);
|
419
519
|
JNIEnv *env = jnienv();
|
420
520
|
jhstring relPathObj = rho_cast<jhstring>(env, make_rel_path(fpath).c_str());
|
421
521
|
env->CallStaticBooleanMethod(clsFileApi, midCopy, relPathObj.get());
|
422
522
|
if (has_pending_exception())
|
423
523
|
{
|
524
|
+
RHO_LOG("open: %s: has_pending_exception, return -1", path);
|
424
525
|
errno = EFAULT;
|
425
526
|
return -1;
|
426
527
|
}
|
427
528
|
|
428
|
-
|
529
|
+
emulate = false;
|
429
530
|
}
|
430
|
-
|
531
|
+
RHO_LOG("open: %s: emulate: %d", path, (int)emulate);
|
532
|
+
|
431
533
|
int fd;
|
432
|
-
if (
|
534
|
+
if (emulate)
|
433
535
|
{
|
536
|
+
RHO_LOG("open: %s: emulate", path);
|
434
537
|
JNIEnv *env = jnienv();
|
435
538
|
jhstring relPathObj = rho_cast<jhstring>(env, make_rel_path(fpath).c_str());
|
436
539
|
jhobject is = jhobject(env->CallStaticObjectMethod(clsFileApi, midOpen, relPathObj.get()));
|
@@ -442,7 +545,7 @@ RHO_GLOBAL int open(const char *path, int oflag, ...)
|
|
442
545
|
}
|
443
546
|
else
|
444
547
|
{
|
445
|
-
scoped_lock_t guard(
|
548
|
+
scoped_lock_t guard(rho_file_mtx);
|
446
549
|
if (!rho_fd_free.empty())
|
447
550
|
{
|
448
551
|
fd = rho_fd_free[0];
|
@@ -451,7 +554,9 @@ RHO_GLOBAL int open(const char *path, int oflag, ...)
|
|
451
554
|
else
|
452
555
|
fd = rho_fd_counter++;
|
453
556
|
rho_fd_data_t d;
|
557
|
+
d.type = rho_type_file;
|
454
558
|
d.is = env->NewGlobalRef(is.get());
|
559
|
+
d.dirp = NULL;
|
455
560
|
d.fpath = fpath;
|
456
561
|
d.pos = 0;
|
457
562
|
rho_fd_map[fd] = d;
|
@@ -459,6 +564,7 @@ RHO_GLOBAL int open(const char *path, int oflag, ...)
|
|
459
564
|
}
|
460
565
|
else
|
461
566
|
{
|
567
|
+
RHO_LOG("open: %s: native", path);
|
462
568
|
mode_t mode = 0;
|
463
569
|
if (oflag & O_CREAT)
|
464
570
|
{
|
@@ -480,7 +586,7 @@ RHO_GLOBAL int creat(const char* path, mode_t mode)
|
|
480
586
|
|
481
587
|
RHO_GLOBAL int fcntl(int fd, int command, ...)
|
482
588
|
{
|
483
|
-
RHO_LOG("fcntl: fd %d", fd);
|
589
|
+
RHO_LOG("fcntl: fd %d, command: %d", fd, command);
|
484
590
|
if (fd < RHO_FD_BASE)
|
485
591
|
{
|
486
592
|
va_list vl;
|
@@ -490,6 +596,41 @@ RHO_GLOBAL int fcntl(int fd, int command, ...)
|
|
490
596
|
return real_fcntl(fd, command, arg);
|
491
597
|
}
|
492
598
|
|
599
|
+
if (has_pending_exception())
|
600
|
+
{
|
601
|
+
errno = EFAULT;
|
602
|
+
return -1;
|
603
|
+
}
|
604
|
+
|
605
|
+
switch (command)
|
606
|
+
{
|
607
|
+
case F_DUPFD: RHO_LOG("fcntl: F_DUPFD"); break;
|
608
|
+
case F_GETFD:
|
609
|
+
{
|
610
|
+
RHO_LOG("fcntl: F_GETFD");
|
611
|
+
scoped_lock_t guard(rho_file_mtx);
|
612
|
+
rho_fd_map_t::iterator it = rho_fd_map.find(fd);
|
613
|
+
if (it == rho_fd_map.end())
|
614
|
+
{
|
615
|
+
errno = EBADF;
|
616
|
+
return -1;
|
617
|
+
}
|
618
|
+
return FD_CLOEXEC;
|
619
|
+
}
|
620
|
+
break;
|
621
|
+
case F_SETFD: RHO_LOG("fcntl: F_SETFD"); break;
|
622
|
+
case F_GETFL: RHO_LOG("fcntl: F_GETFL"); break;
|
623
|
+
case F_SETFL: RHO_LOG("fcntl: F_SETFL"); break;
|
624
|
+
case F_SETLK: RHO_LOG("fcntl: F_SETLK"); break;
|
625
|
+
case F_SETLKW: RHO_LOG("fcntl: F_SETLKW"); break;
|
626
|
+
case F_GETLK: RHO_LOG("fcntl: F_GETLK"); break;
|
627
|
+
case F_SETOWN: RHO_LOG("fcntl: F_SETOWN"); break;
|
628
|
+
case F_GETOWN: RHO_LOG("fcntl: F_GETOWN"); break;
|
629
|
+
case F_SETSIG: RHO_LOG("fcntl: F_SETSIG"); break;
|
630
|
+
case F_GETSIG: RHO_LOG("fcntl: F_GETSIG"); break;
|
631
|
+
default: RHO_LOG("fcntl: unknown command: %d", command);
|
632
|
+
}
|
633
|
+
|
493
634
|
RHO_NOT_IMPLEMENTED;
|
494
635
|
}
|
495
636
|
|
@@ -507,7 +648,7 @@ RHO_GLOBAL int close(int fd)
|
|
507
648
|
|
508
649
|
jobject is = NULL;
|
509
650
|
{
|
510
|
-
scoped_lock_t guard(
|
651
|
+
scoped_lock_t guard(rho_file_mtx);
|
511
652
|
|
512
653
|
rho_fd_map_t::iterator it = rho_fd_map.find(fd);
|
513
654
|
if (it == rho_fd_map.end())
|
@@ -516,14 +657,18 @@ RHO_GLOBAL int close(int fd)
|
|
516
657
|
return -1;
|
517
658
|
}
|
518
659
|
|
519
|
-
|
660
|
+
if (it->second.type == rho_type_file)
|
661
|
+
is = it->second.is;
|
520
662
|
rho_fd_map.erase(it);
|
521
663
|
rho_fd_free.push_back(fd);
|
522
664
|
}
|
523
665
|
|
524
|
-
|
525
|
-
|
526
|
-
|
666
|
+
if (is)
|
667
|
+
{
|
668
|
+
JNIEnv *env = jnienv();
|
669
|
+
env->CallStaticVoidMethod(clsFileApi, midClose, is);
|
670
|
+
env->DeleteGlobalRef(is);
|
671
|
+
}
|
527
672
|
return 0;
|
528
673
|
}
|
529
674
|
|
@@ -545,7 +690,7 @@ RHO_GLOBAL ssize_t read(int fd, void *buf, size_t count)
|
|
545
690
|
|
546
691
|
jobject is = NULL;
|
547
692
|
{
|
548
|
-
scoped_lock_t guard(
|
693
|
+
scoped_lock_t guard(rho_file_mtx);
|
549
694
|
|
550
695
|
rho_fd_map_t::iterator it = rho_fd_map.find(fd);
|
551
696
|
if (it == rho_fd_map.end())
|
@@ -565,7 +710,7 @@ RHO_GLOBAL ssize_t read(int fd, void *buf, size_t count)
|
|
565
710
|
if (result > 0)
|
566
711
|
{
|
567
712
|
{
|
568
|
-
scoped_lock_t guard(
|
713
|
+
scoped_lock_t guard(rho_file_mtx);
|
569
714
|
rho_fd_map_t::iterator it = rho_fd_map.find(fd);
|
570
715
|
if (it == rho_fd_map.end())
|
571
716
|
{
|
@@ -615,35 +760,38 @@ RHO_GLOBAL int access(const char *path, int mode)
|
|
615
760
|
return 0;
|
616
761
|
}
|
617
762
|
|
618
|
-
RHO_GLOBAL int
|
619
|
-
{
|
620
|
-
RHO_NOT_IMPLEMENTED;
|
621
|
-
}
|
622
|
-
|
623
|
-
RHO_GLOBAL int unlink(const char *path)
|
763
|
+
RHO_GLOBAL int fchdir(int fd)
|
624
764
|
{
|
625
|
-
if (
|
626
|
-
return
|
765
|
+
if (fd < RHO_FD_BASE)
|
766
|
+
return real_fchdir(fd);
|
627
767
|
|
628
768
|
RHO_NOT_IMPLEMENTED;
|
629
769
|
}
|
630
770
|
|
631
|
-
RHO_GLOBAL int
|
771
|
+
RHO_GLOBAL int mkdir(const char *path, mode_t mode)
|
632
772
|
{
|
633
|
-
|
773
|
+
RHO_LOG("mkdir: path=%s, mode=0x%x", path, (int)mode);
|
774
|
+
std::string fpath = make_full_path(path);
|
775
|
+
RHO_LOG("mkdir: fpath=%s", fpath.c_str());
|
776
|
+
return real_mkdir(fpath.c_str(), mode);
|
634
777
|
}
|
635
778
|
|
636
|
-
RHO_GLOBAL int
|
779
|
+
RHO_GLOBAL int rmdir(const char *path)
|
637
780
|
{
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
781
|
+
RHO_LOG("rmdir: path=%s", path);
|
782
|
+
if (need_emulate(path))
|
783
|
+
{
|
784
|
+
rho_stat_t *st = rho_stat(path);
|
785
|
+
if (!st)
|
786
|
+
errno = ENOENT;
|
787
|
+
else if (st->type != rho_type_dir)
|
788
|
+
errno = ENOTDIR;
|
789
|
+
else
|
790
|
+
errno = EACCES;
|
791
|
+
return -1;
|
792
|
+
}
|
643
793
|
|
644
|
-
|
645
|
-
{
|
646
|
-
RHO_NOT_IMPLEMENTED;
|
794
|
+
return real_rmdir(path);
|
647
795
|
}
|
648
796
|
|
649
797
|
RHO_GLOBAL int chroot(const char *)
|
@@ -653,37 +801,116 @@ RHO_GLOBAL int chroot(const char *)
|
|
653
801
|
|
654
802
|
RHO_GLOBAL int chown(const char *path, uid_t uid, gid_t gid)
|
655
803
|
{
|
656
|
-
|
804
|
+
RHO_LOG("chown: path=%s, uid=%d, gid=%d", path, (int)uid, (int)gid);
|
805
|
+
std::string fpath = make_full_path(path);
|
806
|
+
if (!need_emulate(fpath))
|
807
|
+
return real_chown(path, uid, gid);
|
808
|
+
|
809
|
+
errno = EACCES;
|
810
|
+
return -1;
|
657
811
|
}
|
658
812
|
|
659
813
|
RHO_GLOBAL int fchown(int fd, uid_t uid, gid_t gid)
|
660
814
|
{
|
661
|
-
|
815
|
+
RHO_LOG("fchown: fd=%d, uid=%d, gid=%d", fd, (int)uid, (int)gid);
|
816
|
+
if (fd < RHO_FD_BASE)
|
817
|
+
return real_fchown(fd, uid, gid);
|
818
|
+
|
819
|
+
std::string fpath;
|
820
|
+
|
821
|
+
{
|
822
|
+
scoped_lock_t guard(rho_file_mtx);
|
823
|
+
|
824
|
+
rho_fd_map_t::iterator it = rho_fd_map.find(fd);
|
825
|
+
if (it == rho_fd_map.end())
|
826
|
+
{
|
827
|
+
errno = EBADF;
|
828
|
+
return -1;
|
829
|
+
}
|
830
|
+
|
831
|
+
fpath = it->second.fpath;
|
832
|
+
}
|
833
|
+
|
834
|
+
return chown(fpath.c_str(), uid, gid);
|
662
835
|
}
|
663
836
|
|
664
837
|
RHO_GLOBAL int lchown(const char *path, uid_t uid, gid_t gid)
|
665
838
|
{
|
666
|
-
|
839
|
+
RHO_LOG("lchown: path=%s, uid=%d, gid=%d", path, (int)uid, (int)gid);
|
840
|
+
std::string fpath = make_full_path(path);
|
841
|
+
if (!need_emulate(fpath))
|
842
|
+
return real_lchown(path, uid, gid);
|
843
|
+
|
844
|
+
return chown(path, uid, gid);
|
667
845
|
}
|
668
846
|
|
669
|
-
RHO_GLOBAL int
|
847
|
+
RHO_GLOBAL int link(const char *src, const char *dst)
|
670
848
|
{
|
671
|
-
|
849
|
+
RHO_LOG("link: src=%s, dst=%s", src, dst);
|
850
|
+
std::string fsrc = make_full_path(src);
|
851
|
+
if (need_emulate(fsrc))
|
852
|
+
{
|
853
|
+
RHO_LOG("link: %s: copy from Android package", src);
|
854
|
+
JNIEnv *env = jnienv();
|
855
|
+
jhstring relPathObj = rho_cast<jhstring>(env, make_rel_path(fsrc).c_str());
|
856
|
+
env->CallStaticBooleanMethod(clsFileApi, midCopy, relPathObj.get());
|
857
|
+
if (has_pending_exception())
|
858
|
+
{
|
859
|
+
errno = EFAULT;
|
860
|
+
return -1;
|
861
|
+
}
|
862
|
+
}
|
863
|
+
|
864
|
+
rho_stat_t *st = rho_stat(dst);
|
865
|
+
if (st)
|
866
|
+
{
|
867
|
+
errno = EEXIST;
|
868
|
+
return -1;
|
869
|
+
}
|
870
|
+
|
871
|
+
return real_link(src, dst);
|
672
872
|
}
|
673
873
|
|
674
874
|
RHO_GLOBAL int symlink(const char *src, const char *dst)
|
675
875
|
{
|
676
|
-
|
876
|
+
RHO_LOG("symlink: src=%s, dst=%s", src, dst);
|
877
|
+
std::string fsrc = make_full_path(src);
|
878
|
+
if (need_emulate(fsrc))
|
879
|
+
{
|
880
|
+
RHO_LOG("symlink: %s: copy from Android package", src);
|
881
|
+
JNIEnv *env = jnienv();
|
882
|
+
jhstring relPathObj = rho_cast<jhstring>(env, make_rel_path(fsrc).c_str());
|
883
|
+
env->CallStaticBooleanMethod(clsFileApi, midCopy, relPathObj.get());
|
884
|
+
if (has_pending_exception())
|
885
|
+
{
|
886
|
+
errno = EFAULT;
|
887
|
+
return -1;
|
888
|
+
}
|
889
|
+
}
|
890
|
+
|
891
|
+
rho_stat_t *st = rho_stat(dst);
|
892
|
+
if (st)
|
893
|
+
{
|
894
|
+
errno = EEXIST;
|
895
|
+
return -1;
|
896
|
+
}
|
897
|
+
|
898
|
+
return real_symlink(src, dst);
|
677
899
|
}
|
678
900
|
|
679
901
|
RHO_GLOBAL int readlink(const char *path, char *buf, size_t bufsize)
|
680
902
|
{
|
681
|
-
|
903
|
+
RHO_LOG("readlink: path=%s", path);
|
904
|
+
if (!need_emulate(path))
|
905
|
+
return real_readlink(path, buf, bufsize);
|
906
|
+
|
907
|
+
errno = EINVAL;
|
908
|
+
return -1;
|
682
909
|
}
|
683
910
|
|
684
911
|
RHO_GLOBAL loff_t lseek64(int fd, loff_t offset, int whence)
|
685
912
|
{
|
686
|
-
RHO_LOG("lseek64: fd %d, offset %
|
913
|
+
RHO_LOG("lseek64: fd %d, offset %lld, whence %d", fd, (long long)offset, whence);
|
687
914
|
if (fd < RHO_FD_BASE)
|
688
915
|
{
|
689
916
|
loff_t ret = real_lseek64(fd, offset, whence);
|
@@ -703,7 +930,7 @@ RHO_GLOBAL loff_t lseek64(int fd, loff_t offset, int whence)
|
|
703
930
|
RHO_LOG("lseek64: fd %d: java", fd);
|
704
931
|
|
705
932
|
{
|
706
|
-
scoped_lock_t guard(
|
933
|
+
scoped_lock_t guard(rho_file_mtx);
|
707
934
|
|
708
935
|
rho_fd_map_t::iterator it = rho_fd_map.find(fd);
|
709
936
|
if (it == rho_fd_map.end())
|
@@ -722,24 +949,35 @@ RHO_GLOBAL loff_t lseek64(int fd, loff_t offset, int whence)
|
|
722
949
|
is = it->second.is;
|
723
950
|
pos = it->second.pos;
|
724
951
|
|
952
|
+
RHO_LOG("lseek64: fd %d: pos=%lld, size=%llu", fd, (long long)pos, (unsigned long long)st->size);
|
725
953
|
switch (whence)
|
726
954
|
{
|
727
955
|
case SEEK_SET:
|
956
|
+
if (offset < 0)
|
957
|
+
offset = 0;
|
728
958
|
if (offset > st->size)
|
729
959
|
offset = st->size;
|
730
960
|
pos = offset;
|
961
|
+
RHO_LOG("lseek64: fd %d: SEEK_SET: pos=%lld", fd, (long long)pos);
|
731
962
|
break;
|
732
963
|
case SEEK_CUR:
|
964
|
+
if (pos + offset < 0)
|
965
|
+
offset = -pos;
|
733
966
|
if (pos + offset > st->size)
|
734
967
|
offset = st->size - pos;
|
735
968
|
pos += offset;
|
969
|
+
RHO_LOG("lseek64: fd %d: SEEK_CUR: pos=%lld", fd, (long long)pos);
|
736
970
|
break;
|
737
971
|
case SEEK_END:
|
738
|
-
if (offset >
|
739
|
-
offset =
|
740
|
-
|
972
|
+
if (offset > 0)
|
973
|
+
offset = 0;
|
974
|
+
if (-offset > st->size)
|
975
|
+
offset = -st->size;
|
976
|
+
pos = st->size + offset;
|
977
|
+
RHO_LOG("lseek64: fd %d: SEEK_END: pos=%lld", fd, (long long)pos);
|
741
978
|
break;
|
742
979
|
default:
|
980
|
+
RHO_LOG("lseek64: fd %d: unknown whence value", fd);
|
743
981
|
errno = EINVAL;
|
744
982
|
return -1;
|
745
983
|
}
|
@@ -747,10 +985,11 @@ RHO_GLOBAL loff_t lseek64(int fd, loff_t offset, int whence)
|
|
747
985
|
it->second.pos = pos;
|
748
986
|
}
|
749
987
|
|
750
|
-
RHO_LOG("lseek64: fd %d: is: %p, pos: %
|
988
|
+
RHO_LOG("lseek64: fd %d: is: %p, pos: %lld", fd, is, (long long)pos);
|
751
989
|
|
752
990
|
if (is == NULL)
|
753
991
|
{
|
992
|
+
RHO_LOG("lseek64: fd %d: return EBADF", fd);
|
754
993
|
errno = EBADF;
|
755
994
|
return -1;
|
756
995
|
}
|
@@ -758,7 +997,7 @@ RHO_GLOBAL loff_t lseek64(int fd, loff_t offset, int whence)
|
|
758
997
|
JNIEnv *env = jnienv();
|
759
998
|
env->CallStaticVoidMethod(clsFileApi, midSeek, is, pos);
|
760
999
|
|
761
|
-
RHO_LOG("lseek64: fd %d: return %
|
1000
|
+
RHO_LOG("lseek64: fd %d: return %lld (java)", fd, (long long)pos);
|
762
1001
|
return pos;
|
763
1002
|
}
|
764
1003
|
|
@@ -820,10 +1059,16 @@ RHO_GLOBAL int fdatasync(int fd)
|
|
820
1059
|
|
821
1060
|
RHO_GLOBAL int ftruncate(int fd, off_t offset)
|
822
1061
|
{
|
1062
|
+
RHO_LOG("ftruncate: fd %d", fd);
|
1063
|
+
if (offset < 0)
|
1064
|
+
{
|
1065
|
+
errno = EINVAL;
|
1066
|
+
return -1;
|
1067
|
+
}
|
1068
|
+
|
823
1069
|
if (fd < RHO_FD_BASE)
|
824
1070
|
return real_ftruncate(fd, offset);
|
825
1071
|
|
826
|
-
RHO_LOG("ftruncate: fd %d", fd);
|
827
1072
|
errno = EINVAL;
|
828
1073
|
return -1;
|
829
1074
|
}
|
@@ -860,6 +1105,7 @@ static int stat_impl(std::string const &fpath, struct stat *buf)
|
|
860
1105
|
return -1;
|
861
1106
|
}
|
862
1107
|
buf->st_size = rst->size;
|
1108
|
+
buf->st_ino = rst->ino;
|
863
1109
|
time_t tm = rst->mtime;
|
864
1110
|
buf->st_atime = tm;
|
865
1111
|
buf->st_mtime = tm;
|
@@ -872,9 +1118,14 @@ static int stat_impl(std::string const &fpath, struct stat *buf)
|
|
872
1118
|
|
873
1119
|
RHO_GLOBAL int stat(const char *path, struct stat *buf)
|
874
1120
|
{
|
1121
|
+
RHO_LOG("stat: %s", path);
|
875
1122
|
std::string fpath = make_full_path(path);
|
876
|
-
if (!
|
877
|
-
|
1123
|
+
if (!need_emulate(fpath))
|
1124
|
+
{
|
1125
|
+
int e = real_stat(path, buf);
|
1126
|
+
RHO_LOG("stat: %s: native, return %d (errno %d)", path, e, errno);
|
1127
|
+
return e;
|
1128
|
+
}
|
878
1129
|
|
879
1130
|
return stat_impl(fpath, buf);
|
880
1131
|
}
|
@@ -888,7 +1139,7 @@ RHO_GLOBAL int fstat(int fd, struct stat *buf)
|
|
888
1139
|
std::string fpath;
|
889
1140
|
|
890
1141
|
{
|
891
|
-
scoped_lock_t guard(
|
1142
|
+
scoped_lock_t guard(rho_file_mtx);
|
892
1143
|
|
893
1144
|
rho_fd_map_t::iterator it = rho_fd_map.find(fd);
|
894
1145
|
if (it == rho_fd_map.end())
|
@@ -907,12 +1158,32 @@ RHO_GLOBAL int lstat(const char *path, struct stat *buf)
|
|
907
1158
|
{
|
908
1159
|
RHO_LOG("lstat: %s", path);
|
909
1160
|
std::string fpath = make_full_path(path);
|
910
|
-
if (!
|
1161
|
+
if (!need_emulate(fpath))
|
911
1162
|
return real_lstat(path, buf);
|
912
1163
|
|
913
1164
|
return stat_impl(fpath, buf);
|
914
1165
|
}
|
915
1166
|
|
1167
|
+
RHO_GLOBAL int unlink(const char *path)
|
1168
|
+
{
|
1169
|
+
RHO_LOG("unlink: %s", path);
|
1170
|
+
std::string fpath = make_full_path(path);
|
1171
|
+
if (!need_emulate(fpath))
|
1172
|
+
return real_unlink(path);
|
1173
|
+
|
1174
|
+
// Check is there file with specified name in java package
|
1175
|
+
struct stat st;
|
1176
|
+
int e = stat_impl(fpath, &st);
|
1177
|
+
// If no such file in java package, then call real "unlink" function
|
1178
|
+
if (e == -1 && errno == ENOENT)
|
1179
|
+
return real_unlink(path);
|
1180
|
+
|
1181
|
+
// Otherwise, return permission error (because there is no way remove
|
1182
|
+
// file from assets package
|
1183
|
+
errno = EPERM;
|
1184
|
+
return -1;
|
1185
|
+
}
|
1186
|
+
|
916
1187
|
static int __sread(void *cookie, char *buf, int n)
|
917
1188
|
{
|
918
1189
|
RHO_LOG("__sread: %p", cookie);
|
@@ -1021,3 +1292,319 @@ RHO_GLOBAL int select(int maxfd, fd_set *rfd, fd_set *wfd, fd_set *efd, struct t
|
|
1021
1292
|
return count;
|
1022
1293
|
}
|
1023
1294
|
|
1295
|
+
RHO_GLOBAL int getdents(unsigned int fd, struct dirent *dirp, unsigned int count)
|
1296
|
+
{
|
1297
|
+
RHO_LOG("getdents: fd=%u, dirp=%p, count=%u", fd, (void*)dirp, count);
|
1298
|
+
return real_getdents(fd, dirp, count);
|
1299
|
+
}
|
1300
|
+
|
1301
|
+
RHO_GLOBAL DIR *opendir(const char *dirpath)
|
1302
|
+
{
|
1303
|
+
std::string fpath;
|
1304
|
+
if (dirpath)
|
1305
|
+
fpath = make_full_path(dirpath);
|
1306
|
+
|
1307
|
+
if (fpath.empty())
|
1308
|
+
{
|
1309
|
+
RHO_LOG("opendir: dirpath is empty");
|
1310
|
+
errno = ENOENT;
|
1311
|
+
return NULL;
|
1312
|
+
}
|
1313
|
+
|
1314
|
+
RHO_LOG("opendir: dirpath=%s", dirpath);
|
1315
|
+
|
1316
|
+
bool emulate = need_emulate_dir(fpath);
|
1317
|
+
if (emulate && has_pending_exception())
|
1318
|
+
{
|
1319
|
+
errno = EFAULT;
|
1320
|
+
return NULL;
|
1321
|
+
}
|
1322
|
+
|
1323
|
+
DIR *dirp = NULL;
|
1324
|
+
if (emulate)
|
1325
|
+
{
|
1326
|
+
struct stat st;
|
1327
|
+
if (::stat(fpath.c_str(), &st) == -1)
|
1328
|
+
return NULL;
|
1329
|
+
if (!S_ISDIR(st.st_mode))
|
1330
|
+
{
|
1331
|
+
errno = ENOTDIR;
|
1332
|
+
return NULL;
|
1333
|
+
}
|
1334
|
+
|
1335
|
+
std::vector<std::string> children;
|
1336
|
+
children.push_back(".");
|
1337
|
+
children.push_back("..");
|
1338
|
+
{
|
1339
|
+
JNIEnv *env = jnienv();
|
1340
|
+
jhstring relPathObj = rho_cast<jhstring>(env, make_rel_path(fpath).c_str());
|
1341
|
+
jholder<jobjectArray> jChildren = jholder<jobjectArray>((jobjectArray)env->CallStaticObjectMethod(clsFileApi, midGetChildren, relPathObj.get()));
|
1342
|
+
|
1343
|
+
if (!jChildren)
|
1344
|
+
{
|
1345
|
+
errno = EFAULT;
|
1346
|
+
return NULL;
|
1347
|
+
}
|
1348
|
+
|
1349
|
+
for (jsize i = 0, lim = env->GetArrayLength(jChildren.get()); i != lim; ++i)
|
1350
|
+
{
|
1351
|
+
jhstring jc = jhstring((jstring)env->GetObjectArrayElement(jChildren.get(), i));
|
1352
|
+
std::string const &ch = rho_cast<std::string>(env, jc);
|
1353
|
+
RHO_LOG("opendir: next children: %s", ch.c_str());
|
1354
|
+
children.push_back(ch);
|
1355
|
+
}
|
1356
|
+
}
|
1357
|
+
|
1358
|
+
// Allocate dirp
|
1359
|
+
scoped_lock_t guard(rho_file_mtx);
|
1360
|
+
if (!rho_dir_free.empty())
|
1361
|
+
{
|
1362
|
+
dirp = rho_dir_free[0];
|
1363
|
+
rho_dir_free.erase(rho_dir_free.begin());
|
1364
|
+
}
|
1365
|
+
else
|
1366
|
+
dirp = reinterpret_cast<DIR *>(rho_dir_counter--);
|
1367
|
+
|
1368
|
+
// Allocate fd
|
1369
|
+
int fd;
|
1370
|
+
if (!rho_fd_free.empty())
|
1371
|
+
{
|
1372
|
+
fd = rho_fd_free[0];
|
1373
|
+
rho_fd_free.erase(rho_fd_free.begin());
|
1374
|
+
}
|
1375
|
+
else
|
1376
|
+
fd = rho_fd_counter++;
|
1377
|
+
rho_fd_data_t d;
|
1378
|
+
d.type = rho_type_dir;
|
1379
|
+
d.is = NULL;
|
1380
|
+
d.dirp = dirp;
|
1381
|
+
d.fpath = fpath;
|
1382
|
+
d.pos = 0;
|
1383
|
+
rho_fd_map[fd] = d;
|
1384
|
+
|
1385
|
+
// Collect children
|
1386
|
+
rho_dir_data_t dd;
|
1387
|
+
dd.fd = fd;
|
1388
|
+
for (std::vector<std::string>::const_iterator it = children.begin(), lim = children.end(); it != lim; ++it)
|
1389
|
+
{
|
1390
|
+
std::string cpath = fpath + "/" + *it;
|
1391
|
+
struct stat st;
|
1392
|
+
if (::stat(cpath.c_str(), &st) == -1)
|
1393
|
+
return NULL;
|
1394
|
+
|
1395
|
+
struct dirent de;
|
1396
|
+
de.d_ino = st.st_ino;
|
1397
|
+
de.d_off = 0;
|
1398
|
+
de.d_reclen = sizeof(struct dirent);
|
1399
|
+
if (S_ISDIR(st.st_mode))
|
1400
|
+
de.d_type = DT_DIR;
|
1401
|
+
else if (S_ISREG(st.st_mode))
|
1402
|
+
de.d_type = DT_REG;
|
1403
|
+
else
|
1404
|
+
de.d_type = DT_UNKNOWN;
|
1405
|
+
strlcpy(de.d_name, it->c_str(), sizeof(de.d_name));
|
1406
|
+
dd.childs.push_back(de);
|
1407
|
+
}
|
1408
|
+
rho_dir_map[dirp] = dd;
|
1409
|
+
|
1410
|
+
RHO_LOG("opendir: return %p (emulated), fd %d", (void*)dirp, fd);
|
1411
|
+
}
|
1412
|
+
else
|
1413
|
+
{
|
1414
|
+
dirp = real_opendir(dirpath);
|
1415
|
+
RHO_LOG("opendir: return %p (native)", (void*)dirp);
|
1416
|
+
}
|
1417
|
+
|
1418
|
+
return dirp;
|
1419
|
+
}
|
1420
|
+
|
1421
|
+
RHO_GLOBAL DIR *fdopendir(int fd)
|
1422
|
+
{
|
1423
|
+
RHO_LOG("fdopendir: fd=%d", fd);
|
1424
|
+
if (fd < RHO_FD_BASE)
|
1425
|
+
return real_fdopendir(fd);
|
1426
|
+
|
1427
|
+
scoped_lock_t guard(rho_file_mtx);
|
1428
|
+
for (rho_dir_map_t::const_iterator it = rho_dir_map.begin(), lim = rho_dir_map.end(); it != lim; ++it)
|
1429
|
+
{
|
1430
|
+
if (it->second.fd != fd)
|
1431
|
+
continue;
|
1432
|
+
|
1433
|
+
return it->first;
|
1434
|
+
}
|
1435
|
+
|
1436
|
+
errno = EBADF;
|
1437
|
+
return NULL;
|
1438
|
+
}
|
1439
|
+
|
1440
|
+
RHO_GLOBAL int dirfd(DIR *dirp)
|
1441
|
+
{
|
1442
|
+
RHO_LOG("dirfd: dirp=%p", (void*)dirp);
|
1443
|
+
scoped_lock_t guard(rho_file_mtx);
|
1444
|
+
rho_dir_map_t::const_iterator it = rho_dir_map.find(dirp);
|
1445
|
+
if (it == rho_dir_map.end())
|
1446
|
+
return real_dirfd(dirp);
|
1447
|
+
|
1448
|
+
return it->second.fd;
|
1449
|
+
}
|
1450
|
+
|
1451
|
+
RHO_GLOBAL struct dirent *readdir(DIR *dirp)
|
1452
|
+
{
|
1453
|
+
RHO_LOG("readdir: dirp=%p", (void*)dirp);
|
1454
|
+
scoped_lock_t guard(rho_file_mtx);
|
1455
|
+
rho_dir_map_t::iterator it = rho_dir_map.find(dirp);
|
1456
|
+
if (it == rho_dir_map.end())
|
1457
|
+
{
|
1458
|
+
struct dirent *ret = real_readdir(dirp);
|
1459
|
+
RHO_LOG("readdir: return %p (native)", (void*)ret);
|
1460
|
+
return ret;
|
1461
|
+
}
|
1462
|
+
|
1463
|
+
rho_dir_data_t &d = it->second;
|
1464
|
+
if (d.index >= d.childs.size())
|
1465
|
+
{
|
1466
|
+
RHO_LOG("readdir: end of directory reached, return NULL");
|
1467
|
+
return NULL;
|
1468
|
+
}
|
1469
|
+
|
1470
|
+
struct dirent *ret = &d.childs[d.index++];
|
1471
|
+
ret->d_off = ret->d_reclen;
|
1472
|
+
RHO_LOG("readdir: return %p (emulated)", (void*)ret);
|
1473
|
+
return ret;
|
1474
|
+
}
|
1475
|
+
|
1476
|
+
RHO_GLOBAL int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result)
|
1477
|
+
{
|
1478
|
+
RHO_LOG("readdir_r: dirp=%p", (void*)dirp);
|
1479
|
+
scoped_lock_t guard(rho_file_mtx);
|
1480
|
+
rho_dir_map_t::iterator it = rho_dir_map.find(dirp);
|
1481
|
+
if (it == rho_dir_map.end())
|
1482
|
+
{
|
1483
|
+
int ret = real_readdir_r(dirp, entry, result);
|
1484
|
+
RHO_LOG("readdir_r: return %p (native)", (void*)*result);
|
1485
|
+
return ret;
|
1486
|
+
}
|
1487
|
+
|
1488
|
+
rho_dir_data_t &d = it->second;
|
1489
|
+
if (d.index >= d.childs.size())
|
1490
|
+
{
|
1491
|
+
RHO_LOG("readdir_r: end of directory reached, return NULL");
|
1492
|
+
*result = NULL;
|
1493
|
+
return 0;
|
1494
|
+
}
|
1495
|
+
|
1496
|
+
struct dirent &de = d.childs[d.index++];
|
1497
|
+
de.d_off = de.d_reclen;
|
1498
|
+
entry->d_ino = de.d_ino;
|
1499
|
+
entry->d_off = de.d_off;
|
1500
|
+
entry->d_reclen = de.d_reclen;
|
1501
|
+
entry->d_type = de.d_type;
|
1502
|
+
::strlcpy(entry->d_name, de.d_name, sizeof(entry->d_name));
|
1503
|
+
|
1504
|
+
*result = entry;
|
1505
|
+
|
1506
|
+
RHO_LOG("readdir_r: return %p (emulated)", (void*)*result);
|
1507
|
+
return 0;
|
1508
|
+
}
|
1509
|
+
|
1510
|
+
RHO_GLOBAL int closedir(DIR *dirp)
|
1511
|
+
{
|
1512
|
+
RHO_LOG("closedir: dirp=%p", (void*)dirp);
|
1513
|
+
scoped_lock_t guard(rho_file_mtx);
|
1514
|
+
rho_dir_map_t::iterator it = rho_dir_map.find(dirp);
|
1515
|
+
if (it == rho_dir_map.end())
|
1516
|
+
{
|
1517
|
+
int ret = real_closedir(dirp);
|
1518
|
+
RHO_LOG("closedir: return %d (native)", ret);
|
1519
|
+
return ret;
|
1520
|
+
}
|
1521
|
+
|
1522
|
+
rho_fd_map_t::iterator itt = rho_fd_map.find(it->second.fd);
|
1523
|
+
if (itt == rho_fd_map.end())
|
1524
|
+
{
|
1525
|
+
errno = EBADF;
|
1526
|
+
return -1;
|
1527
|
+
}
|
1528
|
+
|
1529
|
+
rho_fd_map.erase(itt);
|
1530
|
+
rho_fd_free.push_back(it->second.fd);
|
1531
|
+
|
1532
|
+
rho_dir_map.erase(it);
|
1533
|
+
rho_dir_free.push_back(dirp);
|
1534
|
+
RHO_LOG("closedir: return 0 (emulated)");
|
1535
|
+
return 0;
|
1536
|
+
}
|
1537
|
+
|
1538
|
+
RHO_GLOBAL void seekdir(DIR *dirp, long offset)
|
1539
|
+
{
|
1540
|
+
RHO_LOG("seekdir: dirp=%p, offset=%ld", (void*)dirp, offset);
|
1541
|
+
scoped_lock_t guard(rho_file_mtx);
|
1542
|
+
rho_dir_map_t::iterator it = rho_dir_map.find(dirp);
|
1543
|
+
if (it == rho_dir_map.end())
|
1544
|
+
return;
|
1545
|
+
|
1546
|
+
rho_dir_data_t &d = it->second;
|
1547
|
+
d.index = 0;
|
1548
|
+
for (std::vector<struct dirent>::iterator itt = d.childs.begin(), limm = d.childs.end(); itt != limm; ++itt, ++d.index)
|
1549
|
+
{
|
1550
|
+
if (offset >= itt->d_reclen)
|
1551
|
+
{
|
1552
|
+
offset -= itt->d_reclen;
|
1553
|
+
itt->d_off = itt->d_reclen;
|
1554
|
+
continue;
|
1555
|
+
}
|
1556
|
+
itt->d_off = offset;
|
1557
|
+
break;
|
1558
|
+
}
|
1559
|
+
}
|
1560
|
+
|
1561
|
+
RHO_GLOBAL long telldir(DIR *dirp)
|
1562
|
+
{
|
1563
|
+
RHO_LOG("telldir: dirp=%p", (void*)dirp);
|
1564
|
+
scoped_lock_t guard(rho_file_mtx);
|
1565
|
+
rho_dir_map_t::iterator it = rho_dir_map.find(dirp);
|
1566
|
+
if (it == rho_dir_map.end())
|
1567
|
+
return 0;
|
1568
|
+
|
1569
|
+
rho_dir_data_t &d = it->second;
|
1570
|
+
long offset = 0;
|
1571
|
+
for (std::vector<struct dirent>::const_iterator itt = d.childs.begin(), limm = d.childs.end(); itt != limm; ++itt)
|
1572
|
+
{
|
1573
|
+
offset += itt->d_off;
|
1574
|
+
if (itt->d_off < itt->d_reclen)
|
1575
|
+
break;
|
1576
|
+
}
|
1577
|
+
|
1578
|
+
return offset;
|
1579
|
+
}
|
1580
|
+
|
1581
|
+
RHO_GLOBAL void rewinddir(DIR *dirp)
|
1582
|
+
{
|
1583
|
+
RHO_LOG("rewinddir: dirp=%p", (void*)dirp);
|
1584
|
+
scoped_lock_t guard(rho_file_mtx);
|
1585
|
+
rho_dir_map_t::iterator it = rho_dir_map.find(dirp);
|
1586
|
+
if (it == rho_dir_map.end())
|
1587
|
+
real_rewinddir(dirp);
|
1588
|
+
else
|
1589
|
+
{
|
1590
|
+
rho_dir_data_t &d = it->second;
|
1591
|
+
d.index = 0;
|
1592
|
+
if (d.childs.size() > 0)
|
1593
|
+
d.childs[0].d_off = 0;
|
1594
|
+
}
|
1595
|
+
}
|
1596
|
+
|
1597
|
+
RHO_GLOBAL int scandir(const char *dir, struct dirent ***namelist, int (*filter)(const struct dirent *),
|
1598
|
+
int (*compar)(const struct dirent **, const struct dirent **))
|
1599
|
+
{
|
1600
|
+
RHO_LOG("scandir: dir=%s", dir);
|
1601
|
+
std::string fpath = make_full_path(dir);
|
1602
|
+
if (!need_emulate(fpath))
|
1603
|
+
{
|
1604
|
+
int ret = real_scandir(dir, namelist, filter, compar);
|
1605
|
+
RHO_LOG("scandir: return %d (native)", ret);
|
1606
|
+
return ret;
|
1607
|
+
}
|
1608
|
+
|
1609
|
+
RHO_NOT_IMPLEMENTED;
|
1610
|
+
}
|