Skip to content
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

Refactored external library for AndroidX by creating the library internally #262

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Conversation

mohammadnajmuzzaman
Copy link
Contributor

Fixed AndroidX compatibility of yqritc DividerDecoration libraries by creating them under Lib and refactoring them for AndroidX. This is over the previous pull request and takes care of all AndroidX issues.

Ian Miller and others added 21 commits November 2, 2018 13:21
Following the quick start guide with Android Studio v3.2.1 yielded an error similar to what users have described here: https://stackoverflow.com/questions/52945041/couldnt-locate-lint-gradle-api-26-1-2-jar-for-flutter-project

Changing the order of jcenter() to load after maven seems to fix this issue.
Fix build.gradle for Android Studio v3.2.1
Changed from `QR_CODE` to `ALL_FORMATS` as suggested by `Mike Metcalfe`.
 
https://developers.google.com/android/reference/com/google/android/gms/vision/barcode/Barcode.html#ALL_FORMATS

With this addition now the android app can scan any barcode supported by the vision engine.
…into master.

It also needs a modification into AndroidManifest to work properly
'configChanges="orientation|screenSize"' in application section
AndroidX implemented.
Glide Image caching updated to the AUTOMATIC strategy available in Glide 4.x
Stetho added for Chrome Debugging
Solved issue of app not working properly in Android Debugger.

Signed-off-by: Mohammad Najmuzzaman <[email protected]>
@clsource
Copy link
Contributor

@panterozo please check this. thanks

@clsource
Copy link
Contributor

@mohammadnajmuzzaman thanks for this pr. But this repo is no longer maintained. Please do a PR in the official Jasonelle/Jasonette-android repo

https://github.com/jasonelle/jasonette-android/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants