Commit Graph

49925 Commits

Author SHA1 Message Date
Joe Onorato cc19a53d61 Fix 2271080 - .lang.IllegalArgumentException: no dialog with id 1 was ever shown via
Activity#showDialog on CreateShortcut

I'm not sure how this can happen, but I think it's okay to just
drop the exception.  It's all just trying to clean up anyway.
2009-11-19 14:20:57 -08:00
Joe Onorato 14f122bf84 Fix bug 2271894 - Odd animation when press home button from app that wasn't in center home screen
Now:
 - When you're on the workspace and you press home, it animates back to the middle
 - When you're in all apps and you press home, all apps animates out and the workspace
   doesn't animate to the middle (it just jumps there)
 - When you're in an app and you press home, it doesn't animate to the middle
 - When you're in an app and you press back, it still goes to the page you were on.

Don't look at the evil hack to make it move without animating.
2009-11-19 14:06:36 -08:00
Joe Onorato 88ec0990c6 Fix 2274291 - back key doesn't go from all apps to workspace 2009-11-19 13:16:06 -08:00
Joe Onorato 61597bd5fd Fix 2271141 - Pressing the bottom corner of the screen when the applications menu is visible will
switch the home screen
2009-11-19 12:51:57 -08:00
Joe Onorato 0c4513e559 This might fix bug 2262272 - Apps list empty
I'm not sure how .added is empty, but the only way I see for this
to happen is if it is, so use .data instead, which ought to be the
same.
2009-11-19 12:24:48 -08:00
Joe Onorato 8804ce5de8 am e05f457b: am a5c32d6e: Fix bugs 226264 and 2265943 - Home stopped responding to touch, but all-apps & notification panel still work
Merge commit 'e05f457b74a1b69133d9df81fb27d376fb625122' into eclair-mr2-plus-aosp

* commit 'e05f457b74a1b69133d9df81fb27d376fb625122':
  Fix bugs 226264 and 2265943 - Home stopped responding to touch, but all-apps & notification panel
2009-11-19 11:48:50 -08:00
Joe Onorato e05f457b74 am a5c32d6e: Fix bugs 226264 and 2265943 - Home stopped responding to touch, but all-apps & notification panel still work
Merge commit 'a5c32d6ecc9da6d47cf59554bebf5d0dbe4f99d2' into eclair-mr2

* commit 'a5c32d6ecc9da6d47cf59554bebf5d0dbe4f99d2':
  Fix bugs 226264 and 2265943 - Home stopped responding to touch, but all-apps & notification panel
2009-11-19 11:42:22 -08:00
Joe Onorato a5c32d6ecc Fix bugs 226264 and 2265943 - Home stopped responding to touch, but all-apps & notification panel
still work

I knew it was a problem with mWaitingForResult, which I'm still not convinced we need, but
Jeff Sharkey was able to find repro steps, so he's my new hero.  The steps were:
  1. Open add menu (long pressing or menu > add)
  2. Turn off the screen
  3. Turn back on & unlock
  4. Poof.
The problem was that when we get ACTION_CLOSE_SYSTEM_DIALOGS intents, we're dismissing the dialogs,
not canceling them.  I think we actually want to cancel them, but there's no easy way to do that
with the Activity class, so just clear mWaitingForResult by hand in closeSystemDialogs().
2009-11-19 10:28:49 -08:00
The Android Automerger ebf3991a60 Merge branch 'eclair' into eclair-release 2009-11-19 10:23:12 -08:00
Joe Onorato 5eff077d5a am fc35534e: am 1d44a3f4: am 247226b1: Fix bug 2266095 - all apps animates out when you return home by hitting back
Merge commit 'fc35534e007326676cc5a997f695a0847d2d5583'

* commit 'fc35534e007326676cc5a997f695a0847d2d5583':
  Fix bug 2266095 - all apps animates out when you return home by hitting back
2009-11-18 18:08:14 -08:00
Joe Onorato dc3681c19b am 1d8c3b3b: am fe3276cf: am 39bfc13a: Add more logging for bugs 2262649, 2262272 and 2265943.
Merge commit '1d8c3b3b87d09c1c7d4fa84f101ce5f6c526715c'

* commit '1d8c3b3b87d09c1c7d4fa84f101ce5f6c526715c':
  Add more logging for bugs 2262649, 2262272 and 2265943.
2009-11-18 18:04:32 -08:00
Joe Onorato fc35534e00 am 1d44a3f4: am 247226b1: Fix bug 2266095 - all apps animates out when you return home by hitting back
Merge commit '1d44a3f43fec2972c1b855677f010cb82919cb35' into eclair-mr2-plus-aosp

* commit '1d44a3f43fec2972c1b855677f010cb82919cb35':
  Fix bug 2266095 - all apps animates out when you return home by hitting back
2009-11-18 18:04:13 -08:00
Joe Onorato 1d44a3f43f am 247226b1: Fix bug 2266095 - all apps animates out when you return home by hitting back
Merge commit '247226b1d57dfc6571bdb7c83787e63f7409f2ab' into eclair-mr2

* commit '247226b1d57dfc6571bdb7c83787e63f7409f2ab':
  Fix bug 2266095 - all apps animates out when you return home by hitting back
2009-11-18 18:01:40 -08:00
Joe Onorato 1d8c3b3b87 am fe3276cf: am 39bfc13a: Add more logging for bugs 2262649, 2262272 and 2265943.
Merge commit 'fe3276cfd9c40245d09faa8da75af61d454cfd40' into eclair-mr2-plus-aosp

* commit 'fe3276cfd9c40245d09faa8da75af61d454cfd40':
  Add more logging for bugs 2262649, 2262272 and 2265943.
2009-11-18 17:55:57 -08:00
Joe Onorato 247226b1d5 Fix bug 2266095 - all apps animates out when you return home by hitting back
We needed to check that they haven't exited on the down event.
2009-11-18 17:43:22 -08:00
Joe Onorato fe3276cfd9 am 39bfc13a: Add more logging for bugs 2262649, 2262272 and 2265943.
Merge commit '39bfc13a77b25aa9e1dc322b223030545c9af2c1' into eclair-mr2

* commit '39bfc13a77b25aa9e1dc322b223030545c9af2c1':
  Add more logging for bugs 2262649, 2262272 and 2265943.
2009-11-18 17:32:10 -08:00
Joe Onorato 39bfc13a77 Add more logging for bugs 2262649, 2262272 and 2265943. 2009-11-18 17:22:01 -08:00
The Android Automerger 4487660fd1 Merge branch 'eclair' into eclair-release 2009-11-18 08:48:31 -08:00
Joe Onorato 4e551d181a am c6c60306: am 464ee393: am be38609f: Add a lot of logging that can be seen by doing adb shell setprop launcher2.dumpstate 1 and presssing volume down
Merge commit 'c6c603060b43738afc0f2e68a86d7a78bc38b126'

* commit 'c6c603060b43738afc0f2e68a86d7a78bc38b126':
  Add a lot of logging that can be seen by doing adb shell setprop launcher2.dumpstate 1 and presssing volume down
2009-11-17 18:15:35 -08:00
Joe Onorato c6c603060b am 464ee393: am be38609f: Add a lot of logging that can be seen by doing adb shell setprop launcher2.dumpstate 1 and presssing volume down
Merge commit '464ee393248de72da6133ec1b1980240552a7ce4' into eclair-mr2-plus-aosp

* commit '464ee393248de72da6133ec1b1980240552a7ce4':
  Add a lot of logging that can be seen by doing adb shell setprop launcher2.dumpstate 1 and presssing volume down
2009-11-17 18:11:55 -08:00
Joe Onorato 464ee39324 am be38609f: Add a lot of logging that can be seen by doing adb shell setprop launcher2.dumpstate 1 and presssing volume down
Merge commit 'be38609f875f9b9374ceaf723135c0a624637fcb' into eclair-mr2

* commit 'be38609f875f9b9374ceaf723135c0a624637fcb':
  Add a lot of logging that can be seen by doing adb shell setprop launcher2.dumpstate 1 and presssing volume down
2009-11-17 18:09:26 -08:00
Joe Onorato be38609f87 Add a lot of logging that can be seen by doing adb shell setprop launcher2.dumpstate 1 and presssing volume down 2009-11-17 18:04:52 -08:00
Joe Onorato 3b6df164bb am e425b341: am 1e2a9b87: am b40d29cb: Merge change I478730f3 into eclair
Merge commit 'e425b341ecac0017b8204d25e5fb236a56a23c43'

* commit 'e425b341ecac0017b8204d25e5fb236a56a23c43':
  fix 2261526 - Trackball doesn't work in 3D all-apps if you opened it using trackball
2009-11-17 15:09:16 -08:00
Joe Onorato 24a58685a6 am 0f87c931: am 05def021: am 71a3228b: Merge changes I0d44e948,I1db7a972 into eclair
Merge commit '0f87c931eab73dfb197e069da4289a1d149aacd5'

* commit '0f87c931eab73dfb197e069da4289a1d149aacd5':
  Fix 2260199 - App icons placed in folder widget are doubled after rebooting phone.
  Fix bug 2261637 - Workspace previews home screens on long pressing
2009-11-17 15:09:12 -08:00
Eric Fischer 72edbe98fc am 0f6dd450: (-s ours) am f54d7a2c: am a3cf93a2: (-s ours) Merge change I3ff67703 into eclair
Merge commit '0f6dd4506fea5ebb04fb145ec5120ab6b6d36e4b'

* commit '0f6dd4506fea5ebb04fb145ec5120ab6b6d36e4b':
  Import revised translations.  DO NOT MERGE
2009-11-17 15:05:16 -08:00
Joe Onorato e425b341ec am 1e2a9b87: am b40d29cb: Merge change I478730f3 into eclair
Merge commit '1e2a9b878f7aa2ae391042b28b994cc84cea830b' into eclair-mr2-plus-aosp

* commit '1e2a9b878f7aa2ae391042b28b994cc84cea830b':
  fix 2261526 - Trackball doesn't work in 3D all-apps if you opened it using trackball
2009-11-17 08:50:19 -08:00
Joe Onorato 0f87c931ea am 05def021: am 71a3228b: Merge changes I0d44e948,I1db7a972 into eclair
Merge commit '05def0214087e3525f642e59debf4af57d445604' into eclair-mr2-plus-aosp

* commit '05def0214087e3525f642e59debf4af57d445604':
  Fix 2260199 - App icons placed in folder widget are doubled after rebooting phone.
  Fix bug 2261637 - Workspace previews home screens on long pressing
2009-11-17 08:50:16 -08:00
Joe Onorato 1e2a9b878f am b40d29cb: Merge change I478730f3 into eclair
Merge commit 'b40d29cb41c302387b2794b214fe2522073d957d' into eclair-mr2

* commit 'b40d29cb41c302387b2794b214fe2522073d957d':
  fix 2261526 - Trackball doesn't work in 3D all-apps if you opened it using trackball
2009-11-17 08:41:02 -08:00
Joe Onorato 05def02140 am 71a3228b: Merge changes I0d44e948,I1db7a972 into eclair
Merge commit '71a3228be6b4a060999fd5832b06691f639ef42f' into eclair-mr2

* commit '71a3228be6b4a060999fd5832b06691f639ef42f':
  Fix 2260199 - App icons placed in folder widget are doubled after rebooting phone.
  Fix bug 2261637 - Workspace previews home screens on long pressing
2009-11-17 08:40:59 -08:00
Android (Google) Code Review b40d29cb41 Merge change I478730f3 into eclair
* changes:
  fix 2261526 - Trackball doesn't work in 3D all-apps if you opened it using trackball
2009-11-17 08:30:02 -08:00
Android (Google) Code Review 71a3228be6 Merge changes I0d44e948,I1db7a972 into eclair
* changes:
  Fix 2260199 - App icons placed in folder widget are doubled after rebooting phone.
  Fix bug 2261637 - Workspace previews home screens on long pressing at the bottom of app drawer
2009-11-17 08:29:54 -08:00
Jason Sams 0fe7d891ef am 9974550d: am 715bdfb5: am 5612e432: Fix duplicated text when returning home from an app that hid the status bar and launcher2 was killed.
Merge commit '9974550d60a7fa13390e2c1345f486a298a7e639'

* commit '9974550d60a7fa13390e2c1345f486a298a7e639':
  Fix duplicated text when returning home from an app that hid the status bar and launcher2 was killed.
2009-11-17 07:32:26 -08:00
Eric Fischer 0f6dd4506f am f54d7a2c: am a3cf93a2: (-s ours) Merge change I3ff67703 into eclair
Merge commit 'f54d7a2c924b2d1060a89ac398f57a58e3e581d1' into eclair-mr2-plus-aosp

* commit 'f54d7a2c924b2d1060a89ac398f57a58e3e581d1':
  Import revised translations.  DO NOT MERGE
2009-11-16 20:05:57 -08:00
Eric Fischer f54d7a2c92 am a3cf93a2: (-s ours) Merge change I3ff67703 into eclair
Merge commit 'a3cf93a2e7d936375db59628809bc2e20d5ba240' into eclair-mr2

* commit 'a3cf93a2e7d936375db59628809bc2e20d5ba240':
  Import revised translations.  DO NOT MERGE
2009-11-16 19:53:56 -08:00
Joe Onorato 478730f3c1 fix 2261526 - Trackball doesn't work in 3D all-apps if you opened it using trackball 2009-11-16 18:54:43 -08:00
The Android Automerger dc6f29feff Merge branch 'eclair' into eclair-release 2009-11-16 18:33:33 -08:00
Joe Onorato 1db7a972bf Fix 2260199 - App icons placed in folder widget are doubled after rebooting phone.
I don't know why I did this piecemeal instead of just fixing it for widgets items and folders all at
once.
2009-11-16 18:32:22 -08:00
Joe Onorato 0d44e9482b Fix bug 2261637 - Workspace previews home screens on long pressing
at the bottom of app drawer

This includes some contortions to get it not to perform the vibrate
haptic feedback then.

(By the way, it appears that we're vibrating on the add context menu
long press, so also do it when when we show the previews.
2009-11-16 18:20:51 -08:00
Android (Google) Code Review a3cf93a2e7 Merge change I3ff67703 into eclair
* changes:
  Import revised translations.  DO NOT MERGE
2009-11-16 16:50:56 -08:00
Eric Fischer 3ff6770352 Import revised translations. DO NOT MERGE 2009-11-16 16:44:51 -08:00
Jason Sams 9974550d60 am 715bdfb5: am 5612e432: Fix duplicated text when returning home from an app that hid the status bar and launcher2 was killed.
Merge commit '715bdfb52bf4c168c8147ce645029fa18df6b9e1' into eclair-mr2-plus-aosp

* commit '715bdfb52bf4c168c8147ce645029fa18df6b9e1':
  Fix duplicated text when returning home from an app that hid the status bar and launcher2 was killed.
2009-11-16 14:57:55 -08:00
Jason Sams 715bdfb52b am 5612e432: Fix duplicated text when returning home from an app that hid the status bar and launcher2 was killed.
Merge commit '5612e4321e637a4b6278dc6abff215812d8dc998' into eclair-mr2

* commit '5612e4321e637a4b6278dc6abff215812d8dc998':
  Fix duplicated text when returning home from an app that hid the status bar and launcher2 was killed.
2009-11-16 14:54:17 -08:00
Jason Sams 5612e4321e Fix duplicated text when returning home from an app that hid the status bar and launcher2 was killed. 2009-11-16 14:18:07 -08:00
The Android Automerger 13873eb057 Merge branch 'eclair' into eclair-release 2009-11-15 09:05:31 -08:00
Romain Guy 6323e22cc0 am 0190cc87: am c4aee241: am 5f9978e1: Merge change I9aaf24d2 into eclair
Merge commit '0190cc872fdf40a17224e9f1f25345f62c4422a1'

* commit '0190cc872fdf40a17224e9f1f25345f62c4422a1':
  Updated assets for Home.
2009-11-13 19:50:31 -08:00
Eric Fischer c13be2a6d4 am fb95298f: (-s ours) am e30059fd: am fbb9146f: (-s ours) Merge change I452e3a4c into eclair
Merge commit 'fb95298f47388589752d0daa6bded568b7898864'

* commit 'fb95298f47388589752d0daa6bded568b7898864':
  Import revised translations.  DO NOT MERGE
2009-11-13 19:50:27 -08:00
Romain Guy 0190cc872f am c4aee241: am 5f9978e1: Merge change I9aaf24d2 into eclair
Merge commit 'c4aee241be8f57428141019481ed718af2b32175' into eclair-mr2-plus-aosp

* commit 'c4aee241be8f57428141019481ed718af2b32175':
  Updated assets for Home.
2009-11-13 19:48:38 -08:00
Eric Fischer fb95298f47 am e30059fd: am fbb9146f: (-s ours) Merge change I452e3a4c into eclair
Merge commit 'e30059fd29b470c152c74ffe64cc1562342f9088' into eclair-mr2-plus-aosp

* commit 'e30059fd29b470c152c74ffe64cc1562342f9088':
  Import revised translations.  DO NOT MERGE
2009-11-13 19:48:35 -08:00
Romain Guy c4aee241be am 5f9978e1: Merge change I9aaf24d2 into eclair
Merge commit '5f9978e15a316d7618ca81a07691e0e46527783d' into eclair-mr2

* commit '5f9978e15a316d7618ca81a07691e0e46527783d':
  Updated assets for Home.
2009-11-13 19:46:19 -08:00
Android (Google) Code Review 5f9978e15a Merge change I9aaf24d2 into eclair
* changes:
  Updated assets for Home.
2009-11-13 19:43:59 -08:00