sreichholf / dreamDroid

DreamDroid is an open-source enigma2 client for android based devices.
https://dreamdroid.org
GNU General Public License v3.0
107 stars 43 forks source link

Requests using VirtualRemote need to be async #7

Closed sreichholf closed 13 years ago

sreichholf commented 13 years ago

Requests using VirtualRemote need to be async to avoid a "ANR keyDispatchingTimedOut". Whenever a keyDispatching is not finished within 5 seconds - meaning the request takes longer thant ~5 secs. - we get a "ANR keyDispatchingTimedOut".

sreichholf commented 13 years ago

Make VirtualRemote http-requests async using SimpleXmlTask closed by 4079df33252a4adceb0ae0faaf0b53b55d052509