Results 4 issues of Alan SCHNEIDER

While developing a new mnemonic-related feature for the Android bitcoin-wallet, I found that this method would expose a standard process of decoding mnemonic codes and avoid repeating code from the...

Password encrypted list of keys to a file is a good backup solution. Yet I believe this app lacks a way to import to other wallets (easy solution is to...

NineOldAndroids is deprecated and should be replaced with ViewCompat from support-v7 library. For example the Slider class could use `ViewCompat.setX()` in place of `ViewHelper.setX()`.

java.lang.NullPointerException at com.kopfgeldjaeger.ratememaybe.RateMeMaybeFragment.onCancel(RateMeMaybeFragment.java:74) at android.app.Dialog$ListenersHandler.handleMessage(Dialog.java:1249) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:136) at android.app.ActivityThread.main(ActivityThread.java:5196) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:515) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:602) at dalvik.system.NativeStart.main(Native Method)