InsaneDoggo
InsaneDoggo
Latest non released version: ~~20.07.2017 [dd.mm.yyyy] [PackageTemplates.v0.4.3-beta.zip](https://github.com/CeH9/PackageTemplates/files/1162762/PackageTemplates.v0.4.3-beta.zip)~~ [Releases](https://github.com/CeH9/PackageTemplates/releases) page is up to date.
When user tap on bar without moving finger(**ACTION_CANCEL** or **ACTION_UP**) callback receives **false** in **isFromUser**. [here](https://github.com/Jay-Goo/RangeSeekBar/blob/87e78c2c91eaf931f0b5736b4ba741661f275344/RangeSeekBar/src/main/java/com/jaygoo/widget/RangeSeekBar.java#L704) and [here](https://github.com/Jay-Goo/RangeSeekBar/blob/87e78c2c91eaf931f0b5736b4ba741661f275344/RangeSeekBar/src/main/java/com/jaygoo/widget/RangeSeekBar.java#L680)
Would be nice to have API for combat simulation results: ``` kotlin float PlayerLethalRate float WinRate float TieRate float LossRate float OpponentLethalRate int Iterations ``` It's useful in general, but...
Would be nice to have API to get Opponents' names or battletag (if possible) for Battlegrounds.  Currently, **GameV2** has only field "Opponent" that returns "Bob's Tavern" or null as...
### Where On wiki [page](https://github.com/RedMadRobot/input-mask-android/wiki/Quick-Start#simple-edittext-for-phone-numbers) described following code: ` android:digits="1234567890+-() " ` ### Describe the bug It's a common practice to extract stuff such as **digits** to strings.xml. The problem...
ConstraintLayout encourages "flatten style", so we missing duplicateParentState feature, cuz widgets are sliblings now. Would be nice to have ConstraintHelper that will share state between referenced views (e.g. state of...
Currently size depends on real parent's size i.e. ConstraintLayout. Sometimes it's useful to calculate size depending on virtualLayout's size e.g. flow. Also would be nice to have some adjustments for...
There is blank space at the top. Artifact persists until view refreshed (scrolled). **[video (ya disk)](https://yadi.sk/i/e891PKNujC_t7Q)** **Device:** emulator-5554 9.0 (Pie) - API 28 29.0.11-5598178 **Project:** Your demo, screen "Custom layer"...
### Suggestion Would be nice to have feature similar to "Skip Opening" to let user seek forward/backward by customizable amount of time. **Use case:** I'm subtitles enjoyer so I often...
Is it really necessary to have so deep hierarchy just to get to the actual screen's root container(HomeContent)? Also it's suspicious to have nested top-level components like Scaffold.  For...