Altova MobileTogether Versioni

Scopri le novità in ogni release, con dettagli su funzionalità, miglioramenti e problemi risolti.

gen
feb
mar
apr
mag
giu
lug
ago
set
ott
nov
dic
Altova MobileTogether 10.414 lug 2026
Funzionalità
  • New shapes for table cells
    • Table cells can now be given a background shape such as an oval (which can be a perfect circle), a rectangle, or a diamond, and each shape supports both a border and a gradient fill. These options help make finished apps look more fun, modern, and polished while being easy to implement for the solution designer. Dashboards, status indicators, badges, and data tables now have more ways to stand out. Cell styling is configured in the table cell's Shape Style property.
  • Timestamps for log messages in MobileTogether Designer
    • During simulation in MobileTogether Designer, each line added to the log in the Messages pane can now display a timestamp. A huge advantage is that timestamps can be enabled after execution - even if they weren't switched on beforehand, you can see them retroactively. This turns the log into a practical performance-diagnosis tool. Developers can instantly see which parts of the app execution are causing a bottleneck. And, when a solution that previously ran fine suddenly becomes slow, the designer can pinpoint exactly which parts of execution introduced the delay without having to reproduce the problem in a fresh run.
  • Copy and paste of localization strings
    • Each solution or app created in MobileTogether is developed in a default language, and then the strings used in the solution can be localized into multiple languages to accommodate a wide range of users. Localization strings can now be copied and pasted directly within the localization dialog, and all of a string's translations come along with it. Strings can be pasted into the same project or into a different project entirely. For teams maintaining multiple multilingual solutions, this removes a tedious, error-prone step.
  • Copy and paste of control templates
    • A Control Template is a MobileTogether design component that allows you to design and group several controls in a way that makes this group of controls easily reusable on multiple other pages. Starting with MobileTogether 10.4, control templates can now be copied and pasted into another project. This is especially valuable when refactoring or standardizing existing solutions - a template built and refined in one project can be carried directly into another, keeping presentation and behavior consistent across a portfolio of apps and saving designers from rebuilding the same components repeatedly.
  • Copy and paste of action groups
    • Action groups, which define a sequence of actions to execute, can now be copied and pasted within the same project or into another project. Reusing logic that has already been defined and tested helps teams keep business rules consistent and reduces duplicated effort when maintaining or consolidating projects.
  • New action to take a screenshot
    • The new 'Take Screenshot Of' action takes a screenshot of the currently rendered page, a table row group, or a control and saves the image to a page source node as a Base64 image. You can set the action on an event, for example, a button click. When the event is triggered, the screenshot is taken, and the image is saved to a node in a page source. The image can then be used from that node as required. This action can be useful in many ways, for example, saving a record of what the user saw, generating a visual receipt or report, or capturing a table's state at a given moment.
  • Bulk insert with dynamic fields
    • Bulk Insert has been extended so that target fields can be selected via XPath. Rather than mapping to a fixed set of fields, designers can now resolve the insertion target dynamically. This makes Bulk Insert usable in a wider range of data-handling scenarios where the target structure isn't known up front or varies at runtime.
  • Max text length setting for edit fields
    • Edit Fields can now be restricted to a specified maximum text length, so editing is capped at the limit you set to prevent oversized or invalid input. A typical use case is constraining a numeric entry length to keep values within an expected size without needing to write additional validation logic.
  • Favorites tab extended
    • When users connect to multiple MobileTogether Servers in their organization, the Favorites tab now makes it easy to organize their most frequently used apps across multiple servers so they can be found and opened in one spot, and they do not have to manually switch between servers.
Altova MobileTogether 10.314 apr 2026
Funzionalità
  • Added support for biometric authentication on clients
    • Developers can now enable biometric authentication, such as a face or fingerprint scan, in apps they build in MobileTogether. Developers can use an optional function that checks at runtime whether biometric authentication is supported on the user's device to decide whether or not to show an authentication prompt. A PIN fallback option is also included, which can be enabled as an alternative when biometric unlocking isn't configured on the device.
  • Ability to edit images
    • This feature lets users rotate, resize, and crop images in MobileTogether apps using the same familiar functionality available in other photo editing tools. The new Edit Image Action allows developers to specify an image that the end user can edit, which editing actions are allowed, and a target node where the image will be saved.
  • Remember-Me option for logging in to MobileTogether Server
    • This option lets server admins allow the web browser to remember their login credentials to avoid needing to enter them when accessing the MobileTogether Server interface.
  • Two-factor authentication option for logging in to MobileTogether Server
    • This option allows server admins to require 2FA at the user or user-group level for server logins via a web browser. When 2FA is enabled, users are asked to scan a QR code with their authenticator app of choice when they first log in. Subsequent logins will require the security code generated by the authenticator app.
  • New function: mt-last-control-event
    • This new function returns a string that indicates which control event (e.g., short or long click, left/right swipe, etc.) triggered the last action handling. This function is especially helpful when working with control templates.
  • Style sheet support for table rows
    • The Style Sheets dialog in MobileTogether Designer makes it easy for app designers to create global styles and properties that can be applied to projects, pages, and all controls (including tables). In the latest version, this support has been extended to table rows, so designers can define row styles once and apply them consistently across all tables in an app.
  • New button images
    • MobileTogether Designer includes more than 50 pre-defined button-looks in the Styles and Properties entry helper. These make it quick and easy for developers to add attractive icons for common tasks to their apps. This latest release adds button images that represent:
      • Open Task.
      • Completed Task.
      • Skip.
      • Skip Back.
  • Added support for PostgreSQL 18.