1. f9d9df7 Gracefully fallback to new ComponentName if one is renamed/removed by Tony Wickham · 7 years ago
  2. 18a4e5a Making LauncherIcons thread safe by Sunny Goyal · 8 years ago
  3. ea52908 Using view elevation for shadow during click feedback instead of by Sunny Goyal · 8 years ago
  4. 076839c Moving various runtime flags into the common base class. by Sunny Goyal · 8 years ago
  5. 6b0aa87 Caching system app flag to avoid unnecessary system calls when scrolling by Sunny Goyal · 8 years ago
  6. 5459b66 AppInfo to create launch intent from component name. by Mario Bertschler · 8 years ago
  7. 24bb66a Removing the profile extra from intent and using the profile id from the profile column by Sunny Goyal · 8 years ago
  8. e442512 Setting AppInfo.itemType to ITEM_TYPE_APPLICATION per default by Mario Bertschler · 8 years ago
  9. 0fc6f68 App discovery integration in All Apps search by Mario Bertschler · 9 years ago
  10. 3c7d9cb Clean up around 1) Log.VERBOSE and 2) dump b/31772480 by Hyunyoung Song · 9 years ago
  11. 3e9be43 No more LauncherActivityInfoCompat by Sunny Goyal · 9 years ago
  12. 1cc1c9a Enforcing background thread when accessing iconCacheDb. by Sunny Goyal · 9 years ago
  13. 3fe4a14 Simplifying IconCache access code by Sunny Goyal · 9 years ago
  14. 7c74e4a No more UserHandleCompat by Sunny Goyal · 9 years ago
  15. 1cd01b0 Ensuring that ShortcutInfo always has an icon by Sunny Goyal · 9 years ago
  16. 8e0e1d7 Moving come helper methods to corresponding classes by Sunny Goyal · 9 years ago
  17. e4a3e0c Adding support for searching word segments when camelcase is used in the title by Sunny Goyal · 9 years ago
  18. 1edab71 Unifying toString() method for various ItemInfo subclasses by Sunny Goyal · 9 years ago
  19. a7ce166 Making the security checks and policy changes only when launching custom by Sunny Goyal · 9 years ago
  20. d09c370 Removing dependency on getApplicationInfo method added in N by Sunny Goyal · 9 years ago
  21. ff05f43 Respond to managed profile availabilty Intents. by Kenny Guy · 10 years ago
  22. 44cba69 Grey out suspended applications. by Kenny Guy · 10 years ago
  23. dc89315 resolve merge conflicts of 0c2f0700a5 to ub-launcher3-master. by Sunny Goyal · 10 years ago
  24. 0c2f070 Only fetching firstInstallTime for an activity when required by Sunny Goyal · 10 years ago
  25. aa8ef11 Refactoring ItemInfo by Sunny Goyal · 10 years ago
  26. 5183285 Using component key for app search results by Sunny Goyal · 10 years ago
  27. 5f4e0fd Moving all apps code into sub package. by Winson Chung · 10 years ago
  28. 82b016c Trim all whitespace from titles and labels. by Winson Chung · 10 years ago
  29. 3f47144 WidgetTray revamp work by Hyunyoung Song · 10 years ago
  30. 34b6527 Lazy loading high res icons by Sunny Goyal · 10 years ago
  31. 4fbc382 Updating IconCache to maintain a persistent of icons by Sunny Goyal · 11 years ago
  32. e0f58d7 Adding shortcuts corresponding to ManagedUsers automatically. by Sunny Goyal · 11 years ago
  33. c2bd810 Revert "Revert Cls stopping now-master running on googlefood" by Kenny Guy · 11 years ago
  34. 7bc272a Revert Cls stopping now-master running on googlefood by Kenny Guy · 11 years ago
  35. 242bbe1 Remove reflection now we are building against L by Kenny Guy · 11 years ago
  36. b6cc40b Don't clear flags in startActivity by Kenny Guy · 11 years ago
  37. ed13187 Launcher3 multi-profile support by Kenny Guy · 11 years ago
  38. be3e410 Fix source code so it compiles on google3 by Sameer Padala · 11 years ago
  39. e3e646e Make all fields of ItemInfo public. by Anjali Koppal · 11 years ago
  40. 7b168a1 Make classes that extend ItemInfo public. by Anjali Koppal · 12 years ago
  41. b6d4c28 update placeholder on package install or restore by Chris Wren · 12 years ago
  42. 34c2e6c Clean up imports by Michael Jurka · 12 years ago
  43. eadbfc5 Move wallpapers to external activity by Michael Jurka · 12 years ago[Renamed (92%) from src/com/android/launcher3/ApplicationInfo.java]
  44. 997a923 Removing old new-app animation code, and refactoring InstallShortcutReceiver to use new add/bind logic. by Winson Chung · 12 years ago
  45. 1e2f465 Implement ability to uninstall shortcuts from workspace by Michael Jurka · 12 years ago
  46. 64359a5 Ensuring that the db reflects all package added/removed/updated broadcasts. by Winson Chung · 12 years ago
  47. 325dc23 Launcher2 is now Launcher3. by Daniel Sandler · 12 years ago[Renamed (99%) from src/com/android/launcher2/ApplicationInfo.java]
  48. 83892cc Fixing issue where updating the visibility of one application can trigger all icons to disappear. (Bug 8757421) by Winson Chung · 12 years ago
  49. 487f7dd Trying to track down corrupt database / items disappearing by Adam Cohen · 13 years ago
  50. be36516 Try and resolve the package name from the intent directly falling back to the resolved component name if it fails. (Bug 6452306) by Winson Chung · 13 years ago
  51. c9d95c5 Cleaning up LauncherModel by Michael Jurka · 14 years ago
  52. b60fd0e Tagging where ItemInfos are created for debug purposes by Michael Jurka · 14 years ago
  53. c3eecff Preventing multiple calls to loadLabel for the same info within a single load. by Winson Chung · 14 years ago
  54. c85ea57 No longer generating title bitmaps for icons. by Winson Chung · 14 years ago
  55. cd95371 Fix 3385675: Uninstall option available for system app by Patrick Dubroy · 15 years ago
  56. 78403fe Changing downloads tab to my apps and making most recent first. (3377455) by Winson Chung · 15 years ago
  57. 430c53b Fix 2981705: Unable to uninstall downloaded app by dragging to trash. by Patrick Dubroy · 15 years ago
  58. 3d605d5 Make tabs in all apps actually filter the list of apps. by Patrick Dubroy · 15 years ago
  59. aafa03c Allow for NxM layout and in-place rotation of items on homescreen. by Winson Chung · 15 years ago
  60. f984e85 fix 2542590 add more logging when launching app fails by Joe Onorato · 15 years ago
  61. 0589f0f Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ShortcutInfo which is by Joe Onorato · 16 years ago
  62. be38609 Add a lot of logging that can be seen by doing adb shell setprop launcher2.dumpstate 1 and presssing volume down by Joe Onorato · 16 years ago
  63. 9c1289c Redo the launcher loading code and put the real app icons into rollo. by Joe Onorato · 16 years ago
  64. a590252 Launcher2 compiles. by Joe Onorato · 16 years ago
  65. fca7c88 Move com/android/launcher -> com/android/launcher2 by Joe Onorato · 16 years ago[Renamed from src/com/android/launcher/ApplicationInfo.java]
  66. 1ce1a24 Fixes #1937447. Home was not saving the appropriate state when losing focus. by Romain Guy · 16 years ago
  67. 73b979d Add gestures to Home. by Romain Guy · 16 years ago
  68. 31dd503 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  69. 3189679 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
  70. d097a18 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
  71. c8f00b6 Initial Contribution by The Android Open Source Project · 17 years ago