Adrian Cotfas
Adrian Cotfas
How to reproduce: - select a month with 30 or 31 days and select the 30th or the 31st day - scroll to a different month which has less days...
The user of the library will receive a callback when a purchase is made but this does not mean that the purchase will succeed acknowledgement. Another essential callback, in my...
I'm testing the library with an app installed on a device where the user has a non-consumable purchase already made in the past. This purchase is not restored and `onPurchasesUpdated`...
The full stack trace: ``` android.view.InflateException: at android.view.LayoutInflater.createViewFromTag (LayoutInflater.java:707) at android.view.LayoutInflater.rInflate (LayoutInflater.java:755) at android.view.LayoutInflater.inflate (LayoutInflater.java:492) at android.view.LayoutInflater.inflate (LayoutInflater.java:397) at com.heinrichreimersoftware.materialintro.slide.SimpleSlide$SimpleSlideFragment.onCreateView (SimpleSlide.java) at androidx.fragment.app.Fragment.performCreateView (Fragment.java) at androidx.fragment.app.FragmentStateManager.activityCreated (FragmentStateManager.java) at androidx.fragment.app.FragmentStateManager.attach (FragmentStateManager.java)...
Hello, I'm getting this exception on a Pixel 3. ```` java.lang.NumberFormatException: at java.lang.Long.parseLong (Long.java:594) at java.lang.Long.parseLong (Long.java:636) at android.content.ContentUris.parseId (ContentUris.java:89) at android.media.RingtoneManager.getRingtonePosition (RingtoneManager.java:513) at com.takisoft.preferencex.RingtonePreferenceDialogFragmentCompat.a (RingtonePreferenceDialogFragmentCompat.java:146) at com.takisoft.preferencex.RingtonePreferenceDialogFragmentCompat.a (RingtonePreferenceDialogFragmentCompat.java:11) at...
Hi Gericop, Something like this would be very nice to have: https://github.com/MrBIMC/MaterialSeekBarPreference which unfortunately doesn't seem to be updated anymore. Edit: Or something like this: https://github.com/AnderWeb/discreteSeekBar Differences from the default...
It would be nice to have one extra attribute to specify the singular form of the measurement unit. When the value becomes "1", the new attribute will be used instead....
Hi, how can I remove the dialog header image? I mean this one: https://raw.githubusercontent.com/MrBIMC/MaterialSeekBarPreference/master/ART/screen_3.jpg Thanks!
Hello there, Is there a way to disable the vertical translation of the RecyclerView when scrolling?