summaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
Commit message (Collapse)AuthorAgeFilesLines
* Trebuchet: Adjust the grid size screen layout for sw600dpfuzz2014-06-301-0/+3
| | | | | | | | | | | | Comfortable - before: http://i.imgur.com/yZ1cM9q after: http://i.imgur.com/DQNsEfD Cozy - before: http://i.imgur.com/EeAgygS after: http://i.imgur.com/T7Nuauz Condensed - before: http://i.imgur.com/b2nTUxJ after: http://i.imgur.com/ZoAI4gn Custom: - before: http://i.imgur.com/H2rrvr3 after: http://i.imgur.com/RSQxwfQ PS2: Makes dynamic_grid_size_image overridable PS3: Fix a typo in the commit message Change-Id: Ic6b68953758a691cd032ba27030fa7a688efb293
* Customizeable Dynamic Grid:Raj Yengisetty2014-06-231-0/+6
| | | | | | | | | | | | | - Presets - Comfortable (+0) - Cozy (+1) - Condensed (+2) - Custom option with min, max Reordering items in the settings pane for better organization Modifying Settings Layout for readability Change-Id: I5c926b6ca4b2ed73c263ef34eeb368caeb7af9b5
* Adjust layout for readability in different languagesRaj Yengisetty2014-06-191-0/+1
| | | | Change-Id: Iddee1ce9b25819711acd01298a4128312f88b0ae
* Protected App [3/3]Raj Yengisetty2014-06-111-0/+1
| | | | | | | | | | | | | | Trebuchet - Protected Apps - Build fixed to work with LOCAL_SDK_VERSION - Fixed adding components to protected folders and adding protected folders to other folders - Fixed issues with EditText for FolderName - Adding support for Settings hooks - Uses Setting's LockPattern for Protected Apps - Add Read from Settings Secure DB (DO NOT WRITE!) - Protecting a folder updates Launcher without restart - Batch send component visibility Change-Id: I41c295e7f2c9abc9b2e77e6e3d39b7ca60d47139
* Remove settings in overview mode for Launcher3.Jorim Jaggi2014-06-061-1/+2
| | | | | | | | | | The appereance of the settings button in overview mode is now dependent on a overridable method, such that we can have it in GEL, but not in Launcher3. This change also adjusts the logic of how wide the overview panel is, depending on how many items we have. Bug: 12441429 Change-Id: Ibf537c26602785f565292cbfa213eb123469ebcd
* Move wallpaper picker code to a separate directoryMichael Jurka2014-06-061-5/+0
| | | | Change-Id: Id79d11ed08085c4fe356739498a8b77952e30392
* Dyanmically lay out overview mode across all orientations and form factors.Winson Chung2014-06-061-0/+3
| | | | Change-Id: I788bbf289717b30b19afc9ad9d611c85715bc623
* Initial changes to support AllApps on various form factors.Winson Chung2014-06-051-0/+1
| | | | Change-Id: I7bacb36f8a70c8ac920426899193a7bb7b7abbcb
* Tweaking cling text sizes for other languages. (Bug 11151675)Winson Chung2014-06-051-0/+6
| | | | Change-Id: Iae82064b1be7a33e5375c1e27fb7472216dc637a
* Fixing up PagedView to work in landscape modeAdam Cohen2014-06-051-1/+1
| | | | | | | | | -> separated notion of page spacing and paged view padding -> always position the current page within the rect created by pagedview's viewport + padding -> space pages by a constant amount Change-Id: I6bb35f72f04543f83b51ef981f8c9ded051623ac
* Initial changes to support smaller landscape layouts.Winson Chung2014-06-051-0/+1
| | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* Trebuchet Settings UI RefreshRaj Yengisetty2014-05-241-1/+6
| | | | | | | | | | | | | | | | | | - Overview Panel contains all Launcher Settings - Accessible through long press on Workspace or HW Menu button - Settings are held in a SlidingPanel in the Overview Panel - Replace the Settings shortcut in Overview Panel with Themes shortcut - Replace widgets icon with new widgets icon from Launcher3 - Trebuchet Settings changes no longer require restarting Process - Transition Effects have PNG Sequence to show animation sequence - Remove PageIndicator click event to open Overview Panel in AppTray Contributors: Adrian Foulk - UX Lead Abishek Devkota - Project Manager Hayden Schoen - UX Designer Change-Id: I2186213960cf12e840e814757894fe104551856b
* PagedView: Transition EffectsNebojsa Cvetkovic2014-01-241-1/+1
| | | | Change-Id: Ib134705952877165c334181548d577b3dceece68
* Workspace: Custom default screenNebojsa Cvetkovic2014-01-241-0/+1
| | | | Change-Id: Ic90254f7758b9dbd4997a19474e455230355b772
* Finalize visuals of wallpaper picker itemsMichael Jurka2013-10-031-0/+1
| | | | | | Also, move third-party wallpapers to end of list Bug: 10852962 Bug: 11024560
* Getting the Overview Mode to look up to specAdam Cohen2013-09-221-1/+2
| | | | | | | | -> New assets, text, fonts -> New spacing of pages (translated upwards) -> Updated outline color to white (the ones we're drawing) Change-Id: Ie664ac0598ae18b86ae6d54d1d6b497c13d2ee95
* Initial changes to restore AllApps.Winson Chung2013-09-051-8/+1
| | | | | | | - Removes unused all apps code due to dynamic grid/spacing - Attempts to use CellLayout instead of PagedViewCellLayout Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
* Initial implementation of new wallpaper picker.Michael Jurka2013-08-211-0/+4
| | | Change-Id: Ib4c5ac4989b4959fa62465d9cde3cac662e24949
* Initial Changes for Dynamic GridWinson Chung2013-08-201-69/+6
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Adding overview mode for reordering, widget adding and wallpaper switchingAdam Cohen2013-08-131-0/+2
| | | | Change-Id: I082ba0b90ca4b3fbba32e8dfdec8ba79486d841c
* Removing old scroll indicator and adding page indicator dots.Winson Chung2013-07-171-0/+4
| | | | Change-Id: I44c5b4b532e8464010d45dd0a3dfeccb2d475216
* Use autoscroller to handle drag scrollingMindy DelliCarpini2013-07-031-3/+0
| | | | Change-Id: Ie094cbfa91f898133f84ad9ffc349d8cfa07e668
* Accelerate scrolling based on duration of drag near edgeMindy DelliCarpini2013-06-271-0/+3
| | | | | | | TODO: tune max/ min scrolling velocity Tune scroll trigger zones Change-Id: I1daf10f12617fa9362cb340d5ed7bac98b23c9be
* Fixing issue with qsb icons not being sized correctly. (Bug 8543618)Winson Chung2013-04-121-1/+1
| | | | Change-Id: I807eaa8323e138c3ad13b6b923a3598c072c0588
* Update custom cling paramsMichael Jurka2012-10-101-0/+1
| | | | | Bug: 7318080 Change-Id: I77d73d81a60efa3886f088e82c6ba3466f6ac331
* Re-merge "Add support for custom manta cling"Michael Jurka2012-10-081-0/+3
| | | | | | | | | | | | | | Also, fix issue where mako was crashing because Launcher was trying to load a custom cling for it. It was doing this because a custom home layout was specified by SetupWizard, but for now we only want custom clings on large devices Bug: 7302705 Bug: 6992663 This reverts commit 2ebcf509f038f435ca8819dc098a7cb480bed0d9. Change-Id: I46533309d5c62edfbd3a3b178c6965ffc73b6476
* Revert "Add support for custom manta cling"Michael Jurka2012-10-081-3/+0
| | | | This reverts commit 68255cbabe1cb7fbfc0706a8a2e1b1927eae1b55.
* Add support for custom manta clingMichael Jurka2012-10-051-0/+3
| | | | | | - Load a custom cling if custom workspace layout is specified - Also persist any custom workspace layout Bug: 6992663
* Cleaning up folders for 7-inch and 10-inch UIsAdam Cohen2012-08-151-0/+1
| | | | Change-Id: I44c068ea288e4683aa7dc9e86bdac6226bb42b75
* Use getCurrentSizeRange to determine cell dimensionsMichael Jurka2012-06-211-4/+0
| | | | Change-Id: I7b50ad85594585a3c18838776652c3d873dbd82d
* Address widget size callback issue for small phones (issue 6670346)Adam Cohen2012-06-171-4/+4
| | | | Change-Id: I76fe87e11a665844f5ce1a76e1921342c285310e
* Synchronizing on the new-apps list before modifying it. (Bug 6621553)Winson Chung2012-06-061-2/+0
| | | | | | | - Minor tweak to qsb padding - Adding yet more logging for single-app-page issue Change-Id: I4272dd7a70c9ac26f026b03a1f991f14844fdb9d
* Updating how widget previews lookMichael Jurka2012-05-221-3/+12
| | | | | | | | | Also fixing issue where some widget previews would be way too large when picked up Bug: 6472013 Change-Id: Iebfc33b1070da591a9d1d32d7c8e65a3fb057a7e
* Change custom workspace clingAndrew Flynn2012-05-171-2/+0
| | | | Change-Id: I8fe44469ac4bf38f9be2228d8eace1198bf3a48e
* Merge "Support for 600dp & custom clings" into jb-devAndrew Flynn2012-05-141-0/+3
|\
| * Support for 600dp & custom clingsAndrew Flynn2012-05-131-0/+3
| | | | | | | | Change-Id: Ifea85be6ff062c61664a3f0ec6c1c24a1fc7b559
* | Making the page spacing fixed in spring loaded mode. (Bug 6478409)Winson Chung2012-05-141-0/+1
|/ | | | Change-Id: I3577a1beecacb82528f0fde9439a8366a709b29c
* Tweaking the qsb padding to push icons in.Winson Chung2012-05-101-0/+2
| | | | Change-Id: I8190e042bc6820b34a46799e198e07328ac8bd00
* 7" launcher changes.Andrew Flynn2012-05-081-2/+0
| | | | | | | | - 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
* Refactoring dimens for cell size / gapAdam Cohen2012-04-271-4/+9
| | | | | | -> fixing some dimens from previous commit Change-Id: Ibab49bfb0dc403a67ab88c4ecadc49eb533eae29
* Refactoring padding dimens for CellLayouts and WorkspaceAdam Cohen2012-04-261-0/+21
| | | | Change-Id: Ib354b822588717b7bb81b4dcb14c834e5b8d4892
* Fixing some issues/regressions related to scaled icons.Winson Chung2012-03-081-2/+2
| | | | | | | | | | - Fixes issue with folder icons being clipped in landscape in sw720dp (Bug: 6118397) - Fixes issue with divider being in wrong orientation in sw720dp - Fixes issue with scaled icons not being drawn with filtering - Fixes issue with side pages showing under the hotseat when in landscape in phone UI - Animates the drag view on pick up and drop Change-Id: Iad26427ec63fcbc9bdb3b29a4645689ba445d5c8
* am 989dc514: am bc239a15: Scale icons down for sw600dp-land mode.Andrew Flynn2012-03-071-0/+3
|\ | | | | | | | | * commit '989dc51400f4511e8411b0f1e6c525c024fbb949': Scale icons down for sw600dp-land mode.
| * Scale icons down for sw600dp-land mode.Andrew Flynn2012-03-061-0/+3
| | | | | | | | | | | | | | Cached icons are statically all the same size, so we need to do it on the fly. Change-Id: Iae294ff4668f987db8fe5127bae724bf08363542
* | resolved conflicts for merge of a3e22d6a to masterAndrew Flynn2012-03-011-0/+3
|\| | | | | | | Change-Id: I8770574acf86e280a9d15d4309686111260e09d9
| * New small/large screen division for Launcher.Andrew Flynn2012-02-291-0/+3
| | | | | | | | | | | | | | | | Previously the dp division between the two was set at 600dp (7" tablets). This has now been bumped up to 720dp (10" tablets). Change-Id: I1f0419e504fc3bb606156c1cf6fbe03956274184
* | Fix a lot of easy lint issuesMichael Jurka2012-02-241-13/+0
| | | | | | | | Change-Id: I80b43dae137cbbb912ec0fcc4e401de16a9b44a1
* | Fading out workspace when dragging to higlight dragged object.Winson Chung2012-02-231-1/+1
| | | | | | | | Change-Id: I540ce145168a65a029d820d6c14a1e3070f8a5b0
* | Animating the drag view scale up and down when dragging items.Winson Chung2012-02-131-0/+3
|/ | | | Change-Id: Ic97d74a14964c6bdc23305b2d378b13a1f2e3664
* Enabling clings for tablets (Bug 5506377)Winson Chung2011-11-181-0/+3
| | | | Change-Id: Id0cdc7e2a101788f790340cd5acf6abb33419de6