• Common
  • iOS
  • Android

Breaking Changes

  • Minified version of Orubase.js file will be shipped in "/Applications/Syncfusion/Orubase Studio/[Version]/Native/Common" folder instead of Unminified version.

Features

  • Supports iOS versions 5.0 and above.
  • OrubaseClientControl now supports Native Tab Application Creation, Built-in Splash Screen, BackKeyAlert, Net connection status, Progress Indicator, Home Page with build-in Authentication, Portrait and Landscape modes of Orientation.
  • The following Native functionalities can be accessed via Orubase Client Control.
  • 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 a picture and choose a picture from the device with customization like Name,Image Quality, Camera Direction, Encoding Types, Image Size and Options to Save in photoLibrary.
  • Capture: Enables to capture Image, Audio and Video with cutomization options
  • 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 (not supported in iPod Touch) and dialog. Supported modes of dialog are Alert, Confirm and Custom.
  • IPAddress: Shows the IPAddress of the connected network in the device.
  • Storage: To access the local sqlite database.
  • Dictionary: To represent a collection of keys and values pair of data.
  • Signature: Enables to capture signature from the device with customization like Image Quality, Encoding Types, Image Size and Options to Save in photoLibrary.
  • Share: To send messages via SMS and Email from the device.
  • FileTransfer:To download and upload files between device and server.
  • Localization: To create localized application for specific culture.
  • Native Events: To listen the application's event while on loaded, on background , on foreground, on network status change etc.
  • License Information: To get the application license information.

Breaking Changes

  • Multiple versions for iOS libraries are now merged to single iOS library to support iOS versions 5.0 and above.

Fixes

  • #17314- Fixed issue in device id changing for every time in iOS Device information API.
  • #16231- Fixed issue in iOS Notification API with 'OK 'and 'Cancel' buttons.

Features

  • Supports Android versions from 2.2 and above.
  • OrubaseClientControl now supports Native Tab Application Creation, Built-in Splash Screen, BackKeyAlert, Net connection status, Progress Indicator, Home Page with build-in Authentication, Portrait and Landscape modes of Orientation.
  • For Andorid Version 4.1 and above, OrubaseClientControl supports Action Bar Tab and Dynamic Menu Item creation.
  • The following Native functionalities can be accessed via Orubase Client Control.
  • 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 a picture and choose a picture from the device with customization like Name, Image Quality, Camera Direction, Encoding Types, Image Size and Options to Save in Gallery.
  • Capture: Enables to capture image, audio and video with customization options.
  • 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 with Encryption/Decryption and options to choose storage location (phone memory or sdcard).
  • SearchContacts: Enables to search the contacts by name, email and phone number.
  • Notifications: Enables notification by beep sound, vibration and dialog. Supported modes of dialogs are Alert, Confirm and Custom.
  • IPAddress: Shows the IPAddress of the connected network in the device.
  • Storage: To access the local sqlite database.
  • Dictionary: To represent a collection of keys and values pair of data.
  • Signature: Enables to capture signature from the device with customization like Image Quality, Encoding Types, Image Size and Options to Save in Gallery.
  • Share: To send messages via SMS and Email from the device.
  • FileTransfer:To download and upload files between device and server.
  • Localization: To create localized application for specific culture.
  • Native Events: To listen the application's event while on loaded, on background , on foreground, on network status change etc.
  • License Information:To get the application license information.

Fixes

  • #16496-Fixed issues with Webview for not saving the cookies for Android version 4.1.
  • #16279-Fixed issue with Take Photo API giving less resolution image
Top