]> gitweb.fperrin.net Git - Dictionary.git/commit
Avoid inheriting from Application.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 27 Jun 2017 20:25:17 +0000 (22:25 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 27 Jun 2017 20:26:36 +0000 (22:26 +0200)
commitcfcbcbe64802d0df9b4cb64500283959e2ec12de
treefb80fcdbf3fd36165f62a1cdea60ff13582cdb00
parent01332c7697b595328bbd5397e95341a0dd575493
Avoid inheriting from Application.

Supposedly this is best practice (a bit doubtful about
that) but it is a brute-force approach to try fixing
the ClassCastException issues.
AndroidManifest.xml
src/com/hughes/android/dictionary/AboutActivity.java
src/com/hughes/android/dictionary/DictionaryActivity.java
src/com/hughes/android/dictionary/DictionaryApplication.java
src/com/hughes/android/dictionary/DictionaryManagerActivity.java
src/com/hughes/android/dictionary/HtmlDisplayActivity.java
src/com/hughes/android/dictionary/PreferenceActivity.java