summaryrefslogtreecommitdiffstats
path: root/res/layout
Commit message (Collapse)AuthorAgeFilesLines
* Adding app widget restore support in Launcher3 for android LSunny Goyal2014-07-211-0/+28
| | | | | | | | | | | When the app is restored, it displays placeholders for all pending widgets. These placeholders can be moved and removed similar to a widget (size is fixed to what defined in backup). Once the system notifies the launcher of the new widget ids, the place holders are replaced with actual widgets. issue: 10779035 Change-Id: I68cbe4da01e9ca2978cb4471a7c645d2aa592055
* Preliminary work on Material TransitionsAdam Cohen2014-07-181-65/+30
| | | | | | | | | | | | | | | -> Early exploration of AllApps Hero transition with circular reveal -> Stripping a bunch of dead code from AppsCustomizeTabHost -> Moved background scrim to DragLayer -> Removed "SMALL" state from workspace: replaced with NORMAL_HIDDEN and OVERVIEW_HIDDEN. This is mainly to reduce the overall usage of the z-space model between allapps/widgets and workspace. There are vestigial remains of this model, mainly due to the overview mode, and a bit for spring-loaded. Change-Id: If2302a24394f0ec66621f01ffa2fc4934aa10c3f
* Enabling quantum look and feel everywhereAdam Cohen2014-07-074-19/+45
| | | | | | | | -> _l assets become default, new folder icon look is default -> Starting to unify folder look / feel with all apps -> New page indicators Change-Id: I50b2c647fbcbe6ed27705527d8e16bd89e123d0b
* Fix issue where clings didn't appear after set up wizard (issue 13077829)Adam Cohen2014-02-211-32/+0
| | | | | | | | | | | -> Also removed the db-created as a criteria for showing the clings (this was a bit problematic in some cases and going forward) -> Instead, we use database upgrade as a signal to not show the clings. This is used instead of the above criteria (to prevent old users from seeing the migration cling and losing their data.) -> Stripped some old code related to custom clings that's no longer used. Change-Id: Ib5e5285e5ddbc60e69eb998ee9fd092ae879150d
* Fixing drop targets in phone / small tablet landscape (issue 12192781)Adam Cohen2014-01-141-2/+1
| | | | Change-Id: I4dc8a82c8cd5ef279506e7868e33a455fba5a3be
* Moved paddingStart to -v17 folder.Yura2014-01-091-1/+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: I84879257c4e463879fd6bfc322514d30c469ca30
* Removed paddingStart and paddingEnd when they are the same.Yura2014-01-073-6/+6
| | | | | | | | 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
* Revert "Revert "Move wallpaper picker code to a separate directory""Michael Jurka2013-12-117-311/+0
| | | | This reverts commit 39de459a8621abfc91382ce7b4cdd37d09aaac12.
* Revert "Move wallpaper picker code to a separate directory"Michael Jurka2013-12-107-0/+311
| | | | This reverts commit 8e88cb84781907afb7cca80581fea2277264fd2c.
* Move wallpaper picker code to a separate directoryMichael Jurka2013-12-107-311/+0
| | | Change-Id: Id79d11ed08085c4fe356739498a8b77952e30392
* Dyanmically lay out overview mode across all orientations and form factors.Winson Chung2013-11-071-10/+6
| | | Change-Id: I788bbf289717b30b19afc9ad9d611c85715bc623
* Initial changes to support AllApps on various form factors.Winson Chung2013-11-011-5/+3
| | | | Change-Id: I7bacb36f8a70c8ac920426899193a7bb7b7abbcb
* Initial changes to support smaller landscape layouts.Winson Chung2013-10-281-1/+4
| | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* Stop using a separate ImageView for default wallpaperMichael Jurka2013-10-231-5/+0
| | | | | | | | Fixes janky transition when going from default wallpaper to another wallpaper Bug: 11278179 Change-Id: I738d1ae7bbc5e2d139a084e721b53fed9008367f
* Load images on a bg threadMichael Jurka2013-10-212-2/+2
| | | | | | Bug: 11134758 Change-Id: Ie789a2fcb2024832ac104cd9cdbc3602abee85ee
* Use new default wallpaper APIMichael Jurka2013-10-151-0/+5
| | | Change-Id: I77ce7f03f0d2c94d890d3eeee6750488b071b2ab
* Guarantee views are invisible after being faded (issue 11112570)Adam Cohen2013-10-111-1/+1
| | | | | | | -> Prevent clicking of hotseat items during non-normal state -> Update folder text edit highlight color (issue 11072862) Change-Id: I0292b51dc5f7e318dc59e9a26bf1e39f333bc8eb
* Finalize visuals of wallpaper picker itemsMichael Jurka2013-10-034-5/+11
| | | | | | Also, move third-party wallpapers to end of list Bug: 10852962 Bug: 11024560
* Fix RTL bugs with wallpaper parallaxMichael Jurka2013-10-031-0/+1
| | | | | Bug: 10901046 Change-Id: Id4277173b0c13d25eb0507bd6fa9fa1309946510
* Tweaking the front cling to support more verbose languages. (Bug 11015051)Winson Chung2013-10-021-6/+0
|
* Make some changes for transparent system barsMichael Jurka2013-10-011-4/+4
| | | | | | | | | | | -Move transparent bars from just GEL to Launcher3 -When wallpaper strip animates, render it under the nav bar -Disable rotation of wallpaper picker on phones Bug: 10814785 Bug: 10852650 Bug: 10852554 Change-Id: I9efeccbc4ad1933689266a5dede201ccfd34acf4
* Fixing AllApps pressed state (issue 10845969)Adam Cohen2013-09-301-0/+20
| | | | | | -> Adding haptic feedback to overview mode buttons (issue 10917359) Change-Id: Iaf7ac31521ae08f4223aa0d0ffc2f6511b85567f
* Adding pressed state to overview mode buttons (issue 10926631)Adam Cohen2013-09-261-3/+3
| | | | Change-Id: I9d670d4770e56921310d34dc08657a6e753ec5ee
* Tweaking styles for AllApps and widgets spaces. (Bug 10843502)Winson Chung2013-09-242-6/+11
| | | | | | - Fixing various issues with Search bar showing when it shouldn't be. Change-Id: I2a553ad93e3422666a883b90a1ff97625bf05831
* Getting the Overview Mode to look up to specAdam Cohen2013-09-221-10/+19
| | | | | | | | -> New assets, text, fonts -> New spacing of pages (translated upwards) -> Updated outline color to white (the ones we're drawing) Change-Id: Ie664ac0598ae18b86ae6d54d1d6b497c13d2ee95
* More folder cleanupAdam Cohen2013-09-201-0/+1
| | | | | | | | -> Eliminating out ring -> Fixing the cursor color -> Using "nolip" asset appropriately Change-Id: Ie0e341e865298555dcb0fcb5644e1f3e6b5e39e6
* 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