Commit Graph

625 Commits

Author SHA1 Message Date
The Android Automerger eeb4ce4fab Merge branch 'eclair' into eclair-release 2009-12-03 09:00:00 -08:00
Joe Onorato 13724ea607 Make the launcher send the position of the icon that's launching an intent. 2009-12-02 21:33:36 -08:00
Android (Google) Code Review de3380f874 Merge change Icb5606e3 into eclair
* changes:
  Upgrade Home db to upgrade contacts shortcut to the quick contact action
2009-12-02 20:17:33 -08:00
Romain Guy 7eb9e5e925 Upgrade Home db to upgrade contacts shortcut to the quick contact action
Change-Id: Icb5606e340a6eafc06ffd1be4bbe3d4f988376d1
2009-12-02 20:10:07 -08:00
Android (Google) Code Review 9b8b1ef98a Merge change If84681a3 into eclair
* changes:
  Import revised translations.  DO NOT MERGE
2009-12-02 15:04:47 -08:00
Eric Fischer f84681a3f6 Import revised translations. DO NOT MERGE 2009-12-02 14:57:00 -08:00
Android (Google) Code Review 811954cf77 Merge change I7df54f9d into eclair
* changes:
  Clean up name of static wallpapers.
2009-12-02 12:49:40 -08:00
Daniel Sandler 0d15cf99c0 Clean up name of static wallpapers.
Change-Id: I7df54f9d13f9808329515eb7b317b21c5ba77afb
http://b/2261747
2009-12-02 14:37:05 -05:00
The Android Automerger 1f921ea467 Merge branch 'eclair' into eclair-release 2009-12-02 08:49:59 -08:00
Joe Onorato b0c27f254a Bug 2290800 - Use a collator to sort the app labels.
SHAME ON ME for using String.compareTo().
2009-12-01 16:20:30 -08:00
The Android Automerger e6fa41e1d8 Merge branch 'eclair' into eclair-release 2009-12-01 09:06:35 -08:00
Android (Google) Code Review eaa01f68f2 Merge change I46fb1c7f into eclair
* changes:
  Import revised translations.  DO NOT MERGE
2009-11-30 11:56:44 -08:00
Jason Sams eb5615d1af Rename special dump properity so we can set it on user builds. 2009-11-30 11:50:10 -08:00
Eric Fischer 46fb1c7f25 Import revised translations. DO NOT MERGE 2009-11-30 11:37:50 -08:00
The Android Automerger 2bc5d4f713 Merge branch 'eclair' into eclair-release 2009-11-30 08:39:26 -08:00
Joe Onorato f0be2134e5 Fix 2275513 - Icons don't update on package update
Also reuses the BubbleText object, which was being recreated for no reason.
2009-11-24 19:34:29 -05:00
android-build SharedAccount c4eff24360 Merge commit '99917ca642d148c78ea85a6838eeb5a03bcbaf66' into eclair-release 2009-11-24 15:34:18 -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 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
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 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 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 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 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 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 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 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 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
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
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