summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/BubbleTextView.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Implementing a package install progress listener for LSunny Goyal2014-08-011-55/+38
| | | | | | issue: 15835307 Change-Id: I71aaea087963f2e0e1206447190cbe23c174057d
* Merging Motorola's patch to disable apps when is safe mode.Sunny Goyal2014-07-181-10/+12
| | | | | | issue: 16044192 Change-Id: I10069dcdf459ecc71361271e883eabb743d77822
* Adding a circular progress bar for preloader iconsSunny Goyal2014-07-161-7/+21
| | | | Change-Id: I1b5ba61c01a16a8cb5d3f9e31f827f8c99a1ffc9
* Fixing background being drawn multiple times for BubbleTextViewSunny Goyal2014-07-081-3/+9
| | | | | | issue 16160873 Change-Id: Ic04d54dd6541e352bf543d8acb2452ea6e0567da
* Enabling quantum look and feel everywhereAdam Cohen2014-07-071-18/+22
| | | | | | | | -> _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
* Revert "Revert Cls stopping now-master running on googlefood"Kenny Guy2014-06-301-0/+3
| | | | | | | | | This reverts commit 7bc272a11b701a32d2ed91277341c382cbd84aeb. Conflicts: src/com/android/launcher3/BubbleTextView.java Change-Id: Id1fb2e1249e72658ce5477165c9bcacba9de2b04
* Offer to delete broken promise icons.Chris Wren2014-06-271-15/+19
| | | | | | | | | Track state of promise in the info, not the view. Fix bugs around moving promises to folders. Fix bugs around filterign and removing promises. Bug: 12764789 Change-Id: If5e8b6d315e463154b5bafe8aef7ef4f9889bb95
* Revert Cls stopping now-master running on googlefoodKenny Guy2014-06-241-3/+0
| | | | | | | | | | This reverts commits 01453e855fa87ee19f61223b2b1a6965071ee95a. and 242bbe1b72e4978dde8a662d164cd186305e14a7. "Add content description to bagded icons." "Remove reflection now we are building against L" Bug: 15833449 Change-Id: I81a5316f5619a9cd3b6ab9fd03b2ba96657b7f68
* Add content description to bagded icons.Kenny Guy2014-06-231-0/+3
| | | | | | | | | Enabled accesibility so that icons badged by the managed profile have a content description that is different to the non-bagdged version. Bug: 15106236 Change-Id: Id483273173d9539916eebd59111d179087526be3
* Fix long press after already moving off iconJason Monk2014-04-221-0/+9
| | | | | | | | | | | | | When an icon is in the Hotseat and a user drags off from the icon, but continues holding down, the icon gets a long press triggered by the CheckLongPressHelper. To fix this a check has been added on move events to see if the point has moved outside the view and to cancel the long press check callback if it has. Bug: 13569451 Change-Id: Id175cdc220d70b5e9f8e492ed5a3cc7c3f11db10
* update promise icon statusChris Wren2014-03-111-2/+63
| | | | | | | also fix a crash in LauncherModel.DEBUG_LOADERS Bug: 10778992 Change-Id: Iafc28c1e0c2f2a1283783a7ce27e181634b62993
* Clean up importsMichael Jurka2013-12-131-1/+0
|
* Merge "Initial changes to support smaller landscape layouts." into ↵Winson Chung2013-10-291-2/+2
|\ | | | | | | jb-ub-now-jetsonic
| * Initial changes to support smaller landscape layouts.Winson Chung2013-10-281-2/+2
| | | | | | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* | Add visible touch feedback to items in foldersAdam Cohen2013-10-241-0/+4
|/ | | | Change-Id: I41937f7864bca39232079a90139679ebd5cc2a07
* 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