Commit Graph

49925 Commits

Author SHA1 Message Date
Bjorn Bringert 556580596a am 6aeeeefb: am 98047dc3: Clear search widget animation in Launcher.onResume()
Merge commit '6aeeeefb158d1af21c7690d83a2155420cbc1b85' into eclair-mr2-plus-aosp

* commit '6aeeeefb158d1af21c7690d83a2155420cbc1b85':
  Clear search widget animation in Launcher.onResume()
2009-11-24 14:00:56 -08:00
Bjorn Bringert 869c881d9c am 2b68660d: am 600f1887: Guard against null parent in Launcher2.Search.clearAnimation()
Merge commit '2b68660d0a5a83a42a0cfc1e9258bbbd2b96bfc3' into eclair-mr2-plus-aosp

* commit '2b68660d0a5a83a42a0cfc1e9258bbbd2b96bfc3':
  Guard against null parent in Launcher2.Search.clearAnimation()
2009-11-24 14:00:51 -08:00
Jason Sams db1eb1bd40 am 52f918e4: am 730c408c: Merge change I84bfa565 into eclair
Merge commit '52f918e43a6a34a2bca2fb95ff0c72273b59305a' into eclair-mr2-plus-aosp

* commit '52f918e43a6a34a2bca2fb95ff0c72273b59305a':
  Improve performance of AllApps for large numbers of apps.
2009-11-24 14:00:45 -08:00
Joe Onorato b2b3fc9921 am dbbf45b5: Merge change Ib2061213 into eclair
Merge commit 'dbbf45b59ed5ebb2beed15b0a169f64e0632c71f' into eclair-mr2

* commit 'dbbf45b59ed5ebb2beed15b0a169f64e0632c71f':
  Fix bug 2248173 - all apps animates out when you return home.
2009-11-24 13:57:36 -08:00
Android (Google) Code Review dbbf45b59e Merge change Ib2061213 into eclair
* changes:
  Fix bug 2248173 - all apps animates out when you return home.
2009-11-24 13:53:30 -08:00
Romain Guy 3b4304ad7a am 99917ca6: Save 4 MB of space.
Merge commit '99917ca642d148c78ea85a6838eeb5a03bcbaf66' into eclair-mr2

* commit '99917ca642d148c78ea85a6838eeb5a03bcbaf66':
  Save 4 MB of space.
2009-11-24 13:42:20 -08:00
Romain Guy 99917ca642 Save 4 MB of space.
Change-Id: I5d0daaaccfc8d18b844542573755efca2c1a4343
2009-11-24 13:37:40 -08:00
Joe Onorato b20612133b Fix bug 2248173 - all apps animates out when you return home. 2009-11-24 16:13:54 -05:00
The Android Automerger 54b58d9eaf Merge branch 'eclair' into eclair-release 2009-11-24 09:29:21 -08:00
Romain Guy 53b11e12d4 am 09cf7d19: Merge change I5289d45d into eclair
Merge commit '09cf7d19db69dc4ac0f3457590e8df539bfec7d1' into eclair-mr2

* commit '09cf7d19db69dc4ac0f3457590e8df539bfec7d1':
  Update a couple of wallpapers.
2009-11-23 13:12:03 -08:00
Android (Google) Code Review 09cf7d19db Merge change I5289d45d into eclair
* changes:
  Update a couple of wallpapers.
2009-11-23 13:08:11 -08:00
Romain Guy bcf2a97629 Update a couple of wallpapers.
Change-Id: I5289d45da13a0405cc2344135b1ace101f0326ca
2009-11-23 13:07:26 -08:00
The Android Automerger 6d8151e32d Merge branch 'eclair' into eclair-release 2009-11-23 09:28:58 -08:00
Bjorn Bringert 6aeeeefb15 am 98047dc3: Clear search widget animation in Launcher.onResume()
Merge commit '98047dc39fd56efc6bf1e93a46eb8614569d2226' into eclair-mr2

* commit '98047dc39fd56efc6bf1e93a46eb8614569d2226':
  Clear search widget animation in Launcher.onResume()
2009-11-23 08:55:46 -08:00
Bjorn Bringert 2b68660d0a am 600f1887: Guard against null parent in Launcher2.Search.clearAnimation()
Merge commit '600f188702c1ce8e5c250ea049a5e22f4ff17577' into eclair-mr2

* commit '600f188702c1ce8e5c250ea049a5e22f4ff17577':
  Guard against null parent in Launcher2.Search.clearAnimation()
2009-11-23 08:55:43 -08:00
Jason Sams 52f918e43a am 730c408c: Merge change I84bfa565 into eclair
Merge commit '730c408ccc76dd7da2235a9af6c84d98d19e6b72' into eclair-mr2

* commit '730c408ccc76dd7da2235a9af6c84d98d19e6b72':
  Improve performance of AllApps for large numbers of apps.
2009-11-23 08:55:36 -08:00
Bjorn Bringert 98047dc39f Clear search widget animation in Launcher.onResume()
Before, Launcher relied on a callback to a SearchManager.OnCancelListener to clear the search widget
animation. However, that doesn't get called if some other app opens the search dialog
before the Launcher is reopened. This change clears the animation in onResume().

Should fix http://b/issue?id=2246760
2009-11-21 22:08:04 +00:00
Bjorn Bringert 600f188702 Guard against null parent in Launcher2.Search.clearAnimation()
Sometimes clearAnimation() is called on the search widget
when it has no parent, e.g. when it being removed from the
home screen. This caused an NPE, because clearAnimation()
called invalidate() on the parent.

This is a partial fix for: http://b/issue?id=2246760
2009-11-21 21:38:05 +00:00
The Android Automerger b438e14478 Merge branch 'eclair' into eclair-release 2009-11-20 15:02:19 -08:00
Android (Google) Code Review 730c408ccc Merge change I84bfa565 into eclair
* changes:
  Improve performance of AllApps for large numbers of apps.
2009-11-20 14:29:39 -08:00
Romain Guy e4abccc12d am 31d3e8ae: am fef7773b: am 4b14aa0d: Forgot a wallpaper.
Merge commit '31d3e8ae425bf6cafc8baf10c61b523e37392179'

* commit '31d3e8ae425bf6cafc8baf10c61b523e37392179':
  Forgot a wallpaper.
2009-11-20 14:27:47 -08:00
Romain Guy 58a7e315c2 am fbca4b71: am cb878268: am 4634af5d: Merge change I56e43637 into eclair
Merge commit 'fbca4b7189bf1e074aebf6e4b60919f60508df54'

* commit 'fbca4b7189bf1e074aebf6e4b60919f60508df54':
  Final final set of wallpapers.
2009-11-20 14:22:55 -08:00
Romain Guy 31d3e8ae42 am fef7773b: am 4b14aa0d: Forgot a wallpaper.
Merge commit 'fef7773bd7b4ba8e135bef8a22f85f45e4d5e1f8' into eclair-mr2-plus-aosp

* commit 'fef7773bd7b4ba8e135bef8a22f85f45e4d5e1f8':
  Forgot a wallpaper.
2009-11-20 14:22:29 -08:00
Romain Guy fbca4b7189 am cb878268: am 4634af5d: Merge change I56e43637 into eclair
Merge commit 'cb878268233ddd71011645bbbf03614f43855356' into eclair-mr2-plus-aosp

* commit 'cb878268233ddd71011645bbbf03614f43855356':
  Final final set of wallpapers.
2009-11-20 14:19:21 -08:00
Romain Guy fef7773bd7 am 4b14aa0d: Forgot a wallpaper.
Merge commit '4b14aa0d8a91fe074833c8f709d42b870d920316' into eclair-mr2

* commit '4b14aa0d8a91fe074833c8f709d42b870d920316':
  Forgot a wallpaper.
2009-11-20 14:18:57 -08:00
Romain Guy cb87826823 am 4634af5d: Merge change I56e43637 into eclair
Merge commit '4634af5de99153cea5d602a1ce2a50ae2bcd991d' into eclair-mr2

* commit '4634af5de99153cea5d602a1ce2a50ae2bcd991d':
  Final final set of wallpapers.
2009-11-20 14:14:57 -08:00
Romain Guy 4b14aa0d8a Forgot a wallpaper.
Change-Id: I0ecea3f2d7ad795d5dbd4fa4b34b23c38d67293e
2009-11-20 23:13:40 +01:00
Android (Google) Code Review 4634af5de9 Merge change I56e43637 into eclair
* changes:
  Final final set of wallpapers.
2009-11-20 14:11:46 -08:00
Romain Guy 8df5863f10 Final final set of wallpapers.
Change-Id: I56e43637581850a2e3da5b6bf6900680aa8de2d8
2009-11-20 22:57:37 +01:00
Jason Sams 84bfa565b3 Improve performance of AllApps for large numbers of apps. 2009-11-20 13:16:41 -08:00
Joe Onorato 4f11b9a062 am efffe8ba: am 504b5a04: am 418928e9: Fix bug 2223769 - Uninstalling app causes NPE.
Merge commit 'efffe8baf0531166202df862d5ce5191529627ee'

* commit 'efffe8baf0531166202df862d5ce5191529627ee':
  Fix bug 2223769 - Uninstalling app causes NPE.
2009-11-19 19:05:32 -08:00
Joe Onorato efffe8baf0 am 504b5a04: am 418928e9: Fix bug 2223769 - Uninstalling app causes NPE.
Merge commit '504b5a0488f2efb0abbfc68c89ea73119ca3e925' into eclair-mr2-plus-aosp

* commit '504b5a0488f2efb0abbfc68c89ea73119ca3e925':
  Fix bug 2223769 - Uninstalling app causes NPE.
2009-11-19 19:02:44 -08:00
Joe Onorato 504b5a0488 am 418928e9: Fix bug 2223769 - Uninstalling app causes NPE.
Merge commit '418928e9d0168609cc802e95c18930d131147e7a' into eclair-mr2

* commit '418928e9d0168609cc802e95c18930d131147e7a':
  Fix bug 2223769 - Uninstalling app causes NPE.
2009-11-19 18:59:20 -08:00
Joe Onorato 418928e9d0 Fix bug 2223769 - Uninstalling app causes NPE.
The check for whether there is anything in these lists should be sufficient.  The other
variables don't need to also be checked.
2009-11-19 18:05:36 -08:00
Joe Onorato 306e91c2b6 am 7a51fbbf: am c3549480: am cc19a53d: Fix 2271080 - .lang.IllegalArgumentException: no dialog with id 1 was ever shown via Activity#showDialog on CreateShortcut
Merge commit '7a51fbbfb55c30921f0677b84483ef030e397d6f'

* commit '7a51fbbfb55c30921f0677b84483ef030e397d6f':
  Fix 2271080 - .lang.IllegalArgumentException: no dialog with id 1 was ever shown via
2009-11-19 17:44:06 -08:00
Joe Onorato b68bc6e251 am 419a2046: am 920beea4: am 14f122bf: Fix bug 2271894 - Odd animation when press home button from app that wasn\'t in center home screen
Merge commit '419a204638c1cfb941c35837f7b8636c0ab8ec1e'

* commit '419a204638c1cfb941c35837f7b8636c0ab8ec1e':
  Fix bug 2271894 - Odd animation when press home button from app that wasn't in center home screen
2009-11-19 17:44:03 -08:00
Joe Onorato af64e72152 am 7331e95e: am 3035b5c7: am 88ec0990: Fix 2274291 - back key doesn\'t go from all apps to workspace
Merge commit '7331e95ec1021860de76d5c3e7a1193afe38be96'

* commit '7331e95ec1021860de76d5c3e7a1193afe38be96':
  Fix 2274291 - back key doesn't go from all apps to workspace
2009-11-19 17:43:59 -08:00
Joe Onorato b146ca4588 am a1f60aaf: am c38160c8: am 61597bd5: Fix 2271141 - Pressing the bottom corner of the screen when the applications menu is visible will switch the home screen
Merge commit 'a1f60aaf295d1b16d2fa2eb87c74490876f3ea6d'

* commit 'a1f60aaf295d1b16d2fa2eb87c74490876f3ea6d':
  Fix 2271141 - Pressing the bottom corner of the screen when the applications menu is visible will
2009-11-19 17:43:55 -08:00
Joe Onorato 1264627c2e am faf39eb1: am d8932773: am 0c4513e5: This might fix bug 2262272 - Apps list empty
Merge commit 'faf39eb178854dd7a3549cd4b8f98358a5cce4a4'

* commit 'faf39eb178854dd7a3549cd4b8f98358a5cce4a4':
  This might fix bug 2262272 - Apps list empty
2009-11-19 17:43:51 -08:00
Joe Onorato 7d7dc784b2 am 8804ce5d: am e05f457b: am a5c32d6e: Fix bugs 226264 and 2265943 - Home stopped responding to touch, but all-apps & notification panel still work
Merge commit '8804ce5de84f8102845a48838a43e27d1baab7e3'

* commit '8804ce5de84f8102845a48838a43e27d1baab7e3':
  Fix bugs 226264 and 2265943 - Home stopped responding to touch, but all-apps & notification panel
2009-11-19 17:39:35 -08:00
Joe Onorato 7a51fbbfb5 am c3549480: am cc19a53d: Fix 2271080 - .lang.IllegalArgumentException: no dialog with id 1 was ever shown via Activity#showDialog on CreateShortcut
Merge commit 'c3549480e903d22cada75ed34ac6b2ea2e5f92bb' into eclair-mr2-plus-aosp

* commit 'c3549480e903d22cada75ed34ac6b2ea2e5f92bb':
  Fix 2271080 - .lang.IllegalArgumentException: no dialog with id 1 was ever shown via
2009-11-19 15:08:28 -08:00
Joe Onorato 419a204638 am 920beea4: am 14f122bf: Fix bug 2271894 - Odd animation when press home button from app that wasn\'t in center home screen
Merge commit '920beea4547a199a882894eb511ff4d7d85c0c87' into eclair-mr2-plus-aosp

* commit '920beea4547a199a882894eb511ff4d7d85c0c87':
  Fix bug 2271894 - Odd animation when press home button from app that wasn't in center home screen
2009-11-19 15:08:25 -08:00
Joe Onorato 7331e95ec1 am 3035b5c7: am 88ec0990: Fix 2274291 - back key doesn\'t go from all apps to workspace
Merge commit '3035b5c7be5543c77f6a90d647c5e2da78077d1b' into eclair-mr2-plus-aosp

* commit '3035b5c7be5543c77f6a90d647c5e2da78077d1b':
  Fix 2274291 - back key doesn't go from all apps to workspace
2009-11-19 15:08:21 -08:00
Joe Onorato a1f60aaf29 am c38160c8: am 61597bd5: Fix 2271141 - Pressing the bottom corner of the screen when the applications menu is visible will switch the home screen
Merge commit 'c38160c86ba022430cb00e4a1c5555391f9a2ec3' into eclair-mr2-plus-aosp

* commit 'c38160c86ba022430cb00e4a1c5555391f9a2ec3':
  Fix 2271141 - Pressing the bottom corner of the screen when the applications menu is visible will
2009-11-19 15:08:17 -08:00
Joe Onorato faf39eb178 am d8932773: am 0c4513e5: This might fix bug 2262272 - Apps list empty
Merge commit 'd89327738adb80396d86f7c11c342468198edfd2' into eclair-mr2-plus-aosp

* commit 'd89327738adb80396d86f7c11c342468198edfd2':
  This might fix bug 2262272 - Apps list empty
2009-11-19 15:08:12 -08:00
Joe Onorato c3549480e9 am cc19a53d: Fix 2271080 - .lang.IllegalArgumentException: no dialog with id 1 was ever shown via Activity#showDialog on CreateShortcut
Merge commit 'cc19a53d6149491e58d2c2a749345a70b7492ec8' into eclair-mr2

* commit 'cc19a53d6149491e58d2c2a749345a70b7492ec8':
  Fix 2271080 - .lang.IllegalArgumentException: no dialog with id 1 was ever shown via
2009-11-19 14:57:21 -08:00
Joe Onorato 920beea454 am 14f122bf: Fix bug 2271894 - Odd animation when press home button from app that wasn\'t in center home screen
Merge commit '14f122bf847e50a3e7730ccbe57abc25d086a01b' into eclair-mr2

* commit '14f122bf847e50a3e7730ccbe57abc25d086a01b':
  Fix bug 2271894 - Odd animation when press home button from app that wasn't in center home screen
2009-11-19 14:57:17 -08:00
Joe Onorato 3035b5c7be am 88ec0990: Fix 2274291 - back key doesn\'t go from all apps to workspace
Merge commit '88ec0990c66702158d3c7f2f6ef5c03531978247' into eclair-mr2

* commit '88ec0990c66702158d3c7f2f6ef5c03531978247':
  Fix 2274291 - back key doesn't go from all apps to workspace
2009-11-19 14:57:13 -08:00
Joe Onorato c38160c86b am 61597bd5: Fix 2271141 - Pressing the bottom corner of the screen when the applications menu is visible will switch the home screen
Merge commit '61597bd5fdc4f8704478101c1ae166ab2d0c503c' into eclair-mr2

* commit '61597bd5fdc4f8704478101c1ae166ab2d0c503c':
  Fix 2271141 - Pressing the bottom corner of the screen when the applications menu is visible will
2009-11-19 14:57:08 -08:00
Joe Onorato d89327738a am 0c4513e5: This might fix bug 2262272 - Apps list empty
Merge commit '0c4513e55904b022a161456d699d6c1f414f0936' into eclair-mr2

* commit '0c4513e55904b022a161456d699d6c1f414f0936':
  This might fix bug 2262272 - Apps list empty
2009-11-19 14:56:53 -08:00