Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Update compile to implementation #350

Open
wants to merge 100 commits into
base: dev
Choose a base branch
from
Open

Update compile to implementation #350

wants to merge 100 commits into from

Conversation

multicastbr
Copy link

Update the deprecated compile to the new implementation

florent37 and others added 30 commits July 7, 2015 14:36
This will allow developers to do `MaterialViewPagerAnimator.ENABLE_LOG = false;` in their Application or Activity if they do not want the log spam.
allow app developers to enable/disable logging
Based off the name of the function, it seems that `fromColorResAndDrawable` should take in a `Drawable` object, not a `String` imageUrl.
add the possibility to completly disable the viewpager-toolbar
Fix what seems to be a mistake in fromColorResAndDrawable
mHeader color flickering while swiping tabs #117 fixed
florent37 and others added 30 commits June 20, 2016 13:06
Fixed blinking header on a quick swipe
Check if yOffset is negative.
Fix broken headings in Markdown files
One line 431, it says `mRecyclerView.addDecoration(new MaterialViewPagerHeaderDecorator());` which is the incorrect syntax. It should be `addItemDecoration` as the other one does not exist.
Incorrect Syntax in README.md
Upgrade glide dependency to 4.0.0
` java.lang.IllegalStateException: You can't start or clear loads in RequestListener or Target callbacks. If you must do so, consider posting your into() or clear() calls to the main thread using a Handler instead.` is thrown on Glide 4.2.0 onwards.  To fix this issue see bumptech/glide#2473
Fix  java.lang.IllegalStateException
Fix link to tutos-android-france.com
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet