ICEmobile 1.0 RC1

Table of Contents

ICEmobile-Faces 1.0 Release Candidate 1 Release Notes

Feb 3 2012

About This Release


ICEmobile-Faces 1.0 RC1 is the release candidate for ICEmobile 1.0 Final

Contents

These Release Notes include the following sections:

Downloads


ICEmobile 1.0 RC1 is available for download in the following formats:

New Features


The following new features have been added since Beta 2.

Components

  • blackberry useNative for date and time spinners
  • audio tag renamed to audioPlayer
  • new attribute for playback link audioPlayer and videoPlayer. If Android users don't want to use Hardware Acceleration for video playback, they can click on the link instead.
  • NEW icemobilesx component for use with ICEmobile-SX Surf Expander for iOS
  • ajax-based file upload means uploadhelper only now required for IE
  • remove mandatory resource annotations so that mobi components can be used in same application as ace components (different pages, but same application at this point), but mobile resources will not bleed onto non-mobile pages.

See complete component documentation in the wiki.

Device Containers

Android

  • Improved C2DM registration to apply results immediately to cloud push credentials.

iOS

Blackberry

  • Fixed Video camera file format. Videos were previously captured in RIM streaming file format but now are encoded 3gp. 

See complete container documentation in the [wiki].

Framework Enhancements

  • Cloud Push detection mechanism has been improved.

Tools Enhancements

  • Tools bundles now available for NetBeans and Eclipse. Both bundles are add-ons for their respective ICEfaces 3.0 tools bundle.

Supported Platforms


ICEfaces

This release is based on ICEfaces 3.0 Final, and inherits supported JSF runtimes, browsers, and applications servers from that release. See ICEfaces release notes for details.

Device Containers

  • Google Android 2.2 or later
  • Apple iOS 4 or later
  • Blackberry Platform 6.0

Development Tips


Components

  • If your application uses camera, microphone, or camcorder and you wish it to work in IE9, add
<mobi:uploadhelper/> 

to the form. For more advanced Ajax use see [Desktop Portability].

  • Default for using minified javascript and css for components is dependent upon the following context parameter from web.xml:-
      <param-name>javax.faces.PROJECT_STAGE</param-name> 

    if using Production for param-value, the minified js and css will be used. if Development, will get non-minified (easier to read) css and js.

  • timeZone support on timeSpinner may show values from different timezone for sample apps (tested using MST). Just usE
    <f:convertDateTime...timeZone="#{date.timezone}" />

    which returns java.util.TimeZone.getDefaultID(); to get default timeZone of server.
  • Hardware Acceleration may be required for videoPlayback on Android devices. See the new attribute for video and audio
     <mobi:audioPlayer value="#{audioBean.audioResourceData}"
                                linkLabel="Play"
                                controls="true" preload="auto"/> 

    which will render a link for playback

Known Issues


Framework

  • Cloud Push idle/active detection is not 100% reliable. Under certain conditions cloud push notifications may be sent to active device containers.

Components

all

  • mobi:ajax support. Components which are naming containers (like Carousel) have limited use for mobi:ajax tag due to jsf findComponent method which will only search to the nearest naming container.
  • geolocation not supported on blackberry devices in browser api

Demo Applications

Mobile Showcase

  • HTML5 input page is ill-behaved on Android tablets when soft keyboard is used. Use of "Next" and "Prev" buttons may not result in proper input field focus, and submit button may not perform as expected. Additionally, scrolling window to show active input field is not occurring. If active input field is not visible, the correct keyboard for that input type may not be shown. This is a result of the composite component used for layout of scrollable panels in this application. Should be replaced with a non-composite component in next release.

Containers

Android

  • HTML5 audio and video tags are not well supported prior to Android 2.3. Video and audio playback may not work on devices running Android 2.2 or earlier.
  • Rapid button presses in Android container may result in discarded submissions. This can lead to a miss-match in state of flip-switch components between the client and the server.
  • Android 3.x tablets support HW acceleration, but there are know issues with it.
    • With HW Acceleration turned off, scrolling of the web view may be erratic, causing the page to disappear sporadically.
    • With HW Acceleration turned off, embedded HTML5 video tags will play the audio portion only.
    • With HW Acceleration turned on, the page may not paint instantaneously when page updates occur. Touching the screen causes the paint to occur correctly.

Blackberry

General issues
  • Flash and zoom controls are not yet available on the Camera widget extension.
  • Tactile feedback on camera and upload buttons (and various HTML5 elements) in the various camera screens is lacking. This can lead to multiple submission attempts (or none at all).
  • On devices with a slide out keyboard, having the keyboard extended automatically puts the device in Portrait mode. The photo component depends on the Device.getOrientation method call to orient the thumbnail to the screen, so the thumbnail may be rotated incorrectly in this situation.
  • In a related sense, the video camera widget sized at 640x480 does not show up fullscreen unless it's used in Landscape mode. This is similar to the RIM camera application where the the same aspect ratio is maintained.
  • When using the video recorder, the user is asked for the following permission when using the video camera:
    The aplication ICEmobile is attempting to reset the security timer  [Allow][Deny]
    
    This appears to be a common issue on some devices when using APIs related to using the video camera in either recording or playback.
    Other uses of an API to reset the backlight timer cause this to occur, but the ICEmobile application does not use this API. If this question is asked repeatedly during normal use, it can be
    disabled through the application permissions menu:
    Options (wrench) -> Device -> Application Management -> ICEFaces Mobile Container -> Edit Permissions -> Interactions -> Reset Security Timer -> [Allow]
  • Dongle can be attached to Blackberry device in "charge only" mode only if attempting to write to the filesystems. Camera and videocamera extensions wont work if user is trying to share filesystem with a desktop client.
  • Simulator code is extremely slow and can be temperamental depending on simulator networking performance.
  • When a video is displayed in the WebKit browser, it renders a black rectangle that persists after the container (and the browser) navigates to a new page. The user must reload the current page to force the browser clear the rectangle.
    *Blackberry OS6 uses zxing version 6, which requires the user taking a photo. The container then applies a series of Java image processing operations on the resulting image. For a successful scan, QRCode must be well lit, and the photo taken from such a place that there is no reflection and the image is focusable (via autofocus). Also it seems that the image must be black/white as experience has showed poor results with green or red images.
  • HTML5 Geolocation does not work in Blackberry container or standard Blackberry browser. Specificially, the navigator.geolocation.getCurrentPosition() javascript method appears not to work.
Development issues
  • Special care must be taken to execute javascript (including the executeScript(String script) calls) in the ScriptEngine instance fetched from the BrowserField instance when the document loads. The convenience method to execute scripts in the BrowserField instance results in a new ScriptEngine being created which does not have access to the javascript namespace defined by ICEmobile components and Bridge constructs.

Tools

  • Some cosmetic issues exist with components in Eclipse design time view.

Support


Open source community support is available at http://www.icemobile.org.

The ICEmobile community forums are available for questions, comments, or general discussions regarding ICEmobile.

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.

© Copyright 2016 ICEsoft Technologies Canada Corp.