1. c491835 Adding a dummy method for fix GSA compilation issues by Sunny Goyal · 9 years ago
  2. 28ad584 Merge "Adding a scrollable folder content implementation" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  3. 290800b Adding a scrollable folder content implementation by Sunny Goyal · 9 years ago
  4. ec3682b Merge "Enabling accessible drag and drop" into ub-launcher3-burnaby by Adam Cohen · 9 years ago
  5. c9735cf Enabling accessible drag and drop by Adam Cohen · 10 years ago
  6. d5bf4ab Merge "Refactoring max id logic to a common method" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  7. 1c0e633 Handling getLastItem when the folder is closed by Sunny Goyal · 9 years ago
  8. ee99510 Some parameter cleanup by Sunny Goyal · 9 years ago
  9. cd851f1 Merge "Using left and top instead of getLocationInWindow for getting target view position" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  10. fd3ea4f Merge "Setting hotseat padding to the container for symmetry" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  11. a39b82e Using left and top instead of getLocationInWindow for getting target view position by Sunny Goyal · 9 years ago
  12. 82e861d Using unique view id for each item in folder by Sunny Goyal · 9 years ago
  13. d81992b Setting hotseat padding to the container for symmetry by Sunny Goyal · 9 years ago
  14. 49b39d6 Merge "Extracting a common interface out of FolderCellLayout" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  15. 95deb3a Fixing icon disappearing on dropping to workspace by Sunny Goyal · 9 years ago
  16. bc75335 Extracting a common interface out of FolderCellLayout by Sunny Goyal · 9 years ago
  17. 323f47f am c6c8fef3: Clearing DB if necessary, when applying the default layout by Sunny Goyal · 9 years ago
  18. 0b0d9d4 Merge "Refactoring folder content" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  19. bd6fde1 Merge "Fix the broken build from recent focus navigation handling code (compilation error)." into ub-launcher3-burnaby by Hyunyoung Song · 9 years ago
  20. ac721f8 Fix the broken build from recent focus navigation handling code by Hyunyoung Song · 9 years ago
  21. cbd02ce Merge "[key event focus] DPAD navigates to the nearest item on next/previous page b/19381790 b/16351792" into ub-launcher3-burnaby by Hyunyoung Song · 9 years ago
  22. c3a609f Refactoring folder content by Sunny Goyal · 9 years ago
  23. c6c8fef Clearing DB if necessary, when applying the default layout by Sunny Goyal · 9 years ago
  24. fe4e4b9 Refactoring max id logic to a common method by Sunny Goyal · 9 years ago
  25. 3853171 [key event focus] DPAD navigates to the nearest item on next/previous page by Hyunyoung Song · 9 years ago
  26. 9282059 Fixing wrong check to determine the drag source by Sunny Goyal · 9 years ago
  27. 8dbf0ff Merge "Setting workspace id as primary key" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  28. f30e99b am e72f3d53: Fixing wronk rowID check. by Sunny Goyal · 9 years ago
  29. e72f3d5 Fixing wronk rowID check. by Sunny Goyal · 9 years ago
  30. ec22cf4 Merge "[unit tests] Setup instrument target for the launcher3 unit test b/19566571" into ub-launcher3-burnaby by Hyunyoung Song · 9 years ago
  31. 170a9f3 [unit tests] Setup instrument target for the launcher3 unit test b/19566571 by Hyunyoung Song · 9 years ago
  32. 8f2a9e4 Merge "Cleaning up some resources in WallpaperPickerActivity" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  33. 5b437d8 Merge "Removed disableAllApps flag" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  34. 53fca52 [unit tests] Delete stress package b/19566571 by Hyunyoung Song · 9 years ago
  35. d2f3819 Setting workspace id as primary key by Sunny Goyal · 9 years ago
  36. c63b8b8 am 633325c4: (-s ours) DO NOT MERGE: Setting workspace id as primary key by Sunny Goyal · 9 years ago
  37. c54729a Merge "Updating IconCache to maintain a persistent of icons" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  38. c9acdd5 Removed disableAllApps flag by Sunny Goyal · 9 years ago
  39. 9c83a0d Cleaning up some resources in WallpaperPickerActivity by Sunny Goyal · 9 years ago
  40. 560616d Build fix. Some references of a resources still remained after ag/619757 by Sunny Goyal · 9 years ago
  41. 4fbc382 Updating IconCache to maintain a persistent of icons by Sunny Goyal · 9 years ago
  42. ed46c09 Merge "Refactoring common methods" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  43. 748909e Merge "Picking a bitmap to reuse where least pixels are wasted" into ub-launcher3-burnaby by Sunny Goyal · 9 years ago
  44. 1587d53 Refactoring common methods by Sunny Goyal · 9 years ago
  45. 633325c DO NOT MERGE: Setting workspace id as primary key by Sunny Goyal · 9 years ago
  46. 9f9d0a5 Picking a bitmap to reuse where least pixels are wasted by Sunny Goyal · 9 years ago
  47. 8ed75e5 am 7470c817: Using SCREEN_ORIENTATION_LOCKED for locking to current orientation. by Sunny Goyal · 9 years ago
  48. 65b929d Reducing memory usage of wallpaper picker by Sunny Goyal · 9 years ago
  49. 31178b8 [key event focus handling] (1)hotseat <-> icon now symmetric, (2)support DEL keycode by Hyunyoung Song · 9 years ago
  50. 7470c81 Using SCREEN_ORIENTATION_LOCKED for locking to current orientation. by Sunny Goyal · 9 years ago
  51. d88d0bd Merge "[key event focus handling] Cleanup/Refactor/Feature 1) Focus navigation handling is refactored to Focus utility class. New 2 step dpad navigation algorithm is inside Focus class 2) Introduced a map (or matrix) that indicates where sparse icons are located inside a grid. This enables getting rid of the icon sorting logic which was costly. 3) Unified all the dpad handling logic inside the handleXXKeyEvent methods 4) DOWN/UP key will allow navigation between workspace icons and the hotseat 5) Folder icons allow DOWN/UP to navigate to the title" into ub-launcher3-master by Hyunyoung Song · 9 years ago
  52. ee3e6a7 [key event focus handling] Cleanup/Refactor/Feature by Hyunyoung Song · 9 years ago
  53. c018c4d Merge "Revert "Mark WIDGET_CATEGORY_HOME and WIDGET_CATEGORY_SEARCHBOX on the search widget"" into ub-launcher3-master by Adam Cohen · 9 years ago
  54. eb8e282 Revert "Mark WIDGET_CATEGORY_HOME and WIDGET_CATEGORY_SEARCHBOX on the search widget" by Adam Cohen · 9 years ago
  55. f3e4f54 Merge "Moving some files and methods around" into ub-launcher3-master by Sunny Goyal · 9 years ago
  56. 9026271 Merge "Fixing logic to determine if wallpaper change." into ub-launcher3-master by Sunny Goyal · 9 years ago
  57. ae52d72 Merge "Mark WIDGET_CATEGORY_HOME and WIDGET_CATEGORY_SEARCHBOX on the search widget" into ub-launcher3-master by Adam Cohen · 9 years ago
  58. 87cf883 Mark WIDGET_CATEGORY_HOME and WIDGET_CATEGORY_SEARCHBOX on the search widget by Adam Cohen · 9 years ago
  59. ea292fe Merge "Add clip-reveal animation to Launcher" into ub-launcher3-master by Chet Haase · 9 years ago
  60. a8f996d Add clip-reveal animation to Launcher by Chet Haase · 9 years ago
  61. 387f4a7 am fce720f3: Merge "Fixing crash when dragging and dropping a restored widget." into ub-launcher3-almonte by Sunny Goyal · 9 years ago
  62. fce720f Merge "Fixing crash when dragging and dropping a restored widget." into ub-launcher3-almonte by Sunny Goyal · 9 years ago
  63. 2434d40 Fixing crash when dragging and dropping a restored widget. by Sunny Goyal · 9 years ago
  64. 97079bc am 80e6beb4: Ensure that layers are properly removed after animation by Adam Cohen · 9 years ago
  65. 80e6beb Ensure that layers are properly removed after animation by Adam Cohen · 9 years ago
  66. f48e71d Merge "Use ResolveInfo for label and icon for LauncherActivityInfo" into ub-launcher3-master by Sunny Goyal · 9 years ago
  67. 35746d6 Merge "Removing unused BlockingGLTextureView" into ub-launcher3-master by Sunny Goyal · 9 years ago
  68. 06a4d3f Moving some files and methods around by Sunny Goyal · 9 years ago
  69. 14334bd Merge "Removing code for the unused 'upgrade path'" into ub-launcher3-master by Sunny Goyal · 9 years ago
  70. e1b8b27 Merge "Fixing last image thumb, being loaded twice" into ub-launcher3-master by Sunny Goyal · 9 years ago
  71. c7eef37 Removing unused BlockingGLTextureView by Sunny Goyal · 9 years ago
  72. fddef46 Fixing logic to determine if wallpaper change. by Sunny Goyal · 9 years ago
  73. 6f553b9 Fixing last image thumb, being loaded twice by Sunny Goyal · 9 years ago
  74. d3f0357 am c87775d8: Fixing rank migration code to handle null values correctly. by Sunny Goyal · 9 years ago
  75. 09cd922 Remove meaningless bug id from from addDumpLog and Log.d methods by Hyunyoung Song · 9 years ago
  76. 66cfdc2 Removing code for the unused 'upgrade path' by Sunny Goyal · 9 years ago
  77. 54d7d05 Use ResolveInfo for label and icon for LauncherActivityInfo by Sunny Goyal · 9 years ago
  78. c87775d Fixing rank migration code to handle null values correctly. by Sunny Goyal · 9 years ago
  79. 3c1865a Using SCREEN_ORIENTATION_LOCKED for locking to current orientation. by Sunny Goyal · 9 years ago
  80. 45ba260 am 8f9a7879: Launcher crashes on widget bind permission prompt by Sunny Goyal · 9 years ago
  81. 8f9a787 Launcher crashes on widget bind permission prompt by Sunny Goyal · 10 years ago
  82. 762d08e am bd4a7893: Merge "Revert "Adding Launcher3 callbacks for trimming memory."" into ub-launcher3-almonte by Adam Cohen · 9 years ago
  83. bd4a789 Merge "Revert "Adding Launcher3 callbacks for trimming memory."" into ub-launcher3-almonte by Adam Cohen · 9 years ago
  84. e2d4ee1 Revert "Adding Launcher3 callbacks for trimming memory." by Adam Cohen · 9 years ago
  85. 9d083a1 am acbe9f65: Merge "Adding Launcher3 callbacks for trimming memory." into ub-launcher3-almonte by Robert Kozikowski · 9 years ago
  86. 980b2f0 am 4802b410: Adding null-check before parsing an intent by Sunny Goyal · 9 years ago
  87. acbe9f6 Merge "Adding Launcher3 callbacks for trimming memory." into ub-launcher3-almonte by Robert Kozikowski · 9 years ago
  88. 4802b41 Adding null-check before parsing an intent by Sunny Goyal · 9 years ago
  89. 42f3b9e Adding Launcher3 callbacks for trimming memory. by Robert Kozikowski · 9 years ago
  90. 158da08 am b76c165a: Fix ClassCastException due to typo by Adam Cohen · 9 years ago
  91. b76c165 Fix ClassCastException due to typo by Adam Cohen · 9 years ago
  92. 7034f14 am a258f812: Modify strict mode thread policy for LauncherProvider. by Nilesh Agrawal · 9 years ago
  93. a258f81 Modify strict mode thread policy for LauncherProvider. by Nilesh Agrawal · 9 years ago
  94. 9f7cac9 am b3e5e4f5: (-s ours) Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  95. b3e5e4f Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  96. 75beb3b Import translations. DO NOT MERGE by Geoff Mendal · 9 years ago
  97. b3a8f80 resolved conflicts for merge of b564efb0 to ub-launcher3-master by Sunny Goyal · 10 years ago
  98. b564efb Adding support for <include> tag in AutoInstall layout by Sunny Goyal · 10 years ago
  99. 1660da5 Merge "Replacing hotseat icon to an appropriate system app" into ub-launcher3-master by Sunny Goyal · 10 years ago
  100. 21d2c55 am 71701f81: Add project / classpath to gitignore by Adam Cohen · 10 years ago