summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Collapse)AuthorAgeFilesLines
* Ensuring launcher is always setting "interactionBegin/End" where appropriate ↵Adam Cohen2013-10-012-6/+15
| | | | | | (issue 11030735) Change-Id: I16f4f6a19cdc92af6b817a658dc32e082f08660c
* Merge "Change folder icon item overlay to white (issue 11030725)" into ↵Adam Cohen2013-10-011-1/+2
|\ | | | | | | jb-ub-now-indigo-rose
| * Change folder icon item overlay to white (issue 11030725)Adam Cohen2013-10-011-1/+2
| | | | | | | | Change-Id: I119cd06211722f86f901eb08ee9f7d1d9903e4ea
* | Merge "Fix NPE if workspace is not created yet" into jb-ub-now-indigo-roseDave Hawkey2013-10-011-1/+1
|\ \
| * | Fix NPE if workspace is not created yetDave Hawkey2013-09-301-1/+1
| | | | | | | | | | | | Change-Id: I0c8976a8497e2059ec7b2cda3d56eb965a532765
* | | Merge "Toning down overscroll overlay (issue 11023942)" into ↵Adam Cohen2013-10-011-0/+2
|\ \ \ | | | | | | | | | | | | jb-ub-now-indigo-rose
| * | | Toning down overscroll overlay (issue 11023942)Adam Cohen2013-10-011-0/+2
| | | | | | | | | | | | | | | | Change-Id: Ic019ca7b6f076236ec0b85f96446ec555e7bde1f
* | | | Make some changes for transparent system barsMichael Jurka2013-10-017-40/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Move transparent bars from just GEL to Launcher3 -When wallpaper strip animates, render it under the nav bar -Disable rotation of wallpaper picker on phones Bug: 10814785 Bug: 10852650 Bug: 10852554 Change-Id: I9efeccbc4ad1933689266a5dede201ccfd34acf4
* | | | Merge "Ensuring that snapToPage is completely aborted / cleaned up upon ↵Adam Cohen2013-10-011-0/+3
|\| | | | | | | | | | | | | | | setCurrentPage (issue 11003904)" into jb-ub-now-indigo-rose
| * | | Ensuring that snapToPage is completely aborted / cleaned up upon ↵Adam Cohen2013-10-011-0/+3
| | |/ | |/| | | | | | | | | | | | | setCurrentPage (issue 11003904) Change-Id: Iba851c297ab9406b094c8f0cbf6e39675d0ffa39
* | | Merge "Restore parallax even if Google Now isn't present" into ↵Michael Jurka2013-10-013-10/+15
|\ \ \ | | | | | | | | | | | | jb-ub-now-indigo-rose
| * | | Restore parallax even if Google Now isn't presentMichael Jurka2013-09-303-10/+15
| |/ / | | | | | | | | | | | | | | | | | | - Also fix a crash when choosing third-party wallpaper pickers Bug: 11008122 Change-Id: Ie5923fdadc1db6facf695ec05522f5e469d6c72a
* | | Merge "Using state to update voice button proxy visibility instead of view ↵Winson Chung2013-10-012-11/+31
|\ \ \ | |/ / |/| | | | | flags. (Bug 10915381)" into jb-ub-now-indigo-rose
| * | Using state to update voice button proxy visibility instead of view flags. ↵Winson Chung2013-09-302-11/+31
| | | | | | | | | | | | | | | | | | (Bug 10915381) Change-Id: I72feb506cbc1b03e2b99d36bc4a9d7bda27101be
* | | Fixing AllApps pressed state (issue 10845969)Adam Cohen2013-09-303-24/+45
| | | | | | | | | | | | | | | | | | -> Adding haptic feedback to overview mode buttons (issue 10917359) Change-Id: Iaf7ac31521ae08f4223aa0d0ffc2f6511b85567f
* | | Merge "Disable update logic for market button." into jb-ub-now-indigo-roseWinson Chung2013-09-301-34/+47
|\ \ \ | |/ / |/| |
| * | Disable update logic for market button.Winson Chung2013-09-301-34/+47
| | | | | | | | | | | | Change-Id: Ie05995b18252cc78c38b3cb0886407b0c5a13be0
* | | Ensuring that we always update the container when modifying an item in the ↵Winson Chung2013-09-301-0/+1
| | | | | | | | | | | | | | | | | | db. (Bug 11008354) Change-Id: I82748565c878a212bdef1bffbf21f2a3fea09314
* | | Merge "Trying to get onShow in all the right places" into jb-ub-now-indigo-roseAdam Cohen2013-09-301-6/+6
|\ \ \ | |_|/ |/| |
| * | Trying to get onShow in all the right placesAdam Cohen2013-09-251-6/+6
| | | | | | | | | | | | Change-Id: I875ecc160640a425026b1a8dc8ca2d48ae172a22
* | | Fixing regression in reordering (issue 10994971)Adam Cohen2013-09-291-6/+5
| | | | | | | | | | | | Change-Id: I2be98fc892c1a4392c4a5e035dd4cc1fa6fab0a9
* | | Fixing issue where you couldn't drag an item multiple pages (issue 10754544)Adam Cohen2013-09-293-21/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -> This was caused by a strange race condition. The page snap time was equal to the delay to recheck whether to snap (in DragController). This meant that scrollRight()/Left() would get called, and the scroller would be finished however, the final computeScrollHelper() hadn't been called, so the mCurrentPage hadn't yet been incremented. -> Fixed the underlying race condition. -> Added suitable gap (150 ms) between the two delays. Change-Id: If700eb9e14d77a174e4395ca6933119bdb0da768
* | | Fixing weird paging behaviour in spring loaded mode (issue 10758454)Adam Cohen2013-09-291-0/+2
| | | | | | | | | | | | Change-Id: I9d527d134a042a69a9a523bcf24d1a61f0ab0e55
* | | Improving the granularity of reorder with resize on drop (issue 9533227)Adam Cohen2013-09-291-11/+14
| | | | | | | | | | | | Change-Id: If196f75c148487a8d31f4fcdb5293cc41d3bb7a7
* | | Fix issue where we weren't saving span after resize drop (issue 9533407)Adam Cohen2013-09-291-2/+2
| | | | | | | | | | | | Change-Id: I760bf505ce9c894aedb6f1d0def63cdc7d39271a
* | | Fixing NPE in onFinishBindingItems (issue 10975740)Adam Cohen2013-09-291-1/+1
| | | | | | | | | | | | | | | | | | | | | -> See bug for explanation. Seems like the circumstances leading to this NPE are understandable. Change-Id: I89637a2da50be1081632e05cf79678c983a74d3a
* | | Merge "Close open folders before moving to -1" into jb-ub-now-indigo-roseSandeep Siddhartha2013-09-271-0/+2
|\ \ \ | |_|/ |/| |
| * | Close open folders before moving to -1Sandeep Siddhartha2013-09-271-0/+2
| | | | | | | | | | | | | | | Bug: 10955838 Change-Id: Ic6cbb67c4cf485fe1682c7cdd7de200a9227cff0
* | | Merge changes If379cc4b,I1c6ccb01 into jb-ub-now-indigo-roseAdam Cohen2013-09-271-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | * changes: Fixing up all apps button pressed state: Fixing widget resize handles in RTL
| * | | Fixing widget resize handles in RTLAdam Cohen2013-09-261-2/+2
| | | | | | | | | | | | | | | | Change-Id: I1c6ccb019cf87570c7d206809b321e901f0d3340
* | | | Always set the LauncherAppState context before using it from a broadcast. ↵Winson Chung2013-09-272-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | (Bug 10947459) Change-Id: I284786b538a9d58aa96cfc208ef68621e2500645
* | | | Ensuring that the folder scrim background spans the full device height. (Bug ↵Winson Chung2013-09-272-1/+46
| | | | | | | | | | | | | | | | | | | | | | | | 10965246) Change-Id: I603d6ed61d01c6b0a460dc0205eceb25f6964b9d
* | | | Ensuring that Launcher always has a search bar. (Bug 10965514)Winson Chung2013-09-273-11/+14
| |/ / |/| | | | | | | | | | | | | | - Also disabling voice proxy when we are in now (Bug 10915381) Change-Id: I4ad6392b5139d12b9b298110109b9363ba426cb4
* | | Fix build breakSandeep Siddhartha2013-09-261-1/+1
| | | | | | | | | | | | Change-Id: I23f7c74eb088fbe77a24df9bc80f0d2fff647abb
* | | Tweaking folder cling to support large folders.Winson Chung2013-09-263-41/+81
|/ / | | | | | | Change-Id: I3c500463fba8db71807ad4fc27c6923f3e1d0770
* | Merge "Fixing issue where incorrect min/max widths/heights were being ↵Winson Chung2013-09-263-9/+18
|\ \ | | | | | | | | | reported to widgets. (Bug 10940505)" into jb-ub-now-indigo-rose
| * | Fixing issue where incorrect min/max widths/heights were being reported to ↵Winson Chung2013-09-263-9/+18
| | | | | | | | | | | | widgets. (Bug 10940505)
* | | Integrating some aosp fixes, ensuring that we update the install queue ↵Winson Chung2013-09-265-18/+63
|/ / | | | | | | | | | | | | | | | | | | | | before returning to Launcher. - Fixing stuck page in All Apps (Bug 9347818) - Fixing shortcuts to uninstalled apps from being installed (Bug 10726510) - Consolidating vibration feedback - Ensuring that we trim names during comparison in AllApps list Change-Id: Ieaae4d85851ce771283b4684a8a60306da28cb3b
* | Merge "Fixing overscroll with single page (issue 10937081)" into ↵Adam Cohen2013-09-261-9/+8
|\ \ | | | | | | | | | jb-ub-now-indigo-rose
| * | Fixing overscroll with single page (issue 10937081)Adam Cohen2013-09-261-9/+8
| | | | | | | | | | | | | | | | | | | | | -> Also fixing asymmetrical assets (10951956) -> Also fixing camera distance to improve overscroll effect Change-Id: If229c7b8a0c80073f6dea89d5fb009a0e2f5845f
* | | Merge "Fixing some touch / interaction problems" into jb-ub-now-indigo-roseAdam Cohen2013-09-263-7/+17
|\| |
| * | Fixing some touch / interaction problemsAdam Cohen2013-09-263-7/+17
| | | | | | | | | | | | | | | | | | | | | -> Weird reorder/scroll mode hybrid (issue 10550801) -> Entering overview mode when we shouldn't (issue 10855389) Change-Id: Ic936ead8deb3a5d4e00f265d09329528a1517063
* | | Merge "Recover when reading corrupted widget previews" into ↵Michael Jurka2013-09-263-8/+25
|\ \ \ | |/ / |/| | | | | jb-ub-now-indigo-rose
| * | Recover when reading corrupted widget previewsMichael Jurka2013-09-263-8/+25
| | | | | | | | | | | | Bug: 10785722
* | | Hiding delete for AppsCustomize widgets. (Bug 10884035)Winson Chung2013-09-261-9/+3
|/ / | | | | | | Change-Id: I8bb4e94b34a627fc32f42cd9c22480b8fa45a651
* | Merge "Add default wallpaper to picker" into jb-ub-now-indigo-roseMichael Jurka2013-09-262-11/+47
|\ \
| * | Add default wallpaper to pickerMichael Jurka2013-09-252-11/+47
| | | | | | | | | | | | | | | Bug: 10852485 Change-Id: Idb70cd3bb0901f924da245016f5a8b96ec414470
* | | Broadcast app launches from all apps too.Anton Hansson2013-09-263-12/+28
| | | | | | | | | | | | | | | | | | Bug 10943415 Change-Id: I0e496a53fc253bd313d269a05674d7c5cdadee68
* | | Restoring INSTALL_SHORTCUT receiver (Bug. 10343529)Winson Chung2013-09-254-32/+43
| | | | | | | | | | | | Change-Id: Icd6a97c1d7877241aa9c71bd80dfdbe6e44ca7ee
* | | Merge "Fix NPE" into jb-ub-now-indigo-roseMichael Jurka2013-09-251-6/+8
|\ \ \