Sign in
android
/
platform
/
frameworks
/
support
/
c30d03ab9e19dcf35e8b79438f0d91ee74cae557..c359e97fece91f3767a7d017e9def23c7caf1f53
/
compose
/
foundation
cba2d0f
Merge "Add a platform-specific overscroll effect to text fields" into androidx-main
by Sean McQuillan
· 2 weeks ago
7bdba90
Add a platform-specific overscroll effect to text fields
by Andrei Salavei
· 2 weeks ago
eaf7105
Disable isNonSuspendingPointerInputInDraggableEnabled
by Levi Albuquerque
· 2 weeks ago
469347f
Renames IndirectTouchEvent's primaryAxis to PrimaryDirectionalMotionAxis
by Jeremy Walker
· 2 weeks ago
b83d1c5
Take axis into account for indirect event navigation and adds system tests
by Jeremy Walker
· 2 weeks ago
750f60a
Use CacheWindow in Pager
by Levi Albuquerque
· 2 weeks ago
16b383b
Merge "Revert "Allow SnapFlingBehavior snap animations to overshoot"" into androidx-main
by Treehugger Robot
· 3 weeks ago
e57dfa5
Revert "Allow SnapFlingBehavior snap animations to overshoot"
by Jossi Wolf
· 3 weeks ago
c70dba6
Remove obsolete test annotations post minSdk 23 bump
by Aurimas Liutikas
· 3 weeks ago
7b2bc96e
Merge changes Ibdfca594,Iafef0288,Ifa120936 into androidx-main
by Treehugger Robot
· 3 weeks ago
d4e5100
Bump androidx default minSdk to 23
by Aurimas Liutikas
· 3 weeks ago
e455085d
Merge "Remove extra () after @samples tags in border docs" into androidx-main
by Julia McClellan
· 3 weeks ago
5877f1c
Merge "Remove composed() and ModifierLocals from WindowInsets" into androidx-main
by George Mount
· 3 weeks ago
ec35191
Merge "Rearrange the code in foundation selection tests to avoid compilation errors" into androidx-main
by Treehugger Robot
· 3 weeks ago
1c03d47
Rearrange the code in foundation selection tests to avoid compilation errors
by Andrey Kulikov
· 3 weeks ago
68f3503
Merge "Improve DraggableAnchors minPosition/maxPosition performance" into androidx-main
by Jossi Wolf
· 3 weeks ago
b1b42f7
Merge "Fix DraggableAnchors performance regression" into androidx-main
by Treehugger Robot
· 3 weeks ago
ce064ce8
Remove composed() and ModifierLocals from WindowInsets
by George Mount
· 3 weeks ago
897413b
Merge changes from topic "metalava-13859551" into androidx-main
by Julia McClellan
· 3 weeks ago
57c1adb
Remove deprecation level hidden properties
by Julia McClellan
· 3 weeks ago
44c9fc0
Remove extra () after @samples tags in border docs
by Julia McClellan
· 3 weeks ago
c6c214a
Allow SnapFlingBehavior snap animations to overshoot
by Jossi Wolf
· 3 weeks ago
4ef5e69
Strengthen SnapFlingBehaviorTest
by Jossi Wolf
· 3 weeks ago
7f18f0d
Merge "Set initial insets visibility based on root window insets values" into androidx-main
by Treehugger Robot
· 3 weeks ago
846c029
Mark deprecated hidden methods as BytecodeOnly
by Julia McClellan
· 3 weeks ago
39e3b38
Improve DraggableAnchors minPosition/maxPosition performance
by Jossi Wolf
· 3 weeks ago
fc1eaae
Fix DraggableAnchors performance regression
by Jossi Wolf
· 3 weeks ago
228b8ea
Fix SnapFlingBehaviorTests broken on Pixel 3
by Levi Albuquerque
· 3 weeks ago
01898cc
Merge "Add clear focus on tap" into androidx-main
by Treehugger Robot
· 4 weeks ago
8c41560
Merge "Removing remaining ignore for keyDispatchingTimedOut issue" into androidx-main
by Treehugger Robot
· 4 weeks ago
de18dfc
Add clear focus on tap
by Alex Vanyo
· 4 weeks ago
2a2edb9
Removing remaining ignore for keyDispatchingTimedOut issue
by Chris Craik
· 4 weeks ago
c414ca0
Fix method reference in insetsBottomHeightSample
by George Mount
· 4 weeks ago
677ec2e
Set initial insets visibility based on root window insets values
by George Mount
· 4 weeks ago
0466a48
Merge "Update dependency on core to 1.16.0" into androidx-main
by George Mount
· 4 weeks ago
470d625
Merge "Remove Suppression of BanInlineOptIn lint check in FlowLayout" into androidx-main
by Aayush Chaudhary
· 4 weeks ago
9f4ac6a
Remove Suppression of BanInlineOptIn lint check in FlowLayout
by caayush
· 4 weeks ago
8b8e9b52
Update dependency on core to 1.16.0
by George Mount
· 4 weeks ago
640651f
Support 2 dimensional mouse wheel events
by Levi Albuquerque
· 4 weeks ago
5e4129c
Draggable running without suspend pointer input.
by Levi Albuquerque
· 4 weeks ago
78e9944
Merge "Fix G3 screenshot test failure due to cursor postion change" into androidx-main
by Treehugger Robot
· 4 weeks ago
4c5383b
Fix G3 screenshot test failure due to cursor postion change
by Haoyu Zhang
· 4 weeks ago
dc7e534
Merge "Add WindowInsets.cutoutPath to Compose" into androidx-main
by Treehugger Robot
· 4 weeks ago
3f9a4fb
Add WindowInsets.cutoutPath to Compose
by Alex Vanyo
· 4 weeks ago
5e37bcc
Fix issue with scroll direction in draggable treatment of ITE
by Levi Albuquerque
· 4 weeks ago
a5ebc94
Merge "Fix crash in CacheWindow in LL" into androidx-main
by Levi Albuquerque
· 4 weeks ago
ad09a54
Merge "Add sample of selection container with tap gesture on child" into androidx-main
by Treehugger Robot
· 4 weeks ago
6b98f42
Merge "Removes opt-in on inline fun in LazyStaggeredGridMeasure" into androidx-main
by Andrei Shikov
· 4 weeks ago
447dc53
Fix a typo in the LazyLayout kdoc.
by Anton Beloglazov
· 4 weeks ago
94f248d
Fix crash in CacheWindow in LL
by Levi Albuquerque
· 4 weeks ago
856ca5a
Removes opt-in on inline fun in LazyStaggeredGridMeasure
by Andrei Shikov
· 4 weeks ago
ee3bafe
Merge "Fix DraggableAnchors#closestAnchor when anchors are empty" into androidx-main
by Treehugger Robot
· 4 weeks ago
8bdcb07
Merge "Add lint check for lambda creation in calls to subcompose" into androidx-main
by Treehugger Robot
· 4 weeks ago
e35d987
Merge "Annotate AnchoredDraggable APIs with FrequentlyChangingValue" into androidx-main
by Jossi Wolf
· 4 weeks ago
3de0899
Add lint check for lambda creation in calls to subcompose
by Alan Viverette
· 4 weeks ago
9378f77
Merge "Remove isWindowInsetsDefaultPassThroughEnabled flag" into androidx-main
by George Mount
· 4 weeks ago
290c93c
Annotate AnchoredDraggable APIs with FrequentlyChangingValue
by Jossi Wolf
· 4 weeks ago
f5dea4e
Fix DraggableAnchors#closestAnchor when anchors are empty
by Jossi Wolf
· 4 weeks ago
80474af
Fix most of the foundation lint errors suppressed in aosp/3671715 and
by Anton Beloglazov
· 4 weeks ago
6c5d8b9
Remove isWindowInsetsDefaultPassThroughEnabled flag
by George Mount
· 5 weeks ago
5c72986
Merge "Simplify composing additional items in lookahead" into androidx-main
by Doris Liu
· 5 weeks ago
0c6ba98
Flag clean up for Foundation and UI
by Levi Albuquerque
· 5 weeks ago
30b710f
Simplify composing additional items in lookahead
by Doris Liu
· 5 weeks ago
4dadff32
Merge "Restart input session when text field state is recreated" into androidx-main
by Treehugger Robot
· 5 weeks ago
728f644
Restart input session when text field state is recreated
by Halil Ozercan
· 5 weeks ago
bb2a825
Merge "Finish async font testing in TextFieldLayoutStateCacheTest" into androidx-main
by Treehugger Robot
· 5 weeks ago
ce4b493
Merge "Distinguish the touch pad from touch" into androidx-main
by Treehugger Robot
· 5 weeks ago
15529ac
Merge "Separate context menu and toolbar platform behaviors." into androidx-main
by Haoyu Zhang
· 5 weeks ago
5437d03
Merge "Add support for customizing autofill brush" into androidx-main
by Melba Nuzen
· 5 weeks ago
e3b8cc9
Merge "Link prefetch bug with its ignore tag in test." into androidx-main
by Treehugger Robot
· 5 weeks ago
2c93504
Merge "Adopt custom focusRect in TextField" into androidx-main
by Halil Ozercan
· 5 weeks ago
8e39ac6
Adopt custom focusRect in TextField
by Halil Ozercan
· 6 weeks ago
d10a4a0
Change TextFieldState.edit() undo behavior
by Halil Ozercan
· 6 weeks ago
0dc95e4
Add support for customizing autofill brush
by Melba Nuzen
· 6 weeks ago
c6e04da
Separate context menu and toolbar platform behaviors.
by Alexander Maryanovsky
· 6 weeks ago
0fb7901
Merge "Introduce focusRect, controlled by FocusProperties" into androidx-main
by Halil Ozercan
· 6 weeks ago
67cc217
Distinguish the touch pad from touch
by Haoyu Zhang
· 6 weeks ago
4ecb4f6
Merge "Support double tap to select word in touch mode" into androidx-main
by Treehugger Robot
· 6 weeks ago
590f657
Merge "Fix context menu crash in LazyColumn" into androidx-main
by Haoyu Zhang
· 6 weeks ago
7a284ca
Support double tap to select word in touch mode
by Halil Ozercan
· 6 weeks ago
549a0358
Merge "Fix the shape bounds in the accessibility data to be relative to the bounds in screen of the corresponding AccessibilityNodeInfo." into androidx-main
by Treehugger Robot
· 6 weeks ago
9a41277
Re-enable TextFieldCursorTest
by Halil Ozercan
· 6 weeks ago
450ecaee
Finish async font testing in TextFieldLayoutStateCacheTest
by Halil Ozercan
· 6 weeks ago
a794aca
Fix context menu crash in LazyColumn
by Haoyu Zhang
· 6 weeks ago
5c69f5c
Fix the shape bounds in the accessibility data to be relative to the
by Anton Beloglazov
· 6 weeks ago
45d92f6
Introduce focusRect, controlled by FocusProperties
by Halil Ozercan
· 6 weeks ago
46b3af1
Merge "Fix for empty stickerHeader breaking the headers offset calculations" into androidx-main
by Treehugger Robot
· 6 weeks ago
2bcd29d
Merge "Skip screenshot tests using @SdkSuppress" into androidx-main
by Sindhuja Subramanian
· 6 weeks ago
3362264
Fix for empty stickerHeader breaking the headers offset calculations
by Andrey Kulikov
· 6 weeks ago
83005ad
Merge "Add LineHeightStyle.Mode.Tight" into androidx-main
by Treehugger Robot
· 6 weeks ago
8672d3a
Skip screenshot tests using @SdkSuppress
by Sindhuja Subramanian
· 6 weeks ago
7471bcf
Add LineHeightStyle.Mode.Tight
by Halil Ozercan
· 6 weeks ago
5d317aa
Merge "[GH] Do not ignore key events from remotes using HDMI-CEC" into androidx-main
by Aurimas Liutikas
· 7 weeks ago
6dbe473
Offset/resize the shape reported to accessibility services according to
by Anton Beloglazov
· 7 weeks ago
1fa4c9e
Link prefetch bug with its ignore tag in test.
by Sean McQuillan
· 7 weeks ago
d1e3e80
Add Interpolatable interface
by Leland Richardson
· 7 weeks ago
156e263
Use ReferenceAccess to determine property access kind
by Jinseong Jeon
· 7 weeks ago
541c157
Migrate foundation:foundation to AGP KMP
by Omar Ismail
· 7 weeks ago
406f74c
Merge "Change properties to value class types" into androidx-main
by Julia McClellan
· 7 weeks ago
461503f
Change properties to value class types
by Julia McClellan
· 7 weeks ago
Next »