summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* am fa31ac21: Merge "Revert "Lock launcher to portrait on devices less than ↵Jeff Brown2012-06-051-1/+1
|\ | | | | | | | | | | | | sw720dp"" into jb-dev * commit 'fa31ac2102a2dad041463a56048d83c2e4ce9098': Revert "Lock launcher to portrait on devices less than sw720dp"
| * Merge "Revert "Lock launcher to portrait on devices less than sw720dp"" into ↵Jeff Brown2012-06-051-1/+1
| |\ | | | | | | | | | jb-dev
| | * Revert "Lock launcher to portrait on devices less than sw720dp"Jeff Brown2012-06-041-1/+1
| | | | | | | | | | | | This reverts commit 51726adc25b0b32e79bbf7dd912d5ebb69682767 Bug: 6580571
* | | am 5637b87d: Fix workaround for crashing on rotation. (Bug 6611883)Adam Cohen2012-06-051-11/+18
|\| | | | | | | | | | | | | | * commit '5637b87d8b71f2af1794abcd980d9d7ffacb7333': Fix workaround for crashing on rotation. (Bug 6611883)
| * | Fix workaround for crashing on rotation. (Bug 6611883)Adam Cohen2012-06-051-11/+18
| | | | | | | | | | | | Change-Id: Iaf9734d156e5aa48f3630f22a42e17d71af37316
* | | am 67640c0c: Workaround for crashing on rotation. (Bug 6611883)Winson Chung2012-06-051-1/+2
|\| | | | | | | | | | | | | | * commit '67640c0cbe27e6c83b69070d23ea50c4a6f18447': Workaround for crashing on rotation. (Bug 6611883)
| * | Workaround for crashing on rotation. (Bug 6611883)Winson Chung2012-06-051-1/+2
| | | | | | | | | | | | Change-Id: Iae24d865fb5a5572c6d3e8726569d234a60ce05c
* | | am e6d3361e: Merge "Don\'t set hard width/height for cling OK button." into ↵Andrew Flynn2012-06-052-4/+0
|\| | | | | | | | | | | | | | | | | | | | jb-dev * commit 'e6d3361ee85bf88f1f55970d7d80a20b31ea9ea7': Don't set hard width/height for cling OK button.
| * | Merge "Don't set hard width/height for cling OK button." into jb-devAndrew Flynn2012-06-052-4/+0
| |\ \
| | * | Don't set hard width/height for cling OK button.Andrew Flynn2012-06-052-4/+0
| | | | | | | | | | | | | | | | | | | | Bug: 6587934 Change-Id: I0cb153006f3c852a9b7427c0944d9b55e3a955d8
* | | | am bbf595dc: Merge "Extending timeout workaround for updating the widget ↵Winson Chung2012-06-051-3/+7
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | tray after we get a packages-changed broadcast. (Bug 6602951)" into jb-dev * commit 'bbf595dced57bbc16633eb7d6583b1bf27a2508d': Extending timeout workaround for updating the widget tray after we get a packages-changed broadcast. (Bug 6602951)
| * | | 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
* | | | | am f9426d5d: Fix issue where landscape asset was appearing in QSB (issue ↵Adam Cohen2012-06-041-3/+11
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6605638) * commit 'f9426d5df0592a67c8a998d3ab445a3bb5eafc18': Fix issue where landscape asset was appearing in QSB (issue 6605638)
| * | | | Fix issue where landscape asset was appearing in QSB (issue 6605638)Adam Cohen2012-06-041-3/+11
| |/ / / | | | | | | | | | | | | Change-Id: I6e66be228d2fa2d49f8cb191ab3f4d1a3dd66ef1
* | | | am d4532bb7: Merge "Fixing issue where widgets could be inflated in wrong ↵Adam Cohen2012-06-043-0/+51
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | orientation (issue 6584646)" into jb-dev * commit 'd4532bb728f12fed3633370d8c44959a035ed5b3': Fixing issue where widgets could be inflated in wrong orientation (issue 6584646)
| * | | 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
* | | | am 5c9bcc6f: Voice search icon not touch explorable.Svetoslav Ganov2012-06-021-0/+7
|\| | | | | | | | | | | | | | | | | | | * commit '5c9bcc6f5923b7b52b72bc7ba9dd7273b5630538': Voice search icon not touch explorable.
| * | | 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
* | | am 1fa57ee6: Merge "Adding logging to track issue with apps pages. (Bug ↵Winson Chung2012-06-013-4/+38
|\| | | | | | | | | | | | | | | | | | | | 6549598)" into jb-dev * commit '1fa57ee628a135dbbf34af43765ecf9d43c37cbc': Adding logging to track issue with apps pages. (Bug 6549598)
| * | 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
* | | | am dcc46652: Merge "Simplifying search bar animations. (Bug 6529767)" into ↵Winson Chung2012-05-311-58/+34
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | jb-dev * commit 'dcc4665292c70ba18a8a1297482b8c5c48ca992d': Simplifying search bar animations. (Bug 6529767)
| * | | Merge "Simplifying search bar animations. (Bug 6529767)" into jb-devWinson Chung2012-05-311-58/+34
| |\ \ \
| | * | | Simplifying search bar animations. (Bug 6529767)Winson Chung2012-05-311-58/+34
| | |/ / | | | | | | | | | | | | Change-Id: Id0f29145aef8d22e640b67fae84293ba38a44629
* | | | am 78a4b799: Merge "Making folders open/close smoothly" into jb-devMichael Jurka2012-05-311-5/+27
|\| | | | | | | | | | | | | | | | | | | * commit '78a4b7993b95d0f0270a0bb0ce58355fe5963e97': Making folders open/close smoothly
| * | | Merge "Making folders open/close smoothly" into jb-devMichael Jurka2012-05-311-5/+27
| |\ \ \ | | |/ / | |/| |
| | * | Making folders open/close smoothlyMichael Jurka2012-05-311-5/+27
| | | | | | | | | | | | | | | | Change-Id: Iff5d71aa60a2e391d2d94b420953bbfd25691555
* | | | am 3dcd79ec: Preventing stutter at beginning of All Apps animationMichael Jurka2012-05-311-19/+31
|\| | | | | | | | | | | | | | | | | | | * commit '3dcd79ecb39af92b94ac7f41558c2743a51f0596': Preventing stutter at beginning of All Apps animation
| * | | Preventing stutter at beginning of All Apps animationMichael Jurka2012-05-311-19/+31
| |/ / | | | | | | | | | | | | Bug: 6579204 Change-Id: I6e4eec80726a469d51494564933fe213bfdf47d3
* | | am 21a170b2: Fix for stuck widget (issue 6557954)Adam Cohen2012-05-301-10/+24
|\| | | | | | | | | | | | | | * commit '21a170b2e17621583f2800d5611459a0a939f560': Fix for stuck widget (issue 6557954)
| * | Fix for stuck widget (issue 6557954)Adam Cohen2012-05-301-10/+24
| | | | | | | | | | | | | | | | | | -> left logging in for now, in case this doesn't fully resolve Change-Id: Ie18c1d9037284c50312c9c8b1ac57745ed2fd411
* | | am 5b6de8cb: Merge "Improve reordering by always using the "push mechanic" ↵Adam Cohen2012-05-301-13/+101
|\| | | | | | | | | | | | | | | | | | | | if possible (issue 6275309)" into jb-dev * commit '5b6de8cbaa6f772a8d803aa70328e8e09e44d4a5': Improve reordering by always using the "push mechanic" if possible (issue 6275309)
| * | Merge "Improve reordering by always using the "push mechanic" if possible ↵Adam Cohen2012-05-301-13/+101
| |\ \ | | | | | | | | | | | | (issue 6275309)" into jb-dev
| | * | Improve reordering by always using the "push mechanic" if possible (issue ↵Adam Cohen2012-05-291-13/+101
| | | | | | | | | | | | | | | | | | | | | | | | 6275309) Change-Id: I51450c1b1f6b439c87194a6084d82fb9989154a7
* | | | am 0db9d46c: Merge "Lowering the threshold for flinging on larger devices. ↵Winson Chung2012-05-304-13/+23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | (Bug 6575670)" into jb-dev * commit '0db9d46c9a298bbc21e19d23bbe77e67b7567638': Lowering the threshold for flinging on larger devices. (Bug 6575670)
| * | | Merge "Lowering the threshold for flinging on larger devices. (Bug 6575670)" ↵Winson Chung2012-05-304-13/+23
| |\ \ \ | | |/ / | |/| | | | | | into jb-dev
| | * | Lowering the threshold for flinging on larger devices. (Bug 6575670)Winson Chung2012-05-294-13/+23
| | | | | | | | | | | | | | | | Change-Id: I969057d6135babef430c60f5b2705179210719bb
* | | | Reconcile with jb-releaseThe Android Open Source Project2012-05-300-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | Change-Id: I9bb797498b39567179bd733a4269d12ad2dff815
| * \ \ \ merge in jb-release history after reset to jb-devThe Android Automerger2012-05-300-0/+0
| |\ \ \ \ | | |/ / / | |/| | |
* | | | | am 91834235: Merge "Fix NPE when widget configuration activity is rotated ↵Adam Cohen2012-05-291-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (issue 6556784)" into jb-dev * commit '91834235e86f04e0d5d45cdf19e5239c90962a59': Fix NPE when widget configuration activity is rotated (issue 6556784)
| * | | | Merge "Fix NPE when widget configuration activity is rotated (issue ↵Adam Cohen2012-05-291-0/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | 6556784)" into jb-dev
| | * | | | Fix NPE when widget configuration activity is rotated (issue 6556784)Adam Cohen2012-05-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0f8949d348c11b173ba3e7c9cd6b7117c02e0c70
* | | | | | am 7afa902b: Fix issue where item gets added to folder when displacing ↵Adam Cohen2012-05-291-1/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | folder (issue 6576460) * commit '7afa902b6cf1b63aa145ec95bc62757b4f680abd': Fix issue where item gets added to folder when displacing folder (issue 6576460)
| * | | | | Fix issue where item gets added to folder when displacing folder (issue 6576460)Adam Cohen2012-05-291-1/+0
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I6999d97a7aa35d2aa348ca350f89765abb674089
* | | | | am 4c69ebb1: Merge "Don\'t scale shortcut icons during install animation" ↵Michael Jurka2012-05-291-4/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into jb-dev * commit '4c69ebb10833b1f84d80e1ba83f3ffa7fdc4e7ab': Don't scale shortcut icons during install animation
| * | | | Merge "Don't scale shortcut icons during install animation" into jb-devMichael Jurka2012-05-291-4/+13
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Don't scale shortcut icons during install animationMichael Jurka2012-05-291-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6540432 Change-Id: I5760b1a66d3871702fea1cb51e5ba31d812a8158
* | | | | am 68f681bc: Adding debugging for stuck widget (issue 6557954)Adam Cohen2012-05-292-0/+22
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '68f681bc7a10fc014ae0864c6e2db465ce4c30df': Adding debugging for stuck widget (issue 6557954)