summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug where widget min spans weren't being loaded on workspace bindAdam Cohen2012-02-291-0/+5
| | | | Change-Id: I984c3e226ae1c602a6b1dd366241e7f2d093f2a4
* Merge "Fix wallpaper offsets for live wallpapers on tablet"Michael Jurka2012-02-291-25/+17
|\
| * Fix wallpaper offsets for live wallpapers on tabletMichael Jurka2012-02-291-25/+17
| | | | | | | | | | | | | | | | we were giving values that weren't an even fraction (ie n/4 where n = the screen # we're on) and therefore live wallpapers couldn't tell when we were fully settled on one of the workspace screens Bug# 6029132
* | Merge "Fixing flashing icon on delete, and offset of delete animation."Winson Chung2012-02-294-38/+43
|\ \
| * | Fixing flashing icon on delete, and offset of delete animation.Winson Chung2012-02-294-38/+43
| | | | | | | | | | | | Change-Id: I993f2d8e54cc7052e16f318a09ada80e9b766147
* | | Merge "Fixing NPE when null intent passed to InstallShortcutReceiver. (Bug: ↵Winson Chung2012-02-291-2/+18
|\ \ \ | | | | | | | | | | | | 6089830)"
| * | | Fixing NPE when null intent passed to InstallShortcutReceiver. (Bug: 6089830)Winson Chung2012-02-291-2/+18
| |/ / | | | | | | | | | Change-Id: Ideeb26abd29039f9b8d2dde0a752986249148a8c
* / / Import translations. DO NOT MERGEEric Fischer2012-02-2929-174/+87
|/ / | | | | | | Change-Id: Ife3c85342f8b852c1e3c54e9e08d355b08b1f2d0
* | Merge "Fixing drag and drop framerate regression in workspace"Adam Cohen2012-02-281-10/+20
|\ \
| * | 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
* | | Merge "When adding or moving a resizable widget, the widget may resize"Adam Cohen2012-02-289-145/+425
|\| |
| * | 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
* / Import translations. DO NOT MERGEEric Fischer2012-02-2811-61/+31
|/ | | | Change-Id: I6c3bf77001cedd8352e23818c1c242b3f99687ab
* Import translations. DO NOT MERGEEric Fischer2012-02-2749-148/+290
| | | | Change-Id: I1044223a2ba289e5d7e900fce3bcd2df7c69e093
* Merge "Mark string format tokens as placeholders."Eric Fischer2012-02-251-3/+3
|\
| * Mark string format tokens as placeholders.Eric Fischer2012-02-241-3/+3
| | | | | | | | | | | | This will keep them from potentially getting mangled in translation. Change-Id: I4d805a3ce4e50e735c43b6f30186d9ac01c532af
* | Fixing typo.Winson Chung2012-02-241-1/+1
| | | | | | | | Change-Id: Ic797e7b91e77cc2afb5a4414a7636dfc61d1aab7
* | 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-2420-120/+16
|/ / / | | | | | | | | | Change-Id: I80b43dae137cbbb912ec0fcc4e401de16a9b44a1
* | | am 91685094: am 79b79dd5: Remove unused sw600dp/ strings.Andrew Flynn2012-02-2450-1250/+1
|\ \ \ | |_|/ |/| | | | | | | | * commit '9168509491a5d052f28af71b99f6980ef859ca4d': Remove unused sw600dp/ strings.
| * | am 79b79dd5: Remove unused sw600dp/ strings.Andrew Flynn2012-02-2450-1250/+1
| |\ \ | | | | | | | | | | | | | | | | * commit '79b79dd57911b9f79d4fb872e70d37ee90b0cc64': Remove unused sw600dp/ strings.
| | * | Remove unused sw600dp/ strings.Andrew Flynn2012-02-2450-1250/+1
| | | | | | | | | | | | | | | | Change-Id: I92f823d475c9a8425f3930e016b72f1df2132836
* | | | 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-235-5/+12
|\ \ \ \
| * | | | Tweaking pickup animation, vibration and removing glow from drag view.Winson Chung2012-02-235-5/+12
| | | | | | | | | | | | | | | | | | | | 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-236-9/+26
| | | | | | | | | | | | | | | | 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
* | | am 1e1a4553: am ba50bbf6: Reconcile with ics-mr1-releaseThe Android Open Source Project2012-02-160-0/+0
|\| | | | | | | | | | | * commit '1e1a4553a840f3e2a4a179f7ea6ba728da60fad0':
| * | am ba50bbf6: Reconcile with ics-mr1-releaseThe Android Open Source Project2012-02-160-0/+0
| |\| | | | | | | | | | * commit 'ba50bbf6d0745cdf3c8baba10f0fb69a60cc92f0':
| | * Reconcile with ics-mr1-releaseThe Android Open Source Project2012-02-160-0/+0
| | |\ | | | | | | | | | | | | Change-Id: I1c11ccb0df06a34bb60db6e1f6b06d639c6abcdb
* | | | am 75c77d92: am e93b5221: Reconcile with ics-mr1-releaseThe Android Open Source Project2012-02-160-0/+0
|\| | | | | | | | | | | | | | | * commit '75c77d92e8e4f25a960340a1562aab4e4fe4b822':
| * | | am e93b5221: Reconcile with ics-mr1-releaseThe Android Open Source Project2012-02-160-0/+0
| |\ \ \ | | | | | | | | | | | | | | | * commit 'e93b5221c0f201345ee78f0fbd94c36f4fb00490':
| | * \ \ Reconcile with ics-mr1-releaseThe Android Open Source Project2012-02-160-0/+0
| | |\ \ \ | | | | |/ | | | |/| | | | | | Change-Id: I30190980751548cc8a588201a778046060906d87
| | | * | merge in ics-mr1-release history after reset to ics-mr1The Android Automerger2012-02-160-0/+0
| | | |\ \
| | | | * \ merge in ics-mr1-release history after reset to ics-mr1The Android Automerger2012-02-150-0/+0
| | | | |\ \
| | | | | * \ merge in ics-mr1-release history after reset to ics-mr1The Android Automerger2012-02-140-0/+0
| | | | | |\ \
* | | | | | | | am 57a966e4: am bbbb2b94: am cfa1a75b: Merge "Part of fixing issue #6006757: ↵Justin Ho2012-02-160-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Keyboard dismissal lags" into ics-mr1 * commit '57a966e444e939997ca0dac079e38cae530f3385':
| * | | | | | | am bbbb2b94: am cfa1a75b: Merge "Part of fixing issue #6006757: Keyboard ↵Justin Ho2012-02-160-0/+0
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | dismissal lags" into ics-mr1 * commit 'bbbb2b94b57b35d75abc6aebd0fe0ac8d1012c15':
| | * | | | | | 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