summaryrefslogtreecommitdiffstats
path: root/res/values
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add the Allow Rotation setting to Launcher3.Rahul Chaturvedi2015-06-011-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | This CL adds a Settings activity along with the code needed to provide a "Allow Rotation" setting to all phones and tablets. This setting is set to false for phones and true for tablets. On changing the setting from unlocked to locked, the launcher (and the Settings activity) will get locked to the orientation the user was in when he disabled "Allow Rotation". This is consistent with how the natural rotation feature of Android works. Change-Id: I8a1c59d1fa0bb9262530cad96e0a9bdbab0d9344
* | Fixing page background not displayed when dragging from all appsSunny Goyal2015-05-271-0/+1
|/ | | | | | | | | > Adding empty page synchronously, instead of waiting for a frame > Changing launcher state from widgets screen in the same frame, similar to all apps > Removing DragEnforcer, and moving that logic in side the workspace, disabled by a flag > Using first page to get page bounds in drag layer, as last page may not have been measured Change-Id: I172ba4e5ce44648ac55402d49994542c6e10f101
* Moving all apps code into sub package.Winson Chung2015-05-225-81/+49
| | | | | | | - 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
* Using color filter when animating the drop target instead to TransitionDrawableSunny Goyal2015-05-211-3/+3
| | | | | | | > No more flickering when crossfading between two bitmaps in small duration > Allows us to control the color directly without depending on the assets Change-Id: Ie7ed8bb94baf560e9b939cca624ed1bad457732c
* Merge "Fixing accessibility string" into ub-launcher3-burnabySunny Goyal2015-05-201-1/+1
|\
| * Fixing accessibility stringSunny Goyal2015-05-191-1/+1
| | | | | | | | | | Bug: 19776741 Change-Id: Ie020911bd17aa102eddfc69d6b3db5c19db9c6ac
* | Merge "Updating widget resize frame assets." into ub-launcher3-burnabySunny Goyal2015-05-201-0/+3
|\ \ | |/ |/|
| * 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
* | Merge "Enabling translation for accessibility strings" into ub-launcher3-burnabySunny Goyal2015-05-191-27/+27
|\ \
| * | Enabling translation for accessibility stringsSunny Goyal2015-05-191-27/+27
| |/ | | | | | | | | | | | | | | > All the action strings are set to char limit 30 so that they play nice with accessibility UI. Bug: 19776741 Change-Id: I74612cc34a3a458541106319b3f8c36d54cc1138
* | Merge "Widget cell improvement" into ub-launcher3-burnabySunny Goyal2015-05-191-5/+0
|\ \
| * | Widget cell improvementSunny Goyal2015-05-191-5/+0
| |/ | | | | | | | | | | | | | | | | > Using a custom view for preview, instead of extensing image view > Preventing relayout when applying preview > Removing unnecessary method calls Bug: 21133230 Change-Id: Iab12fa1e5c871ee43a9fb0e6b6af897fecfb345f
* / Updating the widget error viewSunny Goyal2015-05-191-2/+0
|/ | | | Change-Id: I3ed6336bd9f5a795204a87feedc83663355abcf2
* 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
* | Various lint error fixes.Sunny Goyal2015-05-141-2/+2
| | | | | | | | | | | | | | | | > Fixing some RTL errors by specifying both marginStart and marginLeft > Moving all layout direction checks to Utilities > Explicitely adding @TargetApi before every method Change-Id: Ibe9c52b93b5a6adeadb27ace2b312770fd732ea0
* | Reodering some drawablesSunny Goyal2015-05-142-2/+7
| | | | | | | | | | | | | | | | | | | | | | > 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-144-37/+0
|/ | | | Change-Id: Ia09045d2aa88eb1ec17ac4f201aeaf77c6870678
* Pulling out predictions into another row view.Winson Chung2015-05-132-7/+4
| | | 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-122-3/+4
| | | | | | > Loading highres icons on the worker thread. Change-Id: I5b68a86820aa4c132c156339e497354cf57f0fca
* Merge "Various icon size changes" into ub-launcher3-burnabySunny Goyal2015-05-111-2/+4
|\
| * Various icon size changesSunny Goyal2015-05-111-2/+4
| | | | | | | | | | | | | | 1) Setting different icon and text size for workspace and all apps 2) Setting padding during BubbleTextView inflation Change-Id: I59da6986b0d98e8e2aa6065743bb799a6bf06a37
* | 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
* | | Merge "Adding accessibility widget resize" into ub-launcher3-burnabySunny Goyal2015-05-112-0/+20
|\ \ \ | |_|/ |/| |
| * | Adding accessibility widget resizeSunny Goyal2015-05-062-0/+20
| | | | | | | | | | | | Change-Id: I954f01733474450cbeedba2406e1d6d373bb87a3
* | | 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
* Accessibility: Page re-ordering in overview modeSunny Goyal2015-05-062-0/+11
| | | | Change-Id: I5fc0ad326a63b6768cb1fae55ee6e05a9fc2b659
* Merge "Adding accessibility action to move item out of a folder" into ↵Sunny Goyal2015-05-052-0/+3
|\ | | | | | | ub-launcher3-burnaby
| * Adding accessibility action to move item out of a folderSunny Goyal2015-04-292-0/+3
| | | | | | | | Change-Id: If67e3472793d6e0913adfbc9d78f64de7f751664
* | WidgetTray UI - change text color for the section and widget nameHyunyoung Song2015-05-011-1/+2
|/ | | | Change-Id: I8ce966d151bc62a9eb23ca3fa8c13c3aeb0c7f37
* Merge "Enabling accessibility drag and drop in folder" into ub-launcher3-burnabySunny Goyal2015-04-301-3/+15
|\
| * Enabling accessibility drag and drop in folderSunny Goyal2015-04-281-3/+15
| | | | | | | | | | | | | | | | | | | | > Moving DragAndDropAccessibilityDelegate to a separate class > Using getFocusedVirtualView() instead of using DownX and downY > Updating various accessibility strings Bug: 19776741 Change-Id: I85c2551d4d6172c30702e68f41b114bb999655b6
* | Merge "Animating dragview color change when dragging over ButtonDropTarget" ↵Sunny Goyal2015-04-291-3/+0
|\ \ | | | | | | | | | into ub-launcher3-burnaby
| * | Animating dragview color change when dragging over ButtonDropTargetSunny Goyal2015-04-291-3/+0
| | | | | | | | | | | | Change-Id: I642438be681769812302dba0b6deca38f89f7a16
* | | Merge "Removing obsolete resources" into ub-launcher3-burnabySunny Goyal2015-04-291-108/+1
|\ \ \ | |/ / |/| |
| * | Removing obsolete resourcesSunny Goyal2015-04-291-108/+1
| |/ | | | | | | Change-Id: I9a8d3d23e772a3ffc161ac97a5f08808aab79d5b
* / Updating drop target assetsSunny Goyal2015-04-281-2/+3
|/ | | | Change-Id: I33f7dc30b10a617ae4784f067491ab01b27b7733
* Merge "Widget tray alignment according to UX spec - Fixing an issue where ↵Hyunyoung Song2015-04-282-2/+7
|\ | | | | | | widget preview is not loaded do to faulty canceling of loading async task when view is detached from the window." into ub-launcher3-burnaby
| * Widget tray alignment according to UX specHyunyoung Song2015-04-272-2/+7
| | | | | | | | | | | | | | | | | | - 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