summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding support for custom page indicator markers.Winson Chung2013-07-261-0/+34
| | | | Change-Id: I057b0cccc4194157d92ebb123af2afaf94fb5415
* Adding workaround for page indicators to support many pages.Winson Chung2013-07-181-1/+2
| | | | | | - Tweaking assets until we get something proper Change-Id: Ie07946acb529ff747d76896ff38837f8db6a7258
* Removing old scroll indicator and adding page indicator dots.Winson Chung2013-07-173-5/+61
| | | | Change-Id: I44c5b4b532e8464010d45dd0a3dfeccb2d475216
* Porting PagedView from KG to gain simplified scaling model, reorderingAdam Cohen2013-07-081-0/+1
| | | | | | | | | | | | -> We are no longer scaling individual Celllayouts, instead we are scaling the entire Workspace (and the CellLayouts come along for the ride) -> Due to the above change, many assumptions were broken. In particular, our drag and drop / animation archiecture is fairly fragile due to the frequent and complex mapping of points between different bits of the hierarchy. This CL contains a number of fixes which address such breakages. Change-Id: I2e630eab17528729b764b61f587858f6499fd318
* Fix now showing on screen 1Adam Cohen2013-06-271-33/+0
| | | | Change-Id: I83c3aa0b219e62af8c024229fe00933bcedbf9df
* Add API to launcher to insert a custom page to the left of workspaceAdam Cohen2013-06-111-0/+33
| | | | Change-Id: I85a4e096aab9bfcb1de74f04075bcabcb7e3262f
* Making folders scrollableAdam Cohen2013-06-061-14/+19
| | | | Change-Id: Id6c9ec62acc6d86dc627d20abad3e2d92010f539
* Launcher2 is now Launcher3.Daniel Sandler2013-06-059-27/+27
| | | | | | | | | | Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b
* Fix Launcher drop targets for App remove / uninstall / infoFabrice Di Meglio2013-02-061-2/+2
| | | | | | | | - make the code aware of the layout direction - use start drawables - fix animation drop rect Change-Id: I35f01b9079aef418c0a22b39e32344c7bf5a0660
* Add first RTL support to LauncherFabrice Di Meglio2013-01-2310-27/+28
| | | | | | See bug #8064062 Launcher needs to be RTL aware Change-Id: I24b1f1977fb65246afd2005440567b5850939621
* Add missing layout attributesRomain Guy2012-10-171-0/+2
| | | | | | Bug #7334849 Change-Id: Iae01cf5c587716951dee849e9c4116717d137d8f
* Re-merge "Add support for custom manta cling"Michael Jurka2012-10-081-0/+30
| | | | | | | | | | | | | | 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-30/+0
| | | | This reverts commit 68255cbabe1cb7fbfc0706a8a2e1b1927eae1b55.
* Add support for custom manta clingMichael Jurka2012-10-051-0/+30
| | | | | | - Load a custom cling if custom workspace layout is specified - Also persist any custom workspace layout Bug: 6992663
* 7225161 Launcher needs to add android:supportsRtl="true" in his AndroidManifestFabrice Di Meglio2012-09-251-1/+2
| | | | | | | | | | | | - add basic RTL support in the AndroidManifest so that Widgets will be able to support RTL too - force LTR layout direction to AppsCustomizeTabHost so that we dont have to deal with layout mirroring yet (do not need to force also LTR layout direction to Wallpaper activity and fragment as another CL is removing the ActionBar on them) Change-Id: I66623a3fcec0d7adef62b0ab8c8b2170e09f1b1b
* Cleaning up folders for 7-inch and 10-inch UIsAdam Cohen2012-08-151-4/+4
| | | | Change-Id: I44c068ea288e4683aa7dc9e86bdac6226bb42b75
* Fixing issue where drop target text was not showing in tablet ui. (Bug 6789399)Winson Chung2012-07-101-0/+39
| | | | Change-Id: I619f0a0118e53cfc703870fcc9083bb9bf1855b2
* Updating how widget previews lookMichael Jurka2012-05-221-13/+16
| | | | | | | | | Also fixing issue where some widget previews would be way too large when picked up Bug: 6472013 Change-Id: Iebfc33b1070da591a9d1d32d7c8e65a3fb057a7e
* Fixing issue where landscape delete button is not centered. (Bug 6493651)Winson Chung2012-05-151-23/+3
| | | | Change-Id: I782351da2daf511a79e5c9f1d3cef90bec2ca6d1
* Refactoring padding dimens for CellLayouts and WorkspaceAdam Cohen2012-04-261-6/+7
| | | | Change-Id: Ib354b822588717b7bb81b4dcb14c834e5b8d4892
* Fix a lot of easy lint issuesMichael Jurka2012-02-245-7/+2
| | | | Change-Id: I80b43dae137cbbb912ec0fcc4e401de16a9b44a1
* Fixing a few landscape issues.Winson Chung2011-11-281-0/+1
| | | | | | | | - Fixing issue where widgets/icon names from side pages show in landscape (Bug 5665226) - Fixing issue where the workspace was rendering over the hotseat in landscape (Bug 5665226) - Fixing regression where the market button had no press feedback Change-Id: Idcd890fdddab2d463195c9b3000fe7a0ab357200
* Minor fixes to LauncherWinson Chung2011-11-181-3/+2
| | | | | | | | | | - Tweaking the AllApps tab padding - Fixing issue where the cling punch out might be in the wrong location - Removing unused dragging code related to drop/scroll area overlap - Tweaking padding so that picking up an icon on the top row does not automatically hover over delete (Bug 5636264) - Fixing issue where multiple bgs in AllApps tab bar line makes it look blurry (Bug 5523822) Change-Id: I707397c231188a9feee8c0856374e0483cf37296
* Merge "Fixing small regressions in folder text offset. (Bug 5600902)" into ↵Winson Chung2011-11-161-1/+3
|\ | | | | | | ics-mr1
| * Fixing small regressions in folder text offset. (Bug 5600902)Winson Chung2011-11-141-1/+3
| | | | | | | | | | | | - Tweaking AppsCustomize tab bar dimens Change-Id: I5809c0ffb5fb0f7e0124d875c97198aafa4e43e3
* | Delay loading All Apps pages until the first time we enter All Apps, making ↵Michael Jurka2011-11-131-1/+3
|/ | | | | | launcher startup faster (5000628) Change-Id: I2a2218975141d7659184de83e505c7ab6e613232
* Improve Apps/Widgets transitionMichael Jurka2011-11-111-1/+2
| | | | | - Avoid using a bitmap when doing crossfade when switching between Apps/Widgets tabs, also fixes a visual issue on stingray (5104303) Change-Id: I7365c629e704f37e18350ad15a849c034553d0b3
* Unifying overscroll btw phone and tabletAdam Cohen2011-11-111-1/+1
| | | | | | -> Using separate assets for removing and uninstalling Change-Id: I183967c3ca482531ae28f71cd9053b673c6a8d03
* Reduce unnecessary layout passesMichael Jurka2011-11-101-1/+1
| | | - Also delete unused code
* Fixing issue where AllApps labels were getting clipped (Bug: 5490118)Winson Chung2011-11-081-2/+2
| | | | | | - Tweaking the AllApps grid spacing Change-Id: I7eb79edfd170500c1fecd6841e6f022bd40ac250
* Fixing issue where widget previews were being scaled up.Winson Chung2011-10-281-1/+2
| | | | Change-Id: I94eaa1beb0579c8045a3b4c6ff72f7b9622a62ff
* Asset updatesPeter Ng2011-10-271-2/+1
| | | | | | | - Change how default widget previews look (5509429) - Improve antialiasing in portal assets Change-Id: I9993aec46a9a9ab8a732b4fc150120c935523f02
* Fixing small tablet issuesWinson Chung2011-10-251-2/+1
| | | | | | | | - Removing phone search container bg from tablet ui - Fixing the tab text for tablet AppsCustomize - Fixing wallpaper items in wallpaper chooser Change-Id: I3424cd8f32a767844b8bed54437f746a0fc381e5
* Fixing some issues with AppsCustomizeWinson Chung2011-10-111-15/+7
| | | | | | | | - Tweaking the widget page to make it a little tighter - Altering the way we generate widget previews to make them more consistent - Making the Apps page two line titles Change-Id: I7bce420466c1d41fb87b423f259472482803a406
* Fully display decenders in folders (issue 5253358)Adam Cohen2011-09-291-1/+2
| | | | | | -> Also, turned off extract mode for folder renaming Change-Id: I5e544c9b225b3f205c90e977bfb6be516214718c
* Adding keyboard support to folders and fixing renaming rough edgesAdam Cohen2011-09-291-1/+1
| | | | Change-Id: I62e1a5699e4c7e8d53f5f7d6331a854270a83aa1
* Fix bug: All Apps progress bar wasn't centeredMichael Jurka2011-09-271-2/+1
| | | | Change-Id: I28647e9c77364e1761e6be19f4940dc5bc836423
* Launcher tweaks.Winson Chung2011-09-191-1/+1
| | | | | | | | | - Updating search bar bg - Removing clings from the layout if they are already dismissed - Tweaking cling description paddings for languages that are more verbase - Tweaking wallpaper picker gallery spacing Change-Id: I801cdf4b1d0cc49a53113318d7b9075f6fa218bd
* Updating Clings. (5057945, 5056643)Winson Chung2011-09-181-0/+2
| | | | Change-Id: Ifb2d37e92495aeddf9d4b3277eb8d2a846f4aa99
* Fixing up search bar and adding bg. (5051804)Winson Chung2011-09-181-1/+2
| | | | Change-Id: Ifeada9f2e8c1cd801a099f355c73fdac5300e11a
* DO NOT MERGE: Fixing regression where scroll position would be offset when ↵Winson Chung2011-09-151-0/+1
| | | | | | | | | rotated. - Fixes the scrolling issue only in conjunction with framework measure fix - Updating the wallpaper gallery item background Change-Id: I156de59a3eadfdaa61018c0a74ad0614d76cde6d
* Bug FixingWinson Chung2011-09-082-2/+2
| | | | | | | | | - Setting loader thread priority to default after loading to help rotation time (5264039, more work to be done here potentially) - Fixing regression in missing background gradient for hotseat - Removing the old cupcake gallery item bg, new bg assets coming soon (5160311) - Defering showing the AppsCustomize tab bar until we request layout to help a little with the flashing Change-Id: I8c4981435f684363be951696986b7ab1b71956eb
* Tweaking grid spacing (5162387)Winson Chung2011-08-292-2/+3
| | | | Change-Id: I67ebe3484f504d5f987486c80d4d21db3c2e06e1
* Expanding folder rename touch regionAdam Cohen2011-08-241-1/+2
| | | | Change-Id: I3dc6fd97818a4f4592c0476d0a2d6f11f55f9653
* Cling ALL the things! (Workspace and AllApps)Winson Chung2011-08-221-2/+8
| | | | Change-Id: Iee6b38dbb4f0b2fb85f854d70fd86db1e7b1d8f7
* Improving transition between Apps/Widgets panes (5145408)Winson Chung2011-08-161-0/+5
| | | | Change-Id: Id4f73a89b646bbf168ee49e8bdeb34b85a52d9d4
* Tweaking widget grid to show more itemsWinson Chung2011-08-111-6/+8
| | | | Change-Id: Ied035f6c01f062ac1b4b16ee0a5b9029c6da72a0
* Adding a progress bar while All Apps is loadingMichael Jurka2011-08-091-0/+24
| | | | | - also, removing some unused imports Change-Id: Icf46beb9fa9d89bc06cba33c148ceb7d668cd402
* Tablet/AllApps fixes.Winson Chung2011-08-092-18/+34
| | | | | | | | | - Fixing regression where the power button did not dismiss Apps/Customize - Fixing regression in number of icons in portrain in AC, and removing legacy peek var for calculations (5122724) - Fixing spacing in shop button on tablet - Fixing bug where the apps pane was being changed as we were animating (5139543) Change-Id: I3a3e5f224fd92e99072c830d13423d195179e7c7
* Updating All Apps backgroundMichael Jurka2011-08-041-1/+2
| | | | | | - Making background of All Apps black - Drawing background within All Apps (perf gains) Change-Id: I164274235bc347de04fab0702b7e7075e499e6c0