summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Utilities.java
Commit message (Expand)AuthorAgeFilesLines
* Updating the paddings in folder cellSunny Goyal2016-09-161-2/+2
* Fixing topView not being considered in all places when calculating accessibleSunny Goyal2016-09-021-0/+13
* Removing some reflection codeSunny Goyal2016-09-011-23/+8
* Preventing unnecessary setLayout calls in workspaceSunny Goyal2016-08-301-4/+9
* Starting the settings activity with same animation as wallpaper (and widgets ...Sunny Goyal2016-08-251-4/+0
* Updating version check to use SDK_INTSunny Goyal2016-08-151-6/+1
* Badging shortcuts with app iconsSunny Goyal2016-07-291-19/+28
* Removing shadow and badging from the icon which is shown in the menuSunny Goyal2016-07-261-6/+13
* Fixing issue with shadow drawing over search bar.Winson2016-07-201-2/+2
* Adding support for dynamically adding shadows to the iconSunny Goyal2016-07-201-1/+31
* Long-press on an app to reveal its shortcuts.Tony Wickham2016-06-291-1/+33
* Merge "Making some shortcut manager calls protected by MR1 version check" int...Sunny Goyal2016-06-231-0/+8
|\
| * Making some shortcut manager calls protected by MR1 version checkSunny Goyal2016-06-231-0/+8
* | Merge "Removing unnecessary object creation and double loop during getDescend...Sunny Goyal2016-06-231-20/+12
|\ \ | |/ |/|
| * Removing unnecessary object creation and double loop duringSunny Goyal2016-06-151-20/+12
* | Update Launcher to use theme colors.Andrew Sapperstein2016-06-201-0/+8
|/
* Fixing bug in getDescendantCoordRelativeToParent where it wasSunny Goyal2016-06-141-6/+5
* Moving the QSB to the workspace grid.Sunny Goyal2016-05-271-36/+0
* Refactoring out grid occupancy management in a separate classSunny Goyal2016-05-271-33/+0
* Update wallpaper API to match NYC change.Kenny Guy2016-05-261-1/+1
* Preventing unnecessary options update to QSB providerSunny Goyal2016-05-181-0/+20
* Add PageIndicator interface and custom PageIndicatorLine view.Tony Wickham2016-05-171-1/+8
* Making the 'Allow rotation' setting dependent on system stateSunny Goyal2016-05-161-4/+7
* Extract color for the hotseat.Tony Wickham2016-05-091-1/+0
* Adding a utility class for persistant logging.Sunny Goyal2016-05-091-0/+14
* Chaning the behavior of settings activity.Sunny Goyal2016-05-021-0/+4
* Showing a toast when changing wallaper is disabledSunny Goyal2016-04-211-0/+13
* Adding some utility methods for thread verificationSunny Goyal2016-04-151-9/+0
* Removing some wallpaper dependencySunny Goyal2016-04-051-4/+0
* Added ColorExtractionService and ExtractedColors.Tony Wickham2016-04-011-0/+4
* Removing dependency on wallpaper size settings from launcherSunny Goyal2016-03-171-0/+3
* Using a negative flag for icon notmalizationSunny Goyal2016-03-031-2/+2
* Preserving the homescreen rotation setting on a tablet, when the display is s...Sunny Goyal2016-02-231-11/+17
* Merge "Fixing icon badging being done on scaled bitmap size" into ub-launcher...Sunny Goyal2016-01-121-1/+23
|\
| * Fixing icon badging being done on scaled bitmap sizeSunny Goyal2016-01-081-1/+23
* | resolve merge conflicts of d896ee43cd to ub-launcher3-master.Sunny Goyal2015-12-171-1/+2
|\|
| * Protecting Icon normalization behind a feature flagSunny Goyal2015-12-171-1/+2
* | resolve merge conflicts of 39b700fcc5 to ub-launcher3-master.Sunny Goyal2015-12-041-3/+17
|\|
| * Normalizing app icons based on the standard icon guidelinesSunny Goyal2015-12-021-3/+17
| * Scaling down the icon before applying the user badgeSunny Goyal2015-11-251-0/+24
* | Merge "Skip to the end of the folder open animation in battery saver mode." i...Tony Wickham2015-11-251-0/+7
|\|
| * Skip to the end of the folder open animation in battery saver mode.Tony Wickham2015-11-121-0/+7
* | resolve merge conflicts of fe3db428ab to ub-launcher3-master.Sunny Goyal2015-10-201-3/+7
|\|
| * Refactoring getPreferenceKey methodSunny Goyal2015-10-201-1/+6
* | Scaling down the icon before applying the user badgeSunny Goyal2015-10-191-0/+23
* | resolved conflicts for 1845049c to ub-launcher3-masterWinson2015-10-071-0/+7
|\|
| * Replace Long.compare() with implementation.Winson2015-10-011-0/+7
* | am 81284287: am de9590be: Adding null check when creating icon bitmapSunny Goyal2015-09-281-1/+1
|\|
| * am de9590be: Adding null check when creating icon bitmapSunny Goyal2015-09-281-1/+1
| |\
| | * Adding null check when creating icon bitmapSunny Goyal2015-09-271-1/+1