Implemented first draft of DownloadObserver

This commit is contained in:
Daniel Oeh
2012-04-15 17:15:33 +02:00
parent 53e5e7c588
commit 38141354f6
4 changed files with 204 additions and 27 deletions

View File

@ -20,4 +20,10 @@
<string name="description_label">Description</string>
<string name="remove_label">Remove</string>
<!-- DownloadObserver Messages -->
<string name="download_successful">Download successful</string>
<string name="download_failed">Download failed</string>
<string name="download_pending">Download pending</string>
</resources>