Replace GCM and polling with long polling
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Jul 2013 06:55:02 +0000 (09:55 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 27 Jul 2013 06:55:02 +0000 (09:55 +0300)
commitca40a5cc0f95f37d2ac3008d5fa3f0adaf47d736
treee5cb9460f652e7603b711fe5a329d20ba404701c
parent72de2947b5234e3b8495065e358530d9fddf3fb8
Replace GCM and polling with long polling

* Remove everything related to GCM
* Remove simple polling and related things (such as the Poll server
  on screen on pref)
* Add long polling
14 files changed:
AndroidManifest.xml
lib/com/google/android/gcm/GCMBaseIntentService.java [deleted file]
lib/com/google/android/gcm/GCMBroadcastReceiver.java [deleted file]
lib/com/google/android/gcm/GCMConstants.java [deleted file]
lib/com/google/android/gcm/GCMRegistrar.java [deleted file]
res/xml/prefs.xml
src/ro/ieval/fonbot/DynamicEventReceiver.java
src/ro/ieval/fonbot/FonBotApplication.java
src/ro/ieval/fonbot/FonBotMainService.java
src/ro/ieval/fonbot/GCMIntentService.java [deleted file]
src/ro/ieval/fonbot/Heavy.java
src/ro/ieval/fonbot/HttpCallExecutableRunnable.java
src/ro/ieval/fonbot/ProtectedBroadcastReceiver.java
src/ro/ieval/fonbot/Utils.java
This page took 0.012255 seconds and 4 git commands to generate.