André Kreienbring

Results 16 comments of André Kreienbring

I've got the same problem. I'm quite confused about the question how the cardBuilder is dealing with the index. Let's say I've got a list of only two items: items[0]...

Hi, thanks for answering! I'm still examining this. @3rd-Eden: No, change of wifi can not be the reason, because both of the phones / clients in question are mine and...

On the server side: node.js 0.12.7 (Test: Windows, hosted: Linux i guess) On the client side: Android (Kitkat & Lollipop) I tested (nearly) all transformers (websockets, sockjs, engine.io, faye). All...

Hello, I experience the exact same behavior. I use ``` import 'package:http/http.dart' as http; import 'dart:io'; ``` and when ``` http.Response response = await _client .get(dataURL, headers: _standardHeaders) .timeout(const Duration(seconds:...

@promactkaran Please have a look at my fork https://github.com/akreienbring/GCMPushPlugin I also added Topic support (for Android). Would you mind using the same interface to make it easier to merge both?...

Ok... maybe it makes sense to have the same behaviour on Android. I could store the token in the Plugin once the registration took place.

I just removed the need to pass the registrationId when subcribing / unsubscribing to topics. The token is now hold in the plugin once you registered with gcm.

@scripterkaran It seems that Gonzalo has no interest in merging our improvements :-( What do you think of merging yours and mine? If you offer me a pull request I...

Currently not! See the open pull requests... https://github.com/gonzaloaune/GCMPushPlugin/pulls