Find a file
Boris Kraut c23e7e1686 Merge branch 'update_xmp' into 'master'
Don't update Xmp Mod Player to 4.4.1 (75)

Build (app and native libs) works however all tested versions (4.3.1, 4.4.0, 4.4.1) with the new build receipt is crashing on the android emulator and a "real" device with the following error in logcat:

``
--------- beginning of crash
E/AndroidRuntime( 1121): FATAL EXCEPTION: main
E/AndroidRuntime( 1121): Process: org.helllabs.android.xmp, PID: 1121
E/AndroidRuntime( 1121): java.lang.RuntimeException: Unable to start activity ComponentInfo{org.helllabs.android.xmp/org.helllabs.android.xmp.browser.PlaylistMenu}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.ActionBar.setHomeButtonEnabled(boolean)' on a null object reference
E/AndroidRuntime( 1121): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2298)
E/AndroidRuntime( 1121): 	at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2360)
E/AndroidRuntime( 1121): 	at android.app.ActivityThread.access$800(ActivityThread.java:144)
E/AndroidRuntime( 1121): 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1278)
E/AndroidRuntime( 1121): 	at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 1121): 	at android.os.Looper.loop(Looper.java:135)
E/AndroidRuntime( 1121): 	at android.app.ActivityThread.main(ActivityThread.java:5221)
E/AndroidRuntime( 1121): 	at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime( 1121): 	at java.lang.reflect.Method.invoke(Method.java:372)
E/AndroidRuntime( 1121): 	at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:899)
E/AndroidRuntime( 1121): 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:694)
E/AndroidRuntime( 1121): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.ActionBar.setHomeButtonEnabled(boolean)' on a null object reference
E/AndroidRuntime( 1121): 	at org.helllabs.android.xmp.browser.PlaylistMenu.i(MyApplication:91)
E/AndroidRuntime( 1121): 	at org.helllabs.android.xmp.browser.PlaylistMenu.onCreate(MyApplication:83)
E/AndroidRuntime( 1121): 	at android.app.Activity.performCreate(Activity.java:5933)
E/AndroidRuntime( 1121): 	at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1105)
E/AndroidRuntime( 1121): 	at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2251)
E/AndroidRuntime( 1121): 	... 10 more
``

See merge request !580
2015-02-20 20:41:32 +00:00
build Removed unused v7-appcompat md5 file 2015-01-16 17:04:36 +01:00
hooks
metadata Merge branch 'update_xmp' into 'master' 2015-02-20 20:41:32 +00:00
srclibs Add DiskLruCache and TouchImageView srclibs 2015-02-20 20:50:12 +01:00
stats Update known apks 2015-02-20 09:35:15 +00:00
tools
.gitignore
CONTRIBUTING.md
COPYING
fdroid-icon.png