summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Ensuring the widget page is full when shown (Bug 10883258)Winson Chung2013-10-282-6/+14
| | | | Change-Id: I9481b5551a2efc093d0fb81fc62a811b34d93d7c
* Merge "Ensuring that we have a valid name for installed shortcuts. (Bug ↵Winson Chung2013-10-171-11/+22
|\ | | | | | | 11266005)" into jb-ub-now-jetsonic
| * Ensuring that we have a valid name for installed shortcuts. (Bug 11266005)Winson Chung2013-10-171-11/+22
| | | | | | | | Change-Id: Idf723ba165522cf259d9fe71533e1d5765512865
* | Merge "Updating folder icons when the shortcut is updated. (Bug 10803060)" ↵Winson Chung2013-10-171-19/+35
|\ \ | | | | | | | | | into jb-ub-now-jetsonic
| * | Updating folder icons when the shortcut is updated. (Bug 10803060)Winson Chung2013-10-161-19/+35
| |/ | | | | | | Change-Id: Idee158b3458213e441c01890e0db341a3bcce1f7
* | Merge "Ensuring disabled packages remove all components on the workspace. ↵Winson Chung2013-10-174-55/+64
|\ \ | | | | | | | | | (Bug 11172454)" into jb-ub-now-jetsonic
| * | Ensuring disabled packages remove all components on the workspace. (Bug ↵Winson Chung2013-10-164-55/+64
| |/ | | | | | | 11172454)
* | am 235a50e0: Merge "Fix ConcurrentModificationException in ↵Bjorn Bringert2013-10-171-9/+20
|\ \ | | | | | | | | | | | | | | | | | | InstallShortcutReceiver" into jb-ub-now-indigo-rose * commit '235a50e0d1a303e586c36bc5e70d560b8b924d58': Fix ConcurrentModificationException in InstallShortcutReceiver
| * \ Merge "Fix ConcurrentModificationException in InstallShortcutReceiver" into ↵Bjorn Bringert2013-10-171-9/+20
| |\ \ | | | | | | | | | | | | jb-ub-now-indigo-rose
| | * | Fix ConcurrentModificationException in InstallShortcutReceiverBjorn Bringert2013-10-171-9/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, if two shortcuts were added, and then the package for one of them removed, all while Launcher wasn't visible, Launcher crashed. Bug: 11264076 Change-Id: I892c190101389aa42d84d66960f5b6f6f43f2dfc
* | | | am b178a362: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2013-10-170-0/+0
|\| | | | | | | | | | | | | | | | | | | * commit 'b178a36244e4498b482978e1b49cf1a54467f55d': Import translations. DO NOT MERGE
| * | | Import translations. DO NOT MERGEBaligh Uddin2013-10-171-1/+1
| |/ / | | | | | | | | | | | | Change-Id: Idd2f3c94b8dd9458c80ed459e7d19325bfb08843 Auto-generated-cl: translation import
* | | Merge "Import translations. DO NOT MERGE" into jb-ub-now-jetsonicBaligh Uddin2013-10-171-1/+1
|\ \ \ | |_|/ |/| |
| * | Import translations. DO NOT MERGEBaligh Uddin2013-10-171-1/+1
| | | | | | | | | | | | | | | Change-Id: I83d23739da1050889a3dea6ae1e2d3e9c8b9f76a Auto-generated-cl: translation import
* | | Merge "Refactor RTL wallpaper code to use getLayoutTransitionOffsetForPage" ↵Michael Jurka2013-10-162-10/+2
|\ \ \ | | | | | | | | | | | | into jb-ub-now-jetsonic
| * | | Refactor RTL wallpaper code to use getLayoutTransitionOffsetForPageMichael Jurka2013-10-162-10/+2
| | | | | | | | | | | | Bug: 11157913
* | | | Lazy load default app icon in LauncherModel. (Bug 11203738)Winson Chung2013-10-161-3/+5
| | | | | | | | | | | | | | | | Change-Id: I397b532f247309de9ae5636b51f125f639966696
* | | | Fix issue where you could trigger a click after long pressing a widget ↵Adam Cohen2013-10-161-3/+11
|/ / / | | | | | | | | | | | | | | | (issue 11186227) Change-Id: I5a767ac6352f7efb4d3c6c2768c8d2aaaa913f3f
* | | Merge "Use new default wallpaper API" into jb-ub-now-jetsonicMichael Jurka2013-10-163-29/+141
|\ \ \ | |/ / |/| |
| * | Use new default wallpaper APIMichael Jurka2013-10-153-29/+141
| | | | | | | | | Change-Id: I77ce7f03f0d2c94d890d3eeee6750488b071b2ab
* | | am 8246a143: Shortcut show/hideSearchBar with new conditions.Mac Duy Hai2013-10-161-0/+4
|\ \ \ | | |/ | |/| | | | | | | * commit '8246a1434c12b607743222c22285b72c9a96497b': Shortcut show/hideSearchBar with new conditions.
| * | Shortcut show/hideSearchBar with new conditions.Mac Duy Hai2013-10-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is effectively a revert of: https://googleplex-android-review.googlesource.com/374556 With the new rules, we won't shortcut if: - the search bar is in an opposite visibility OR - a non-animated change has been requested AND there is an ongoing animation. This makes sure that showSearchBar(false) called after showSearchBar(true) is not ignored. Bug: 11105305 Bug: 11237729 Change-Id: I92668dfac072e62506b2872e8bfbe9f707c9cc69
* | | Fix drop animation issue in springloadedAdam Cohen2013-10-152-6/+8
| |/ |/| | | | | Change-Id: I1d8bf9d92ab7b94238e3e6a27b0eebf2c9af6872
* | am b6d33df9: Fix concurrent modifcation exception (issue 11234805)Adam Cohen2013-10-151-3/+6
|\| | | | | | | | | * commit 'b6d33df9092cacfda1768ffdb96a0770c861566d': Fix concurrent modifcation exception (issue 11234805)
| * Fix concurrent modifcation exception (issue 11234805)Adam Cohen2013-10-151-3/+6
| | | | | | | | Change-Id: I21a7e968c249b0d8876fbffa68954ddc229b16df
* | am e5467dcc: Flushing icons of the wrong size. (Bug 11203738)Winson Chung2013-10-142-0/+15
|\| | | | | | | | | * commit 'e5467dccdd26ff912afb43d626346e4506c9c062': Flushing icons of the wrong size. (Bug 11203738)
| * Flushing icons of the wrong size. (Bug 11203738)Winson Chung2013-10-142-0/+15
| | | | | | | | Change-Id: I9468d2e798fcf9890970270041d341e7653432f1
* | am 2456b973: Merge "Fix issue where custom content pops in (issue 11209357)" ↵Adam Cohen2013-10-141-0/+6
|\| | | | | | | | | | | | | into jb-ub-now-indigo-rose * commit '2456b9738803b5f4314b6747dd7eea116d03eb3d': Fix issue where custom content pops in (issue 11209357)
| * Merge "Fix issue where custom content pops in (issue 11209357)" into ↵Adam Cohen2013-10-141-0/+6
| |\ | | | | | | | | | jb-ub-now-indigo-rose
| | * Fix issue where custom content pops in (issue 11209357)Adam Cohen2013-10-141-0/+6
| | | | | | | | | | | | Change-Id: Ibb40505ac25d59add0b405a1b2ac48a9778314d3
* | | am 54000490: Ensuring that we are calling setCompoundDrawable() instead of ↵Winson Chung2013-10-144-3/+4
|\| | | | | | | | | | | | | | | | | | | | using intrinsic bounds. (Bug 11203738) * commit '540004905a555087e72691aad4479aa52ab5460e': Ensuring that we are calling setCompoundDrawable() instead of using intrinsic bounds. (Bug 11203738)
| * | Ensuring that we are calling setCompoundDrawable() instead of using ↵Winson Chung2013-10-144-3/+4
| |/ | | | | | | | | | | intrinsic bounds. (Bug 11203738) Change-Id: Ic2100e4008d7fc95d2670aab9d3b46a96a927599
* | am 2ac85a6d: Merge "Ensuring that we restore bounds when resizing them for ↵Adam Cohen2013-10-141-0/+3
|\| | | | | | | | | | | | | folder preview drawing. (Bug 11203738)" into jb-ub-now-indigo-rose * commit '2ac85a6d3e1096b50f00f4236ae059bcdaecb761': Ensuring that we restore bounds when resizing them for folder preview drawing. (Bug 11203738)
| * Merge "Ensuring that we restore bounds when resizing them for folder preview ↵Adam Cohen2013-10-141-0/+3
| |\ | | | | | | | | | drawing. (Bug 11203738)" into jb-ub-now-indigo-rose
| | * Ensuring that we restore bounds when resizing them for folder preview ↵Winson Chung2013-10-141-0/+3
| | | | | | | | | | | | | | | | | | drawing. (Bug 11203738) Change-Id: I0cef3916217bd3808363cafcfb25c2cd140f35fc
* | | am 9e91b7d5: Merge "Don\'t crash if WallpaperCropActivity isn\'t passed a ↵Michael Jurka2013-10-141-1/+7
|\| | | | | | | | | | | | | | | | | | | | URI" into jb-ub-now-indigo-rose * commit '9e91b7d5fccebc454424657e62497016ebdc7d1e': Don't crash if WallpaperCropActivity isn't passed a URI
| * | Merge "Don't crash if WallpaperCropActivity isn't passed a URI" into ↵Michael Jurka2013-10-141-1/+7
| |\ \ | | | | | | | | | | | | jb-ub-now-indigo-rose
| | * | Don't crash if WallpaperCropActivity isn't passed a URIMichael Jurka2013-10-141-1/+7
| | | | | | | | | | | | | | | | Bug: 11173560
* | | | am 140e79bb: Merge "Workaround for small icons. Draw icon drawables at the ↵Winson Chung2013-10-145-5/+21
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | expected icon size. (Bug 11203738)" into jb-ub-now-indigo-rose * commit '140e79bb48f6639f2d58c729d6f2597bda0a51b1': Workaround for small icons. Draw icon drawables at the expected icon size. (Bug 11203738)
| * | | Merge "Workaround for small icons. Draw icon drawables at the expected icon ↵Winson Chung2013-10-145-5/+21
| |\ \ \ | | |/ / | |/| | | | | | size. (Bug 11203738)" into jb-ub-now-indigo-rose
| | * | Workaround for small icons. Draw icon drawables at the expected icon size. ↵Winson Chung2013-10-135-5/+21
| | |/ | | | | | | | | | | | | | | | (Bug 11203738) Change-Id: If976ae8b3603e8bf42e8e857ce0b178d977b0a43
* | | am decbaa69: Do not shortcut show/hideSearchbar.Mac Duy Hai2013-10-141-2/+0
|\| | | | | | | | | | | | | | * commit 'decbaa694da558a7860317a6d113864ec2fcaae2': Do not shortcut show/hideSearchbar.
| * | Do not shortcut show/hideSearchbar.Mac Duy Hai2013-10-141-2/+0
| | | | | | | | | | | | | | | Bug: 11105305 Change-Id: I9745d6c851b2539032fdc377ce9ce80b6d67e7ab
* | | am 207a7bd8: Tweaking workspace cling due to mirrored default hotseat. (Bug ↵Winson Chung2013-10-131-6/+6
|\| | | | | | | | | | | | | | | | | | | | 11142616) * commit '207a7bd8e5208eaf382bec47ba0f814d7c3d4216': Tweaking workspace cling due to mirrored default hotseat. (Bug 11142616)
| * | Tweaking workspace cling due to mirrored default hotseat. (Bug 11142616)Winson Chung2013-10-131-6/+6
| |/
* | am 01c0214f: Merge "Fix bugs / jank with folder creation feedback (issue ↵Adam Cohen2013-10-131-2/+6
|\| | | | | | | | | | | | | 11195148)" into jb-ub-now-indigo-rose * commit '01c0214f727a25088ec4d62e64579155001cef9b': Fix bugs / jank with folder creation feedback (issue 11195148)
| * Merge "Fix bugs / jank with folder creation feedback (issue 11195148)" into ↵Adam Cohen2013-10-131-2/+6
| |\ | | | | | | | | | jb-ub-now-indigo-rose
| | * Fix bugs / jank with folder creation feedback (issue 11195148)Adam Cohen2013-10-131-2/+6
| | | | | | | | | | | | Change-Id: Ia53438a7724c95d304f08a4c16382a9b9e8bdfea
* | | am e8b600c5: Merge "Add translucent bar attributes to sw720dp values ↵John Spurlock2013-10-131-0/+2
|\| | | | | | | | | | | | | | | | | | | | override." into jb-ub-now-indigo-rose * commit 'e8b600c5e84e2779e1c9bfb18c691b2192936153': Add translucent bar attributes to sw720dp values override.
| * | Merge "Add translucent bar attributes to sw720dp values override." into ↵John Spurlock2013-10-131-0/+2
| |\ \ | | |/ | |/| | | | jb-ub-now-indigo-rose