Henrik Tunedal 84f150ed6a Handle rotation in AppDetails activity
This moves the download thread from an anonymous inner class to the
class Downloader, which isn't tied to the activity.

The state of the progress dialog is updated by polling the download
thread at regular intervals - message passing seemed to need a bunch
of synchronized methods and shared variables anyway (to ensure that
all messages reached the right activity) so it was much simpler to
just take it out. But maybe my approach is completely backward.
2011-03-22 21:42:52 +01:00
2011-03-10 15:21:48 +00:00
2011-03-10 15:21:48 +00:00
2010-10-26 22:38:12 +01:00
2011-02-26 16:54:05 +01:00
2010-10-19 23:24:04 +01:00
2010-10-20 22:46:05 +01:00
2010-10-19 23:24:04 +01:00
2010-10-21 23:15:26 +01:00
2011-01-20 23:34:29 +00:00
2010-11-15 07:58:33 +00:00
Description
No description provided
GPL-3.0 46 MiB
Languages
Java 98.5%
Shell 0.6%
Python 0.6%
AIDL 0.2%
HTML 0.1%