summaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
Commit message (Collapse)AuthorAgeFilesLines
* Port Remote Folder from 12.1 to 13.Tyson Miller2016-01-281-3/+2
| | | | Change-Id: If8cf9d5f054e8948ead702883b79f28db26c4d8b
* Trebuchet: Don't resize BubbleTextView based on all apps prefcretin452015-12-221-2/+0
| | | | | | Issue-id: CYNGNOS-1427 Change-Id: I3bb5107fa24b85e5713d7f6403a332246609804b
* Reimplement CM Settings Overview Panel Part 5Yvonne Wong2015-12-101-1/+3
| | | | | | | | - Enable default screen button - Make UI changes to settings panel - Add a broadcast receiver for hide/unhide search bar setting Change-Id: I849dd412231795b894e7af7ee575e60feb618c70
* Reimplement CM Settings Overview Panel Part 3Yvonne Wong2015-12-031-0/+3
| | | | | | - Enable dynamic grid resizing Change-Id: I95a7f20da48e037a94ce5b6191c5597490d91d9d
* Re-Implementation of hidden foldersVineet Patil2015-11-301-0/+9
| | | | Change-Id: I2cdb881eb6a2608279d30a1cdfc1327a89ae7693
* Reimplement CM Settings Overview Panel in the new Launcher Part 1Yvonne Wong2015-11-301-1/+10
| | | | | | | | | - Adds vertical sliding panel and animations associated with opening and closing the panel - Adds the views for settings and animation for the drawer arrow - Enables hiding workspace icon labels, hiding drawer icon labels, scrolling wallpaper, and larger icons - Changes how ragged grid custom icon sizes gets defined Change-Id: I1a82215a09486b4770494e665e598efdbabd1d3e
* Reimplement the CM scrubber against the new Launchercretin452015-11-231-1/+11
| | | | | | PS4: Implement RTL support Change-Id: I4456d54b5924913d1b36e1cfa9a2269150f6fb3e
* Implementation of folder animation changes as per cm-13.0Vineet Patil2015-11-181-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Folder animations in parity with cm. Folder Layout Revision Updated the folder layout to reflect design revisions based on community feedback Change-Id: Ica1bb796dfccf779a954cf0903a1ae94a010ea1a Conflicts: res/drawable-hdpi/folder_bg.9.png res/drawable-hdpi/folder_fill_highlight.9.png res/drawable-mdpi/folder_bg.9.png res/drawable-mdpi/folder_fill_highlight.9.png res/drawable-xhdpi/folder_bg.9.png res/drawable-xhdpi/folder_fill_highlight.9.png res/drawable-xxhdpi/folder_bg.9.png res/drawable-xxhdpi/folder_fill_highlight.9.png res/layout-land/launcher.xml res/layout-port/launcher.xml res/layout-sw720dp/launcher.xml res/layout/user_folder.xml res/values/dimens.xml src/com/android/launcher3/Folder.java src/com/android/launcher3/FolderIcon.java src/com/android/launcher3/Launcher.java Folder animation changes as per cm-13.0 Change-Id: I019511a58bd9f6a60a3c9b68c826726881cec83f Implementing folder animations Change-Id: I83f17c996ecc894ce22fd195b9b33caf58e2e822
* Adding graphic for all apps empty search screen.Winson2015-08-281-0/+4
| | | | Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c
* Updating the scrollbar to make the fastscroller more visible.Winson2015-08-201-3/+3
| | | | | Bug: 20035978 Change-Id: I56a865262cd07e6af11b4374a7e6354710116dcd
* Updating the UI for the pending widget viewSunny Goyal2015-08-171-0/+4
| | | | | Bug: 23183034 Change-Id: I2b3f6f765a51edf75e666186650bbd3cf7b66a7a
* Moving prediction icons back into recycler view.Winson Chung2015-07-061-3/+3
| | | | | | | | - Fixes two accessibility issues with the prediction bar being separate from the rest of the list of icons related to scrolling and switch access. Bug: 21725276 Change-Id: Ibc48e5028cace9a77000e6646b951f021910465d
* Refactoring fast scroller.Winson Chung2015-06-231-11/+13
| | | | | | | | | | | | | - Fixing issue with fast scroller not fitting name width. - Refactoring fast scrolling/scroll bar code out of base recycler view - Adding animations to fast scroller to match design - Smooth scrolling when jumping between app rows - Fixing issue with fast scroller jumping when you first pick it up - Fixing issue with wrong background paddings being used Bug: 21874346 Bug: 22031923 Change-Id: I9f011b1f375751f437604b900e95a2942d3f4601
* Refactored section names to only draw when there is space.Winson Chung2015-06-161-2/+2
| | | | | | | | | - This CL removes all space for section names in both phones and tablets. And when there are no section names, the layout will automatically fully merge the sections. Bug: 20222023 Change-Id: Ic7c751d86f095e5cbd690bfd4f94bb5b00ff8ae4
* Merge "Refactoring all apps search to support external search bar." into ↵Winson Chung2015-06-151-4/+5
|\ | | | | | | ub-launcher3-burnaby
| * Refactoring all apps search to support external search bar.Winson Chung2015-06-151-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adding support for an external search bar that can be used to search a container view. This adds a new interface AllAppsSearchController which manages the external search bar. Each controller will have its own search implementation which means that we no longer need a common AppSearchManager interface. - Removing elevation controller as we no longer have a builtin search bar in all apps - Refactoring container view insets so that they behave the same in all containers. - Refactoring apps view to ensure that we only update the number of columns with the available width - Cleaning up LauncherCallbacks interface Bug: 20127840 Bug: 21494973 Change-Id: I710b8e18196961d77d8a29f0c345531d480936fe
* | Work profile badge alignmentHyunyoung Song2015-06-151-1/+1
|/ | | | | | b/21336417 Change-Id: Icd54320fa0d0976cac0ae66d180cc2c99ddd0c1c
* Ensuring that we use the screen width more optimally in AllApps.Winson Chung2015-06-051-2/+3
| | | | | | | | | | | - Fixing issue with prediction bar height being calculated incorrectly - Fixing issue where the prediction bar divider was not drawn exactly between the bar and the first row of apps - Removing padding to allow scrollbars to reach full height Bug: 20222023 Bug: 21335377 Change-Id: I2c0614a36e2294d0d6184a6bff4847876ffe971e
* Merge "Adding back icon size dimen" into ub-launcher3-burnabySunny Goyal2015-06-041-0/+2
|\
| * Adding back icon size dimenSunny Goyal2015-06-041-0/+2
| | | | | | | | | | Bug: 21638256 Change-Id: I522a8e59e63e4a49a087e4fb3aac102595ea6818
* | Merge "Consistent scrolling experience for All apps and widget tray" into ↵Hyunyoung Song2015-06-041-1/+0
|\ \ | |/ |/| | | ub-launcher3-burnaby
| * Consistent scrolling experience for All apps and widget trayHyunyoung Song2015-06-041-1/+0
| | | | | | | | | | | | b/21375339 Change-Id: I8362b3ca94b7c4e75932d42cd09a989e0e3919c0
* | Fixing different bitmap sizes in different orientationsSunny Goyal2015-06-031-2/+0
| | | | | | | | | | | | | | | | | | > Using a single bitmap icon size > Picking up appropriate density for satisfy the required icon size > Fixing some icon size assumptions during icon animations Bug: 19514688 Change-Id: Ia7a1d0d2c03a9d39ccc241fa4ae3eb8a0f374585
* | Folder UI fixesSunny Goyal2015-06-011-1/+0
|/ | | | | | | | | | > Fixing top padding (b/21304523) > Alinging the label and page indicators to the icons > Fixing folder label alingment in RTL (b/21445821) > Updating footer animation (b/21336853) Bug: 21304523, 21445821, 21336853 Change-Id: I2cf3a48c76653b19437b31252d6ee559ce798094
* Moving all apps code into sub package.Winson Chung2015-05-221-35/+34
| | | | | | | - Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a
* Animating workspace active background changeSunny Goyal2015-05-211-1/+0
| | | | | | > Removing workspace_overscroll_drawable_padding which is always 0 Change-Id: I89900738371458a6eb7cbfee215d98b267d6a0b0
* Updating widget resize frame assets.Sunny Goyal2015-05-191-0/+3
| | | | | | | | > Using a shadow as background and a frame as foreground. > The handle has baked in shadow which gets wrapped by the frame shadow Change-Id: Ib0e305ea735304236b3319e4fde22fb442f5dc0f
* Optimizing shadow generation by reusing bitmap.Sunny Goyal2015-05-151-0/+7
| | | | | | | | > Not creating unnecessary bitmaps > Final bitmap is generated as ALPHA_8 instead of ARGB_8888 > The shadow drawing is done directly in the view Change-Id: I504fa2ea3abdc1a3c3fb9ad57d6e28880d2584a1
* Merge "Place the work profile badge in the correct bottom right (left for ↵Hyunyoung Song2015-05-151-0/+1
|\ | | | | | | RTL) location" into ub-launcher3-burnaby
| * Place the work profile badge in the correct bottom right (left for RTL)Hyunyoung Song2015-05-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | location Also: - clean up of some code - remove requestLayout() method call that is not needed. b/20338602 Change-Id: I65e0e1ac40da2e3fa85af4d3aca54bed3f200a99
* | Extending the shadow effect for search bar to lower devicesSunny Goyal2015-05-141-0/+4
| | | | | | | | | | | | > Applying the background to the whole container instead of recycleview Change-Id: Ifc90d05e0e96c41ba9aaf96b906211b101c2e197
* | Reodering some drawablesSunny Goyal2015-05-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | > quantum_panel_shape is xml rectangle with no margin > quantum_panel_bitmap is 9-patch drawable with inbuild shadow and margin > quantum_panel uses xml-shape for lollipop and 9-patch image for lower devices. It includes margin. For shadow, use elevation on lollipop > All drawables have _dark variant > Using #f5f5f5 for panel background, instead of #ffffff Change-Id: Ia7c6cea6d514ee3774fcf5fef6139650bdd53208
* | Removing some more unused resourcesSunny Goyal2015-05-141-6/+0
|/ | | | Change-Id: Ia09045d2aa88eb1ec17ac4f201aeaf77c6870678
* Pulling out predictions into another row view.Winson Chung2015-05-131-0/+1
| | | Change-Id: Iba0d74457a1314cf0c00a88f9b07df049334e542
* Minor visual tweaks.Winson Chung2015-05-131-5/+4
| | | | | | | | | | - Drawing full divider under predicted apps - Enabling dynamic search bar elevation - Increasing fast scroller pop-up size - Insetting the padding to prevent the scroll bar from overlapping with app titles Bug: 20299865 Change-Id: I48ffde43c2158c23b54cd43fede722da41ccc111
* Fixing several layout issues.Hyunyoung Song2015-05-121-1/+0
| | | | | | | | | | | | | | - N7/N9 indented area should not block scroll view - separator at the end of the widget cell should not show up on the last item. Not covered in this CL: - Guarantee that last item is showing only 20~40%. Right now, the hand picked constant works for N5,6,7,9 b/20338324 b/20763871 Change-Id: I274ab95c6c3e2fc8be8ceafb2e8172c0174a41a5
* Using BubbleTextView for widget section headersSunny Goyal2015-05-121-3/+3
| | | | | | > Loading highres icons on the worker thread. Change-Id: I5b68a86820aa4c132c156339e497354cf57f0fca
* Merge "Ensure that clipping widget size is 20~40% of its width on every ↵Hyunyoung Song2015-05-111-3/+3
|\ | | | | | | devices" into ub-launcher3-burnaby
| * Ensure that clipping widget size is 20~40% of its width on every devicesHyunyoung Song2015-05-111-3/+3
| | | | | | | | | | | | | | b/20338324 b/20763871 Change-Id: I69114cb6dfec95c473313a440a6db76a052e5601
* | Merge "Initial changes to support predicted apps." into ub-launcher3-burnabyWinson Chung2015-05-111-0/+2
|\ \
| * | Initial changes to support predicted apps.Winson Chung2015-05-111-0/+2
| |/ | | | | Change-Id: I80117d51074fe3dbdbb8d81cae886b1dffdfb86a
* | Merge "Using xml-drawable and elevation as folder background" into ↵Sunny Goyal2015-05-111-2/+7
|\ \ | |/ |/| | | ub-launcher3-burnaby
| * Using xml-drawable and elevation as folder backgroundSunny Goyal2015-05-071-2/+7
| | | | | | | | Change-Id: I21376bd3de8cd58c646d0898d5a8303af9057218
* | Make common base class to update container bounds and to handle scroll logic.Winson Chung2015-05-081-2/+3
|/ | | | | | Bug: 20763871 Change-Id: I8c2f45cfb10964e4be7e9c07c89dd336585c9989
* Explorations in dense grids for all apps.Winson Chung2015-05-061-0/+1
| | | | | | | | | | | - Adds sticky section headers - Removing AppsListAdapter - Adding search bar field - Subtitle filtering Bug: 20222023 Change-Id: I1eaef701b5d68f475615f09d86561eacc91c937f
* Widget tray alignment according to UX specHyunyoung Song2015-04-271-2/+6
| | | | | | | | | - Fixing an issue where widget preview is not loaded do to faulty canceling of loading async task when view is detached from the window. b/20338334 Change-Id: I1e3bd6b6cdafda8d1e0a7a0e87c8089100c341a7
* Widgettray UI tweak that introduces bounding box around the widgets.Hyunyoung Song2015-04-221-3/+3
| | | | | | | | Note: waiting on more polished UX spec right now. But until then, these padding and dimensions are what is used to get the bounding box around the widgets. Change-Id: I7a6a5fa04bbdb135b39291cb671b9a719fcdc4fc
* WidgetTray UI tweakHyunyoung Song2015-04-191-2/+3
| | | | | | | | | | | - set fixed image view width - fade in when widget bitmap populates - widget dimension is next to the widget name text. - elevation of the widgets content and the reveal view is the same b/19897708 Change-Id: Ia656144412e7d63a491ce67ff15fb58c05d9a9d9
* Initial changes to support a fixed all-apps layout.Winson Chung2015-04-091-0/+2
| | | | | | | | | | - Dynamically update padding and background depending on fixed bounds and searchbar - Fixes issue with drag layer bg getting clobbered when rotating launcher - Tapping outside the bounds of all apps should close all apps - Fixing typo causing widgets to not show in sw720dp devices Bug: 20127840 Change-Id: I29c3f905bdee940f938ffe054f58434887073092
* WidgetTray revamp workHyunyoung Song2015-04-081-15/+13
| | | | | | | | | | | | | | | | | | | | | | | - RecyclerView is rendering - Animation is connected - Drag and drop is now handled - UI tweaking: background, margins, more to come. - Flicker and preview not loading issue: fixed height for the horizontal scroll view. - Shortcuts are added - Widget Preview loading should support shortPress for drop - UI tweaks left: overlay of arrow when there are more items to scroll - icons are added in the section header - Sorting of widget sections and widget horizontal list - Adding all the padding constants to dimen.xml file - RecyclerView should only support one view type For items to be addressed in follow up patches OR CLs, TODO is added to the comment. b/19897708 Change-Id: Ibfc4da1696a23d20bada93db46e126706eb13cdc