Child pages
  • New in 7.2
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Mobile Client

  • Column level synchronization
  • Batch update to server in sync
  • Added solutionType "Mobile Shared Module" for inclusion in both the Mobile solution and it's Service solution. Service Solution will automatically use the relations in the "Mobile Shared Module" solution to retrieve all relations to sync when calling plugins.mobile_service.addFoundSet(fs)
  • Ability to clear all local data
  • Added success/error callbacks on plugins.mobile.syncdata()
  • Ability to clear all local data
  • Date picker
  • Number and Date formatting on fields
  • Ability to add additional StyleSheets
  • Enabled the use of PhoneGap API
  • Enabled the inclusion of a config.xml when exporting to PhoneGap Build, in order to control more aspects of the Mobile app like icons, Spash screens, permissions, plugin usage etc.
  • Navigator form support
  • Upgraded to JQuery Mobile 1.3.1/JQuery 1.9.1
  • Ability to specify if headers/footers are sticky
  • Added foundset.loadAllRecords()
  • Added foundset.deleteAllRecords()
  • Added find/search support on Foundsets
  • Moved all SolutionModel helper functionality to main SolutionModel node
  • Made built-in messages i18n-able
  • Added Launch options to Developer to directly launch a Mobile Solution either as a WAR deployment or as a Debug Web Client

Application Development

Behavior Changes

  • Column converters are now also called when using the FoundsetUpdater

New Features

  • Ability to use foundset.sort(function) while having edited records
  • Added JavaFX integration in the Smart Client (requires Java 7 update 6 or higher)
  • Added NTLM authentication support to the HTTP plugin
  • Added 'select_wrapper' class to select nodes in the Web Client HTML markup for targeting with custom CSS

Servoy Developer

  • Added warnings for elements with names that start with 'sv'
  • Enabled auto-update checker
  • ????Updated the JSUnit test view
  • Added support for high resolution displays (for example Retina displays)

Deployment

  • Several memory footprint improvements for Web Clients
  • Several Web Client TableView performance improvements
  • Workaround for issues in Java Webstart 1.7 update 25
  • Upgraded to the latest version of Tomcat 6 (version 6.0.37)
  • Improved error message when attempting to use a relation in findMode that doesn't support findMode
  • No labels