Results 11 issues of Drakeet

Rename ItemViewBinder to ViewHolderInflater, and ItemViewDelegate to ViewHolderDelegate, then make ItemViewBinder a typealias for ViewHolderInflater, ItemViewDelegate a typealias for ViewHolderDelegate.

todo

For: https://github.com/saket/cascade/blob/80fcf2dab77b0413b3bb420600b5fb947080417b/cascade/src/main/java/me/saket/cascade/toolbar.kt#L122 & https://github.com/saket/cascade/blob/80fcf2dab77b0413b3bb420600b5fb947080417b/cascade/src/main/java/me/saket/cascade/toolbar.kt#L134

As a user, I used to exit the app through the Back gesture, but when I entered a deep folder directory, I need to repeatedly trigger a Back(`onBackPressed()`) event to...

enhancement

My app was using this ViewTooltip to show some user tutorials. It looks good to me, but recently, I found that using this library may cause the Android UI renderer...

`OrderType`s are used for `Collections.sort(list, comparator)`, but they are wrong, will lead to sorting error: https://github.com/snatik/android-storage/blob/422a2b9cda205f8aa630d1c2604e1dafbc4897d3/storage/src/main/java/com/snatik/storage/helpers/OrderType.java#L27-L33 https://github.com/snatik/android-storage/blob/422a2b9cda205f8aa630d1c2604e1dafbc4897d3/storage/src/main/java/com/snatik/storage/helpers/OrderType.java#L34-L40 Try the test code: ```java TextView textView = findViewById(R.id.text); ArrayList list1 = new...

I used this library v1.2.1 in my App [Pure Writer](https://play.google.com/store/apps/details?id=com.drakeet.purewriter). It is great! I turn to v2.1.0 today, and I found `Context` is not necessary when only using `Storage.getExternalStorageDirectory()`. It...

### **Description** As the title says, my app uses the AppCenter Android SDK. My users have reported to me that AppCenter generates a lot of files. The problem is obvious,...

bug