net.pherth.omnomagon: Fix build of newest version and added newer needed support lib
Build, install and functionality tested.
The app needs the newer android-support-v4.jar in revision 21.
Also fixed the support-v4-md5.txt so we can do an easy:
```
md5sum -c support-v4-md5.txt
```
to verify all md5sums and removed the appcompat-v7 file which is not in use anymore.
See merge request !498
Link to some commit logs
A link to release notes / changelog / "What's new" is generally useful, see issue #113.
Some apps do not have separate changelogs, so I am linking to the commit logs.
See merge request !508
ReGalAndroid: Update to version 1.2.0
Build, install and functionality tested.
Disabled the build of the current 1.2.1 for now as it is just tagged as a SNAPSHOT.
See merge request !513
WWWJDIC for Android: Update to latest working version
Build, install and functionality tested. Seems the FinfAgent lib is not needed anymore as there is no FlurryAgent lib or any flurry* classes found.
The latest version 2.3.8 is crashing when clicking on an item in the settings dialog. Very likely an upstream bug, so just posting the stacktrace if some one wants to report it (don't have a google account)
```
E/ACRA ( 1946): org.nick.wwwjdic fatal error : Unable to start activity ComponentInfo{org.nick.wwwjdic/org.nick.wwwjdic.WwwjdicPreferencesHC}: java.lang.RuntimeException: Subclasses of PreferenceActivity must override isValidFragment(String) to verify that the Fragment class is valid! org.nick.wwwjdic.WwwjdicPreferencesHC has not checked if fragment org.nick.wwwjdic.GenericPrefsFragment is valid.
E/ACRA ( 1946): java.lang.RuntimeException: Unable to start activity ComponentInfo{org.nick.wwwjdic/org.nick.wwwjdic.WwwjdicPreferencesHC}: java.lang.RuntimeException: Subclasses of PreferenceActivity must override isValidFragment(String) to verify that the Fragment class is valid! org.nick.wwwjdic.WwwjdicPreferencesHC has not checked if fragment org.nick.wwwjdic.GenericPrefsFragment is valid.
E/ACRA ( 1946): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2195)
E/ACRA ( 1946): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2245)
E/ACRA ( 1946): at android.app.ActivityThread.access$800(ActivityThread.java:135)
E/ACRA ( 1946): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
E/ACRA ( 1946): at android.os.Handler.dispatchMessage(Handler.java:102)
E/ACRA ( 1946): at android.os.Looper.loop(Looper.java:136)
E/ACRA ( 1946): at android.app.ActivityThread.main(ActivityThread.java:5017)
E/ACRA ( 1946): at java.lang.reflect.Method.invokeNative(Native Method)
E/ACRA ( 1946): at java.lang.reflect.Method.invoke(Method.java:515)
E/ACRA ( 1946): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:779)
E/ACRA ( 1946): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:595)
E/ACRA ( 1946): at dalvik.system.NativeStart.main(Native Method)
E/ACRA ( 1946): Caused by: java.lang.RuntimeException: Subclasses of PreferenceActivity must override isValidFragment(String) to verify that the Fragment class is valid! org.nick.wwwjdic.WwwjdicPreferencesHC has not checked if fragment org.nick.wwwjdic.GenericPrefsFragment is valid.
E/ACRA ( 1946): at android.preference.PreferenceActivity.isValidFragment(PreferenceActivity.java:898)
E/ACRA ( 1946): at android.preference.PreferenceActivity.switchToHeaderInner(PreferenceActivity.java:1179)
E/ACRA ( 1946): at android.preference.PreferenceActivity.switchToHeader(PreferenceActivity.java:1199)
E/ACRA ( 1946): at android.preference.PreferenceActivity.onCreate(PreferenceActivity.java:545)
E/ACRA ( 1946): at org.nick.wwwjdic.WwwjdicPreferencesHC.onCreate(WwwjdicPreferencesHC.java:14)
E/ACRA ( 1946): at android.app.Activity.performCreate(Activity.java:5231)
E/ACRA ( 1946): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/ACRA ( 1946): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2159)
E/ACRA ( 1946): ... 11 more
I/ACRA ( 1946): Finishing the last Activity prior to killing the Process
I/ACRA ( 1946): Finished class org.nick.wwwjdic.WwwjdicPreferencesHC
```
See merge request !506