-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When running Robolectric tests we would get the following error: `java.lang.IllegalAccessError: tried to access class kotlin.jvm.internal.DefaultConstructorMarker from class androidx.appcompat.widget.MaterialRecyclerViewPopupWindow$Companion`. Additional changes: - changed visibility of some internal classes i.e. `MaterialRecyclerViewPopupWindow` & `SectionedRecyclerViewAdapter` as they were not meant to be exposed anyway - update Gradle & AGP versions - target API version 28 -> 29 - moved `SanityTest` to `sharedTest` source set so that it can be tested with Robolectric as well
- Loading branch information
Showing
42 changed files
with
113 additions
and
684 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
...ial-popup-menu/androidx.appcompat.widget/-material-recycler-view-popup-window/-init-.html
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...al-popup-menu/androidx.appcompat.widget/-material-recycler-view-popup-window/dismiss.html
This file was deleted.
Oops, something went wrong.
66 changes: 0 additions & 66 deletions
66
...rial-popup-menu/androidx.appcompat.widget/-material-recycler-view-popup-window/index.html
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
...droidx.appcompat.widget/-material-recycler-view-popup-window/set-on-dismiss-listener.html
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
...erial-popup-menu/androidx.appcompat.widget/-material-recycler-view-popup-window/show.html
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
docs/material-popup-menu/androidx.appcompat.widget/index.html
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
...m.github.zawadz88.materialpopupmenu.internal/-sectioned-recycler-view-adapter/-init-.html
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
...terialpopupmenu.internal/-sectioned-recycler-view-adapter/get-item-count-for-section.html
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
....zawadz88.materialpopupmenu.internal/-sectioned-recycler-view-adapter/get-item-count.html
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...adz88.materialpopupmenu.internal/-sectioned-recycler-view-adapter/get-item-view-type.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.