- 1028a72 Get rid of spring loaded mode for home gardening design by Federico Baron · 2 years, 11 months ago
- d468299 Moving the class LayoutParams to a file outside CellLayout by Sebastian Franco · 2 years, 11 months ago
- 6e1024e Account for span greater than 1 in getReorderRadius by Sebastian Franco · 3 years, 1 month ago
- b57c0b2 Fixing findNearestArea to account for the padding. by Sebastian Franco · 3 years, 2 months ago
- 930531f Make Talkback anounce which page is the icon being move on. by Sebastian Franco · 3 years, 2 months ago
- 51da219 Fix taskbar icon flicker and jump when transforming to hotseat by Alex Chau · 3 years, 3 months ago
- f153d91 Adding support for LauncherAppWidgetHostView in CellLayout by Sebastian Franco · 3 years, 4 months ago
- f78da1b Review comments followup by Shikha Malhotra · 3 years, 5 months ago
- 52307a4 Adjust grid cell visualizations. by Pat Manning · 3 years, 5 months ago
- e372366 Revert "Adjust edit state drop targets, workspace scaling, and m..." by Pat Manning · 3 years, 5 months ago
- f49dce6 Merge "Reset the size of hotseat cells" into tm-dev by Thales Lima · 3 years, 5 months ago
- 1acf2b1 Adjust edit state drop targets, workspace scaling, and margins per device type and orientation. by Pat Manning · 3 years, 6 months ago
- 8cd020b Reset the size of hotseat cells by Thales Lima · 3 years, 6 months ago
- 2dacbee Fix incorrect accessibility announcement on two panel home by Andras Kloczl · 3 years, 6 months ago
- dd02734 create 6x5 scalable grid for tablets by Thales Lima · 3 years, 8 months ago
- 1278490 Update reorder and folder creation radii by Tony Wickham · 3 years, 10 months ago
- 3cfa5ed Fix misaligned folder creation drag over target by Tony Wickham · 3 years, 10 months ago
- 0ac045f Update CellLayout.DEBUG_VISUALIZE_OCCUPIED to include drag over targets by Tony Wickham · 3 years, 10 months ago
- 78d00ad launcher: create more space options by Thales Lima · 4 years ago
- 69a8eec Simplifying color extraction registration logic by Sunny Goyal · 4 years, 1 month ago
- 2a0516f Fix widget drop preview outline on 4x5 grids am: ed82e0daef by Adam Cohen · 4 years, 1 month ago
- ed82e0d Fix widget drop preview outline on 4x5 grids by Adam Cohen · 4 years, 1 month ago
- 711c596 Binding Taskbar directly from Launcher model by Sunny Goyal · 4 years, 2 months ago
- 1491ec3 Merge "Update widget manipulation colors." into sc-dev by TreeHugger Robot · 4 years, 2 months ago
- c0ac1dd Update widget manipulation colors. by Yogisha Dixit · 4 years, 3 months ago
- fa1e14c Polish folder icon bugs. by Jon Miranda · 4 years, 2 months ago
- 1b8bbb6 Correct size of AppWidget for color extraction. by Pierre Barbier de Reuille · 4 years, 3 months ago
- 88b7f6a Move color extraction utils to extractor class so each instance can by Jon Miranda · 4 years, 4 months ago
- 21930da Revert "Revert "Use color extraction for arrow popup."" by Jonathan Miranda · 4 years, 4 months ago
- 0c4d278 Don't fade out active page outline during drag-and-drop by Adam Cohen · 4 years, 4 months ago
- e941bc7 Merge "Inflate LauncherAppWidgetHostView directly in DragView" into sc-dev by Steven Ng · 4 years, 4 months ago
- 3242720 Inflate LauncherAppWidgetHostView directly in DragView by Steven Ng · 4 years, 4 months ago
- a999e22 Apply color extraction when dragging by Steven Ng · 4 years, 4 months ago
- f7ca3b4 Update drag and drop visualizations by Adam Cohen · 4 years, 6 months ago
- f072b06 Merge "Folder cell should match grid cell aspect ratio if isScalableGrid is true." into sc-dev by Jonathan Miranda · 4 years, 5 months ago
- ec1277e Migrate existing 4x5 and 4x4 grid users to a new 4x5 grid. by Jon Miranda · 4 years, 5 months ago
- 823da22 Folder cell should match grid cell aspect ratio if isScalableGrid is true. by Jon Miranda · 4 years, 5 months ago
- cc505b8 Don't store Launcher as a class variable in CellLayout by Steven Ng · 4 years, 5 months ago
- 30dd1d6 Apply local color extraction during drag-n-drop by Steven Ng · 4 years, 6 months ago
- 611dba4 Use grid border spacing as widget padding if possible. by Jon Miranda · 4 years, 6 months ago
- 26311d9 Merge "Update folder to new specs." into sc-dev by Jonathan Miranda · 4 years, 6 months ago
- 22679f8 Update folder to new specs. by Jon Miranda · 4 years, 6 months ago
- 3c5e748 Merge "Removing menu and dialog for custom actions hanlding. These do not work well with gesture-nav and can potentially block the Launcher UI." into sc-dev by Sunny Goyal · 4 years, 6 months ago
- 384b578 Removing menu and dialog for custom actions hanlding. by Sunny Goyal · 4 years, 7 months ago
- 228877d Add border spacing and fixed cell height to grid. by Jon Miranda · 4 years, 7 months ago
- a4647b6 Adding support for keyboard based drag and drop by Sunny Goyal · 4 years, 7 months ago
- f993518 Revert "Revert "Merge commit '8d14dbe041199d611839140f1c9285fd4174e9f4' ..."" by Winson Chung · 4 years, 10 months ago
- 087a9e3 Revert "Merge commit '8d14dbe041199d611839140f1c9285fd4174e9f4' ..." by Alistair Delva · 5 years ago
- 9e754b0 Adds ability to use LauncherPreviewRenderer in Sandbox. by Andy Wickham · 5 years ago
- eaf7a95 Changing minimum supported Launcher version to 26 by Sunny Goyal · 5 years ago
- 6e7c37a During accessible drag, hover events were not properly getting dispatched to the DragAndDropAccessibilityDelegate by Adam Cohen · 5 years ago
- 1d13c0b Cleanup reorder animations to not require layout on every frame by Adam Cohen · 5 years ago
- d916206 Decouple the scaling / translation of widget views necessary in split-screen by Adam Cohen · 5 years ago
- e396abf Moving model data structures to a separate file by Sunny Goyal · 5 years ago
- 370164c Fix drag and drop regression when dragging a scaled widget by Adam Cohen · 5 years ago
- c4d3201 Removing support for fake landscape by Sunny Goyal · 5 years ago
- f946e0a Merge "Refactor / Cleanup / Simplify a bunch of dnd related rendering / animation" into ub-launcher3-master by Adam Cohen · 5 years ago
- 6508699 Refactor / Cleanup / Simplify a bunch of dnd related rendering / animation by Adam Cohen · 6 years ago
- 82bbdac Migrate hotseat items into a folder by Samuel Fufa · 5 years ago
- 9b18010 Decoupling some drag and drop code handling by Sunny Goyal · 5 years ago
- a421143 Enable support for same page hotseat migration by Samuel Fufa · 6 years ago
- 3eeb41d Rename flag IS_DOGFOOD to IS_STUDIO. by Zak Cohen · 6 years ago
- 73b5a27 Updating some non-final static objects by Sunny Goyal · 6 years ago
- 1e2d004 Hybrid hotseat predicted icon visuals by Samuel Fufa · 6 years ago
- 11a5074 Refactoring some folder binding logic: by Sunny Goyal · 6 years ago
- 41d51a0 Enabling fake rotation by default by Sunny Goyal · 6 years ago
- 04f356f Fixing jank in folder animation. by vadimt · 7 years ago
- ae6e318 Initial changes to creating a fake landscape Launcher UI by Sunny Goyal · 6 years ago
- 7368fa4 Skip state animation if animations are disabled by Sunny Goyal · 6 years ago
- ab770a1 Making CellLayout inflatable without LauncherActivtiy by Sunny Goyal · 7 years ago
- efb7e84 Converting long item IDs to int by Sunny Goyal · 7 years ago
- 55bdeed Removing various reflection based animations, to allow for better proguarding by Sunny Goyal · 7 years ago
- e1c4a90 Merge "Migrating to android-x" into ub-launcher3-master by TreeHugger Robot · 7 years ago
- d230307 Migrating to android-x by Sunny Goyal · 7 years ago
- f0b6db7 Removing static launcher activity dependency from FirstFrameAnimationHelper by Sunny Goyal · 7 years ago
- 849c6a2 Removing Launcher activity dependency on various animations by Sunny Goyal · 7 years ago
- 8155fa2 Don't prevent animations in power save mode by Tony Wickham · 7 years ago
- 7c7be8c Simplifying options popup and overview handling by Sunny Goyal · 7 years ago
- 726bee7 Removing click-feedback shadow generation logic in BubbleTextView by Sunny Goyal · 7 years ago
- 228153d Updating landscape layout for launcher/quickstep by Sunny Goyal · 8 years ago
- 29947f0 No more waiting around for resume by Sunny Goyal · 8 years ago
- e15e2a8 Adding an empty page in Recents view corresponding to workspace by Sunny Goyal · 8 years ago
- ea52908 Using view elevation for shadow during click feedback instead of by Sunny Goyal · 8 years ago
- 5bc6b6f Consolidating various interpolators by Sunny Goyal · 8 years ago
- f9403d9 Removing state definition from Launcher by Sunny Goyal · 8 years ago
- aeb1643 Launcher state management cleanup by Sunny Goyal · 8 years ago
- c51a296 [automerger] Fix bug where labels were visible in hotseat / invisible in workspace. am: f1eae802b5 by Android Build Merger (Role) · 8 years ago
- f1eae80 Fix bug where labels were visible in hotseat / invisible in workspace. by Jon Miranda · 8 years ago
- a502aa3 Removing buildLayer call on workspace pages. by Sunny Goyal · 8 years ago
- 7ce471b Removing support for CustomContent screen by Sunny Goyal · 8 years ago
- 0b754e5 Making some methods accessible by Sunny Goyal · 8 years ago
- 2803200 Set edgeMarginPx back to 8dp. by Jon Miranda · 8 years ago
- 7308cde Don't fade in text if icon is in hotseat by Tony · 8 years ago
- b28c4fc Landscape grid changes for Workspace/All Apps. by Jon Miranda · 8 years ago
- a0233f7 Move PreviewBackground into its own class file. by Jon Miranda · 8 years ago
- 9962dbe 1. Replace use of java.util.HashMap with android.util.ArrayMap in by Rajeev Kumar · 8 years ago
- 54ba601 Dark text support for caret, drop target text and cell layout drop outline by Mario Bertschler · 8 years ago
- 368ae77 Defining a dark theme for launcher by Sunny Goyal · 8 years ago
- 4eaacc7 Merge "Defining HomeScreenElementTheme for elements which appear on top of wallpaper" into ub-launcher3-master by Sunny Goyal · 8 years ago
- 3d706ad Separating the config and flags in different directories so that by Sunny Goyal · 8 years ago