d3bt3ch

Results 25 issues of d3bt3ch

@wasabeef What is the purpose of 'AnimationAdapter' and how to use it ?

I am getting the following warning `WARNING: fiber Fiber@10000001[task: ParkableForkJoinTask@43d3ea9(Fiber@10000001), target: com.pixo.data.FilesRepository$$Lambda$527/0x00000008006f9040@200e4b5e, scheduler: co.paralleluniverse.fibers.FiberForkJoinScheduler@791a7fe] is blocking a thread (Thread[ForkJoinPool-pixo-data-fiber-schedular-worker-3,5,main]). at [email protected]/jdk.internal.misc.Unsafe.park(Native Method) at [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234) at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedNanos(AbstractQueuedSynchronizer.java:1079) at [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.tryAcquireSharedNanos(AbstractQueuedSynchronizer.java:1369) at [email protected]/java.util.concurrent.CountDownLatch.await(CountDownLatch.java:278)...

Can we set a default background color instead of a random color ?

How to set specific dates instead of range ?

How can i show all the sections while scrolling and highlight the section which is being scrolled over. For example much like google photos date scroller on the photos screen.

How to add a translucent background to the whole screen when menu opens ?

@Arasthel I don't know whether it would be possible or not but because 'SpannedGridLayoutManager' has not been extended from 'LinearLayoutManager' a lot of code is breaking including the glide preloader...

Does the library supports multilevel menu ?

The following error is occurring trying to connect to PD service `java.lang.NoSuchMethodError: 'io.etcd.jetcd.ClientBuilder io.etcd.jetcd.ClientBuilder.endpoints(java.util.Collection)'` Stack trace ``` java.lang.NoSuchMethodError: 'io.etcd.jetcd.ClientBuilder io.etcd.jetcd.ClientBuilder.endpoints(java.util.Collection)' at org.tikv.common.PDClient.initCluster(PDClient.java:566) at org.tikv.common.PDClient.(PDClient.java:117) at org.tikv.common.PDClient.createRaw(PDClient.java:127) at org.tikv.common.TiSession.(TiSession.java:76) at org.tikv.common.TiSession.create(TiSession.java:87)...

How can use the widget for displaying a year month timeline ?