summaryrefslogtreecommitdiffstats
path: root/res/values-sw600dp
Commit message (Collapse)AuthorAgeFilesLines
* Removing the section break UI supportSunny Goyal2016-10-131-2/+0
| | | | | | | This was an exploration for an alternative UI in all apps, where we show section headers before every section. This was never released. Change-Id: I2d36f1d078cc9a6f3ba6f0ec9655412182c9b016
* Initial changes to tweak layout.Winson2016-07-201-6/+0
| | | | | | | | | | | | | | | - Adding DeviceProfile callback for when the launcher layout changes due to insets. This is necessary since there are now different layouts depending on which side the navigation bar is on - Consolidating hotseat and other layout into the device profile launcher layout logic - Making the all apps icons match the workspace icon height - Tweaking caret drawable to draw to the bounds specified to simplify layout in each orientation - Fixing minor issue with page indicator shifting in landscape - Centering overview buttons to the workspace page Bug: 30021487 Change-Id: I1866bce00b2948f3edd06168c0f88d81207e3f13
* Delete all* references to launcher clings.Andrew Sapperstein2016-07-011-8/+0
| | | | | | | | | | | | Launcher clings are dead. Delete all the code and resources associated with them. * Did not delete the actual code the marks the cling as dismissed since it's used in db upgrade and backup/restore paths. Figured we probably want to keep that. Change-Id: I28841b4a430187b62b239afeb64bee81a798e259 Fixes: 29461092
* Removing dependency on LauncherCallbacks for getting the search boundsSunny Goyal2016-03-171-0/+3
| | | | | | | | | | | > Instead of handling insets in BaseContainerView, directly applying them to margins, as that scpace can't be used for scroll handling > Appliying the top and bottom padding in xml > The left & right padding is defied in xml which is reused for scroll handling Bug: 27108154 Change-Id: Ia32e6d5e8fd1bfafb1d77d1244ce2268e4da9df9
* Merge "Increase spacing between icons in All Apps on tablets." into ↵Tony Wickham2015-12-041-0/+1
|\ | | | | | | | | | | | | | | | | ub-launcher3-burnaby-polish am: bcec69525d * commit 'bcec69525d8c4c64258f930608ab4e437368c058': Increase spacing between icons in All Apps on tablets.
| * Increase spacing between icons in All Apps on tablets.Tony Wickham2015-12-021-0/+1
| | | | | | | | Change-Id: If90332098f749295da07f4faca707a7a6965666b
* | am 0947f5c2: Merge "Adding graphic for all apps empty search screen." into ↵Winson Chung2015-08-281-0/+2
|\| | | | | | | | | | | | | ub-launcher3-burnaby * commit '0947f5c26804bc74b8f1242d856c1f703544c3de': Adding graphic for all apps empty search screen.
| * Adding graphic for all apps empty search screen.Winson2015-08-281-0/+2
| | | | | | | | Change-Id: I976a327a5984790c458b0f36d33c0b1ac16ec59c
* | General code refactoringSunny Goyal2015-08-202-3/+6
|/ | | | | | | | | > Removing utility method for isAttachedToWindow > Moving logic to calculate cell size from workspace to DeviceProfile > Replacing some constants with xml resource variables > Saving the item info using content values for better compatibility with other methods Change-Id: Idd612633d97a6241cb31148df9466031374bd5a0
* Refactoring all apps search to support external search bar.Winson Chung2015-06-151-1/+0
| | | | | | | | | | | | | | | | | | | | | - 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
* 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
* Moving all apps code into sub package.Winson Chung2015-05-222-26/+5
| | | | | | | - Renaming resources, dimens, etc to be more consistent - Removing old AppsCustomize resources and other unused code Change-Id: I15ce35e7cb7a9b9344fc7103963e4e4c9e45d89a
* Removing some more unused resourcesSunny Goyal2015-05-141-5/+0
| | | | Change-Id: Ia09045d2aa88eb1ec17ac4f201aeaf77c6870678
* Minor visual tweaks.Winson Chung2015-05-131-1/+0
| | | | | | | | | | - 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
* Exploring dense all apps layout.Winson Chung2015-05-111-3/+3
| | | | | | | | | - Disabling section headers in all apps on tablet layouts - Fixing issue with predictions not showing on rotation - Fixing issue with over-aggressive dismissing of keyboard & filtered app state - Fixing issue where the container bounds were running straight up to the nav bar Change-Id: I5a5a56afa75b50be96af4894bf785ffbb1b15fb3
* Initial changes to support predicted apps.Winson Chung2015-05-111-0/+1
| | | Change-Id: I80117d51074fe3dbdbb8d81cae886b1dffdfb86a
* WidgetTray UI tweakHyunyoung Song2015-04-191-2/+2
| | | | | | | | | | | - 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
* WidgetTray revamp workHyunyoung Song2015-04-081-5/+3
| | | | | | | | | | | | | | | | | | | | | | | - 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
* Temporarily tweaking the all apps layout to fit the screen on tablets.Winson Chung2015-04-081-1/+3
| | | | Change-Id: I2f8fe8e39a39cd6a055f22696881c51be7624832
* Adding app grid layout with fastscroller.Winson Chung2015-03-121-0/+1
| | | | | | - Adding filtering and using alphabetic index for app grouping. Change-Id: I745b644fa8f90f5ff24a8642ac377ef1c65d8aff
* Initial changes to break out AllApps into its own view.Winson Chung2015-03-101-0/+3
| | | | | | | | - Moves launcher state-transition code into its own class - Moves all-apps related code into a separate view/set of classes - Implements a basic list view for all apps Change-Id: I68f174aa9e1bf82c4e46ce9549c78a8dc4623f46
* Adding accessibility controlsSunny Goyal2015-01-161-4/+0
| | | | | | | | | | | > Adding 'Remove' option to workspace items > Adding 'Add to workspace' to all apps and widget list items, which adds the item to the first available space, giving preference to the current workspace screen > Adding 'App info' and 'Uninstall' options to appropriate items Bug: 18482913 Change-Id: Ifab7423af2d9ba502b5a2771b37bb5436b3df937
* Updating margin and content size for migration clingSunny Goyal2014-09-121-0/+2
| | | | | Bug: 17446533 Change-Id: I1f980f0565083078ba4f5b7619938083367cbab7
* Removing unused cling resources.Sunny Goyal2014-08-271-3/+0
| | | | Change-Id: I97ff14f436f75a6345f719ef19146b02087e2221
* Updating clings, removing ununsed clingsSunny Goyal2014-08-251-0/+7
| | | | | | issue: 16127412 Change-Id: I1d18515765100ff10d33439b3ac39ebfc5da35c7
* Updating Tablet clings. (Bug 11973614)Winson Chung2014-01-161-29/+0
| | | | Change-Id: I6cb10424a345691d50c4fac7969e0b97bbee4b3c
* Removed paddingStart and paddingEnd when they are the same.Yura2014-01-071-2/+2
| | | | | | | | This is to help get us paddingStart free to be able to work on Samsung tablets, as they crash on paddingStart when it is used outside of -v17. Bug: 8166178 Change-Id: Ic0ea256aabb68b654a3942dd19dd30e67f1b2af9
* Initial changes to restore AllApps.Winson Chung2013-09-051-6/+0
| | | | | | | - Removes unused all apps code due to dynamic grid/spacing - Attempts to use CellLayout instead of PagedViewCellLayout Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
* Initial Changes for Dynamic GridWinson Chung2013-08-202-62/+1
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Making folders scrollableAdam Cohen2013-06-061-5/+5
| | | | Change-Id: Id6c9ec62acc6d86dc627d20abad3e2d92010f539
* Add first RTL support to LauncherFabrice Di Meglio2013-01-231-2/+2
| | | | | | See bug #8064062 Launcher needs to be RTL aware Change-Id: I24b1f1977fb65246afd2005440567b5850939621
* Stop using mcc for custom workspace cling on sw600dp devicesMichael Jurka2012-10-091-0/+3
| | | Bug: 7203884
* Fixing some spacing issues related to new 10inch layout. (Bug 6955380, Bug ↵Winson Chung2012-08-281-1/+1
| | | | | | 7035262, Bug 7056508) Change-Id: I589fe6c2475cfff12599eee9b490b2d4dc86511a
* Merge "Adding the ability to scale the hotseat or items in the hotseat" into ↵Adam Cohen2012-08-241-0/+4
|\ | | | | | | jb-mr1-dev
| * Adding the ability to scale the hotseat or items in the hotseatAdam Cohen2012-08-201-0/+4
| | | | | | | | | | | | | | | | | | | | | | --> A bunch of stuff breaks when scaling the hotseat. More specifically, drag and drop animations between hotseat and workspace, scaling on pick up, folder animations, determination of item placement. This CL fixes these issues so that the hotseat or hotseat items are ready to be scaled. --> For now, using 90% scale factor for 7-inch+ UIs Change-Id: Iac098409347e76139e4d726a071397b56ac684d2
* | Cleaning up folders for 7-inch and 10-inch UIsAdam Cohen2012-08-152-3/+6
|/ | | | Change-Id: I44c068ea288e4683aa7dc9e86bdac6226bb42b75
* Disabling synchronous binding when returning home from another app while ↵Winson Chung2012-07-191-0/+1
| | | | | | | | | orientation has changed. (Bug 6792288) - Fixing issue where we were reverting to the first page of the workspace after launching an application from all apps, rotating, and returning home - Enabling rotation in master. Change-Id: I291b9d76b20244e9028b6f62164430bc3606644c
* Improving overscroll paramaters for 7-inch devicesAdam Cohen2012-06-081-0/+4
| | | | Change-Id: Iba805137fca121bab7675eac22236af9642c27bb
* Lowering the threshold for flinging on larger devices. (Bug 6575670)Winson Chung2012-05-291-0/+3
| | | | Change-Id: I969057d6135babef430c60f5b2705179210719bb
* Updating how widget previews lookMichael Jurka2012-05-221-1/+3
| | | | | | | | | Also fixing issue where some widget previews would be way too large when picked up Bug: 6472013 Change-Id: Iebfc33b1070da591a9d1d32d7c8e65a3fb057a7e
* Tweaking AllApps cell size. (Bug 6501969)Winson Chung2012-05-161-1/+1
| | | | Change-Id: I35a42f72fea1ec1e842df73cbdde5f5f029b6834
* Disable rotation on sw600dp devicesMichael Jurka2012-05-151-2/+0
| | | Keep it enabled for sw720dp devices
* Tweaks to launcher layout on NakasiAdam Cohen2012-05-151-5/+11
| | | | Change-Id: I401f866add040b3cb653bf506eefaa3d6ff48706
* Launcher sw600dp cell sizesAndrew Flynn2012-05-151-2/+2
| | | | | | Change-Id: Ibfe1552ba34554dde9bfcac0f18fadad7e7f6dde Portrait: 96x96 Landscape: 88x88
* Support for 600dp & custom clingsAndrew Flynn2012-05-132-1/+51
| | | | Change-Id: Ifea85be6ff062c61664a3f0ec6c1c24a1fc7b559
* Fixing widget pane gap issue. (Bug 6476996)Winson Chung2012-05-111-1/+1
| | | | Change-Id: I43280d1de3c1196eeac863b8508bb7f29cae4a2d
* Larger icons/grid layout for sw600dpAndrew Flynn2012-05-091-11/+11
| | | | Change-Id: Ia8ba8e51db9f126a6f7a21fb0cbdc4e96738f476
* sw600dp pixel perfect tweaksAndrew Flynn2012-05-091-11/+19
| | | | Change-Id: I9db1418c35a79f869c75bd3eb9741a8bb3b13ec9
* 7" launcher changes.Andrew Flynn2012-05-081-12/+13
| | | | | | | | - Shrink icons in workspace (keeping hotseat size the same) - Increase width of QSB in landscape - Move QSB voice button to bottom in landscape Change-Id: I2c0bad4229484f516005592f2c14da1a4939acca
* Support split status bar in launcherAndrew Flynn2012-05-021-10/+9
| | | | Change-Id: I2f6687f52e8326f80e84251e39bf6cd6dc9b2f2b