Thomas Kemmer

Results 161 comments of Thomas Kemmer

@TrevisGordan: Sorry for the delay... Pardon me, but I don't really get your use case - maybe you could post some code to show me what you had in mind...

Things to consider: - type of queue/container - priorities? - exception handling with pending events

Type of queue container should be an additional template argument. No default should be provided for compatibility with freestanding implementations.

Investigate whether this could be an additional `processing_lock` template parameter; then we'd have something like - `no_lock` for NDEBUG and -fno-exceptions - `throwing_lock` as default if exceptions are supported -...

https://github.com/eddyxu/cpp-coveralls

Since ionic itself does not provide these, setting this to "blocked" for now.

@notEvil: Where did you get that info about Ionic providing scroll bars? Bear in mind that Mopidy-Mobile still uses Ionic v1, and that will probably not change in the immediate...

Have you tried the physical volume buttons? They should work as described. Never felt the urge to duplicate this functionality in the UI.

Another option would be to re-evaluate Cordova `pause` and `resume` events to detect when the app is put into the background, and change backoff settings accordingly, or disconnect altogether. However,...

At least reconnecting on `resume` may improve interaction with the MusicControls plugin somewhat.