SimpleSearchView icon indicating copy to clipboard operation
SimpleSearchView copied to clipboard

AndroidX support

Open vkotovv opened this issue 6 years ago • 4 comments

Any plans to support Android X instead of support library?
https://developer.android.com/jetpack/androidx/migrate

vkotovv avatar Jul 08 '19 10:07 vkotovv

There's a branch androidx that started the support of AndroidX, but it's fairly old now and probably needs some updating... Last time I checked it could be used directly from JitPack:

implementation 'com.github.Ferfalk:SimpleSearchView:androidx-SNAPSHOT'

Ferfalk avatar Jul 08 '19 17:07 Ferfalk

@vkotovv @Ferfalk I updated support for androidx .https://github.com/Ferfalk/SimpleSearchView/pull/13

slzno avatar Aug 03 '19 18:08 slzno

Just an idea: I think it makes sense to merge androidx branch into master now and release a new stable version of the library (with these breaking changes).
Anyone who needs old support library can use old version or modify the source code. The stable version of AndroidX was released in September 2018 (see notes).

vkotovv avatar Jan 23 '20 16:01 vkotovv

@Ferfalk this can be closed now I guess

vkotovv avatar Aug 17 '20 12:08 vkotovv