takisoft / preferencex-android

Android's "androidx.preference" library has some issues, this lib tries to fix them.
Apache License 2.0
55 stars 10 forks source link

Bringup to support 1.1.0-alpha01 and up #4

Closed EdricChan03 closed 5 years ago

EdricChan03 commented 5 years ago

Currently, there has been no updates to this library since September 2018 and as of today (14 Mar 2019), there have been a couple of updates of the AndroidX preference that have broken this library.

In the main build.gradle, the version that is supported is 1.0.0 of the AndroidX preference library:

https://github.com/takisoft/preferencex-android/blob/f03e8f156ac0fac863974491c9bee9d4a5c9de90/build.gradle#L10

Recent versions of the AndroidX preference library have broken this library such as the revamping of the SeekBarPreference (in 1.1.0-alpha04) which removed a couple of styles that this library still uses.

I was told on an issue that I posted to Google's Issue Tracker that I should post a bug report here regarding the issue I had.

Will there be an update on this library? This is a great library to use if not for the lack of updates.

EdricChan03 commented 5 years ago

Looks like there are new changes to the repository and with new versions. As such, I'll close this issue accordingly.