summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Fix 3377113: Mini homescreen outline wrong color"Patrick Dubroy2011-03-022-9/+9
|\
| * Fix 3377113: Mini homescreen outline wrong colorPatrick Dubroy2011-03-022-9/+9
| | | | | | | | | | | | | | | | Couldn't repro this reliably, but the only way I could see it happening is if we got an UP event without a MOVE at the same location. This patch prevents that from happening. Change-Id: I473c4ea50474b45da8c5537efe39177c1423ae20
* | Improving performance of All Apps transitionMichael Jurka2011-03-024-13/+92
| | | | | | | | | | - increased perf ~8fps using hardware layers Change-Id: Ic6a2c23e9182fdb1ee362cbd72f7813f4e9accf0
* | Merge "Fixing issue where you can't drag to a full screen when in spring ↵Winson Chung2011-03-021-1/+7
|\ \ | | | | | | | | | loaded mode (to get to next pages)"
| * | Fixing issue where you can't drag to a full screen when in spring loaded ↵Winson Chung2011-03-021-1/+7
| | | | | | | | | | | | | | | | | | mode (to get to next pages) Change-Id: I8c1adbe209fff41779b7f5c6c585ed13dcc109b3
* | | Fixing issue where search icons were only loaded after binding instead of at ↵Winson Chung2011-03-021-8/+5
|/ / | | | | | | | | | | creation. Change-Id: Id422966e3b6dc0aca9a7df942fb835349cae6525
* / Fix 3457875: Mini workspace should zoom on tap, not touch downPatrick Dubroy2011-03-012-12/+34
|/ | | Change-Id: I2e9bb6267048f2b2fb97070029f3a0ad2a28cc32
* Merge "Fixing issue where the holographic icons sometimes don't update (ie. ↵Winson Chung2011-03-011-3/+9
|\ | | | | | | after uninstalling an app)."
| * Fixing issue where the holographic icons sometimes don't update (ie. after ↵Winson Chung2011-03-011-3/+9
| | | | | | | | | | | | uninstalling an app). Change-Id: I593d557e3f019a1a68e47ac6310c6cc476c0e37e
* | Merge "Adding "Shop" text beside market icon."Winson Chung2011-03-011-8/+39
|\ \
| * | Adding "Shop" text beside market icon.Winson Chung2011-03-011-8/+39
| |/ | | | | | | Change-Id: I3a3a167185879b0723b51f08325ff8b09d4ebd71
* | Merge "Fix 3493373: back button displays blue homescreen borders"Patrick Dubroy2011-03-012-6/+20
|\ \
| * | Fix 3493373: back button displays blue homescreen bordersPatrick Dubroy2011-02-282-6/+20
| |/ | | | | | | | | | | | | | | When the back button has no other function, briefly turn on the page borders to give the user some feedback on the button press. Change-Id: I31cd4391821b646dffe4e8146fbffd72d934a00f
* | Merge "Fix 3385675: Uninstall option available for system app"Patrick Dubroy2011-02-284-33/+27
|\ \
| * | Fix 3385675: Uninstall option available for system appPatrick Dubroy2011-02-284-33/+27
| |/ | | | | | | | | | | | | - when a system app is selected in all apps, don't show uninstall button - if it's an updated system app, show "Uninstall update" - Also, remove unused code for non-existent flag for games Change-Id: I46753ee8d213b2ba1613b71ac1fe73d79786129c
* | Merge "Small update to match API changes"Adam Cohen2011-02-283-6/+2
|\ \
| * | Small update to match API changesAdam Cohen2011-02-283-6/+2
| |/ | | | | | | Change-Id: I1d6f38b80ca7874b158444b368537b35d29e2414
* | Merge "Adding simple mouse-scrolling to launcher."Winson Chung2011-02-281-0/+31
|\ \
| * | Adding simple mouse-scrolling to launcher.Winson Chung2011-02-281-0/+31
| |/ | | | | | | Change-Id: I7bd568bd56f272494137f45c07e2377f14e8faaf
* / Fixing strict mode issues.Winson Chung2011-02-282-3/+16
|/ | | | Change-Id: Ia4fb1f76e608ba1944b79e520444e229802f275a
* Merge "Fix 3439835: NPE at com.android.launcher2.Launcher.bindAppsUpdated"Patrick Dubroy2011-02-281-2/+6
|\
| * Fix 3439835: NPE at com.android.launcher2.Launcher.bindAppsUpdatedPatrick Dubroy2011-02-281-2/+6
| | | | | | | | Change-Id: Id9002f7fe8dbc2bd8631a3dc2344df759d7440a3
* | Merge "Implementing resizable widgets in launcher"Adam Cohen2011-02-287-21/+573
|\ \ | |/ |/|
| * Implementing resizable widgets in launcherAdam Cohen2011-02-257-21/+573
| | | | | | | | Change-Id: I18598493dcf34fc6089fa330a4b66803f658b773
* | Refactoring and fixing bugs in Customize tray.Winson Chung2011-02-254-19/+84
| | | | | | | | Change-Id: Ia37d3033d64036fd09f5f33443eb9f575e311c7c
* | Fix 3482911: NPE in CustomizePagedView.resetCheckedItemPatrick Dubroy2011-02-243-17/+17
| | | | | | | | | | | | Also fixes an issue where quick swipes on an item could cause it to animate in from (0, 0) sometimes. Change-Id: Ie3312389bcb5109f4b26ec518a29b4aa88161377
* | Fix issue with some home button presses being ignored.Patrick Dubroy2011-02-242-3/+3
| | | | | | | | | | | | | | | | | | | | We are ignoring home button presses after panning away from the default screen, when the workspace is still moving slightly. Also, make the home button a no-op when the user is in the middle of panning the screen (i.e. finger is still down). Change-Id: Ida6bad4faaf90b6802aac2cbf3444f76b7b38100
* | Merge "Fixing issue where flinging the Customize tray would scroll to the ↵Winson Chung2011-02-242-1/+13
|\ \ | | | | | | | | | incorrect page after update."
| * | Fixing issue where flinging the Customize tray would scroll to the incorrect ↵Winson Chung2011-02-232-1/+13
| | | | | | | | | | | | | | | | | | page after update. Change-Id: I654665b065ad60414286ea16f7feae5054df604c
* | | Refactoring layout of launcherMichael Jurka2011-02-232-4/+20
| | | | | | | | | | | | | | | | | | | | | - Only one layout of launcher for landspace/portrait now - Programmatically vertically centering the shrunken workspace screens rather than using a custom value Change-Id: Ib689b4031f122b9a1b2bc1ca711b91320619bebd
* | | Merge "Fix NPE in BubbleTextView"Michael Jurka2011-02-231-2/+5
|\ \ \
| * | | Fix NPE in BubbleTextViewMichael Jurka2011-02-231-2/+5
| | | |
* | | | Merge "Pre-initializing filtered/apps list in case we get incremental ↵Winson Chung2011-02-231-6/+10
|\ \ \ \ | | | | | | | | | | | | | | | updates before setApps(), adding additional null checks. (3465095)"
| * | | | Pre-initializing filtered/apps list in case we get incremental updates ↵Winson Chung2011-02-231-6/+10
| | |/ / | |/| | | | | | | | | | | | | | | | | | before setApps(), adding additional null checks. (3465095) Change-Id: Ie53fe7ed4fc55a587f8f831902ed5ee2d87bc98e
* | | | Merge "Restoring split touch events in workspace with workaround."Winson Chung2011-02-232-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Restoring split touch events in workspace with workaround.Winson Chung2011-02-232-3/+3
| |/ / | | | | | | | | | Change-Id: Icfe39e02f214b5a40169d07d785ff05948ac643a
* | | Merge "Add comment about an earlier All Apps bug fix"Michael Jurka2011-02-231-0/+5
|\ \ \
| * | | Add comment about an earlier All Apps bug fixMichael Jurka2011-02-161-0/+5
| | | | | | | | | | | | (earlier change was Icfdb096c: Fix bug where only holo outlines were visible in All Apps sometimes)
* | | | Fix 3272584: home button should return to previous workspacePatrick Dubroy2011-02-231-7/+5
| |/ / |/| | | | | Change-Id: I8d019ae68c4b1a875d629683202ac73cdd8c3cf7
* | | Merge "Add missing animations when dragging from customize."Patrick Dubroy2011-02-2212-133/+208
|\ \ \ | |_|/ |/| |
| * | Add missing animations when dragging from customize.Patrick Dubroy2011-02-1812-133/+208
| |/ | | | | | | | | | | - Fix 3453751: Moon landing on canceled drag from customize - Fix 3453595: Use home screen "consume" animation when dragging and dropping Change-Id: Ia6a83c2d7a8f24c3ce02811547a35a7022d245f6
* / Improve feedback when launching appsMichael Jurka2011-02-162-7/+38
|/ | | | | - Keep "pressed" state until the activity is launched - Properly invalidate icons, which solves issue where the edge of "pressed" blue glow was still being rendered
* Merge "Disable camera pan animation"Michael Jurka2011-02-161-91/+16
|\
| * Disable camera pan animationMichael Jurka2011-02-161-91/+16
| |
* | Merge "Simplifying logic to create/destroy hardware layers in All Apps"Michael Jurka2011-02-163-14/+2
|\ \ | |/ |/|
| * Simplifying logic to create/destroy hardware layers in All AppsMichael Jurka2011-02-163-14/+2
| | | | | | Bug # 3422984
* | Merge "Fix drag and drop behavior"Michael Jurka2011-02-162-40/+35
|\ \
| * | Fix drag and drop behaviorMichael Jurka2011-02-162-40/+35
| |/ | | | | | | | | - Place items close to where they are dropped when workspaces are small - Properly fix positioning of items in spring-loaded mode - Remove blank padding below icons when dragging
* / Fixing panning behaviourAdam Cohen2011-02-151-3/+6
|/ | | | Change-Id: Idd8268b5442a88b8ca30c2aa0ec8b80b59f7889d
* Fixing some edge cases of scrolling in PagedViewAdam Cohen2011-02-141-9/+32
| | | | | | -> See Issue 3242353 Change-Id: I58140172e6f283706c351e66ba643cb018827893