summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Fixing NPE when null intent passed to InstallShortcutReceiver. (Bug: 6089830)Winson Chung2012-02-291-2/+18
|/ / / | | | | | | | | | Change-Id: Ideeb26abd29039f9b8d2dde0a752986249148a8c
* | | Fixing drag and drop framerate regression in workspaceAdam Cohen2012-02-281-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | -> Animating the alpha on workspace during drop was slowing things down. Instead we modify the alpha on the individual CellLayoutChildren objects which have hardware layers, so modulating their alpha is cheap. Change-Id: Id31e47cd05d593d2fef0ab28e15a9d4e11ed1aa1
* | | When adding or moving a resizable widget, the widget may resizeAdam Cohen2012-02-279-145/+425
|/ / | | | | | | | | | | | | | | | | | | -> If a widget is resizable, and there is not enough room to add it in its current (or default) size, but can be scaled down to fit a certain area, it will be resized to fit the available space -> The resizing is animated using a crossfade and scale between the original dragView and the widget rendered in the final size Change-Id: I75db9dcabecce11598b3ae55f20b96b2ec6b7e87
* | Prevent build break.Winson Chung2012-02-241-1/+1
| | | | | | | | Change-Id: Id4413263c3b2c0b470b78dc4936714353cd849dd
* | Merge "Delaying building of hardware layers when Launcher is resumed"Michael Jurka2012-02-241-18/+11
|\ \
| * | Delaying building of hardware layers when Launcher is resumedMichael Jurka2012-02-241-18/+11
| | |
* | | Merge "Fixing issue where icons can't be clicked during launcher transition."Winson Chung2012-02-242-4/+4
|\ \ \
| * | | Fixing issue where icons can't be clicked during launcher transition.Winson Chung2012-02-242-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | - Also tweaking the workspace fade in/out interpolators Change-Id: I65d1aefbead13f662c84a2f1178c73615153fd5a
* | | | Fix a lot of easy lint issuesMichael Jurka2012-02-242-12/+12
|/ / / | | | | | | | | | Change-Id: I80b43dae137cbbb912ec0fcc4e401de16a9b44a1
* | | am 91685094: am 79b79dd5: Remove unused sw600dp/ strings.Andrew Flynn2012-02-241-21/+1
|\ \ \ | | |/ | |/| | | | | | | * commit '9168509491a5d052f28af71b99f6980ef859ca4d': Remove unused sw600dp/ strings.
| * | Remove unused sw600dp/ strings.Andrew Flynn2012-02-241-21/+1
| | | | | | | | | | | | Change-Id: I92f823d475c9a8425f3930e016b72f1df2132836
| * | am cfa1a75b: Merge "Part of fixing issue #6006757: Keyboard dismissal lags" ↵Justin Ho2012-02-161-1/+6
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | into ics-mr1 * commit 'cfa1a75bd4edb3e3a9d93c8b02ab6a1ecb74e79b': Part of fixing issue #6006757: Keyboard dismissal lags
| | * \ Merge "Part of fixing issue #6006757: Keyboard dismissal lags" into ics-mr1Justin Ho2012-02-161-1/+6
| | |\ \
| | | * | Part of fixing issue #6006757: Keyboard dismissal lagsDianne Hackborn2012-02-151-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Have launcher delay a little before rebuilding its layers, to give the input system time to do the communication it needs with it before blocked on that work. Change-Id: Ib6f533a51c611b8c971c9ca2a1da8d53c8952b44
| * | | | Merge "Fixing issue where smallest screen dim was not taking dpi into ↵Andrew Flynn2012-02-151-1/+3
| |\ \ \ \ | | | | | | | | | | | | | | | | | | account." into ics-scoop
| | * | | | Fixing issue where smallest screen dim was not taking dpi into account.Winson Chung2012-02-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1efacf693200f490c506050ce36403db224b5846
| * | | | | am 2a5bc113: DO NOT MERGEMichael Jurka2012-02-141-1/+2
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / / | | | | | * commit '2a5bc113b49b79c49281d5f8d8c1421d663d2ee4': DO NOT MERGE
| | * / / DO NOT MERGEMichael Jurka2012-02-141-1/+2
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing animation glitch Bug #6015450 Change-Id: Iebbce7c07816b51b0fb98cd5b83ca2af2e5f76d4
| * | | DO NOT MERGEWinson Chung2012-02-141-15/+7
| | | | | | | | | | | | | | | | | | | | | | | | Reverting: Change I3a8849a5: Cleaning up extra line related to icon density change. Change-Id: I5e8106d0f77545b80a0b21d4230cf826439ac371
* | | | Fixing issue where dragview was jagged when scaled.Winson Chung2012-02-231-2/+2
| | | | | | | | | | | | | | | | Change-Id: Ibc4b6e023428f39464f015726a22c2ec5130e63b
* | | | Merge "Tweaking pickup animation, vibration and removing glow from drag view."Winson Chung2012-02-234-5/+11
|\ \ \ \
| * | | | Tweaking pickup animation, vibration and removing glow from drag view.Winson Chung2012-02-234-5/+11
| | | | | | | | | | | | | | | | | | | | Change-Id: I8c9741e8b63ca9a0fc4af90e178dbb02fa912d83
* | | | | Merge "Cancel scroll indicator fade during allapps/workspace transition"Michael Jurka2012-02-231-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Cancel scroll indicator fade during allapps/workspace transitionMichael Jurka2012-02-231-0/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: I8661c17adbf0a129730b44641930fb68ba9afed6
* | | | | Lowering long press time for workspace items.Winson Chung2012-02-235-41/+121
|/ / / / | | | | | | | | | | | | Change-Id: I6a3b0e13681f07d0e50bf2dcec777037c4ef51a5
* | | | Animating the widget previews on drag from AppsCustomize.Winson Chung2012-02-235-43/+44
| | | | | | | | | | | | | | | | Change-Id: I223d66bb447c40e6870be46bb27f107f0e428a95
* | | | Fading out workspace when dragging to higlight dragged object.Winson Chung2012-02-233-7/+20
| | | | | | | | | | | | | | | | Change-Id: I540ce145168a65a029d820d6c14a1e3070f8a5b0
* | | | Fixing issue where widget preloading not being cleaned up on failed dropAdam Cohen2012-02-221-6/+13
| | | | | | | | | | | | | | | | | | | | | | | | -> issue 6046370 Change-Id: Iee33fc22ae0bfe012fe33efd5b358a2199fdf424
* | | | Merge "Allow touches to fall through AllApps nearing end of transition (Bug: ↵Winson Chung2012-02-173-28/+101
|\ \ \ \ | | | | | | | | | | | | | | | 5991846, 6016062, 5991846)"
| * | | | Allow touches to fall through AllApps nearing end of transition (Bug: ↵Winson Chung2012-02-173-28/+101
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | 5991846, 6016062, 5991846) - Also updating mTransitionProgress so control when drops succeed Change-Id: I2f672c64f0a87249dcf7d254f963b8b2710c849f
* / | | Updating shared preferences on background thread to prevent StrictMode ↵Winson Chung2012-02-161-18/+21
|/ / / | | | | | | | | | | | | | | | violations when dismissing clings (Bug 5972880) Change-Id: I56703e0237d54029fafbb04730ab126637762f13
* | | Revert "Revert "Speed up All Apps -> Workspace transition""Michael Jurka2012-02-155-89/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - also, undo enabling hardware layers for scroll indicator, which could have caused slowness - fix bug where scroll indicator was not seen after the first visit to all apps - eliminate a some needless hardware layer redraws - making items under All Apps invisible when we're in All Apps - making workspace spaces invisible if their alpha is 0 to prevent more hardware layer rebuilding This reverts commit 9753d13c7bda09c1203c611ac6717021037f39c3. Change-Id: Ib908ae0b456b2d4b8a171991a95f20aea4749da1
* | | Fixing bug where widget preview wasn't fully updated upon dropAdam Cohen2012-02-142-14/+4
| | | | | | | | | | | | | | | | | | | | | -> The prebound widget is now added to the DragLayer to ensure that it goes through all necessary measure/layout/attach etc. Change-Id: I53ca32e88fcbc2211d2747c3b067816c0d518e30
* | | Merge "Fixing annoying bug where widget would drop to side page"Adam Cohen2012-02-141-2/+1
|\ \ \
| * | | Fixing annoying bug where widget would drop to side pageAdam Cohen2012-02-141-2/+1
| | | | | | | | | | | | | | | | Change-Id: I7e8bf298e01666fe29abc322b45f2538569c5ed9
* | | | Merge "Minimizing number of db calls when installing shortcut externally."Winson Chung2012-02-141-12/+19
|\ \ \ \
| * | | | Minimizing number of db calls when installing shortcut externally.Winson Chung2012-02-131-12/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixing case where the drag view was persisting after drag failed from AllApps Change-Id: Ia2439462b93f196f3fcba73814e0994e54600e70
* | | | | Merge "Animating the drag view scale up and down when dragging items."Winson Chung2012-02-148-119/+105
|\ \ \ \ \
| * | | | | Animating the drag view scale up and down when dragging items.Winson Chung2012-02-138-119/+105
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic97d74a14964c6bdc23305b2d378b13a1f2e3664
* | | | | | Fixing issue where smallest screen dim was not taking dpi into account.Winson Chung2012-02-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1efacf693200f490c506050ce36403db224b5846
* | | | | | Merge "Revert "Speed up All Apps -> Workspace transition""Winson Chung2012-02-145-90/+77
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Revert "Speed up All Apps -> Workspace transition"Michael Jurka2012-02-145-90/+77
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Temp fix for 5976264 This reverts commit 9433fa7ebad74320e39bfac6161a68bc850fe161. Change-Id: Ic49ffc818b9b233b3717b52a5f77eaac1e001f5b
* | | | | Merge "Fixing bugs with new widget adding"Adam Cohen2012-02-134-13/+35
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixing bugs with new widget addingAdam Cohen2012-02-134-13/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> widget ids were being reused in some cases -> widgets could be added before springloaded mode was entered Change-Id: Iaf3bffc49d4ec2de4b63db1b5cfb52b8544e9c2b
* | | | | Reverting: Change I3a8849a5: Cleaning up extra line related to icon density ↵Winson Chung2012-02-131-15/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change. Change-Id: I5e8106d0f77545b80a0b21d4230cf826439ac371
* | | | | am e25db70b: am d1dbfe35: Revert "Should be getting launcher icon DPI from ↵Ramanan Rajeswaran2012-02-131-5/+11
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | | | | | | | | ActivityManager." * commit 'e25db70be9743be72bf05ce0c8f7c3b80b3294c0': Revert "Should be getting launcher icon DPI from ActivityManager."
| * | | Revert "Should be getting launcher icon DPI from ActivityManager."Ramanan Rajeswaran2012-02-131-5/+11
| | | | | | | | | | | | | | | | This reverts commit af23500cf9eb9c05ae0b2a0ea63c96534e648004.
| * | | Merge "Cleaning up extra line related to icon density change." into ics-scoopRamanan Rajeswaran2012-02-131-1/+0
| |\ \ \
| | * | | Cleaning up extra line related to icon density change.Winson Chung2012-02-131-1/+0
| | | |/ | | |/| | | | | | | | | Change-Id: I3a8849a5800af1f04f097c4ce55ecf5d97292f4c
| * / | Should be getting launcher icon DPI from ActivityManager.Winson Chung2012-02-131-11/+5
| |/ / | | | | | | | | | Change-Id: Iec1b375568b421220fdbf08de6e7a697d0488e24