Hendrik Ebbers
Hendrik Ebbers
for a general discussion have a look at https://github.com/canoo/dolphin-platform/issues/551 Since JSON do not allow NaN etc. we need to find a way how this can be used.
### 🆕🐥:dog: First Timers Only This issue is reserved for people who never contributed to Open Source before. We know that the process of creating a pull request is the...
see https://travis-ci.org/canoo/dolphin-platform-android
Based on fixing #549 and #527 I found a nice tutorial how the sonaqube, github pages etc. build steps can be externalized and better handled in travis. See this links:...
Currently the ClientDolphin provides the following method: `void send(String commandName, OnFinishedHandler onFinished = null)` By using this method the OnFinishedHandler is always called on the UI thread. Since this is...
Currently the client sends the same command if he creates a new PM or if he creates a PM that was created on the server. This should be splitted in...
We should provide a simple method in the client core module that provides all header infos from DP (client id, security token, ...) in a simple Map (Header-Name -> Content)