P1NG2WIN

Results 14 issues of P1NG2WIN

Please rename attribute pivotX and pivotY, it's make conflict with androidx.constraintlayout:constraintlayout:2.0.0xx

Can i migrate from Kotlin DSL to old Groovy? Kotlin DSL too much slow

In Paging 3 library google introduce new PagingDataAdapter instead of PagedListAdapter https://stackoverflow.com/questions/63069302/difference-between-pagingdataadapter-and-pagedlistadapter-in-android-paging-libr#:~:text=PagingDataAdapter%20is%20the%20Paging3%20replacement,separators%2C%20LoadState%2Daware%20headers%20%2F Please add it

- [ ] I have verified there are no duplicate active or recent bugs, questions, or requests. - [ ] I have verified that I am using the latest version...

Make normal, friendly README

Please add documentation about CameraSettings option, what are they doing and so on For example, what is barcode scene, what is the difference between FocusMode.AUTO and FocusMode.CONTINUOUS; FocusMode.CONTINUOUS and FocusMode.INFINITY.

Due to the fact that ExpansionLayout is inherited from NestedScrollView, when this element is placed in SwipeRefreshLayout it intercepts touch events and breaks the swipe (you can test it by...

**Describe the bug** java.lang.IllegalArgumentException: Serializer for ChangeAlarmTypeRequest of kind ENUM cannot be serialized polymorphically with class discriminator All subclasses of MethodExecuteCode have this problem **To Reproduce** ``` polymorphic(MethodExecuteCode::class) { subclass(MethodExecuteStateTypeCode::class)...

feature
json

In my app, user can log out so i must clear all saved info. I have class AppCleaner that listens to user events and do clean ``` object AppCleaner: KoinComponent...

As I understand, under the hood is used RXJava, are you planning to add the ability to use coroutines?