summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Utilities.java
Commit message (Collapse)AuthorAgeFilesLines
* Updating icons for sortcuts when the target app updates.Sunny Goyal2014-10-071-0/+21
| | | | | Bug: 17398260 Change-Id: I055abb971d1f72245e8616ac2ce07bcdf37cdd52
* Cleaning up icon resizing codeSunny Goyal2014-10-071-50/+11
| | | | | | | | > For resizing icons, scaling them down instead of cropping them > Removing duplicate methods and variables Bug: 17663119 Change-Id: I0f270860c0edaaa939495e63e05da841a603f6e9
* Update calls now we have an L API version.Kenny Guy2014-09-181-4/+3
| | | | | Bug: 17543647 Change-Id: I92c652a4ced5a5e783b24e42f9da4d9dfe1118ba
* Adding support for managed profiles in widgetSunny Goyal2014-08-201-1/+1
| | | | | | issue: 16892811 Change-Id: If8c81f2a5a3bc846b02a5d225c5a8f27b1382dab
* Further refinement of all apps / widgets transitionAdam Cohen2014-08-131-0/+21
| | | | Change-Id: Id107a9aff74f014c07f8cbea6e74951a02dbddab
* Autoinstalls loading xmlSunny Goyal2014-08-121-4/+23
| | | | | | | | | | > Launcher checkes for an apk in the system image with a broadcast receiver for action: com.android.launcher3.action.LAUNCHER_CUSTOMIZATION > Default layout is parsed from that apk, which can also contain icons and string resources used in the layout config Change-Id: I44fc9e7c3134f525f7b5db29f4e8bb56e17ce445
* Updating the virtual preloader UX.Sunny Goyal2014-08-111-0/+81
| | | | | | | | | | | | > No click feedback when in preloader mode > No preloader UI when drawn in drag layer > The preloader consists of a background 9 patch image and a circular progress is drawn in the content region of the background. > The preloader is drawn in a slightly larget area than the actual bounds to make the circular progress more prominent compared to the icon. issue: 15835307 Change-Id: Ifec3d93ecf1fac994d1128b517da3797247e7ed6
* Merging Motorola's patch to disable apps when is safe mode.Sunny Goyal2014-07-181-17/+32
| | | | | | issue: 16044192 Change-Id: I10069dcdf459ecc71361271e883eabb743d77822
* Use transparent system bars on LSandeep Siddhartha2014-05-161-0/+9
| | | | Change-Id: I1e8921fa0e8a5bdf34495f9d88ba9f3b1f1e9c89
* Fix long press after already moving off iconJason Monk2014-04-221-0/+11
| | | | | | | | | | | | | 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
* Create separate project for Wallpaper PickerMichael Jurka2013-12-131-0/+16
| | | Change-Id: Id9e855780b9fb68c63eb6e9f6c19bcbce28a6fd5
* Add support for initiating a drag from an overlay.Mathew Inwood2013-11-201-2/+2
| | | | | | This allows an overlay to create apps and shortcuts on the home screen. Change-Id: I63ee4ef02db3f4bc89726c394fd55ad26f50452c
* Ensuring that we are calling setCompoundDrawable() instead of using ↵Winson Chung2013-10-141-0/+1
| | | | | | intrinsic bounds. (Bug 11203738) Change-Id: Ic2100e4008d7fc95d2670aab9d3b46a96a927599
* Workaround for small icons. Draw icon drawables at the expected icon size. ↵Winson Chung2013-10-131-0/+16
| | | | | | (Bug 11203738) Change-Id: If976ae8b3603e8bf42e8e857ce0b178d977b0a43
* Initial changes for new clings. (Bug 11142616)Winson Chung2013-10-091-0/+17
| | | Change-Id: Id66ebceb99449941921d9e617dfe0cc05a2e3b65
* Fixing AllApps pressed state (issue 10845969)Adam Cohen2013-09-301-2/+2
| | | | | | -> Adding haptic feedback to overview mode buttons (issue 10917359) Change-Id: Iaf7ac31521ae08f4223aa0d0ffc2f6511b85567f
* Fix crash when setting wallpaperMichael Jurka2013-09-051-3/+0
| | | | | Also clean up some unused code Change-Id: Ibef8d3d594cc859a993640fd6ee578e9eeb633d1
* Finish support for third-party wallpaper pickersMichael Jurka2013-08-221-6/+19
| | | | | Clicking on the pickers didn't do anything before. Change-Id: I103caafbe8d44d27d1797436ce479fb769c4c0f4
* Initial Changes for Dynamic GridWinson Chung2013-08-201-78/+9
| | | | Change-Id: I9e6f1e5167791cf8dc140778dfa447f86424e9bf
* Verifying that new applications are added and fixing issue with new items ↵Winson Chung2013-07-251-0/+95
| | | | | | | | getting wrong ids. - Fixing issue where the LauncherModel would be out of sync on first migration, and subsequent crashes Change-Id: I6f58b09b615b28958c7f941e58ff9ae0ee3ba939
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+275
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b