Merge SendHttpMessageAsyncTask and PollServerAsyncTask
authorMarius Gavrilescu <marius@ieval.ro>
Tue, 12 Mar 2013 16:27:54 +0000 (18:27 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Tue, 12 Mar 2013 16:27:54 +0000 (18:27 +0200)
commit2e5049c9c08b1989b4bfbbfbf479d83dbe2b75a9
tree3c17587b1edc3772c014dd01f702513a82097708
parentbf70dcc30a9bd5cbcd71aa8481f7171331f9f1b6
Merge SendHttpMessageAsyncTask and PollServerAsyncTask

The resulting class is named HttpCallExxecutableRunnable. It uses
the new ExecutableRunnable class and lets the users make a HTTP
call to a server URL and pass in a callback to use the response.
12 files changed:
src/ro/ieval/fonbot/DynamicEventReceiver.java
src/ro/ieval/fonbot/FonBotApplication.java
src/ro/ieval/fonbot/FonBotMainActivity.java
src/ro/ieval/fonbot/GCMIntentService.java
src/ro/ieval/fonbot/Heavy.java
src/ro/ieval/fonbot/HttpCallExecutableRunnable.java [new file with mode: 0644]
src/ro/ieval/fonbot/LocalBroadcastReceiver.java
src/ro/ieval/fonbot/PollResultCallback.java [new file with mode: 0644]
src/ro/ieval/fonbot/PollServerAsyncTask.java [deleted file]
src/ro/ieval/fonbot/RemoteCrashdumpHandler.java
src/ro/ieval/fonbot/SendHttpMessageAsyncTask.java [deleted file]
src/ro/ieval/fonbot/Utils.java
This page took 0.011523 seconds and 4 git commands to generate.