Closed GoogleCodeExporter closed 9 years ago
Will look into this. thanks for feedback
Original comment by abhinava...@gmail.com
on 14 Dec 2013 at 11:29
Barcode library needs support v4 for backword compatibility.
Can you please provide the dependencies that were removed by you in order to
fix the issue.
Original comment by abhinava...@gmail.com
on 16 Apr 2014 at 4:29
I have forgotten, fortunately git still saves the history. This is the summary:
M .classpath
A .gitignore
M AndroidManifest.xml
D gen/com/abhi/barcode/frag/libv2/BuildConfig.java
D gen/com/abhi/barcode/frag/libv2/R.java
D res/drawable-hdpi/ic_launcher.png
D res/drawable-mdpi/ic_launcher.png
D res/drawable-xhdpi/ic_launcher.png
D res/drawable-xxhdpi/ic_launcher.png
D res/layout/activity_barcode_fragment_example.xml
D res/menu/barcode_fragment_example.xml
D res/values-sw600dp/dimens.xml
D res/values-sw720dp-land/dimens.xml
D res/values-v11/styles.xml
D res/values-v14/styles.xml
D res/values/dimens.xml
M res/values/strings.xml
D res/values/styles.xml
D src/com/abhi/barcode/frag/libv2/sample/activity/BarcodeFragmentExampleActivity
.java
M src/com/google/zxing/client/android/camera/CameraManager.java
It seems that what I've done are:
- Change min SDK to level 8
- Remove examples files (classes and related resources)
- Remove generated files from version control
Original comment by fik...@gmail.com
on 16 Apr 2014 at 4:59
Attachments:
It seems the issue was due to usage of V4 and not V7 in sample.
We have added the sample with V4 as its commonly used and have added as a
sample so that library can be easily tested for usage before working on it.
Although it will be great to remove dependencies but i preffer to leave it as
it is.
Thanks again for reporting the issue. I will add a note under usage guideline.
Original comment by abhinava...@gmail.com
on 16 Apr 2014 at 6:44
Original issue reported on code.google.com by
fik...@gmail.com
on 10 Dec 2013 at 7:17