summaryrefslogtreecommitdiff
path: root/src/com/android/launcher3/AppWidgetResizeFrame.java
AgeCommit message (Expand)Author
2023-05-03Always insetting the widget by a minimum of 6dpSunny Goyal
2023-03-03Expose IS_RUNNING_IN_TEST_HARNESS as static method.Brian Isganitis
2023-01-30Introducing CellPosMapper which allows mapping between UI positionSunny Goyal
2023-01-13Change the access of cellX/Y of CellLayoutLayoutParams to privateSebastian Franco
2022-10-26Created LauncherWidgetHolder as a wrapper for LauncherAppWidgetHostSihua Ma
2022-10-12Moving the class LayoutParams to a file outside CellLayoutSebastian Franco
2022-07-13Fixing Launcher crash if activity restarts while resixing widgetSunny Goyal
2022-04-12Review comments followupShikha Malhotra
2021-10-21Merge "Bugfix where the widget handles appear even when you can't resize it."...TreeHugger Robot
2021-10-21Bugfix where the widget handles appear even when you can't resize it.Sebastian Franco
2021-10-20Fix bug with resize frame in Launcher3.Yogisha Dixit
2021-10-05launcher: create more space optionsThales Lima
2021-09-20Add an animation for invalid widget resizing in 2 panel UISteven Ng
2021-06-29Show resize frame when widget is added.Yogisha Dixit
2021-06-29Don't show resize handle if widget cannot be resized.Yogisha Dixit
2021-06-10Flip ArrowTipView when it goes beyond screen height.Alina Zaidi
2021-06-10Add more education tips for widgets. (3/3)Alina Zaidi
2021-06-08Exact widget sizes functionalities into an utility classSteven Ng
2021-06-04Add new log events for widgets.Yogisha Dixit
2021-05-05Merge "Fix LayoutParams cast exception in drag-n-drop" into sc-devSteven Ng
2021-05-04Fix LayoutParams cast exception in drag-n-dropSteven Ng
2021-05-03Adding support for determining split layout for launcher.Sunny Goyal
2021-03-24Add a button for reconfiguring widgets.Yogisha Dixit
2021-03-23Update the resize frame to use the forced radius.Pierre Barbier de Reuille
2021-03-22Do not allow widget to be resized beyond max size.Yogisha Dixit
2021-03-16Fix bug with resize frame disappearing.Yogisha Dixit
2021-03-10Merge "Removing unused keyboard handling code" into sc-devSunny Goyal
2021-03-05Correct Launcher3 for new sizes in App Widgets.Pierre Barbier de Reuille
2021-03-02Merge "More grid changes, closer to final specs." into sc-devJonathan Miranda
2021-03-01Move widget files into widget folder + add tests.Yogisha Dixit
2021-02-25More grid changes, closer to final specs.Jon Miranda
2021-02-24Launcher changes for go/widget-size-specificationPierre Barbier de Reuille
2021-02-10Add border spacing and fixed cell height to grid.Jon Miranda
2021-01-29Removing unused keyboard handling codeSunny Goyal
2020-11-07Initial setup for widgets in SearchSamuel Fufa
2020-08-24Good riddance UserEventDispatcher [1/n]Hyunyoung Song
2020-04-09Moving model data structures to a separate fileSunny Goyal
2019-12-11Updating some non-final static objectsSunny Goyal
2019-04-03Add system gesture exclusion rects for widget resize handlesTony Wickham
2018-09-21Removing various reflection based animations, to allow for better proguardingSunny Goyal
2018-08-13Removing static launcher activity dependency from FirstFrameAnimationHelperSunny Goyal
2018-08-10Removing Launcher activity dependency on various animationsSunny Goyal
2017-12-19No more waiting around for resumeSunny Goyal
2017-10-02Allowing the widgetBottomSheet to be draggedSunny Goyal
2017-09-13Fixing custom widgets support:Sunny Goyal
2017-08-23Applying the widget resize changes even when the activity is destroyedSunny Goyal
2017-01-11Removing static Context access using LauncherAppStateSunny Goyal
2017-01-09Merge "Fixed mw bug where resize frame is off when resizing." into ub-launche...Jonathan Miranda
2017-01-03Bind the out IntRange using its start and end values.Jon Miranda
2016-12-29Fixed mw bug where resize frame is off when resizing.Jon Miranda