summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/BubbleTextView.java
Commit message (Collapse)AuthorAgeFilesLines
* Clean up importsMichael Jurka2014-06-061-1/+0
| | | | Change-Id: Ic1f2604568d7865181efc66f3973e7fba70f26b0
* Initial changes to support smaller landscape layouts.Winson Chung2014-06-051-2/+2
| | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* Add visible touch feedback to items in foldersAdam Cohen2014-06-051-0/+4
| | | | Change-Id: I41937f7864bca39232079a90139679ebd5cc2a07
* Hotseat: Movable AllApps buttonNebojsa Cvetkovic2014-01-241-1/+1
| | | | Change-Id: I4273c460392c8329368a23ef6f0d9698f52adfea
* Ensuring that we are calling setCompoundDrawable() instead of using ↵Winson Chung2013-10-141-1/+1
| | | | | | intrinsic bounds. (Bug 11203738) Change-Id: Ic2100e4008d7fc95d2670aab9d3b46a96a927599
* Workaround for small icons. Draw icon drawables at the expected icon size. ↵Winson Chung2013-10-131-2/+1
| | | | | | (Bug 11203738) Change-Id: If976ae8b3603e8bf42e8e857ce0b178d977b0a43
* Getting the Overview Mode to look up to specAdam Cohen2013-09-221-1/+1
| | | | | | | | -> New assets, text, fonts -> New spacing of pages (translated upwards) -> Updated outline color to white (the ones we're drawing) Change-Id: Ie664ac0598ae18b86ae6d54d1d6b497c13d2ee95
* New folder look / assetsAdam Cohen2013-09-201-2/+23
| | | | | | | -> Restricting the number of items in folders to prevent scrolling (excess items deleted) Change-Id: I4af2590cd5ea7677c875c031f84d4d5bcca3e6e9
* Fixing some grid spacing issues. (Bug 10754537, 10754538)Winson Chung2013-09-191-0/+3
| | | | | | | - 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
* Initial Changes for Dynamic GridWinson Chung2013-08-201-1/+26
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Lazily instantiate LauncherAppState.Daniel Sandler2013-06-271-3/+5
| | | | | | | | The application context for LauncherAppState is supplied by the application whenever it starts; don't ask for an instance before that. Change-Id: I1ca8ea04238a357a682f79250f08813ead7ae532
* Make HolographicOutlineHelper a singleton.Daniel Sandler2013-06-121-1/+1
| | | | | | | | It's a pretty heavy object, including three Paints at 74 bytes apiece, and we allocate one for every workspace and every icon. We really only need one. Change-Id: Ic9e12d478c3be27b13133718875c91540f7ccf4c
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+342
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b