summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue where widget resize frame overlaps widget (issue 6493388)Adam Cohen2012-07-251-6/+18
| | | | Change-Id: Ib1e53a7df49b26ecb19880e58b19876b80cfb12c
* Binding AllApps synchronously. (Bug 6855061)Winson Chung2012-07-246-51/+76
| | | | | | - Also ensuring that we restore to the settling page index if it is in motion Change-Id: I9c6760383113f7614f6cb962ab6562b0e7eb7138
* Ensuring that restoreInstanceState is being called promptly for ↵Adam Cohen2012-07-244-8/+61
| | | | | | synchronously bound page Change-Id: I0e71c29f553ad360ec42a6a0b2529d16cbddd437
* Fixing issue where defered unbind was running after synchronous bind. (Bug ↵Adam Cohen2012-07-232-0/+17
| | | | | | 6858398, Bug 6863181) Change-Id: I03dc3ae18528901cc88c79638a8495c1ab8d61af
* Disabling synchronous binding when returning home from another app while ↵Winson Chung2012-07-192-8/+50
| | | | | | | | | orientation has changed. (Bug 6792288) - Fixing issue where we were reverting to the first page of the workspace after launching an application from all apps, rotating, and returning home - Enabling rotation in master. Change-Id: I291b9d76b20244e9028b6f62164430bc3606644c
* DO NOT MERGE Adding sycnhronous loading of current page to support seamless ↵Adam Cohen2012-07-183-442/+685
| | | | | | rotation. (Bug 6792288) Change-Id: I341160e8a604cde63443e331f762cebc1ed5ec0c
* Merge "Disallowing touches through the custom workspace cling. (Bug ↵Winson Chung2012-06-271-3/+0
|\ | | | | | | 6721250)" into jb-dev
| * Disallowing touches through the custom workspace cling. (Bug 6721250)Winson Chung2012-06-271-3/+0
| | | | | | | | Change-Id: I0d932716f2095036ee0205f6bd0d28c6b832a9be
* | Merge "Fixing concurrent modification exception when iterating through new ↵Winson Chung2012-06-251-3/+4
|\ \ | | | | | | | | | apps list. (Bug 6621553)" into jb-dev
| * | Fixing concurrent modification exception when iterating through new apps ↵Winson Chung2012-06-251-3/+4
| |/ | | | | | | | | | | list. (Bug 6621553) Change-Id: Idf4fae51c65e0e53520740dd0b2050eeac00b251
* | Merge "Fix issue where "X" would appear over QSB bar in landscape mode" into ↵Michael Jurka2012-06-181-2/+2
|\ \ | | | | | | | | | jb-dev
| * | Fix issue where "X" would appear over QSB bar in landscape modeMichael Jurka2012-06-181-2/+2
| | | | | | | | | | | | | | | Bug: 6655204 Change-Id: I8d456314ebba23a4c84781ee0e2cdd261784382a
* | | Merge "Add null pointer checks to fix NPEs" into jb-devMichael Jurka2012-06-182-1/+4
|\ \ \ | |_|/ |/| |
| * | Add null pointer checks to fix NPEsMichael Jurka2012-06-182-1/+4
| |/ | | | | | | | | | | | | Bug: 6611233 Bug: 6685401 Change-Id: I804dfe0a7ad36b43168f7384ef88459d765fff6b
* | Merge "Removing logging in AppsCustomizePagedView (Bug 6597629)" into jb-devWinson Chung2012-06-144-42/+0
|\ \ | |/ |/|
| * Removing logging in AppsCustomizePagedView (Bug 6597629)Winson Chung2012-06-114-42/+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 "Adding additional synchronized blocks when committing changes to the ↵Winson Chung2012-06-112-11/+15
|\ \ | | | | | | | | | new-apps list. (Bug 6621553)" into jb-dev
| * | Adding additional synchronized blocks when committing changes to the ↵Winson Chung2012-06-112-11/+15
| | | | | | | | | | | | | | | | | | new-apps list. (Bug 6621553) Change-Id: Ia2553321230fec4202fa064cdc66ffd13d005281
* | | 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 issue where we were not always invalidating the page data when ↵Winson Chung2012-06-111-30/+26
|\ \ \ | | | | | | | | | | | | setting apps. (Bug 6549598)" into jb-dev
| * | | Fixing issue where we were not always invalidating the page data when ↵Winson Chung2012-06-081-30/+26
| |/ / | | | | | | | | | | | | | | | setting apps. (Bug 6549598) Change-Id: I2fff41e87465608a21ffb7c91e988b33f8d54ee3
* | | Merge "Removing logging (issue 6583911)" into jb-devAdam Cohen2012-06-111-23/+0
|\ \ \
| * | | Removing logging (issue 6583911)Adam Cohen2012-06-041-23/+0
| | | | | | | | | | | | | | | | Change-Id: I1f5579d13af1b3daa0734e04d72f60ac8075f29b
* | | | Improving overscroll paramaters for 7-inch devicesAdam Cohen2012-06-081-2/+3
| |_|/ |/| | | | | | | | Change-Id: Iba805137fca121bab7675eac22236af9642c27bb
* | | 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-083-23/+85
|\ \ \
| * | | Fix two pieces of folder jankAdam Cohen2012-06-073-23/+85
| |/ / | | | | | | | | | | | | | | | | | | | | | -> 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
* | | Merge "Fixing issue where we weren't invalidating the correct press feedback ↵Michael Jurka2012-06-071-0/+1
|\ \ \ | | | | | | | | | | | | layout (Bug: 6628324)" into jb-dev
| * | | Fixing issue where we weren't invalidating the correct press feedback layout ↵Winson Chung2012-06-071-0/+1
| |/ / | | | | | | | | | | | | | | | (Bug: 6628324) Change-Id: I50e3ce86c2643cbbc5d87e7250e0ab4c34dbff3d
* / / 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-067-17/+33
|\ \ | | | | | | | | | 6621553)" into jb-dev
| * | Synchronizing on the new-apps list before modifying it. (Bug 6621553)Winson Chung2012-06-067-17/+33
| | | | | | | | | | | | | | | | | | | | | - Minor tweak to qsb padding - Adding yet more logging for single-app-page issue Change-Id: I4272dd7a70c9ac26f026b03a1f991f14844fdb9d
* | | Fixing ConcurrentModificationException (issue 6619380)Adam Cohen2012-06-063-34/+24
| | | | | | | | | | | | Change-Id: I49d293a79a463d129e829f823d6b213f3d5ffcf4
* | | Merge "Defer loading widget previews until after All Apps transition" into ↵Michael Jurka2012-06-061-2/+13
|\ \ \ | | | | | | | | | | | | jb-dev
| * | | Defer loading widget previews until after All Apps transitionMichael Jurka2012-06-061-2/+13
| | | | | | | | | | | | Bug: 6615463
* | | | 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
* | | Merge "Extending timeout workaround for updating the widget tray after we ↵Winson Chung2012-06-051-3/+7
|\ \ \ | |/ / |/| | | | | get a packages-changed broadcast. (Bug 6602951)" into jb-dev
| * | Extending timeout workaround for updating the widget tray after we get a ↵Winson Chung2012-06-051-3/+7
| |/ | | | | | | | | | | packages-changed broadcast. (Bug 6602951) Change-Id: Ice56816e85dda0bd04782d8b98e37566286e23e6
* / Fix issue where landscape asset was appearing in QSB (issue 6605638)Adam Cohen2012-06-041-3/+11
|/ | | | Change-Id: I6e66be228d2fa2d49f8cb191ab3f4d1a3dd66ef1
* Merge "Fixing issue where widgets could be inflated in wrong orientation ↵Adam Cohen2012-06-043-0/+51
|\ | | | | | | (issue 6584646)" into jb-dev
| * Fixing issue where widgets could be inflated in wrong orientation (issue ↵Adam Cohen2012-06-043-0/+51
| | | | | | | | | | | | 6584646) Change-Id: I24ea7f59345e8f62daf36c13cb43e1ab0180e805
* | Voice search icon not touch explorable.Svetoslav Ganov2012-06-011-0/+7
|/ | | | | | | | | | | 1. The overlaid DrawableStateProxyView was reacting to hover events essentially being touch explored so the views it coders did not get a chance to be touch explored. Now this view ignores hover events. bug:6581924 Change-Id: I69d5ccaaf88b0f0ef661a237ce8a8abb8f65fa95
* Merge "Adding logging to track issue with apps pages. (Bug 6549598)" into jb-devWinson Chung2012-06-013-4/+38
|\
| * Adding logging to track issue with apps pages. (Bug 6549598)Winson Chung2012-06-013-4/+38
| | | | | | | | Change-Id: Iaf8ad301325442346a2587f038b7a44578c16427