summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* New folder look / assetsAdam Cohen2013-09-202-1/+2
| | | | | | | -> Restricting the number of items in folders to prevent scrolling (excess items deleted) Change-Id: I4af2590cd5ea7677c875c031f84d4d5bcca3e6e9
* Merge "Fixing some grid spacing issues. (Bug 10754537, 10754538)" into ↵Winson Chung2013-09-202-2/+30
|\ | | | | | | jb-ub-now-indigo-rose
| * Fixing some grid spacing issues. (Bug 10754537, 10754538)Winson Chung2013-09-192-2/+30
| | | | | | | | | | | | | | - Ensuring app names don't run into each other in folders and on the workspace - Ensuring that app names are aligned with folder names Change-Id: Ie8d546eacd52005778d81c46011c1c84bc24118c
* | Merge "Add live wallpapers and third-party pickers to bottom strip" into ↵Michael Jurka2013-09-204-5/+103
|\ \ | |/ |/| | | jb-ub-now-indigo-rose
| * Add live wallpapers and third-party pickers to bottom stripMichael Jurka2013-09-204-5/+103
| | | | | | | | | | | | Bug: 10742727 Bug: 10805463 Change-Id: I961344b34fff3b183380caf3508d23b05c1ca26c
* | Updated launcher assets part 2.Daniel Sandler2013-09-192-10/+18
| | | | | | | | | | | | | | | | | | - fixed centering on new pagination indicators - also tuned the pagination animation a bit to make the size change feel more natural Bug: 10807054 Change-Id: I0953cff80bfeecf085172f710a4bc947133115ed
* | Merge "Updated launcher assets." into jb-ub-now-indigo-roseWinson Chung2013-09-191-4/+4
|\ \ | |/ |/|
| * Updated launcher assets.Daniel Sandler2013-09-191-4/+4
| | | | | | | | | | | | | | | | | | - new All Apps - new pagination indicators (including one for "add" which is not yet used) Bug: 10807054 Change-Id: I49c949d635cb1e0b2540e3e8ab44ba62e9ea45f8
* | Adding some assets / fixing a couple bugsAdam Cohen2013-09-191-0/+6
|/ | | | | | | | -> Adding wallpaper, settings and widgets icons for overview mode -> Fix issues with disappearing search bar / custom content screen when screen is turned off from overview mode. Change-Id: I0904098bd642c40709e27f571e458f1b6e479c17
* Merge "Changing font family to condensed for icons and folders (issue ↵Adam Cohen2013-09-181-1/+2
|\ | | | | | | 10823062)" into jb-ub-now-indigo-rose
| * Changing font family to condensed for icons and folders (issue 10823062)Adam Cohen2013-09-181-1/+2
| | | | | | | | Change-Id: If166f01091a5a400492dc178a4c1503de87b05b7
* | Update assets for pressed/focused/selected statesMichael Jurka2013-09-184-12/+26
|/ | | | | | | Also, add shadow below/above wallpaper strip Bug: 10722070 Change-Id: I37c445bab90e103f414c95b62e101a73d060661f
* Update styling of tile to pick image as wallpaperMichael Jurka2013-09-181-1/+4
| | | Bug: 10743257
* Scale wallpaper thumbnails without altering aspect ratioMichael Jurka2013-09-131-1/+1
| | | | | Bug: 10616928 Change-Id: I60f59a5c48fe02664229d9ebc1d497c91c49d99b
* Adding ability to delete previously saved wallpapersMichael Jurka2013-09-122-4/+6
| | | | | | | - Also preserving temporarily picked wallpapers on rotation Change-Id: I35361e2a5619cd986bd8b66268ce9e94b9a0027e
* Initial changes to restore AllApps.Winson Chung2013-09-051-13/+3
| | | | | | | - Removes unused all apps code due to dynamic grid/spacing - Attempts to use CellLayout instead of PagedViewCellLayout Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
* Create a separate wallpaper crop activityMichael Jurka2013-09-051-0/+39
| | | Change-Id: Ifb0a7dcb5a6e9ddd4f4bbccc793d9b4db1256cf2
* Show and hide the wallpaper list in response to touchMichael Jurka2013-09-051-0/+1
|
* Fix small wallpaper thumbnails on some devicesMichael Jurka2013-09-041-2/+2
| | | | | Bug: 10616928 Change-Id: I9094f122ec5b0873c4babda42799e3840ec330c4
* Added settings button to overview modeAdam Cohen2013-08-291-0/+9
| | | | Change-Id: Idcbfa49fe2710dec460155f34bd371321af6cf17
* Merge "Fixing folders to always show in view, removing old assets and ↵Winson Chung2013-08-261-21/+0
|\ | | | | | | references to LauncherModel count." into jb-ub-gel-agar
| * Fixing folders to always show in view, removing old assets and references to ↵Winson Chung2013-08-231-21/+0
| | | | | | | | LauncherModel count.
* | Get the view to be used as qsb bar from the launcher directly.Cristina Stancu2013-08-221-7/+0
|/ | | | | | | | | | | | | | This will allow more control over the qsb visuals and behaviour in GEL. Depends on ag/339203 Future changes: - revert ag/344333 since we won't need the normal qsb to support hotword anymore - Dragging icons over the Drop target bar (to remove/uninstall them or get App info) doesn't currently work in GEL. There might be future changes needed to fix that. Change-Id: Ic498f0abee5ad99ef1644ff94f174b61f8e1f5f0
* Remove built-in wallpaper picker.Daniel Sandler2013-08-213-95/+0
| | | | | | | | Note that we don't yet have a solution for the user's initial wallpaper. Bother! Bug: 9626042 Change-Id: I07ab09a3d10434e444dc27051034d387e692e469
* Initial implementation of new wallpaper picker.Michael Jurka2013-08-214-0/+147
| | | Change-Id: Ib4c5ac4989b4959fa62465d9cde3cac662e24949
* Initial Changes for Dynamic GridWinson Chung2013-08-208-31/+79
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Adding overview mode for reordering, widget adding and wallpaper switchingAdam Cohen2013-08-131-0/+39
| | | | Change-Id: I082ba0b90ca4b3fbba32e8dfdec8ba79486d841c
* 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