Commit Graph

2915 Commits

Author SHA1 Message Date
Bjorn Bringert 4e871a217b Fix ConcurrentModificationException in InstallShortcutReceiver
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
2013-10-17 14:14:48 +01:00
Mac Duy Hai 8246a1434c Shortcut show/hideSearchBar with new conditions.
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
2013-10-16 14:00:17 +01:00
Adam Cohen b6d33df909 Fix concurrent modifcation exception (issue 11234805)
Change-Id: I21a7e968c249b0d8876fbffa68954ddc229b16df
2013-10-15 10:55:29 -07:00
Winson Chung e5467dccdd Flushing icons of the wrong size. (Bug 11203738)
Change-Id: I9468d2e798fcf9890970270041d341e7653432f1
2013-10-14 17:03:04 -07:00
Adam Cohen 2456b97388 Merge "Fix issue where custom content pops in (issue 11209357)" into jb-ub-now-indigo-rose 2013-10-14 23:43:11 +00:00
Adam Cohen 84add1de6d Fix issue where custom content pops in (issue 11209357)
Change-Id: Ibb40505ac25d59add0b405a1b2ac48a9778314d3
2013-10-14 16:42:10 -07:00
Winson Chung 540004905a Ensuring that we are calling setCompoundDrawable() instead of using intrinsic bounds. (Bug 11203738)
Change-Id: Ic2100e4008d7fc95d2670aab9d3b46a96a927599
2013-10-14 16:30:38 -07:00
Adam Cohen 2ac85a6d3e Merge "Ensuring that we restore bounds when resizing them for folder preview drawing. (Bug 11203738)" into jb-ub-now-indigo-rose 2013-10-14 22:43:03 +00:00
Winson Chung d4e53c8824 Ensuring that we restore bounds when resizing them for folder preview drawing. (Bug 11203738)
Change-Id: I0cef3916217bd3808363cafcfb25c2cd140f35fc
2013-10-14 15:40:53 -07:00
Michael Jurka 9e91b7d5fc Merge "Don't crash if WallpaperCropActivity isn't passed a URI" into jb-ub-now-indigo-rose 2013-10-14 22:31:50 +00:00
Michael Jurka f6502c316c Don't crash if WallpaperCropActivity isn't passed a URI
Bug: 11173560
2013-10-14 14:09:43 -07:00
Winson Chung 140e79bb48 Merge "Workaround for small icons. Draw icon drawables at the expected icon size. (Bug 11203738)" into jb-ub-now-indigo-rose 2013-10-14 17:46:46 +00:00
Mac Duy Hai decbaa694d Do not shortcut show/hideSearchbar.
Bug: 11105305
Change-Id: I9745d6c851b2539032fdc377ce9ce80b6d67e7ab
2013-10-14 12:14:22 +01:00
Winson Chung 0dbd734384 Workaround for small icons. Draw icon drawables at the expected icon size. (Bug 11203738)
Change-Id: If976ae8b3603e8bf42e8e857ce0b178d977b0a43
2013-10-13 22:46:20 -07:00
Adam Cohen 8ec05f9fa4 Fix bugs / jank with folder creation feedback (issue 11195148)
Change-Id: Ia53438a7724c95d304f08a4c16382a9b9e8bdfea
2013-10-13 13:21:13 -07:00
Daniel Sandler 13348ffcff Merge "Simplify wallpaper strip animation." into jb-ub-now-indigo-rose 2013-10-13 18:45:14 +00:00
Michael Jurka 8713a94562 Add EXIF rotation support to wallpaper picker
Bug: 11137824

Change-Id: I64e488207ffea219fca5ee00f47b98ccb2ac86d8
2013-10-12 01:12:36 -07:00
Daniel Sandler 24f397d94d Simplify wallpaper strip animation.
Bug: 10852554
Bug: 11010469
Change-Id: I0330ab125097f7d2a6c0c584161cee646c6b757d
2013-10-12 01:01:35 -04:00
Adam Cohen 982470ead5 Merge "Speed up overview transition" into jb-ub-now-indigo-rose 2013-10-12 01:24:57 +00:00
Adam Cohen fa2450a9ff Speed up overview transition
Change-Id: Ie4086717318939875228dd3a920cecf79ba0ff91
2013-10-11 18:23:08 -07:00
Adam Cohen 920a9c2577 Merge "Clean up interpolators on overview mode transition fades" into jb-ub-now-indigo-rose 2013-10-12 01:05:59 +00:00
Adam Cohen 58993ad14d Clean up interpolators on overview mode transition fades
Change-Id: Id10292286cba217ad18e77f7273e497efac4708c
2013-10-11 17:57:55 -07:00
Adam Cohen 019f5892b9 Merge "Fix issue with extra empty screen left over after widget add cancel (issue 10865959)" into jb-ub-now-indigo-rose 2013-10-12 00:56:12 +00:00
Adam Cohen 0007472e20 Fix issue with extra empty screen left over after widget add cancel (issue 10865959)
Change-Id: Iee72fe1b296e81a5f2d04f6edcbf9cac19aff992
2013-10-11 17:46:39 -07:00
Adam Cohen 1226be4398 Merge "Fix custom content scroll effects bug (recent regression) (issue 11188769)" into jb-ub-now-indigo-rose 2013-10-11 23:22:11 +00:00
Adam Cohen a45de07ece Fix custom content scroll effects bug (recent regression) (issue 11188769)
Change-Id: Ib90c024daf64baac2ccd1cfd04897d18cd35e111
2013-10-11 16:10:20 -07:00
Winson Chung dc734ef2c0 Merge "Fixing issue where the PagedView scroll is out of sync with the current page. (Bug 11050528)" into jb-ub-now-indigo-rose 2013-10-11 23:07:45 +00:00
Winson Chung 964df6b93e Fixing issue where the PagedView scroll is out of sync with the current page. (Bug 11050528)
Change-Id: I9c445d862763b2a77847cc3bff994f6ba9af8cc4
2013-10-11 15:55:37 -07:00
Adam Cohen a5f4e488df Guarantee views are invisible after being faded (issue 11112570)
-> Prevent clicking of hotseat items during non-normal state
-> Update folder text edit highlight color (issue 11072862)

Change-Id: I0292b51dc5f7e318dc59e9a26bf1e39f333bc8eb
2013-10-11 13:51:01 -07:00
Winson Chung f7d458543e Altering the workspace padding to account for default widget padding (Bug 11116452) 2013-10-10 18:57:15 -07:00
Winson Chung 3057b1c259 Fixing issue with folder opening in the wrong bounds (Bug. 11025207)
Change-Id: I8baa5d5e8936e89c542d8ac0d98bc0ad939e01eb
2013-10-10 17:36:11 -07:00
Adam Cohen b6e2aad8d1 Merge "Fix issue where can't long click page indicators (issue 11136731)" into jb-ub-now-indigo-rose 2013-10-10 22:53:25 +00:00
Michael Jurka 773824cdfe Merge "Change drop target to "uninstall" when in All Apps" into jb-ub-now-indigo-rose 2013-10-10 22:38:54 +00:00
Adam Cohen d36d9476dc Fix issue where can't long click page indicators (issue 11136731)
Change-Id: Idcd3a3eabed9db6f1ab17891544578170b8cac6f
2013-10-10 15:32:59 -07:00
Winson Chung d1e474a92e Merge "Initial changes for new clings. (Bug 11142616)" into jb-ub-now-indigo-rose 2013-10-10 20:45:27 +00:00
Adam Cohen bb6fda6ac3 Provide final callbacks before remove CustomContent (issue 11169651)
Change-Id: I0c30d58a4380f4525dcabf54a0cabf3789031ba6
2013-10-10 12:55:06 -07:00
Adam Cohen 21cd002fef Fix issue where custom content would show up on boot (issue 10713745)
Change-Id: I1c03784970fe1a88e2561f1c5367979cda825973
2013-10-10 12:51:44 -07:00
Winson Chung 82e5c98446 Update custom content hint after custom content is invalidated (Bug 11067230)
Change-Id: I5f98e2a0e4bc3439ff36688555990798c59efa58
2013-10-10 11:59:35 -07:00
Bjorn Bringert f248abc122 Merge "Use translucent decor theme attributes in Launcher3." into jb-ub-now-indigo-rose 2013-10-10 08:40:10 +00:00
Michael Jurka addcba65e9 Change drop target to "uninstall" when in All Apps
Bug: 10909250
2013-10-09 19:04:17 -07:00
Winson Chung 3a6e7f330e Initial changes for new clings. (Bug 11142616)
Change-Id: Id66ebceb99449941921d9e617dfe0cc05a2e3b65
2013-10-09 17:53:32 -07:00
Winson Chung 5511ff963e Merge "Removing extraneous apps-customize page reset. (Bug 11027505)" into jb-ub-now-indigo-rose 2013-10-09 23:04:42 +00:00
John Spurlock 3442bc9467 Use translucent decor theme attributes in Launcher3.
And remove interim helper class.

Bug:10674960
Change-Id: I81d31563074deea058b9bbb4b806c6200f85230f
2013-10-09 18:28:41 -04:00
Adam Cohen 558f1c2ac7 Fix NPE in CellLayout (issue 11113502)
Change-Id: I8dafa79f68efdda5402e8b228ea3e81d77549a03
2013-10-09 15:21:36 -07:00
Adam Cohen 564a2e7116 Fix custom content state for scroll in RTL (issue 11068877)
Change-Id: I731c55e3e4e01ef42eba94c002d0fde296dd9540
2013-10-09 14:48:01 -07:00
Adam Cohen fbdf42703c Fix inability to long press page indicators (issue 11136731)
Change-Id: I9073bc49ab1569a742b5c27870711ada1759ca36
2013-10-09 13:02:43 -07:00
Chris Wren 129d71d8ce Merge "move the provider authority to a config class" into jb-ub-now-indigo-rose 2013-10-09 18:50:46 +00:00
Michael Jurka e81400c8b7 Merge "Fix crash when pick an image for wallpaper" into jb-ub-now-indigo-rose 2013-10-09 18:39:08 +00:00
Winson Chung 82963d530a Removing extraneous apps-customize page reset. (Bug 11027505) 2013-10-09 11:34:45 -07:00
Michael Jurka 7b715496b0 Fix crash when pick an image for wallpaper
Bug: 11145171
2013-10-09 11:22:34 -07:00