Holger Staudacher
Holger Staudacher
In RAP 1.5 ClientScripting was introduced. This allows the execution of a custom javascript snippet on the client site to modify a widget's state. To support local events we need...
With issue #118 the problem was raised that working with modal dialogs and Tabris UI does not work properly. This is because the Display size of a Tabris UI application...
With Eclipse 3.7M5 the SWT Gesture API was introduced. This could be a good fit to support touch events with Tabris. But first we need to investigate how to include...
Multi selection as we know it from SWT is not a feature we want on the mobile clients. This is because such a multi selection simply does not exist. An...
Accessing and modifying a device address book is a common feature for mobile apps. We should add support for this in Tabris too.
**Is your feature request related to a problem? Please describe.** FirebaseMessagingException is final and has package private/private constructors. This prevents using the exception in tests. The firebase recommendation to deal...
I have created an organization within github and added a private repository. The repository URL is structured as this: https://github.com/ORGANIZATION_NAME/REPOSITORY_NAME. The connector was not able to connect to the github...