summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Rename "badges" to "dots" where appropriateTony Wickham2018-12-0422-259/+257
| | | | | | | | This will reduce confusion with the other "badging" concept we use for, e.g. work profiles. It is also consistent with the external name "notification dots". Change-Id: I2a2c9d96dc0d6284eb0c48adc78a856271caad4d
* Merge "setVisibility should not propagate focus on children views" into ↵Hyunyoung Song2018-12-012-3/+10
|\ | | | | | | ub-launcher3-master
| * setVisibility should not propagate focus on children viewsHyunyoung Song2018-11-302-3/+10
| | | | | | | | | | Bug: 120064903 Change-Id: I2d58d1ef89db7749f9e6551c716b3cc0567915b3
* | Merge "Move BadgeRenderer to iconloader library" into ub-launcher3-masterTreeHugger Robot2018-12-014-134/+32
|\ \
| * | Move BadgeRenderer to iconloader libraryTony Wickham2018-11-304-134/+32
| |/ | | | | | | | | | | | | - Rename BadgeRenderer to DotRenderer - Move drawing parameters to new class DrawParams - Add leftAlign param Change-Id: I69de56c13280ba5e7e1ea3868c23edfac01012e9
* | Merge "Fix end state when animating launcher after swipe up from an app" ↵Tony Wickham2018-11-302-2/+5
|\ \ | | | | | | | | | into ub-launcher3-master
| * | Fix end state when animating launcher after swipe up from an appTony2018-11-292-2/+5
| |/ | | | | | | | | | | | | | | Previously we were comparing the controller's progress at the time of the end of the animation... which is always 1. Instead, we should be comparing the effective final progress based on the interpolator. Change-Id: I18110b5a3b914839860931187f39cfa11182b3e2
* / Fixing shortcut icons are not getting correct color extraction.Sunny Goyal2018-11-305-14/+25
|/ | | | | | | | > Avoiding color extraction for icons which have already be evaluated > Fixing color extraction from hardware bitmaps Bug: 111343544 Change-Id: I624866e892465684871fbc130003e32945d86460
* Merge "Moving autority definition to a separate file, so that it can be ↵TreeHugger Robot2018-11-282-9/+2
|\ | | | | | | easily customized using android studio" into ub-launcher3-master
| * Moving autority definition to a separate file, soSunny Goyal2018-11-272-9/+2
| | | | | | | | | | | | | | that it can be easily customized using android studio Change-Id: I17f4f4511c2af5d382727769d1b74413f233d500 Bug: 120079798
* | Merge "Moving Pause button to the left of the context menu header" into ↵TreeHugger Robot2018-11-264-1/+31
|\ \ | |/ |/| | | ub-launcher3-master
| * Moving Pause button to the left of the context menu headerVadim Tryshev2018-11-264-1/+31
| | | | | | | | | | | | | | | | | | See this mock: https://www.google.com/url?q=https://docs.google.com/presentation/d/1AepsnLeKcRhjMW35SkB5yMKO3u6waigug8Tyfe0LO5o/edit%23slide%3Did.g455d187f2a_0_45&sa=D&ust=1542320415002000&usg=AFQjCNH-jsy5THG1WqxjeYbj628QFMJKvQ Bug: 117888000 Test: Manual Change-Id: I1edbc569347f09f0806ad6749735c3dec198277a
* | Merge "Making CellLayout inflatable without LauncherActivtiy" into ↵TreeHugger Robot2018-11-217-55/+46
|\ \ | | | | | | | | | ub-launcher3-master
| * | Making CellLayout inflatable without LauncherActivtiySunny Goyal2018-11-207-55/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow creating cellLayout with a different device profile or a different activtiy which can be used when displaying multiple activities in multi-display or generating a preview for changing display properties. Change-Id: I386731d95e33c48bdef270ce9c0d3e9feefb6262
* | | Merge "Removing Launcher dependency in search box layout" into ↵TreeHugger Robot2018-11-214-6/+17
|\ \ \ | | | | | | | | | | | | ub-launcher3-master
| * | | Removing Launcher dependency in search box layoutSunny Goyal2018-11-204-6/+17
| |/ / | | | | | | | | | | | | Bug: 118758696 Change-Id: Id918c44b8bd2a97ab577481b7584afbe56e8a591
* | | Merge "Get Robolectric tests passing" into ub-launcher3-masterRyan Lothian2018-11-201-1/+1
|\ \ \ | |/ / |/| |
| * | Get Robolectric tests passingRyan Lothian2018-11-151-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | + Default SDK 28 -> 26, as >26 isn't available for unbundled make builds. + @Ignore 3 test methods that currently fail with resource-related errors. Test: RunLauncherRoboTests succeeds locally Bug: 119567714 Change-Id: Id6ea42cef050119d892b5af2b1ba1afc4c4f0b28
* | Merge "Moving some methods from various activities to the base interface" ↵TreeHugger Robot2018-11-195-18/+43
|\ \ | |/ |/| | | into ub-launcher3-master
| * Moving some methods from various activities to the base interfaceSunny Goyal2018-11-195-18/+43
| | | | | | | | | | | | | | | | This allows creating some custom views in the absence of activity context Bug: 118758696 Change-Id: I23999290e972a2a8cbd725a521a4e0c7c2e5023e
* | Merge "Clean up span calculations in LauncherAppWidgetProviderInfo." into ↵Jonathan Miranda2018-11-151-10/+4
|\ \ | |/ |/| | | ub-launcher3-master
| * Clean up span calculations in LauncherAppWidgetProviderInfo.Jon Miranda2017-09-201-10/+4
| | | | | | | | | | | | | | | | Using the results from DeviceProfile#getCellSize instead of manually computing the cell sizes. Bug: 63850436 Change-Id: I1de3871756a8b0e9bc8c5f9c2c1f386bb8dc31a2
* | Ensure base StatsLogManager can be instantiatedWinson Chung2018-11-141-3/+1
| | | | | | | | | | Bug: 119500924 Change-Id: Ia1adfa75147508ff1ff2a119cfba62b034ae4604
* | Merge "Moving come tests to Roboelectric" into ub-launcher3-masterTreeHugger Robot2018-11-131-2/+4
|\ \
| * | Moving come tests to RoboelectricSunny Goyal2018-11-121-2/+4
| | | | | | | | | | | | | | | | | | > Fixing resource loading in robo tests Change-Id: Id5b8a0e4916a2a200da7a41b03f19846834beb1f
* | | Merge "Fix showing strange Launcher on pressing Home." into ub-launcher3-masterVadim Tryshev2018-11-131-0/+5
|\ \ \ | |/ / |/| |
| * | Fix showing strange Launcher on pressing Home.Vadim Tryshev2018-11-121-0/+5
| | | | | | | | | | | | | | | | | | Bug: 118441555 Test: manual, race condition repro, TaplTests Change-Id: I8b09895558f8baa72eb3a794724170417fadfda6
* | | Merge "Add ToggleableGlobalSettingsFlag for QUICK_SWITCH" into ↵Tony Wickham2018-11-102-20/+83
|\ \ \ | | | | | | | | | | | | ub-launcher3-master
| * | | Add ToggleableGlobalSettingsFlag for QUICK_SWITCHTony2018-11-092-20/+83
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | - ToggleableGlobalSettingsFlag saves/loads from Settings.Global rather than SharedPrefs, allowing other processes to update the setting as well. - ToggleableGlobalSettingsFlag#get() reads from storage every time. - Add the flags' descriptions to the feature flags settings UI. Change-Id: I9cfc44ddaa5d9e223cf77a9b2475f8d25757d1fb
* / / Adding reusable version of IconCache and IconFactorySunny Goyal2018-11-092-7/+1
|/ / | | | | | | | | | | | | | | | | > Adding resource based allowing projects to control cache behavior > Fixing missing comments from ag/5470467 > Adding support for no-immemory cache Bug: 115891474 Change-Id: I691206805430cd93d3be78119bc249cefd79790a
* | Merge "Allow overriding flags in Robolectric tests" into ub-launcher3-masterTreeHugger Robot2018-11-091-1/+9
|\ \
| * | Allow overriding flags in Robolectric testsRyan Lothian2018-11-081-1/+9
| | | | | | | | | | | | | | | Bug: 117235618 Change-Id: Ibc01a4fe1de6a38d9fc620e4601fdb2282bf03e1
* | | Moving BaseIconCache to icon libSunny Goyal2018-11-0810-974/+24
| | | | | | | | | | | | Change-Id: I4fb56dcd6231a848d152e690edaf8885efbc995a
* | | Fixing wrong layout used to calculate drag-n-drop locationSunny Goyal2018-11-081-3/+3
|/ / | | | | | | | | | | Bug: 119229781 Bug: 119234125 Change-Id: I24425a7754db3dfef803088761fa67c9586d89d9
* | Moving some utility classes to icon libSunny Goyal2018-11-0711-338/+13
| | | | | | | | Change-Id: I0cc19ea02fb0732e9e1778a18c0d2c229232d179
* | Merge "Removing some Launcher3 dependencies from BaseIconCache" into ↵TreeHugger Robot2018-11-078-55/+59
|\ \ | | | | | | | | | ub-launcher3-master
| * | Removing some Launcher3 dependencies from BaseIconCacheSunny Goyal2018-11-068-55/+59
| | | | | | | | | | | | Change-Id: Ic80ed4a5cd2fc414cd6c27096d798e7f0b8efc72
* | | Merge "Adding an interface to allow adding custom views in ↵TreeHugger Robot2018-11-063-42/+289
|\ \ \ | | | | | | | | | | | | FloatingHeaderView" into ub-launcher3-master
| * | | Adding an interface to allow adding custom views in FloatingHeaderViewSunny Goyal2018-11-063-42/+289
| |/ / | | | | | | | | | | | | Bug: 109828640 Change-Id: I9bde5d4fab47eb3e5787bbb741b5b9051a15c0c2
* / / Removing Launcher3 util class dependency in IconCacheUpdateHandlerSunny Goyal2018-11-061-8/+18
|/ / | | | | | | Change-Id: I7317c11cd2aa54b4b7647aa5644b23c91a240d19
* | Replacing setAlphaComponent with setAlphaComponentBound for better animation ↵Sunny Goyal2018-11-0610-33/+33
| | | | | | | | | | | | | | | | | | | | interpolation setAlphaComponent throws expetion for invalid range, which can cause brashes in overshoot interpolation Bug: 118390004 Change-Id: Ic9c5ff3d660eba353b982c4c47ccfaf329b3e296
* | Merge "Removing UserManagerCompat wrapper for getting baded label" into ↵TreeHugger Robot2018-11-066-26/+12
|\ \ | | | | | | | | | ub-launcher3-master
| * | Removing UserManagerCompat wrapper for getting baded labelSunny Goyal2018-11-056-26/+12
| | | | | | | | | | | | | | | | | | | | | This removes some crass dependency on Launcher compat implementation making it easier to move iconCache to a separate library Change-Id: If5fab0c82d98089cde6f54b6a374fb7bb2db5ae8
* | | Merge "Disable Shortcuts menu item for Android Go devices." into ↵TreeHugger Robot2018-11-061-2/+5
|\ \ \ | |/ / |/| | | | | ub-launcher3-master
| * | Disable Shortcuts menu item for Android Go devices.Rajeev Kumar2018-11-051-2/+5
| | | | | | | | | | | | | | | | | | Bug: 112904271 Test: Manual test Change-Id: I423afd62063babcda52d3907bbd608049238f065
* | | Merge "Removing some launcher cross dependency in BaseIconCache so that it ↵TreeHugger Robot2018-11-066-109/+146
|\ \ \ | | | | | | | | | | | | can eventually be moved to icon library" into ub-launcher3-master
| * | | Removing some launcher cross dependency in BaseIconCacheSunny Goyal2018-11-056-109/+146
| | | | | | | | | | | | | | | | | | | | | | | | so that it can eventually be moved to icon library Change-Id: I65e3ad34322a10695c1ba114f5e60c4418747f05
* | | | Merge "Split out launcherProtos from sysui_shared.jar" into ub-launcher3-masterTreeHugger Robot2018-11-061-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Split out launcherProtos from sysui_shared.jarHyunyoung Song2018-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | Bug: 113043444 Change-Id: I3115cdc7871b0f77601e399df01cdde0dde87c6e
* | | | Create a launcher LoaderResults override.Rajeev Kumar2018-11-051-53/+28
| |/ / |/| | | | | | | | | | | | | | | | | | | | This change disables shortcuts/widgets binding on Android Go devices. Bug: 112904271 Test: Manual test Change-Id: I3dbcd23dc448ff9ca5fe6c32958dcffb51c4bcf5