summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Making bitmap of PreloaderIconDrawable smaller so it fits inside the ↵TreeHugger Robot2017-06-151-1/+1
|\ | | | | | | progress circle." into ub-launcher3-dorval-polish
| * Making bitmap of PreloaderIconDrawable smaller so it fits insideMario Bertschler2017-06-141-1/+1
| | | | | | | | | | | | | | the progress circle. Bug: 62270605 Change-Id: Idd3c145303531dbfbe9bd69af68b5c02baf21a93
* | Merge "Fix for clipped promise icon." into ub-launcher3-dorval-polishTreeHugger Robot2017-06-151-4/+4
|\ \
| * | Fix for clipped promise icon.Mario Bertschler2017-06-151-4/+4
| |/ | | | | | | | | Bug: 62544596 Change-Id: Iadbd8b27244b6d2ff3f9f0167f90b2a260687bc3
* | Merge "Replace use of java.util.HashMap with android.util.ArrayMap in ↵Rajeev Kumar2017-06-151-5/+3
|\ \ | | | | | | | | | UserManagerCompatVL class" into ub-launcher3-dorval-polish
| * | Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-141-5/+3
| | | | | | | | | | | | | | | | | | | | | UserManagerCompatVL class Bug: 62466540 Change-Id: Ia492a9189ae950d2a96b79b786dc447afa982c21
* | | Merge "1. Get rid of few unnecessary boxing in BgDataModel class. 2. Get rid ↵Rajeev Kumar2017-06-151-5/+5
|\ \ \ | | | | | | | | | | | | of an unnecessary return statment from BgDataModel class." into ub-launcher3-dorval-polish
| * | | 1. Get rid of few unnecessary boxing in BgDataModel class.Rajeev Kumar2017-06-151-5/+5
| |/ / | | | | | | | | | | | | | | | 2. Get rid of an unnecessary return statment from BgDataModel class. Change-Id: I7be47a75d3754bc621cff4af59d5b03cc3e53f10
* | | Merge "Fixing FLAG_PROVIDER_NOT_READY not being cleared in LoaderTask" into ↵Sunny Goyal2017-06-151-4/+2
|\ \ \ | |/ / |/| | | | | ub-launcher3-dorval-polish
| * | Fixing FLAG_PROVIDER_NOT_READY not being cleared in LoaderTaskSunny Goyal2017-06-141-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | If a widget is installed, the provider is always ready. The flag was not being cleared all the time (similar to PackageUpdatedTask). Bug: 62496671 Change-Id: Ia1c0cb3b312a20ed6451baeccb632a5e5f0e3edc
* | | Merge "Replace use of java.util.HashMap with android.util.ArrayMap in ↵Rajeev Kumar2017-06-141-4/+2
|\ \ \ | | | | | | | | | | | | DrawableFactory." into ub-launcher3-dorval-polish
| * | | Replace use of java.util.HashMap with android.util.ArrayMapRajeev Kumar2017-06-091-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in DrawableFactory. Change-Id: I4ab7f908c3e8768762942ca83f576197dfea66d6 Bug: 62466540 (cherry picked from commit 2d75266c75e8dbbabaf9e0db96c49b1005a10db2)
* | | | Merge "1. Replace use of java.util.HashMap with android.util.ArrayMap in ↵Rajeev Kumar2017-06-141-40/+37
|\ \ \ \ | | | | | | | | | | | | | | | CellLayout class 2. Get rid of explicit type arguments that can be inferred 3. Make instance variables final Bug: 62466540" into ub-launcher3-dorval-polish
| * | | | 1. Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-121-40/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CellLayout class 2. Get rid of explicit type arguments that can be inferred 3. Make instance variables final Bug: 62466540 Change-Id: I9acbde25704d62883d174f5573383a2d8b0e1e6e
* | | | | Merge "1. Get rid of mWidgetMinSize as the contents of this collection are ↵Rajeev Kumar2017-06-141-9/+7
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | queried, but never updated. 2. Get rid of explicit type arguments that can be inferred 3. Add type argument to variables of type HashSet Bug: 62466540" into ub-launcher3-dorval-polish
| * | | | 1. Get rid of mWidgetMinSize as the contents of this collection areRajeev Kumar2017-06-141-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | queried, but never updated. 2. Get rid of explicit type arguments that can be inferred 3. Add type argument to variables of type HashSet Bug: 62466540 Change-Id: Ia7c9f212dcc760dfa7b1ddcd42f1e6328394d3ee
* | | | | Extracting search algorithm in an interface to make it easier to change the ↵Sunny Goyal2017-06-144-27/+43
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | search behavior Change-Id: I0b1d1387c78d13ef749aac39d5c8167c2909716a
* | | | Merge "Replace use of java.util.HashMap with android.util.ArrayMap in ↵Rajeev Kumar2017-06-133-46/+38
|\ \ \ \ | | | | | | | | | | | | | | | AutoInstallsLayout, DefaultLayoutParser, ImportDataTask classes." into ub-launcher3-dorval-polish
| * | | | Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-093-46/+38
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AutoInstallsLayout, DefaultLayoutParser, ImportDataTask classes. Change-Id: Idcf1f5f020132ddf43751067a38a64bfc088800e Bug: 62466540 (cherry picked from commit 26453a297b622011258dc6b32403ba6586f00996)
* | | | Merge "1. Replace use of java.util.HashMap with android.util.ArrayMap in ↵Rajeev Kumar2017-06-131-5/+3
|\ \ \ \ | | | | | | | | | | | | | | | PackageUpdatedTask class 2. Get rid of explicit type arguments that can be inferred" into ub-launcher3-dorval-polish
| * | | | 1. Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-121-7/+3
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | PackageUpdatedTask class 2. Get rid of explicit type arguments that can be inferred Bug: 62466540 Change-Id: Ifbe4e7d217cea292530f5ced0f4df2ee40c1262c
* | | | Merge "Adding support for loading workspace in the absence of Launcher." ↵Sunny Goyal2017-06-1310-85/+118
|\ \ \ \ | |/ / / |/| | | | | | | into ub-launcher3-dorval-polish
| * | | Adding support for loading workspace in the absence of Launcher.Sunny Goyal2017-06-0810-85/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > LoadWorkspace can be called with a LoaderResult which does not bind anything. > Synchronous bind does not look for a valid page id, and will fallback to the current pageId similar to full load flow Bug: 37616877 Change-Id: If14491dc79c5b85ae1019cc93e4e08759df3387d
* | | | Merge "Fix synchronization on a non-final field 'sInstanceLock' by making it ↵Rajeev Kumar2017-06-121-3/+1
|\ \ \ \ | | | | | | | | | | | | | | | final." into ub-launcher3-dorval-polish
| * | | | Fix synchronization on a non-final field 'sInstanceLock' by makingRajeev Kumar2017-06-121-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it final. Bug: 62466540 Change-Id: I28a1c53435d761089b2ee7742d31a0cb482b8afd
* | | | | Merge "resolve merge conflicts of 5cc7bbdbb to ub-launcher3-dorval-polish" ↵Sunny Goyal2017-06-121-11/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | into ub-launcher3-dorval-polish
| * \ \ \ \ resolve merge conflicts of 5cc7bbdbb to ub-launcher3-dorval-polishSunny Goyal2017-06-121-11/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Test: I solemnly swear I tested this conflict resolution. Change-Id: If3359341d5269f2c908b3a8856b6f38ba69a05eb
| | * | | | Removing dependency on onAttachedToWindow callback.Sunny Goyal2017-06-121-11/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When resizing in multi-window mode, the system reuses the decorView and may not call onAttachedToWindow. Bug: 62495747 Bug: 38463796 Change-Id: I949f8f8e37b5a4748947024df09097f15c940bf8
* | | | | | Merge "Some cleanups in Workspace.java class 1. Make instance variables ↵Rajeev Kumar2017-06-121-37/+34
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | final 2. Get rid of explicit type arguments that can be inferred 3. Get rid of redundant initializer 4. Get rid of unnecessary ;" into ub-launcher3-dorval-polish
| * | | | | Some cleanups in Workspace.java classRajeev Kumar2017-06-121-37/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Make instance variables final 2. Get rid of explicit type arguments that can be inferred 3. Get rid of redundant initializer 4. Get rid of unnecessary ; Bug: 62466540 Change-Id: Ia534fb032c20447e604011d466aa3efdfade4027
* | | | | | Merge "1. Replace use of java.util.HashMap with android.util.ArrayMap in ↵Rajeev Kumar2017-06-121-8/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | ShortcutCache class 2. Get rid of unused constants from ShortcutCache class 3. Make instance variables final" into ub-launcher3-dorval-polish
| * | | | | 1. Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-121-8/+4
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ShortcutCache class 2. Get rid of unused constants from ShortcutCache class 3. Make instance variables final Bug: 62466540 Change-Id: I465da77aa1521790c8359d0f9987d3fc1286b44b
* | | | | Merge "Making some constants accessible" into ub-launcher3-dorval-polishTreeHugger Robot2017-06-121-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Making some constants accessibleSunny Goyal2017-06-091-1/+1
| | |_|/ | |/| | | | | | | | | | Change-Id: Id5caff8defe8ccc4a79e1c99b0040abb1750b3e1
* | | | Some theme fixesSunny Goyal2017-06-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > workspaceTextColor was not clearly defined to white and relied on HomeScreenElementTheme > Not all attributes were defined in sw720dp. Created a interm style to avoid such errors > Applying proper tint to resize frame > Fixing shadow colors for homescreen icon Change-Id: If8441011c968291de50b2fd8d7612ce3d5353b95
* | | | Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-091-5/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | AnimationLayerSet. Change-Id: I8563d17d97ff36c2b07f73ecb73b0a355780355e Bug: 62466540 (cherry picked from commit 20ecc54ebd2913f1e6a8d156be9ae0f8ca874a37)
* | | Fixing Drawable not getting tinted properly if the color is always transparentSunny Goyal2017-06-091-0/+1
| | | | | | | | | | | | | | | Bug: 62457537 Change-Id: I04b8804162b7338f62d3fdabb87dd31ad507ebaa
* | | Merge "Updating the WallpaperManagerCompatVL to use JobSchedular instead of ↵TreeHugger Robot2017-06-082-21/+70
|\ \ \ | | | | | | | | | | | | intent service" into ub-launcher3-dorval-polish
| * | | Updating the WallpaperManagerCompatVL to use JobSchedular instead of intent ↵Sunny Goyal2017-06-082-21/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | service Bug: 62065291 Change-Id: I5872cea1b110268e9593eeb6397e94ecea1bc03d
* | | | resolve merge conflicts of 7092db024 to ub-launcher3-dorval-polishTony Wickham2017-06-086-26/+65
|\ \ \ \ | |/ / / |/| / / | |/ / | | | Test: I solemnly swear I tested this conflict resolution.x Change-Id: I0f9ed3d42fcb04299c3c23d06629f855614c0538
| * | Add support for color extracted notification dotsTony Wickham2017-06-086-26/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changing the badge_color in colors.xml to transparent will cause them to be color extracted. When an extracted color is used in the IconPalette, we desaturate the background. Otherwise we respect the exact color specified in colors.xml. Change-Id: Ie82d0c5335fa5f24d4cc47766e4c1719c4916f8b
* | | Trigger theme change if supportsDarkText is switching.Mario Bertschler2017-06-081-1/+2
| | | | | | | | | | | | Change-Id: Id5ec0429b5fb94d742dfac093263144f71f0d6b7
* | | Merge "Use extracted color for scrim in overview mode." into ↵TreeHugger Robot2017-06-081-4/+8
|\ \ \ | | | | | | | | | | | | ub-launcher3-dorval-polish
| * | | Use extracted color for scrim in overview mode.Mario Bertschler2017-06-081-4/+8
| | | | | | | | | | | | | | | | Change-Id: Ia24dbf69a64cb0b84da9985a5dd78ca699e7bed1
* | | | Adding a utility method for getting device prefsSunny Goyal2017-06-084-23/+16
|/ / / | | | | | | | | | Change-Id: I1e3c7df0a3f4e847b40d722d44890e441cc73509
* | | Dark text support for caret, drop target text and cell layout drop outlineMario Bertschler2017-06-082-3/+6
| | | | | | | | | | | | Change-Id: I1bcad657b6e49be6fa93cafe9d8ae304604be34d
* | | Merge "Dark color on super light wallpaper support" into ↵Mario Bertschler2017-06-087-11/+39
|\ \ \ | | | | | | | | | | | | ub-launcher3-dorval-polish
| * | | Dark color on super light wallpaper supportMario Bertschler2017-06-077-11/+39
| | | | | | | | | | | | | | | | Change-Id: I0fdfa9abefb72e06c45b1f635ac97e2acfa97f05
* | | | Merge "Adding utility method to temporarily hide scrollbar" into ↵TreeHugger Robot2017-06-082-2/+18
|\ \ \ \ | | | | | | | | | | | | | | | ub-launcher3-dorval-polish
| * | | | Adding utility method to temporarily hide scrollbarSunny Goyal2017-06-072-2/+18
| |/ / / | | | | | | | | | | | | | | | | Bug: 37616877 Change-Id: I286493746c44ace8958ffd8df24317125b445cf7