Go to file
Sunny Goyal 719f58b23f Fixing dead lock in loading icon for recents
> getBitmapInfo() is called on background thead which blocks
  on the main thread to get InvariantDeviceProfile
> getDefaultIcon() can be called on the main thread, which
  would get blocked on a previous call of getBitmapInfo()

Bug: 117588621
Change-Id: I6549398c7e0a49284fe59950965495074ab8cdd0
2018-10-11 13:59:20 -07:00
go Groundwork for runtime-toggleable feature flags 2018-10-08 13:17:30 -04:00
proto_overrides Adding support for derivative apps to safely extend LauncherLog proto 2017-07-20 11:47:11 -07:00
protos Remove device profile dependency from UserEventDispatcher 2018-07-11 23:31:01 -07:00
quickstep Fixing dead lock in loading icon for recents 2018-10-11 13:59:20 -07:00
res Import translations. DO NOT MERGE 2018-10-06 18:42:21 -07:00
src/com/android/launcher3 Improving tests to fix testBindNormalWidget_withoutConfig, and beyond 2018-10-09 18:47:42 -07:00
src_flags/com/android/launcher3/config Groundwork for runtime-toggleable feature flags 2018-10-08 13:17:30 -04:00
src_ui_overrides/com/android/launcher3/uioverrides Move IconNormalizer/ShadowGenerator/LauncherIcons to icons package 2018-09-26 11:57:37 -07:00
tests Merge "Improving tests to fix testBindNormalWidget_withoutConfig, and beyond" into ub-launcher3-master 2018-10-10 02:03:39 +00:00
.gitignore Adding back .gitignore file 2018-03-05 17:40:15 -08:00
Android.bp Make tapl java_library_static 2018-09-10 14:15:19 -07:00
Android.mk Disabling proguard on Launcher3 as it is a test target 2018-10-10 10:03:02 -07:00
AndroidManifest-common.xml Cleaning up build rules to simplify customizing derivative projects 2018-07-02 11:16:04 -07:00
AndroidManifest.xml Cleaning up build rules to simplify customizing derivative projects 2018-07-02 11:16:04 -07:00
CleanSpec.mk Revert "Revert "Move wallpaper picker code to a separate directory"" 2013-12-11 15:41:28 +01:00
MODULE_LICENSE_APACHE2 auto import from //depot/cupcake/@135843 2009-03-03 19:32:27 -08:00
NOTICE auto import from //depot/cupcake/@135843 2009-03-03 19:32:27 -08:00
build.gradle Updating the gradle and build tools version 2018-09-20 15:33:08 -07:00
fill_screens.py Updating dialtacts to new package. 2012-08-21 13:35:10 -07:00
print_db.py Tweaking print_db script to take grid size directly. 2015-09-14 11:51:41 -07:00
proguard.flags Removing various reflection based animations, to allow for better proguarding 2018-09-21 18:21:04 +00:00