ActionBar-PullToRefresh icon indicating copy to clipboard operation
ActionBar-PullToRefresh copied to clipboard

Fix problems with appcompat for Android L

Open raycoarana opened this issue 10 years ago • 4 comments

With the lastest appcompat library, the minimum SDK is too high. With this change, we prevent using that version and keep us on version 20+.

raycoarana avatar Jul 03 '14 09:07 raycoarana

Meanwhile, this problem can be solve on our apps excluding the appcompat-v7 library:

compile ('com.github.chrisbanes.actionbarpulltorefresh:extra-abc:0.9.9') {
    exclude group: 'com.android.support', module: 'appcompat-v7'
}

raycoarana avatar Jul 03 '14 09:07 raycoarana

On README.md:

PLEASE NOTE, THIS PROJECT IS NO LONGER BEING MAINTAINED

So... The pull request will not be merged

leonardoxh avatar Jul 03 '14 16:07 leonardoxh

It helps me a lot

iamrain2008 avatar Sep 01 '14 06:09 iamrain2008

JFYI https://twitter.com/chrisbanes/status/460799199941230593

This is why the library is deprecated. Basically we should use SwipeRefreshLayout;)

yshrsmz avatar Sep 09 '14 10:09 yshrsmz