Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Add AndroidX support #71

Merged
merged 2 commits into from
Apr 25, 2019
Merged

Add AndroidX support #71

merged 2 commits into from
Apr 25, 2019

Conversation

DevAhamed
Copy link
Owner

This commit adds the AndroidX to the library. Behavior of v3.0.0 is similar to v2.0.0 except for the AndroidX dependencies.

This commit fixes the javadoc html files generation. For adapter module, target path for generated html files is git-ignored. This avoids polluting the diff in commits. For now we have to manually copy these generated files to 'gh-pages' (documentation) branch.
This commit adds the AndroidX to the library. Behavior of v3.0.0 is similar to v2.0.0 except for the AndroidX dependencies.
@codecov-io
Copy link

Codecov Report

Merging #71 into 3.x will increase coverage by 1.81%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##              3.x      #71      +/-   ##
==========================================
+ Coverage   74.88%   76.69%   +1.81%     
==========================================
  Files          20       20              
  Lines        1103     1103              
  Branches      167      167              
==========================================
+ Hits          826      846      +20     
+ Misses        179      158      -21     
- Partials       98       99       +1
Impacted Files Coverage Δ
...ava/mva3/adapter/internal/SparseIntArrayCache.java 0% <ø> (ø)
...r/src/main/java/mva3/adapter/MultiViewAdapter.java 76.92% <ø> (ø)
...pter/src/main/java/mva3/adapter/NestedSection.java 77.03% <ø> (ø)
.../java/mva3/adapter/internal/ItemTouchCallback.java 100% <ø> (ø)
.../main/java/mva3/adapter/internal/RecyclerItem.java 100% <ø> (ø)
...java/mva3/adapter/internal/DecorationDelegate.java 100% <ø> (ø)
...n/java/mva3/adapter/internal/DiffUtilCallback.java 90% <ø> (ø)
.../main/java/mva3/adapter/internal/ItemMetaData.java 100% <ø> (ø)
...rc/main/java/mva3/adapter/decorator/Decorator.java 94.44% <ø> (ø)
...ter/src/main/java/mva3/adapter/ItemViewHolder.java 78.26% <ø> (ø)
... and 11 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6bd6e15...d605cad. Read the comment docs.

@DevAhamed DevAhamed merged commit c51adf4 into 3.x Apr 25, 2019
@DevAhamed DevAhamed deleted the androidx-support branch May 3, 2019 15:21
@vkotovv vkotovv mentioned this pull request Jun 19, 2019
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

2 participants