summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Launcher.java
Commit message (Collapse)AuthorAgeFilesLines
* DO NOT MERGE Adding sycnhronous loading of current page to support seamless ↵Adam Cohen2012-07-181-2/+7
| | | | | | rotation. (Bug 6792288) Change-Id: I341160e8a604cde63443e331f762cebc1ed5ec0c
* Merge "Removing logging in AppsCustomizePagedView (Bug 6597629)" into jb-devWinson Chung2012-06-141-11/+0
|\
| * Removing logging in AppsCustomizePagedView (Bug 6597629)Winson Chung2012-06-111-11/+0
| | | | | | | | Change-Id: I58313d3b3536d3ee7eaae8459fbded41dc5dadec
* | Merge "Fix NPE" into jb-devMichael Jurka2012-06-111-2/+2
|\ \ | |/ |/|
| * Fix NPEMichael Jurka2012-06-111-2/+2
| | | | | | | | | | Bug: 6643246 Change-Id: I0b3fed0fa4e4fc5f4e1eccc97c0ec8f23e55024d
* | Merge "Fixing issue where play icon disappears after hitting home (Bug ↵Winson Chung2012-06-111-3/+10
|\ \ | |/ |/| | | 6636269)" into jb-dev
| * Fixing issue where play icon disappears after hitting home (Bug 6636269)Winson Chung2012-06-081-3/+10
| | | | | | | | Change-Id: I1d1df992495413b3e8962dca8995602ae0aa2ca7
* | Merge "Fixing regression in transition after returning to home from another ↵Winson Chung2012-06-081-12/+6
|\ \ | | | | | | | | | app. (Bug 6629707)" into jb-dev
| * | Fixing regression in transition after returning to home from another app. ↵Winson Chung2012-06-071-12/+6
| |/ | | | | | | | | | | (Bug 6629707) Change-Id: Iadb2ff5752dafdd3ff9a4854ddbd24fd2ee467a6
* | Fix subtle folder jank related to previous changeAdam Cohen2012-06-081-6/+9
| | | | | | | | Change-Id: I1872201eb80ad927bbdc9b95578c599a17696deb
* | Merge "Fix two pieces of folder jank" into jb-devAdam Cohen2012-06-081-12/+73
|\ \
| * | Fix two pieces of folder jankAdam Cohen2012-06-071-12/+73
| |/ | | | | | | | | | | | | | | -> Folder icon gets clipped when animating from dock as well as a couple other cases (issue 5849615) -> Blip when creating folder (issue 6623095) Change-Id: I638c9a7876de2f87eb8e96a9eb192fa4a127fb4a
* / allow voice search in recent appsAndy Huang2012-06-071-4/+2
|/ | | | | | | | | Voice search is now a fullscreen activity, and results now appear inline, so the user expectation is that it appears in the 'recent apps' list. Bug: 6491501 Change-Id: I1dfd27e19601a6876e7e1c31cbf2fea955cae899
* Merge "Synchronizing on the new-apps list before modifying it. (Bug ↵Winson Chung2012-06-061-3/+7
|\ | | | | | | 6621553)" into jb-dev
| * Synchronizing on the new-apps list before modifying it. (Bug 6621553)Winson Chung2012-06-061-3/+7
| | | | | | | | | | | | | | - Minor tweak to qsb padding - Adding yet more logging for single-app-page issue Change-Id: I4272dd7a70c9ac26f026b03a1f991f14844fdb9d
* | Fixing ConcurrentModificationException (issue 6619380)Adam Cohen2012-06-061-30/+1
| | | | | | | | Change-Id: I49d293a79a463d129e829f823d6b213f3d5ffcf4
* | Fix workaround for crashing on rotation. (Bug 6611883)Adam Cohen2012-06-051-11/+18
| | | | | | | | Change-Id: Iaf9734d156e5aa48f3630f22a42e17d71af37316
* | Workaround for crashing on rotation. (Bug 6611883)Winson Chung2012-06-051-1/+2
|/ | | | Change-Id: Iae24d865fb5a5572c6d3e8726569d234a60ce05c
* Fix issue where landscape asset was appearing in QSB (issue 6605638)Adam Cohen2012-06-041-3/+11
| | | | Change-Id: I6e66be228d2fa2d49f8cb191ab3f4d1a3dd66ef1
* Fixing issue where widgets could be inflated in wrong orientation (issue ↵Adam Cohen2012-06-041-0/+25
| | | | | | 6584646) Change-Id: I24ea7f59345e8f62daf36c13cb43e1ab0180e805
* Adding logging to track issue with apps pages. (Bug 6549598)Winson Chung2012-06-011-0/+11
| | | | Change-Id: Iaf8ad301325442346a2587f038b7a44578c16427
* Preventing stutter at beginning of All Apps animationMichael Jurka2012-05-311-19/+31
| | | | | Bug: 6579204 Change-Id: I6e4eec80726a469d51494564933fe213bfdf47d3
* Fix NPE when widget configuration activity is rotated (issue 6556784)Adam Cohen2012-05-291-0/+1
| | | | Change-Id: I0f8949d348c11b173ba3e7c9cd6b7117c02e0c70
* Skip custom Play cling if no accounts are set upMichael Jurka2012-05-221-1/+16
| | | | | Bug: 6519934 Change-Id: Ic796b2fb03201a3c767f92b36edfdb4b2e41e5d4
* Merge "Cling allows touch explore and accessibility focus search behind it." ↵Svetoslav Ganov2012-05-221-0/+1
|\ | | | | | | into jb-dev
| * Cling allows touch explore and accessibility focus search behind it.Svetoslav Ganov2012-05-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Touch exploration is performed through hover events and the cling has to consume them to prevent touch exploring content behind it to achieve modal window like behavior. 2. Since the cling should behave as a modal window, the accessibility focus search should not returning items behind the cling, so the focus search should use the cling as its root. bug:6538549 Change-Id: I8545b6ae3ac85a363cc371e1a608d55b9abd5de8
* | Adding fade in for voice search. (Bug 6534640)Winson Chung2012-05-221-0/+1
|/ | | | Change-Id: Ic9b6020239032f41407f7a1e1c625d2cdb7fe328
* Merge "Updating search bar animation, and adding use of hw layers." into jb-devMichael Jurka2012-05-161-7/+12
|\
| * Updating search bar animation, and adding use of hw layers.Winson Chung2012-05-161-7/+12
| | | | | | | | Change-Id: Ida06bb526876abc793366415df1e06f483f3b66c
* | Prevent multiple size changed callbacks to widgets whenever we reload the ↵Winson Chung2012-05-151-6/+2
|/ | | | | | workspace. Change-Id: I54d7f54ba9ead36201cfaad36fbb234a4c119b20
* Fix launcher crash when adding widget (issue 6433360)Adam Cohen2012-05-101-28/+40
| | | | Change-Id: I0deaef6f4ba9252b76aeb5f2afa8564479557f8c
* More work to ensure that the wallpaper is visible before transitions take ↵Winson Chung2012-05-091-6/+23
| | | | | | place. (Bug 6445085) Change-Id: Ic8435ba946949674a986aa4eaa879d33044c7884
* Fix issue where clicking voice search showed "App isn't installed"Michael Jurka2012-05-091-5/+13
| | | | | Bug: 6466523 Change-Id: I73137e5ce1bb4f8ebf091cae153a59a45083e0de
* Queueing up items for adding later if Launcher is unavailable. (Bug 6457412)Winson Chung2012-05-081-0/+3
| | | | Change-Id: Ia66a6411a54397543db4122a80ebca6a50b6360c
* Merge "Further preventing drags while loading is in progress. (Bug 6276881)" ↵Winson Chung2012-05-071-8/+9
|\ | | | | | | into jb-dev
| * Further preventing drags while loading is in progress. (Bug 6276881)Winson Chung2012-05-061-8/+9
| | | | | | | | Change-Id: I3fc9ad4cd3d71a8eba4e3bcc0a1b6346c59fbee5
* | Merge "Consistently re-enabling the wallpaper when we leave launcher. (Bug ↵Winson Chung2012-05-071-0/+5
|\ \ | | | | | | | | | 6445085)" into jb-dev
| * | Consistently re-enabling the wallpaper when we leave launcher. (Bug 6445085)Winson Chung2012-05-071-0/+5
| |/ | | | | | | Change-Id: I8357677479a693a808097a797b9af6906f4d7801
* / Fix NPEMichael Jurka2012-05-071-1/+3
|/ | | Bug: 6424377
* Merge "Adding workaround to allow shortcuts to skip the launch animation. ↵Winson Chung2012-05-061-3/+9
|\ | | | | | | (Bug 6447372)" into jb-dev
| * Adding workaround to allow shortcuts to skip the launch animation. (Bug 6447372)Winson Chung2012-05-061-3/+9
| | | | | | | | Change-Id: Ic6e985ea0e9c70044b47279dc9e8886f8fec0507
* | Keying off the Launcher state to determine wallpaper visibility (Bug 6396752)Winson Chung2012-05-061-0/+17
|/ | | | Change-Id: I00c457d9c07113bf8ff4c7102e486efcb030ddc4
* Workaround for default workspace widgets not getting notified for new widget ↵Winson Chung2012-05-031-0/+3
| | | | | | sizes. (Bug 6439962) Change-Id: Ib775a606e8fa185a5595fbe8f3824fc24fbe9bb2
* Merge "Fixing regression where the proper rotation check was not being done. ↵Winson Chung2012-05-011-14/+22
|\ | | | | | | (Bug 6422040)" into jb-dev
| * Fixing regression where the proper rotation check was not being done. (Bug ↵Winson Chung2012-05-011-14/+22
| | | | | | | | | | | | 6422040) Change-Id: Iadc9a886b84c4418750dc365298944f76c564587
* | Merge "Sending broadcast for pre-configuring default workspace widgets." ↵Winson Chung2012-05-011-28/+0
|\ \ | | | | | | | | | into jb-dev
| * | Sending broadcast for pre-configuring default workspace widgets.Winson Chung2012-05-011-28/+0
| |/ | | | | | | Change-Id: I3c5598b9a2cec6cdcc96015645018b0a6e44a2fc
* | Fix widget resizes that shouldn't (issue 6380435)Adam Cohen2012-04-301-13/+14
| | | | | | | | Change-Id: Ia1da2df16ca184e6f451775597fa33ee38df6122
* | Fix NPE when rotating with widget frame visible (issue 6391782)Adam Cohen2012-04-301-1/+1
| | | | | | | | Change-Id: I67e8abf34c6ced447763fd3777c23773225ac5b5
* | Allow search/voice toolbar icons to live in same activityMichael Jurka2012-04-301-14/+64
| | | | | | | | | | | | | | - Also, check first to see if the global search activity handles the voice search intent Change-Id: Ied9c556f865c9b3ccb8d91a47d56387b745717d5