summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add dummy string to Launcher3Tests resources to fix build error.Hyunyoung Song2015-03-161-0/+21
* Extracting out CacheKey to a separate classSunny Goyal2015-03-162-31/+62
* Merge "Minor changes to apps view." into ub-launcher3-burnabyWinson Chung2015-03-1311-46/+173
|\
| * Minor changes to apps view.Winson Chung2015-03-1311-46/+173
* | Fixing build error in launcher_protoutil_libSunny Goyal2015-03-131-2/+3
* | Merge "Scrolling folder during drag-drop" into ub-launcher3-burnabySunny Goyal2015-03-133-35/+261
|\ \
| * | Scrolling folder during drag-dropSunny Goyal2015-03-133-35/+261
* | | Merge "Adding app grid layout with fastscroller." into ub-launcher3-burnabyWinson Chung2015-03-1325-478/+1295
|\ \ \ | |/ / |/| / | |/
| * Adding app grid layout with fastscroller.Winson Chung2015-03-1225-478/+1295
* | Merge "Refactoring some logic in FolderPagedView" into ub-launcher3-burnabySunny Goyal2015-03-121-100/+49
|\ \ | |/ |/|
| * Refactoring some logic in FolderPagedViewSunny Goyal2015-03-101-100/+49
* | am fe1dcbf0: (-s ours) Fix widget refresh issue on package install/uninstallHyunyoung Song2015-03-120-0/+0
|\ \
| * | Fix widget refresh issue on package install/uninstallHyunyoung Song2015-03-113-12/+12
* | | Fix widget refresh issue on package install/uninstallHyunyoung Song2015-03-113-10/+10
* | | Merge "Initial changes to break out AllApps into its own view." into ub-launc...Winson Chung2015-03-1128-935/+2112
|\ \ \
| * | | Initial changes to break out AllApps into its own view.Winson Chung2015-03-1028-935/+2112
* | | | Merge "Adding a dummy method for fix GSA compilation issues" into ub-launcher...Sunny Goyal2015-03-111-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Adding a dummy method for fix GSA compilation issuesSunny Goyal2015-03-101-0/+6
| | |/ | |/|
* | | Merge "Ensuring setQsbSearchBar is called whenever the QSB is created" into u...Sunny Goyal2015-03-102-6/+8
|\ \ \ | |/ / |/| |
| * | Ensuring setQsbSearchBar is called whenever the QSB is createdSunny Goyal2015-03-042-6/+8
* | | Merge "Adding a scrollable folder content implementation" into ub-launcher3-b...Sunny Goyal2015-03-099-37/+742
|\ \ \
| * | | Adding a scrollable folder content implementationSunny Goyal2015-03-099-37/+742
* | | | Merge "Enabling accessible drag and drop" into ub-launcher3-burnabyAdam Cohen2015-03-0911-42/+556
|\ \ \ \ | |/ / / |/| | |
| * | | Enabling accessible drag and dropAdam Cohen2015-03-0911-42/+556
| |/ /
* | | Merge "Refactoring max id logic to a common method" into ub-launcher3-burnabySunny Goyal2015-03-091-36/+23
|\ \ \
| * | | Refactoring max id logic to a common methodSunny Goyal2015-03-041-36/+23
| |/ /
* | | Handling getLastItem when the folder is closedSunny Goyal2015-03-051-1/+7
* | | Some parameter cleanupSunny Goyal2015-03-051-5/+2
* | | Merge "Using left and top instead of getLocationInWindow for getting target v...Sunny Goyal2015-03-051-23/+28
|\ \ \
| * | | Using left and top instead of getLocationInWindow for getting target view pos...Sunny Goyal2015-03-051-23/+28
* | | | Merge "Setting hotseat padding to the container for symmetry" into ub-launche...Sunny Goyal2015-03-051-2/+1
|\ \ \ \
| * | | | Setting hotseat padding to the container for symmetrySunny Goyal2015-03-051-2/+1
| |/ / /
* / / / Using unique view id for each item in folderSunny Goyal2015-03-051-5/+5
|/ / /
* | | Merge "Extracting a common interface out of FolderCellLayout" into ub-launche...Sunny Goyal2015-03-052-83/+144
|\ \ \
| * | | Extracting a common interface out of FolderCellLayoutSunny Goyal2015-03-052-83/+144
* | | | Fixing icon disappearing on dropping to workspaceSunny Goyal2015-03-051-1/+1
|/ / /
* | | am c6c8fef3: Clearing DB if necessary, when applying the default layoutSunny Goyal2015-03-051-0/+4
|\ \ \ | | |/ | |/|
| * | Clearing DB if necessary, when applying the default layoutSunny Goyal2015-03-041-0/+4
* | | Merge "Refactoring folder content" into ub-launcher3-burnabySunny Goyal2015-03-055-423/+442
|\ \ \
| * | | Refactoring folder contentSunny Goyal2015-03-045-423/+442
| | |/ | |/|
* | | Merge "Fix the broken build from recent focus navigation handling code (compi...Hyunyoung Song2015-03-051-2/+2
|\ \ \
| * | | Fix the broken build from recent focus navigation handling codeHyunyoung Song2015-03-041-2/+2
* | | | Merge "[key event focus] DPAD navigates to the nearest item on next/previous ...Hyunyoung Song2015-03-053-12/+148
|\| | |
| * | | [key event focus] DPAD navigates to the nearest item on next/previous pageHyunyoung Song2015-03-033-12/+148
| |/ /
* / / Fixing wrong check to determine the drag sourceSunny Goyal2015-03-022-13/+8
|/ /
* | Merge "Setting workspace id as primary key" into ub-launcher3-burnabySunny Goyal2015-03-021-4/+57
|\ \
| * | Setting workspace id as primary keySunny Goyal2015-02-271-4/+57
* | | am e72f3d53: Fixing wronk rowID check.Sunny Goyal2015-03-021-1/+1
|\ \ \ | | |/ | |/|
| * | Fixing wronk rowID check.Sunny Goyal2015-03-021-1/+1
* | | Merge "[unit tests] Setup instrument target for the launcher3 unit test b/195...Hyunyoung Song2015-03-023-3/+95
|\ \ \