summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Decoupling launcher/workspace package cleanup from the application list (Bug ...Winson Chung2012-06-216-106/+45
* Merge "Launcher-side changes to update packages after the set of app widgets ...Winson Chung2012-06-182-16/+13
|\
| * Launcher-side changes to update packages after the set of app widgets has cha...Winson Chung2012-06-182-16/+13
* | Merge "Fixing issue where dropping items onto side pages might drop them two ...Winson Chung2012-06-181-1/+7
|\ \
| * | Fixing issue where dropping items onto side pages might drop them two pages a...Winson Chung2012-06-181-1/+7
| |/
* | am 3d8bdd63: am eb04476d: Merge "Fix issue where "X" would appear over QSB ba...Michael Jurka2012-06-181-2/+2
|\ \
| * \ Merge "Fix issue where "X" would appear over QSB bar in landscape mode" into ...Michael Jurka2012-06-181-2/+2
| |\ \
| | * | Fix issue where "X" would appear over QSB bar in landscape modeMichael Jurka2012-06-181-2/+2
* | | | am 2561ee84: am d74389d9: Merge "Add null pointer checks to fix NPEs" into jb...Michael Jurka2012-06-182-1/+4
|\| | | | |_|/ |/| |
| * | Merge "Add null pointer checks to fix NPEs" into jb-devMichael Jurka2012-06-182-1/+4
| |\ \
| | * | Add null pointer checks to fix NPEsMichael Jurka2012-06-182-1/+4
| | |/
* | | Merge "Adding animation when destroying folder due to single item remaining"Michael Jurka2012-06-143-46/+94
|\ \ \
| * | | Adding animation when destroying folder due to single item remainingAdam Cohen2012-06-113-46/+94
* | | | am 8fd14178: am 7e4e4ba4: Merge "Removing logging in AppsCustomizePagedView (...Winson Chung2012-06-144-42/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge "Removing logging in AppsCustomizePagedView (Bug 6597629)" into jb-devWinson Chung2012-06-144-42/+0
| |\ \ \ | | |_|/ | |/| |
| | * | Removing logging in AppsCustomizePagedView (Bug 6597629)Winson Chung2012-06-114-42/+0
* | | | am 452a4f58: am a35a7807: Merge "Fix NPE" into jb-devMichael Jurka2012-06-121-2/+2
|\| | |
| * | | Merge "Fix NPE" into jb-devMichael Jurka2012-06-111-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Fix NPEMichael Jurka2012-06-111-2/+2
* | | | am 5016b985: am 898f152d: Merge "Adding additional synchronized blocks when c...Winson Chung2012-06-122-11/+15
|\| | |
| * | | Merge "Adding additional synchronized blocks when committing changes to the n...Winson Chung2012-06-112-11/+15
| |\ \ \
| | * | | Adding additional synchronized blocks when committing changes to the new-apps...Winson Chung2012-06-112-11/+15
* | | | | am fab8e550: am db2bfa05: Merge "Fixing issue where play icon disappears afte...Winson Chung2012-06-121-3/+10
|\| | | |
| * | | | Merge "Fixing issue where play icon disappears after hitting home (Bug 663626...Winson Chung2012-06-111-3/+10
| |\ \ \ \
| | * | | | Fixing issue where play icon disappears after hitting home (Bug 6636269)Winson Chung2012-06-081-3/+10
| | |/ / /
* | | | | am 307f0b4d: am 12dd20d5: Merge "Fixing issue where we were not always invali...Winson Chung2012-06-121-30/+26
|\| | | |
| * | | | Merge "Fixing issue where we were not always invalidating the page data when ...Winson Chung2012-06-111-30/+26
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Fixing issue where we were not always invalidating the page data when setting...Winson Chung2012-06-081-30/+26
| | |/ /
* | | | Make names of debug properties consistentMichael Jurka2012-06-121-2/+2
* | | | Clean up warnings and some private API usageMichael Jurka2012-06-1213-90/+29
|/ / /
* | | Merge "Removing logging (issue 6583911)" into jb-devAdam Cohen2012-06-111-23/+0
|\ \ \
| * | | Removing logging (issue 6583911)Adam Cohen2012-06-041-23/+0
* | | | Improving overscroll paramaters for 7-inch devicesAdam Cohen2012-06-081-2/+3
| |_|/ |/| |
* | | Merge "Fixing regression in transition after returning to home from another a...Winson Chung2012-06-081-12/+6
|\ \ \
| * | | Fixing regression in transition after returning to home from another app. (Bu...Winson Chung2012-06-071-12/+6
| | |/ | |/|
* | | Fix subtle folder jank related to previous changeAdam Cohen2012-06-081-6/+9
* | | Merge "Fix two pieces of folder jank" into jb-devAdam Cohen2012-06-083-23/+85
|\ \ \
| * | | Fix two pieces of folder jankAdam Cohen2012-06-073-23/+85
| |/ /
* | | Merge "Fixing issue where we weren't invalidating the correct press feedback ...Michael Jurka2012-06-071-0/+1
|\ \ \
| * | | Fixing issue where we weren't invalidating the correct press feedback layout ...Winson Chung2012-06-071-0/+1
| |/ /
* / / allow voice search in recent appsAndy Huang2012-06-071-4/+2
|/ /
* | Merge "Synchronizing on the new-apps list before modifying it. (Bug 6621553)"...Winson Chung2012-06-067-17/+33
|\ \
| * | Synchronizing on the new-apps list before modifying it. (Bug 6621553)Winson Chung2012-06-067-17/+33
* | | Fixing ConcurrentModificationException (issue 6619380)Adam Cohen2012-06-063-34/+24
* | | Merge "Defer loading widget previews until after All Apps transition" into jb...Michael Jurka2012-06-061-2/+13
|\ \ \
| * | | Defer loading widget previews until after All Apps transitionMichael Jurka2012-06-061-2/+13
* | | | Fix workaround for crashing on rotation. (Bug 6611883)Adam Cohen2012-06-051-11/+18
* | | | Workaround for crashing on rotation. (Bug 6611883)Winson Chung2012-06-051-1/+2
| |/ / |/| |
* | | Merge "Extending timeout workaround for updating the widget tray after we get...Winson Chung2012-06-051-3/+7
|\ \ \ | |/ / |/| |
| * | Extending timeout workaround for updating the widget tray after we get a pack...Winson Chung2012-06-051-3/+7
| |/