• ASP.NET MVC
  • Windows Phone
  • Android
  • iOS

Features

  • Textbox, Numeric Textbox, Percent Textbox and Password Textbox has been implemented for iOS, Windows and Android modes.

Breaking Changes

  • Assembly name and Namespace has been changed from "Syncfusion.Mobile.Shared.Mvc" to "Orubase.Mobile.Shared.Mvc".
  • Assembly name and Namespace has been changed from "Syncfusion.Mobile.Chart.Mvc" to "Orubase.Mobile.Chart.Mvc".
  • Assembly name and Namespace has been changed from "Syncfusion.Mobile.Gauge.Mvc" to "Orubase.Mobile.Gauge.Mvc".
  • Assembly name and Namespace has been changed from "Syncfusion.Mobile.Grid.Mvc" to "Orubase.Mobile.Grid.Mvc".
  • Html extension for Orubase has been changed from "Html.MobSyncfusion()" to "Html.Orubase()".

Fixes

  • #100824 - Issue with VS2010 solution file in Orubase project wizard has been fixed.
  • #102109 - Null reference exception issue in toolbar has been fixed.

Known Issues

  • Scrolling will not work in windows phone 7.5 device for the Scrollpanel, ListBox, Menu and AutoComplete controls due to the browser(ie9) compatibility issue.
  • Animation will not work in windows phone 7.5 device for the Menu, ListBox, ToggleButton and Dialog controls, due to the browser(ie9) compatibility issue.
  • Swiping will not work in windows phone 7.5 device for the Tab control, due to the browser(ie9) compatibility issue.

Features

  • Supports Native Pivot Application Creation.
  • Supports Backkey Alert, Net Connection Status and Progress Indicator.
  • Supports Home page with built-in Authentication Mechanism.
  • Support for accessing Native APIs has been provided.
  • Supports Built-in Navigation error and Redirection on Navigation failed.
  • Accelerometer: Measures tilt, motion, rotation and motion gestures such as swinging or shaking of a device.
  • AddContacts: To add a contact in the device.
  • Camera: Enables to take picture and choose picture from the device.
  • Capture: Enables to capture image, audio and video and returns the result as Media File.
  • Compass: To detect the magnetic direction of the device.
  • Connection Details: Detect whether network is connected or not and returns the connection type.
  • DeviceInfo: Shows the device details like name, version.
  • GetContacts: Gets the information about Contacts like FirstName, LastName, PhoneNumber, CompanyName, JobTitle, HomeAddress, WorkAddress etc.
  • LocationDetails: Produces information about the device's present physical location.
  • File: To create, manipulate and store the files from/to device with Encryption/Decryption support.
  • SearchContacts: Enables to search the contacts by name, email and phone number.
  • Notifications: Enables notification by beep sound, vibration and alert dialog.
  • IPAddress: Shows the IPAddress of the connected network in the device.

Changes

  • Library name is changed from "Syncfusion.Native.WindowsPhone" to "Orubase.Native.WindowsPhone".
  • "Syncfusion.Native.WindowsPhone" Namespace has been changed to "Orubase.Native.WindowsPhone".
  • Camera API will return the image in base64 format instead of device path.
  • Capture API will also return the image, audio and video files in base64 format.

Fixes

  • #100824- Windows Phone VB Project generation issue with Orubse Project Wizard has been fixed.

Features

  • Supports Native Tab Application Creation.
  • Supports Built-in Splash Screen, BackKeyAlert, Net connection status and Progress Indicator
  • Supports Home Page with build-in Authentication
  • Accelerometer: Measures tilt, motion, rotation and motion gestures such as swinging or shaking of a device.
  • AddContacts: To add more than one contact in the device.
  • Camera: Enables to take picture and choose picture from the device.
  • Capture: Enables to capture image, audio and video and returns the result as Media File.
  • Compass: To detect the magnetic direction of the device.
  • Connection Details: Detect whether the network is connected or not and returns the connection type.
  • DeviceInfo: Shows the device details like name, version.
  • GetContacts: Gets the information about Contacts like FirstName, LastName, HomePhoneNumber, WorkPhoneNumber, HomeAddress, OrganisationAddress etc.
  • LocationDetails: Produces information about the device's present physical location.
  • File: To create, manipulate and store the files from/to phone/sdcard with Encryption/Decryption support.
  • SearchContacts: Enables to search the contacts by name, email and phone number.
  • Notifications: Enables notification by beep sound, vibration and alert dialog.
  • IPAddress: Shows the IPAddress of the connected network in the device.
  • Storage: To access the local sqlite database.

Changes

  • Library name has been changed from "syncfusion.native.android" to "orubase.native.android".
  • Namespace has been changed from "syncfusion.Native.Android" to "orubase.Native.Android".
  • Camera API will return the image in base64 format instead of device path.
  • Capture API will also return the image, audio and video files in base64 format.

Fixes

  • Orubase.SQLiteStorage error reported in Forum ID 106418 has been fixed.

Features

  • Supports Native Tab Application creation.
  • Supports Built-in Net connection status and Progress Indicator.
  • Supports Home Page with build-in Authentication
  • Accelerometer: Measures tilt, motion, rotation and motion gestures such as swinging or shaking of a device.
  • AddContacts: To add more than one contact in the device.
  • Camera: Enables to take picture and choose picture from the device.
  • Capture: Enables to capture image, audio and video and returns the result as Media File.
  • Compass: To detect the magnetic direction of the device.(not supported in iPod Touch)
  • Connection Details: Detect whether network is connected or not and returns the connection type.
  • DeviceInfo: Shows the device details like name, version.
  • GetContacts: Gets the information about Contacts like FirstName, LastName, CompanyName, PhoneList, EmailList, AddressList etc.
  • LocationDetails: Produces information about the device's present physical location.
  • File: To create, manipulate and store the files from/to device with Encryption/Decryption support.
  • SearchContacts: Enables to search the contacts by name, email and phone number.
  • Notifications: Enables notification by beep sound, vibration and alert dialog.(vibration is not supported in iPod Touch)
  • IPAddress: Shows the IPAddress of the connected network in the device.
  • Storage: To access the local sqlite database.

Changes

  • Library name is changed from "Syncfusion.Native.IOS" to "Orubase.Native.iOS"
  • Camera API will return the image in base64 format instead of device path.
  • Capture API will also return the image, audio and video files in base64 format.
Top