-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Barcode support #74 #93
Conversation
Fixed receiver leak Moar tests
@@ -241,6 +240,7 @@ protected void onDestroy() { | |||
super.onDestroy(); | |||
unregisterReceiver(mCGMStatusReceiver); | |||
unregisterReceiver(mDeviceStatusReceiver); | |||
unregisterReceiver(toastReceiver); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call. Forgot about that :|
We also need to include references to zxing license. Probably both in the wiki and the open source dialog. |
@rnpenguin I agree on the license - We have other licenses that we need to include as well. I'd like to get #91 in before updating the preference panel. Joda Time, MongoDB, guava, zxing-android-minimal - Apache 2.0 |
… barcode Bumped compileSdkVersion and targetSdkVersion up
e4184e3
to
e6720a7
Compare
👍 |
Fixed receiver leak
Moar tests