Popular repositories
-
-
-
Forked from evant/simplefragment
A fragment-like abstraction for Android that is easier to use and understand
Java
-
-
287 contributions in the last year
Less
More
Contribution activity
February 2021
Created 55 commits in 2 repositories
Created a pull request in JetBrains/skiko that received 2 comments
Opened 10 other pull requests in 2 repositories
JetBrains/skiko
6
merged
Reviewed 6 pull requests in 2 repositories
JetBrains/compose-jb 5 pull requests
JetBrains/skiko 1 pull request
Created an issue in JetBrains/skiko that received 1 comment
Get rid of input lag in Compose for Desktop
Currently after we move/click mouse, press key on the keyboard, the content will change not on the next display vsync signal, but on the second nex…
1
comment
Opened 8 other issues in 1 repository
JetBrains/compose-jb
8
open
- Popup doesn't dismiss if it is inside Lazy component
- Make DropdownMenu focusable by default
- Add an example of using unit tests
- "Padding must be non-negative" after resizing window with Slider and Box
- Migrate Scrollbar to Modifier.pointerInput
- Support Skia shaders (SkSL)
- Support loading Lottie animations
- onDoubleClick doesn't work as expected (delay is between mouseUp's, not mouseDown's)