Moritz Post

Results 30 issues of Moritz Post

### Problem description At the moment all widgets have the platform specific theme. ### Expected behavior It should be possible to style all Widget uniformly. ### Environment - Tabris.js version:...

feature
js

### Problem description At the moment Tabris.js only supports to play back video via the `Video` widget but it should also allow to play back audio (also while in the...

feature

It should be possible to add enable vibrate, sound alert and led when a notification is triggered. As requested by "Ing. Giuseppe Nunziata".

feature request

The android implementation uses the navigation drawer to switch between top level pages. When the drawer is opened, the ActionBar title switches to the app title and app wide actions...

enhancement

The ScrollingComposite is a very helpful utility but it has some internal details that should be mentioned in the guide. Namely the duality of the ScrolledComposite and the actual (Scrolling-)Composite...

enhancement

In mobile it is not common to highlight the selected row. Therefore the default behavior for grid based widgets should be to not highlight the selected row when touched. There...

enhancement

Currently the SWT.INDETERMINATE style shows a horizontal progress bar (similar to SWT). Tabris should also support a spinning progress on Android: ![progress_activity_do](https://f.cloud.github.com/assets/73655/271401/f58488dc-8fe3-11e2-8a1f-c7cd60d85d25.png)

enhancement
android

Currently the library has targetSdkVersion=19 defined. That means if the consuming app does not use 19 the build will fail. This is a problem when eg. using robolectric which does...