1095 Commits

Author SHA1 Message Date
Marco Nelissen
24d1056ec4 Fix typos 2009-05-12 14:15:17 -07:00
Romain Guy
44ddd18bea am e41d819: Improve the rendering speed of the lock screen by reporting
Merge commit 'e41d81948e1f8e89c19ae30037b260ae3b2adea2'

* commit 'e41d81948e1f8e89c19ae30037b260ae3b2adea2':
  Improve the rendering speed of the lock screen by reporting the appropriate opacity for the background wallpaper.
2009-05-11 15:37:41 -07:00
Romain Guy
9593e0a007 Improve the rendering speed of the lock screen by reporting the appropriate opacity for the background wallpaper. 2009-05-11 15:28:49 -07:00
Dianne Hackborn
94ea053213 am cbaa463: Switch to new improves shutdown class that is now in framewo
Merge commit 'cbaa463dd167ad9a1f0f4e1eba65bb3f0285db95'

* commit 'cbaa463dd167ad9a1f0f4e1eba65bb3f0285db95':
  Switch to new improves shutdown class that is now in framework.
2009-05-08 13:04:07 -07:00
Dianne Hackborn
b7e787fd40 Switch to new improves shutdown class that is now in framework. 2009-05-08 12:59:43 -07:00
Dianne Hackborn
1096ea5657 AI 145994: Integrate #145778 from Donut.
Automated import of CL 145994
2009-04-13 16:11:59 -07:00
Andy Stadler
8b89d69a37 AI 145778: Manual merge changes 145382-145384 from cupcake.
Automated import of CL 145778
2009-04-10 16:24:49 -07:00
Fred Quintana
f29d580185 AI 145177: phase two of the AccountManager
- added an AccountManagerActivity, a base Activity that can be
  used by activities that are launched by AccountAuthenticator
  intents. This makes it easy for an Activity to send a result
  using an AccountAuthenticatorResponse
  - added debug strings to the AccountAuthenticatorCache
  - improved the API for the AccountAuthenticatorResponse and
  made it Parcelable so that it can be passed to an Activity
  via an Intent
  - changed the AccountManager to use Futures for the
  asynchronous calls and to notify the user via a callback
  when the request is complete
  - changed the AccountManager to convert any errors that are
  returned into Exceptions
  - added constants for the error codes that are passed across
  the IAccountManagerResponse and
  IAccountAuthenticatorResponse interfaces
  - added a dump() method to the AccountManagerService so that
  it can display the list of active sessions and registered
  authenticators
  - added an way to interrogate the AccountManagerService for
  the list of registered authenticators
  - removed more methods from the GoogleLoginServiceHelper and
  GoogleLoginServiceBlockingHelper and changed the callers to
  use the AccountManager

Automated import of CL 145177
2009-04-08 19:14:54 -07:00
Wink Saville
76c65a6688 AI 144245: Fix merge conflict for megering in the CDMA changes in to master from donutburger.
Automated import of CL 144245
2009-04-02 11:00:56 -07:00
Wink Saville
37c124c3fa AI 144185: Integrate cdma into the main code base.
Automated import of CL 144185
2009-04-02 01:37:02 -07:00
Dianne Hackborn
86d07f551a AI 143901: am: CL 143899 am: CL 143896 Fix issue #1748954 and #1737952:
#1748954 (New status bar fades into all white background): FrameLayout wasn't updating its foreground drawable when its padding changed, which would happen as the status bar is shown and hidden.  To fix this I also ended up fixing a problem in the view debug stuff where we couldn't get a bitmap for a view that is the full screen size because it is too big...  actually I just went ahead and added another function to snapshot the view hierarchy which works a lot better for us anyway.
  #1737952 (Home screen icons overlap with the notification bar after exiting any camera app): Originally I punted this because it only happened in rare situations, but now that home is always portrait it happens a lot more so it is more important to fix.  This involved a few things to clean up hiding/showing the status bar:
  - We now determine when to hide and show it during layout, which allows us to do this at the time it is actually needed rather than during animation after we can actually catch it for the initial display of a window.  This required tweaking the layout API so the policy can request a second layout pass if needed.
  - When doing layout, we are now much more aggressive about skipping the layout of windows.  Basically anything that we know will be hidden in the near future is ignored for layout, so that it doesn't glitch as it is transfered out of the screen.  The theory being that it is better to leave it as it was originally placed while we are transitioning it out, than to switch it to something slightly more correct.
  Original author: hackbod
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143901
2009-03-31 18:00:53 -07:00
Dianne Hackborn
0ecadf71e0 AI 143899: am: CL 143896 Fix issue #1748954 and #1737952:
#1748954 (New status bar fades into all white background): FrameLayout wasn't updating its foreground drawable when its padding changed, which would happen as the status bar is shown and hidden.  To fix this I also ended up fixing a problem in the view debug stuff where we couldn't get a bitmap for a view that is the full screen size because it is too big...  actually I just went ahead and added another function to snapshot the view hierarchy which works a lot better for us anyway.
  #1737952 (Home screen icons overlap with the notification bar after exiting any camera app): Originally I punted this because it only happened in rare situations, but now that home is always portrait it happens a lot more so it is more important to fix.  This involved a few things to clean up hiding/showing the status bar:
  - We now determine when to hide and show it during layout, which allows us to do this at the time it is actually needed rather than during animation after we can actually catch it for the initial display of a window.  This required tweaking the layout API so the policy can request a second layout pass if needed.
  - When doing layout, we are now much more aggressive about skipping the layout of windows.  Basically anything that we know will be hidden in the near future is ignored for layout, so that it doesn't glitch as it is transfered out of the screen.  The theory being that it is better to leave it as it was originally placed while we are transitioning it out, than to switch it to something slightly more correct.
  Original author: hackbod
  Merged from: //branches/cupcake/...

Automated import of CL 143899
2009-03-31 18:00:37 -07:00
Dianne Hackborn
ae585e83a7 AI 143414: am: CL 143413 Fix issue #1742588 (Crash phone while switching between keyboard settings and Gmail)
Original author: hackbod
  Merged from: //branches/cupcake/...

Automated import of CL 143414
2009-03-27 20:56:50 -07:00
Dianne Hackborn
42259f8ce6 AI 143415: am: CL 143414 am: CL 143413 Fix issue #1742588 (Crash phone while switching between keyboard settings and Gmail)
Original author: hackbod
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143415
2009-03-27 20:07:28 -07:00
Dianne Hackborn
9ac7cf83f0 AI 143323: am: CL 143173 am: CL 142879 Fix issue #1732012 (Only show screen rotation animation when triggered by sensor) -- set the new surface flag as appropriate.
Original author: hackbod
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143323
2009-03-27 18:13:59 -07:00
Dianne Hackborn
8632450c72 AI 143318: am: CL 143169 am: CL 142870 Fix issue #1724917 (Applications (browser, maps, gmail) fail to retain their landscape state after coming out of sleep mode). We now rely on the listeners last known orientation, and make sure to clear it when enabling/disabling.
Also do most of the work for issue #1732012 (Only show screen rotation animation when triggered by sensor).  This just needs to be hooked up to the surface flinger API when that appears.
  Original author: hackbod
  Merged from: //branches/cupcake/...
  Original author: android-build
  Merged from: //branches/donutburger/...

Automated import of CL 143318
2009-03-27 18:09:17 -07:00
Dianne Hackborn
32bc91d6f6 AI 143173: am: CL 142879 Fix issue #1732012 (Only show screen rotation animation when triggered by sensor) -- set the new surface flag as appropriate.
Original author: hackbod
  Merged from: //branches/cupcake/...

Automated import of CL 143173
2009-03-27 16:16:03 -07:00
Dianne Hackborn
03759ed36d AI 143169: am: CL 142870 Fix issue #1724917 (Applications (browser, maps, gmail) fail to retain their landscape state after coming out of sleep mode). We now rely on the listeners last known orientation, and make sure to clear it when enabling/disabling.
Also do most of the work for issue #1732012 (Only show screen rotation animation when triggered by sensor).  This just needs to be hooked up to the surface flinger API when that appears.
  Original author: hackbod
  Merged from: //branches/cupcake/...

Automated import of CL 143169
2009-03-27 16:04:08 -07:00
Fred Quintana
4e8f62fbcb Automated import from //branches/master/...@142414,142414 2009-03-24 22:48:13 -07:00
Karl Rosaen
bc19231403 Automated import from //branches/master/...@142363,142363 2009-03-24 22:42:29 -07:00
Karl Rosaen
ab1000856d Automated import from //branches/donutburger/...@142361,142361 2009-03-24 22:35:17 -07:00
Suchi Amalapurapu
5f5aed707d Automated import from //branches/master/...@142306,142306 2009-03-24 22:32:56 -07:00
Suchi Amalapurapu
a9e1b169ad Automated import from //branches/donutburger/...@142291,142291 2009-03-24 22:24:47 -07:00
Dianne Hackborn
afe270f4d1 Automated import from //branches/master/...@141749,141749 2009-03-24 20:51:57 -07:00
Dianne Hackborn
7448901dee Automated import from //branches/donutburger/...@141746,141746 2009-03-24 20:50:09 -07:00
Karl Rosaen
eb7f363c64 Automated import from //branches/master/...@140913,140913 2009-03-24 18:55:23 -07:00
Karl Rosaen
ad29734182 Automated import from //branches/donutburger/...@140911,140911 2009-03-24 18:55:19 -07:00
The Android Open Source Project
1126766d76 auto import from //branches/cupcake_rel/...@140373 2009-03-18 17:39:47 -07:00
The Android Open Source Project
d06b097626 auto import from //branches/cupcake_rel/...@138607 2009-03-13 13:04:23 -07:00
The Android Open Source Project
0727d22ece auto import from //branches/cupcake/...@137873 2009-03-11 12:11:58 -07:00
The Android Open Source Project
c84bf28b74 auto import from //branches/cupcake/...@137197 2009-03-09 11:52:14 -07:00
The Android Open Source Project
bc8d29f857 auto import from //depot/cupcake/@136745 2009-03-05 20:00:44 -08:00
The Android Open Source Project
919607c9e5 auto import from //depot/cupcake/@136594 2009-03-05 14:34:37 -08:00
The Android Open Source Project
1f838aaece auto import from //depot/cupcake/@135843 2009-03-03 19:32:13 -08:00
The Android Open Source Project
10bf778e49 auto import from //depot/cupcake/@135843 2009-03-03 18:28:48 -08:00
The Android Open Source Project
fee49fc0d2 auto import from //depot/cupcake/@132589 2009-03-03 14:04:28 -08:00
The Android Open Source Project
e10e0bc288 auto import from //depot/cupcake/@137055 2009-03-02 22:54:37 -08:00
The Android Open Source Project
e1e5e408a4 auto import from //branches/cupcake/...@132569 2009-02-20 07:38:32 -08:00
The Android Open Source Project
ffe2ab43f8 auto import from //branches/cupcake/...@132276 2009-02-19 10:57:35 -08:00
The Android Open Source Project
5a9453de15 auto import from //branches/cupcake/...@131421 2009-02-13 12:57:52 -08:00
The Android Open Source Project
6782641672 auto import from //branches/cupcake/...@130745 2009-02-10 15:44:04 -08:00
The Android Open Source Project
f7bff51294 auto import from //branches/cupcake/...@127436 2009-01-22 00:13:43 -08:00
The Android Open Source Project
348bd8257e auto import from //branches/cupcake/...@126645 2009-01-15 16:12:12 -08:00
The Android Open Source Project
646860b2e8 Code drop from //branches/cupcake/...@124589 2008-12-17 18:05:50 -08:00
The Android Open Source Project
e5ed42d1bc Initial Contribution 2008-10-21 07:00:00 -07:00