]> gitweb.fperrin.net Git - Dictionary.git/commit
Improve download handling.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 5 Apr 2016 20:38:50 +0000 (22:38 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 5 Apr 2016 20:38:50 +0000 (22:38 +0200)
commit134d4e88f9996ca2403bdea1a5ad5e038da8e6f2
tree048f70ccf5180611ceb2a4d9c498ce78a8368467
parent741d05c759511f08dcce81642d3dbe17f459197c
Improve download handling.

In particular:
- catch multiple download finished notifications
- delete file if it exists before download
- support downloading via content resolver in case
  directly into dictionary directory is not possible
  (e.g. because it is not an external storage directory).
src/com/hughes/android/dictionary/DictionaryManagerActivity.java