Commit Graph

78507 Commits

Author SHA1 Message Date
Joe Onorato 24a40dc28e Put launcher2 back into its own process. bug 2241963 2009-11-05 16:42:25 -05:00
Joe Onorato 2d80476997 The apps might not have finished loading by the time we're doing this. Fixes bug 2241755. 2009-11-05 16:03:12 -05:00
Joe Onorato 0ace11a2b0 Add logging to launcher2 to help diagnose 2239265 since QA keeps reassigning it to me without
providing more detailed steps to reproduce.
2009-11-05 16:03:12 -05:00
Jason Sams 20df7c7d72 Fix white square bug when new apps are added while home is not active. 2009-11-05 12:30:24 -08:00
Romain Guy 3603a19d54 am 56df8dc8: am 64cd7d8d: am 1f0bb3ab: Merge change I44ad9fe5 into eclair
Merge commit '56df8dc86352d547f0d45f6d2c65261a04e6131a'

* commit '56df8dc86352d547f0d45f6d2c65261a04e6131a':
  Add android.home.drop even for the live wallpapers.
2009-11-04 15:27:52 -08:00
Mike Cleron aa4d5bdd5c am 4bcb583c: am d14a527c: am 2d685eae: Merge change I2bbe9af6 into eclair
Merge commit '4bcb583c67af2cbcf35136a6790154a9cf885170'

* commit '4bcb583c67af2cbcf35136a6790154a9cf885170':
  Update the search widget to be vertically centered within it's footprint.
2009-11-04 15:27:47 -08:00
Romain Guy 56df8dc863 am 64cd7d8d: am 1f0bb3ab: Merge change I44ad9fe5 into eclair
Merge commit '64cd7d8d224582e39d1c8edf00ddf9dd6502d15a' into eclair-mr2-plus-aosp

* commit '64cd7d8d224582e39d1c8edf00ddf9dd6502d15a':
  Add android.home.drop even for the live wallpapers.
2009-11-04 15:20:25 -08:00
Mike Cleron 4bcb583c67 am d14a527c: am 2d685eae: Merge change I2bbe9af6 into eclair
Merge commit 'd14a527cc761f722520389449ad36634d3272407' into eclair-mr2-plus-aosp

* commit 'd14a527cc761f722520389449ad36634d3272407':
  Update the search widget to be vertically centered within it's footprint.
2009-11-04 15:20:19 -08:00
Romain Guy 64cd7d8d22 am 1f0bb3ab: Merge change I44ad9fe5 into eclair
Merge commit '1f0bb3ab418d4fddc7db436ec49ca19449d8e1bb' into eclair-mr2

* commit '1f0bb3ab418d4fddc7db436ec49ca19449d8e1bb':
  Add android.home.drop even for the live wallpapers.
2009-11-04 15:12:32 -08:00
Mike Cleron d14a527cc7 am 2d685eae: Merge change I2bbe9af6 into eclair
Merge commit '2d685eaec9cbf3b2f7c52f6c810980a0c1f79375' into eclair-mr2

* commit '2d685eaec9cbf3b2f7c52f6c810980a0c1f79375':
  Update the search widget to be vertically centered within it's footprint.
2009-11-04 15:12:26 -08:00
Android (Google) Code Review 1f0bb3ab41 Merge change I44ad9fe5 into eclair
* changes:
  Add android.home.drop even for the live wallpapers.
2009-11-04 18:01:17 -05:00
Romain Guy 84f296c106 Add android.home.drop even for the live wallpapers.
Change-Id: I44ad9fe573dc3d2e5d091fed01300d44b6be9473
2009-11-04 15:00:44 -08:00
Joe Onorato 019145fae4 am 6e51630b: am 6cc74de5: am eebd9249: Fix bug 2236111 - right edge of widget chopped-off while dragging
Merge commit '6e51630b0fbacf4beb339cfeefa762cb66f03ba8'

* commit '6e51630b0fbacf4beb339cfeefa762cb66f03ba8':
  Fix bug 2236111 - right edge of widget chopped-off while dragging
2009-11-04 13:46:54 -08:00
Joe Onorato 6e51630b0f am 6cc74de5: am eebd9249: Fix bug 2236111 - right edge of widget chopped-off while dragging
Merge commit '6cc74de5978b79cb7a828e772f48d73de8b13335' into eclair-mr2-plus-aosp

* commit '6cc74de5978b79cb7a828e772f48d73de8b13335':
  Fix bug 2236111 - right edge of widget chopped-off while dragging
2009-11-04 13:23:47 -08:00
Android (Google) Code Review 2d685eaec9 Merge change I2bbe9af6 into eclair
* changes:
  Update the search widget to be vertically centered within it's footprint.
2009-11-04 16:17:01 -05:00
Joe Onorato 6cc74de597 am eebd9249: Fix bug 2236111 - right edge of widget chopped-off while dragging
Merge commit 'eebd92496e2fbfbd81ea871862a681929101ba06' into eclair-mr2

* commit 'eebd92496e2fbfbd81ea871862a681929101ba06':
  Fix bug 2236111 - right edge of widget chopped-off while dragging
2009-11-04 13:15:14 -08:00
Mike Cleron 2bbe9af65e Update the search widget to be vertically centered within it's footprint. 2009-11-04 12:25:55 -08:00
Joe Onorato eebd92496e Fix bug 2236111 - right edge of widget chopped-off while dragging
By using resolveSize, we're clamping the size we measure to the
size of the screen, so just use our prefered size instead.  Nobody
is going to otherwise limit us, so this value won't be mismatched
with the size we actually get.
2009-11-04 13:48:32 -05:00
Jason Sams 1ef4a799e0 am 80126bb6: am ccc0d5f9: am 90396672: Don\'t release the GL context when all-apps looses its surface.
Merge commit '80126bb6a31058bfdae22b99193fbbf898daa45a'

* commit '80126bb6a31058bfdae22b99193fbbf898daa45a':
  Don't release the GL context when all-apps looses its surface.
2009-11-03 16:12:26 -08:00
Jason Sams 80126bb6a3 am ccc0d5f9: am 90396672: Don\'t release the GL context when all-apps looses its surface.
Merge commit 'ccc0d5f96b5fabe44be0fa1c3c842294ce06c7b0' into eclair-mr2-plus-aosp

* commit 'ccc0d5f96b5fabe44be0fa1c3c842294ce06c7b0':
  Don't release the GL context when all-apps looses its surface.
2009-11-03 16:07:04 -08:00
Jason Sams ccc0d5f96b am 90396672: Don\'t release the GL context when all-apps looses its surface.
Merge commit '90396672ba79fcb5a9152e03958e5be6bdc232e6' into eclair-mr2

* commit '90396672ba79fcb5a9152e03958e5be6bdc232e6':
  Don't release the GL context when all-apps looses its surface.
2009-11-03 16:02:28 -08:00
Jason Sams 90396672ba Don't release the GL context when all-apps looses its surface. 2009-11-03 13:59:34 -08:00
Mike Cleron ba3e05efea am a26868d6: am 8907fc2a: am 4a5c1e1e: Fix 2209039 and 2220106
Merge commit 'a26868d6afffff8be91653da36cb4152ed68759a'

* commit 'a26868d6afffff8be91653da36cb4152ed68759a':
  Fix 2209039 and 2220106
2009-11-03 10:38:39 -08:00
Mike Cleron a26868d6af am 8907fc2a: am 4a5c1e1e: Fix 2209039 and 2220106
Merge commit '8907fc2aa2478ada561fc5cdd0a885633c303289' into eclair-mr2-plus-aosp

* commit '8907fc2aa2478ada561fc5cdd0a885633c303289':
  Fix 2209039 and 2220106
2009-11-03 10:32:19 -08:00
Mike Cleron 8907fc2aa2 am 4a5c1e1e: Fix 2209039 and 2220106
Merge commit '4a5c1e1ec9e8bad2cd9a29f3db68a106d4928be3' into eclair-mr2

* commit '4a5c1e1ec9e8bad2cd9a29f3db68a106d4928be3':
  Fix 2209039 and 2220106
2009-11-03 10:28:04 -08:00
Mike Cleron 4a5c1e1ec9 Fix 2209039 and 2220106
Improve trackball handling and menu interaction
2009-11-03 10:17:05 -08:00
Joe Onorato 332b351258 am e5546a82: am 48712510: am a13f574e: Fix 2205899 - unable to access last row using trackball scroll if last row is having less than 4 icons.
Merge commit 'e5546a82ef687a73d66bc39ae25f9d0685a59a87'

* commit 'e5546a82ef687a73d66bc39ae25f9d0685a59a87':
  Fix 2205899 - unable to access last row using trackball scroll if last row is having less than
2009-11-03 05:04:30 -08:00
Joe Onorato e5546a82ef am 48712510: am a13f574e: Fix 2205899 - unable to access last row using trackball scroll if last row is having less than 4 icons.
Merge commit '487125107c151b7ec1de2dd559cda5fee1fa598a' into eclair-mr2-plus-aosp

* commit '487125107c151b7ec1de2dd559cda5fee1fa598a':
  Fix 2205899 - unable to access last row using trackball scroll if last row is having less than
2009-11-03 04:59:02 -08:00
Joe Onorato 487125107c am a13f574e: Fix 2205899 - unable to access last row using trackball scroll if last row is having less than 4 icons.
Merge commit 'a13f574e3ab14492c18d41dde0a6f61b4e72981f' into eclair-mr2

* commit 'a13f574e3ab14492c18d41dde0a6f61b4e72981f':
  Fix 2205899 - unable to access last row using trackball scroll if last row is having less than
2009-11-03 04:54:40 -08:00
Joe Onorato a13f574e3a Fix 2205899 - unable to access last row using trackball scroll if last row is having less than
4 icons.
2009-11-02 17:15:19 -05:00
Joe Onorato 9912804332 am d4da3b47: am 14dd8530: am 080d9b61: Adjust logging of launcher2 launch times, and make all apps loading wait a little longer, even though usually it happens later anyway.
Merge commit 'd4da3b47ae6bef432db0d1e669e62fcc6f47fa07'

* commit 'd4da3b47ae6bef432db0d1e669e62fcc6f47fa07':
  Adjust logging of launcher2 launch times, and make all apps loading wait a little longer,
2009-11-02 10:15:49 -08:00
Joe Onorato d4da3b47ae am 14dd8530: am 080d9b61: Adjust logging of launcher2 launch times, and make all apps loading wait a little longer, even though usually it happens later anyway.
Merge commit '14dd85305e2d4ed74f21ce6b4f08fd1887cb8256' into eclair-mr2-plus-aosp

* commit '14dd85305e2d4ed74f21ce6b4f08fd1887cb8256':
  Adjust logging of launcher2 launch times, and make all apps loading wait a little longer,
2009-11-02 10:10:52 -08:00
Joe Onorato 14dd85305e am 080d9b61: Adjust logging of launcher2 launch times, and make all apps loading wait a little longer, even though usually it happens later anyway.
Merge commit '080d9b614e609826dce2606f9e474af674ead933' into eclair-mr2

* commit '080d9b614e609826dce2606f9e474af674ead933':
  Adjust logging of launcher2 launch times, and make all apps loading wait a little longer,
2009-11-02 10:06:20 -08:00
Joe Onorato fee4d9eec2 am 9886c449: am b7fac1a5: am a4c0cb96: Tweak the shape/size of the all apps selection glow.
Merge commit '9886c449fc17405d20f8659aad6b935a13cd6514'

* commit '9886c449fc17405d20f8659aad6b935a13cd6514':
  Tweak the shape/size of the all apps selection glow.
2009-11-02 09:15:37 -08:00
Joe Onorato 53e7283cc0 am ca734ad2: am bca63d4c: am b6341e9e: Fix launcher crash
Merge commit 'ca734ad2387629ff9afcd0d5c991074f8212920f'

* commit 'ca734ad2387629ff9afcd0d5c991074f8212920f':
  Fix launcher crash
2009-11-02 09:15:32 -08:00
Joe Onorato 9886c449fc am b7fac1a5: am a4c0cb96: Tweak the shape/size of the all apps selection glow.
Merge commit 'b7fac1a57d00afb1a3a355fd563403dd3b1d8709' into eclair-mr2-plus-aosp

* commit 'b7fac1a57d00afb1a3a355fd563403dd3b1d8709':
  Tweak the shape/size of the all apps selection glow.
2009-11-02 09:03:35 -08:00
Joe Onorato ca734ad238 am bca63d4c: am b6341e9e: Fix launcher crash
Merge commit 'bca63d4c5b67dc80e1d02a878f0c66202608372d' into eclair-mr2-plus-aosp

* commit 'bca63d4c5b67dc80e1d02a878f0c66202608372d':
  Fix launcher crash
2009-11-02 09:03:30 -08:00
Joe Onorato 080d9b614e Adjust logging of launcher2 launch times, and make all apps loading wait a little longer,
even though usually it happens later anyway.

For bug 2226555.
2009-11-02 12:01:11 -05:00
Joe Onorato b7fac1a57d am a4c0cb96: Tweak the shape/size of the all apps selection glow.
Merge commit 'a4c0cb965575b7a0832d92bc0b33e06c7c66cb10' into eclair-mr2

* commit 'a4c0cb965575b7a0832d92bc0b33e06c7c66cb10':
  Tweak the shape/size of the all apps selection glow.
2009-11-02 08:54:41 -08:00
Joe Onorato bca63d4c5b am b6341e9e: Fix launcher crash
Merge commit 'b6341e9ee293cfbccc553f0d204a1087968d6482' into eclair-mr2

* commit 'b6341e9ee293cfbccc553f0d204a1087968d6482':
  Fix launcher crash
2009-11-02 08:54:36 -08:00
Joe Onorato a4c0cb9655 Tweak the shape/size of the all apps selection glow.
Bug 2231227
2009-11-02 10:45:15 -05:00
Joe Onorato b6341e9ee2 Fix launcher crash 2009-11-02 10:41:48 -05:00
Joe Onorato 55ab67a4d0 am ddd7c497: am f758fd3a: am 6f613d29: Fix bugs 2218563 and 2176751 - Not properly loading icons, and sometimes marking them as cached when they\'re not.
Merge commit 'ddd7c497b730ac6bb013a6f1f35df32c4bf7df3f'

* commit 'ddd7c497b730ac6bb013a6f1f35df32c4bf7df3f':
  Fix bugs 2218563 and 2176751 - Not properly loading icons, and sometimes marking them as cached when
2009-11-01 21:57:57 -08:00
Joe Onorato d1afa3f226 am d5ab1bd6: am 6a1d057b: am 3c2f7e10: fix 2206016 - Passion: Deleted Icons are added again after deleting folder on home screen
Merge commit 'd5ab1bd61ba2e06b0e6e40b99c7bab662b35eb94'

* commit 'd5ab1bd61ba2e06b0e6e40b99c7bab662b35eb94':
  fix 2206016 - Passion: Deleted Icons are added again after deleting folder on home screen
2009-11-01 21:57:52 -08:00
Joe Onorato 9cd0e19796 am bf8364fb: am 11b34626: am 381a2a6f: remove unused code.
Merge commit 'bf8364fbf7d418099acfed2c79b2adba8973b8ab'

* commit 'bf8364fbf7d418099acfed2c79b2adba8973b8ab':
  remove unused code.
2009-11-01 21:57:47 -08:00
Joe Onorato 068c787767 am 33e56003: am 446d0fb6: am 41a12d22: When closing a folder, make sure to remove it from the list of drop targets.
Merge commit '33e56003fe3ab987079b9b9f8b0d39be7d427b09'

* commit '33e56003fe3ab987079b9b9f8b0d39be7d427b09':
  When closing a folder, make sure to remove it from the list of drop targets.
2009-11-01 21:57:40 -08:00
Joe Onorato bedc00d747 am 576acd76: am 6774b766: am f99f8c1a: Fix 2223769 - Uninstalling a widget (via adb uninstall) crashed launcher2 and com.cooliris.media
Merge commit '576acd76656add891927cc192f36bd6e28a41aea'

* commit '576acd76656add891927cc192f36bd6e28a41aea':
  Fix 2223769 - Uninstalling a widget (via adb uninstall) crashed launcher2 and com.cooliris.media
2009-11-01 21:57:34 -08:00
Joe Onorato 9a85e5291e am c1d36c31: am 6a3f5695: am cb9f7988: Fix 2199124 - Sometimes app icons don\'t go away when deleting the app.
Merge commit 'c1d36c3124f8de94ed8e1304403c703910281870'

* commit 'c1d36c3124f8de94ed8e1304403c703910281870':
  Fix 2199124 - Sometimes app icons don't go away when deleting the app.
2009-11-01 21:57:27 -08:00
Mike Cleron 26aac8c068 am 7dba1856: am cb44b4d4: am a1b02556: Merge change I3134655d into eclair
Merge commit '7dba1856d92c9b4c34776dc8ceab8af4c9bae8b8'

* commit '7dba1856d92c9b4c34776dc8ceab8af4c9bae8b8':
  More capabilities for default home configuration
2009-11-01 21:56:01 -08:00
Mike Reed 9aa0901abf am 9275a2dd: am 3982b478: am 80dcf333: Merge change Ia4f871c1 into eclair
Merge commit '9275a2ddbcec406c28ce11ef6093727f9b6e19f6'

* commit '9275a2ddbcec406c28ce11ef6093727f9b6e19f6':
  use table maskfilter for glow
2009-11-01 21:53:52 -08:00