summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | Fixing concurrent modification exception when iterating through new apps ↵Winson Chung2012-06-251-3/+4
| | |/ | | | | | | | | | | | | | | | list. (Bug 6621553) Change-Id: Idf4fae51c65e0e53520740dd0b2050eeac00b251
* | | Remove unneeded importsMichael Jurka2012-06-254-5/+0
| | | | | | | | | | | | Change-Id: I96e125c5ddbde7df10847e9514b947c80292ea40
* | | Compile Launcher against only public apis (level 16)Michael Jurka2012-06-223-29/+25
| | | | | | | | | | | | | | | | | | Also, removing use of TableMaskFilter (last remaining private api) Change-Id: I2df80605b240352fdf7ef2ebd26b98342149bda3
* | | Merge "Decoupling launcher/workspace package cleanup from the application ↵Winson Chung2012-06-216-106/+45
|\ \ \ | | | | | | | | | | | | list (Bug 6602756)"
| * | | Decoupling launcher/workspace package cleanup from the application list (Bug ↵Winson Chung2012-06-216-106/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6602756) - Fixes issues where shortcuts created by wallpaper/widget-only apps are uninstalled. Change-Id: I94c9d1d71fc34aa2fb7f0660534e616a82ac6f36
* | | | Merge "Use getCurrentSizeRange to determine cell dimensions"Michael Jurka2012-06-211-7/+7
|\ \ \ \
| * | | | Use getCurrentSizeRange to determine cell dimensionsMichael Jurka2012-06-211-7/+7
| | | | | | | | | | | | | | | | | | | | Change-Id: I7b50ad85594585a3c18838776652c3d873dbd82d
* | | | | Merge "Remove use of private api ViewGroup.setChildrenLayersEnabled"Michael Jurka2012-06-212-30/+27
|\ \ \ \ \
| * | | | | Remove use of private api ViewGroup.setChildrenLayersEnabledMichael Jurka2012-06-212-30/+27
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I877bd84c6846ae232e2877e97de95d9344c13e56
* / / / / Remove use of private Display apisMichael Jurka2012-06-211-4/+6
|/ / / / | | | | | | | | Change-Id: I560a730af20f3068e7904eb9c8bfb29fa5d2c22f
* | | | Remove use of private ValueAnimator apiMichael Jurka2012-06-1915-56/+141
| | | | | | | | | | | | | | | | Change-Id: I455edcd17bda83ab51c2c04fa40e66097a4d6975
* | | | Remove unnecessary use of some private APIsMichael Jurka2012-06-194-11/+5
| | | | | | | | | | | | Change-Id: Idaba6833ddf4a8615845ca2f643c458bdeb9c403
* | | | Merge "Removing use of private SearchManager api"Michael Jurka2012-06-192-4/+42
|\ \ \ \ | |/ / / |/| | |
| * | | Removing use of private SearchManager apiMichael Jurka2012-06-182-4/+42
| | | | | | | | | | | | also removing one unused import
* | | | Merge "Launcher-side changes to update packages after the set of app widgets ↵Winson Chung2012-06-182-16/+13
|\ \ \ \ | | | | | | | | | | | | | | | has changed. (Bug 6602951)"
| * | | | Launcher-side changes to update packages after the set of app widgets has ↵Winson Chung2012-06-182-16/+13
| |/ / / | | | | | | | | | | | | | | | | | | | | changed. (Bug 6602951) Change-Id: Ib557cbe15e84a8ffe889c8122519a6ba303e6ee2
* | | | Merge "Fixing issue where dropping items onto side pages might drop them two ↵Winson Chung2012-06-181-1/+7
|\ \ \ \ | | | | | | | | | | | | | | | pages away. (Bug 6433177)"
| * | | | Fixing issue where dropping items onto side pages might drop them two pages ↵Winson Chung2012-06-181-1/+7
| |/ / / | | | | | | | | | | | | | | | | | | | | away. (Bug 6433177) Change-Id: I7fa745c269e63d699671cdaf0b527f2675ce3081
* | | | am 3d8bdd63: am eb04476d: Merge "Fix issue where "X" would appear over QSB ↵Michael Jurka2012-06-181-2/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | bar in landscape mode" into jb-dev * commit '3d8bdd63056435296a4d98eb4f2567c6f40d16fc': Fix issue where "X" would appear over QSB bar in landscape mode
| * | | 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
* | | | | am 2561ee84: am d74389d9: Merge "Add null pointer checks to fix NPEs" into ↵Michael Jurka2012-06-182-1/+4
|\| | | | | |_|/ / |/| | | | | | | | | | | | | | | | | | | jb-dev * commit '2561ee8453dc41a9d65f7890ea227416d7e8948c': Add null pointer checks to fix NPEs
| * | | 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 "Adding animation when destroying folder due to single item remaining"Michael Jurka2012-06-143-46/+94
|\ \ \
| * | | Adding animation when destroying folder due to single item remainingAdam Cohen2012-06-113-46/+94
| | | | | | | | | | | | | | | | Change-Id: I079af9a50d7d6f63092b725ecd941ab1e298032d
* | | | am 8fd14178: am 7e4e4ba4: Merge "Removing logging in AppsCustomizePagedView ↵Winson Chung2012-06-144-42/+0
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | (Bug 6597629)" into jb-dev * commit '8fd14178541374f2609c463a3bf882b93c10395d': Removing logging in AppsCustomizePagedView (Bug 6597629)
| * | | 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
* | | | am 452a4f58: am a35a7807: Merge "Fix NPE" into jb-devMichael Jurka2012-06-121-2/+2
|\| | | | | | | | | | | | | | | | | | | * commit '452a4f585d3cb707da0adf1fd91ba2c9c169b925': Fix NPE
| * | | Merge "Fix NPE" into jb-devMichael Jurka2012-06-111-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Fix NPEMichael Jurka2012-06-111-2/+2
| | | | | | | | | | | | | | | | | | | | Bug: 6643246 Change-Id: I0b3fed0fa4e4fc5f4e1eccc97c0ec8f23e55024d
* | | | am 5016b985: am 898f152d: Merge "Adding additional synchronized blocks when ↵Winson Chung2012-06-122-11/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | committing changes to the new-apps list. (Bug 6621553)" into jb-dev * commit '5016b98520b9dbad8cf234a15fded9fb9e805ea2': Adding additional synchronized blocks when committing changes to the new-apps list. (Bug 6621553)
| * | | 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
* | | | | am fab8e550: am db2bfa05: Merge "Fixing issue where play icon disappears ↵Winson Chung2012-06-121-3/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after hitting home (Bug 6636269)" into jb-dev * commit 'fab8e5506ddb26cb8218aa89b60813a8083b9998': Fixing issue where play icon disappears after hitting home (Bug 6636269)
| * | | | 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
* | | | | am 307f0b4d: am 12dd20d5: Merge "Fixing issue where we were not always ↵Winson Chung2012-06-121-30/+26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | invalidating the page data when setting apps. (Bug 6549598)" into jb-dev * commit '307f0b4d4d6a49e87342a66bb9bb0adb4a36352a': Fixing issue where we were not always invalidating the page data when setting apps. (Bug 6549598)
| * | | | 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
* | | | Make names of debug properties consistentMichael Jurka2012-06-121-2/+2
| | | | | | | | | | | | (cleanup after eliminating use of SystemProperty)
* | | | Clean up warnings and some private API usageMichael Jurka2012-06-1213-90/+29
|/ / / | | | | | | Change-Id: Ic3c0b333942bc3de130e41531017e71358bd5bfb
* | | 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
|\ \ \