summaryrefslogtreecommitdiff
path: root/src/com/android/launcher3/MainProcessInitializer.java
AgeCommit message (Collapse)Author
2020-07-29Changing minimum supported Launcher version to 26Sunny Goyal
Change-Id: I49fcf874430ac53c3246371e179fbd828e14e4da
2020-01-31Adding a utility class to easily track bitmap creations during View.drawSunny Goyal
Change-Id: I8b85564aad475e823f345ae96e922b35eab06f8e
2019-05-03Adding utility method to get adaptive icon scaleSunny Goyal
Change-Id: I5ff190c3b794bb13309375782ccd420e85b59091
2019-01-07Moving folder shape logic definition to xmlSunny Goyal
Adding support for storing custom parameters in shape definition Change-Id: I06f04f1836b337f8cc0ab2ad8c893bb03ae9c794
2018-12-19Remove IconShapeOverrideHyunyoung Song
Bug: 120736782 Change-Id: Iee44f10ff2b9ec447ae74d9ad6a0aa3668c401d6
2018-10-17Changing the FolderIcon shape based on AdpativeIconSunny Goyal
> Creating an abstract interface to represent a folderIcon shape > Defined few common folder shapes > Picking the folder shape closest to the AdaptiveIcon shape Bug: 111433118 Change-Id: Ib35eddbdd6692767aa9dbe6aae1a379a68cc456a
2018-10-15Make flags UI available on release build of launcherRyan Lothian
The UI will only be shown on eng/userdebug platform builds. Bug: 117223984 Change-Id: I27843f2d856a4a19f3fe53c4d306606eaa5714a2
2018-07-02Cleaning up build rules to simplify customizing derivative projectsSunny Goyal
> Using {packageName} instead of hardcoding com.android.launcher3 in AndroidManifest.xml for strings which are dependent on packageName > Adding proguard rule to prevent obfuscating any overridable class > Making it easier to extend SettingsActivity by overriding the fragment class Change-Id: I5668c3f33b4cf20ad01d7f54b3d79cc0d268d391
2018-02-13Adding a utility class to simplify main process initialization.Sunny Goyal
Change-Id: I796cf758d2a25cf8fd5f9a9b78a7977fd54ca451