Child pages
  • New in 7.4

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://support.servoy.com/browse/SVY-2834

Stoc

 

Mobile Client

  • SVY-4448 Added support for related find/search
  • SVY-4989 Enhanced the debug mode of the Mobile Client to read the Solution design live from Servoy Developer, which means that the Mobile Debug Client can be refreshed by refreshing the browser, instead of having to do a full export if there is a codechange
  • SVY-5336SVY-5164 Improved the Mobile Solution Export Wizard to remember PhoneGap accounts
  • Switched to JQuery Mobile virtual click events to work around the standard 300ms delay for click events on mobile browsers
  • Improvements to ListView performance
  • SVY-5406 Added option to configure the order of inclusion for additional JS & CSS resources 
  • SVY-5528 More finegrained control over first sync 

...

Note
titleBehavior Change

SVY-5695: Since Servoy 6.1 the name of the Solution was automatically appended to the name of the shortcut created by Java Webstart when branding was enabled, to get the same behavior as when branding was not enabled and to be able to have multiple shortcuts be created for multiple solutions hosted on the same Servoy Application Server. However, this change did not take into account the fact that if only one solution was hosted, it might be preferred to not have the name of the Solution included, but only the value of the {{ servoy.branding.webstart.shortcuttitle }} setting. It also did not take into account the fact that the name of the Solution is usually something internal to the developer and the public "name" is set in the title property of the Solution. Hence Servoy 7.4 reverts the behavior of including the name of the solution into the title of the shortcut by default when branding is enabled. Instead it now supports to put the value of the title property of the Solution into the name of the icon, by including the following syntax in the value of the {{ servoy.branding.webstart.shortcuttitle }} setting: {{%%solution %%solution.title%%}}.

  • SVY-3072 Added support for exporting the scale of columns when exporting to a .servoy file
    TODO 
  • SVY-5357 Ability to include Solutions in a WAR export
    TODO 
  • SVY-5772 Added JDBC driver wrapper for Pervasive (PSQL) to make to resolve incompatibilities with Servoy
    TODO
  • SVY-5774 Introduced servoy.webclient.hideloadingindicator setting to control the display of the Loading Indicator independant from the servoy.webclient.blockinputonrequest

...

  • SVY-5242 Improved how Servoy scans jar files in the plugins & bean folders to improve performance
    TODO