OSDN Git Service

android-x86/frameworks-base.git
14 years agoam c678a93a: Fix issue #2056585: applications can put phone in inconsistent state...
Dianne Hackborn [Tue, 18 Aug 2009 18:00:16 +0000 (11:00 -0700)]
am c678a93a: Fix issue #2056585: applications can put phone in inconsistent state wrt airplane mode

Merge commit 'c678a93a73c83e841032874bee9c202936da73c0' into eclair

* commit 'c678a93a73c83e841032874bee9c202936da73c0':
  Fix issue #2056585: applications can put phone in inconsistent state wrt airplane mode

14 years agoam cfa419b7: Correct comments for startSearch in Activity and SearchManager to explai...
Mike LeBeau [Tue, 18 Aug 2009 17:59:53 +0000 (10:59 -0700)]
am cfa419b7: Correct comments for startSearch in Activity and SearchManager to explain Donut behavior correctly.

Merge commit 'cfa419b754332e12f8cd45244c2f3bee9d6a74bb' into eclair

* commit 'cfa419b754332e12f8cd45244c2f3bee9d6a74bb':
  Correct comments for startSearch in Activity and SearchManager to explain

14 years agoam d5884a9b: Merge change 21358 into donut
Jean-Michel Trivi [Tue, 18 Aug 2009 17:59:20 +0000 (10:59 -0700)]
am d5884a9b: Merge change 21358 into donut

Merge commit 'd5884a9ba45e58294c09fd2747c87d761b9daee5' into eclair

* commit 'd5884a9ba45e58294c09fd2747c87d761b9daee5':
  Unhide the broadcast intent that signals completion of the TTS language

14 years agoam 75c49842: Add maxSdkVersion information in dump badging option
Suchi Amalapurapu [Tue, 18 Aug 2009 17:59:08 +0000 (10:59 -0700)]
am 75c49842: Add maxSdkVersion information in dump badging option

Merge commit '75c498426a17b47d445711bb9e36794b05876a56' into eclair

* commit '75c498426a17b47d445711bb9e36794b05876a56':
  Add maxSdkVersion information in dump badging option

14 years agoMerge change 21468 into eclair
Android (Google) Code Review [Tue, 18 Aug 2009 17:51:49 +0000 (10:51 -0700)]
Merge change 21468 into eclair

* changes:
  Couple of fixes for viewport.

14 years agoMerge change 21634 into eclair
Android (Google) Code Review [Tue, 18 Aug 2009 17:29:43 +0000 (10:29 -0700)]
Merge change 21634 into eclair

* changes:
  Add new calendar database columns; do not merge (cherry-picked 1fa64)

14 years agoFix potential leak in ViewRoot.
Romain Guy [Tue, 18 Aug 2009 03:17:30 +0000 (20:17 -0700)]
Fix potential leak in ViewRoot.

The way View.post() is handled can cause potential leaks in ViewRoot. For instance,
if a View calls post(Runnable) just after being detached from the window (in an
onClickListener for instance,) it will enqueue a Runnable in ViewRoot.RunQueue.
Unfortunately the RunQueue is emptied only on the very first layout of the ViewRoot.
This change prevents the leak by rxecuting the enqueued Runnables on every layout request
The latter did not happen before and to keep views in a correct state I think it
is necessary to always ensure we run the Runnables sent via View.post().

14 years agoCouple of fixes for viewport.
Grace Kloba [Tue, 18 Aug 2009 17:10:51 +0000 (10:10 -0700)]
Couple of fixes for viewport.

http://b/issue?id=2053685. This is a tricky one. When Browser is restarted,
we may get first layout even before viewport tag is parsed. This is rare,
but it happens to Google Reader site. So we need to setup the viewport explicitly
if it happens after first layout. There is a pairing webkit change.

http://b/issue?id=2054131. When Google talk is loaded, it goes through an auth
redirect site which means first layout is called with standardLoad as false.
In this case, even the final site uses viewport tag to get mobile experience,
the intermediate one doesn't. To make sure most of the mobile sites, who
define their viewport width as device width, work correctly, we always update
the mRestoreState when we set viewport.

http://b/issue?id=2054121. When Browser is first started or restarted, the
mCurrentViewWidth is 0 as we don't know the WebView's width yet. As we can't
send VIEW_SIZE_CHANGED message directly, we reset WebView's mLastWidthSent
so that VIEW_SIZE_CHANGED will be sent from WebView when it's width is available.

14 years agoMerge change 21221 into eclair
Android (Google) Code Review [Tue, 18 Aug 2009 16:59:40 +0000 (09:59 -0700)]
Merge change 21221 into eclair

* changes:
  Modify svc power command so it pokes the wake lock when called. This will ensure screen is not asleep if stayon is requested.

14 years agoNEW API for SearchManager and Activity to 'triggerSearch'.
krosaen [Mon, 17 Aug 2009 15:56:48 +0000 (08:56 -0700)]
NEW API for SearchManager and Activity to 'triggerSearch'.

This is pretty much the same thing as startSearch, except it also launches the
query.  We enforce that this can only be done for the package of the app that is
associated with the search mananger (e.g you can't trigger a contacts search
from anywhere).

14 years agoam c1c432f5: Merge change 21241 into donut
Xavier Ducrohet [Tue, 18 Aug 2009 15:44:59 +0000 (08:44 -0700)]
am c1c432f5: Merge change 21241 into donut

Merge commit 'c1c432f57b782ed9d8d65be7ea1bee1e1d7d7839' into eclair

* commit 'c1c432f57b782ed9d8d65be7ea1bee1e1d7d7839':
  Layoutlib now uses the dimen status_bar_height instead of hard-coded value

14 years agoam 0950c5de: Merge change 21226 into donut
Jean-Michel Trivi [Tue, 18 Aug 2009 15:44:51 +0000 (08:44 -0700)]
am 0950c5de: Merge change 21226 into donut

Merge commit '0950c5de864d1ad83ed96efc5c2d1569b4d36188' into eclair

* commit '0950c5de864d1ad83ed96efc5c2d1569b4d36188':
  Fix bug 2046705 where the output of the speech synthesizer is too low.

14 years agoam c8ab08aa: Merge change 21124 into donut
Jean-Baptiste Queru [Tue, 18 Aug 2009 15:44:43 +0000 (08:44 -0700)]
am c8ab08aa: Merge change 21124 into donut

Merge commit 'c8ab08aa86aea3b693f731c9e817eeb71ab4c1cd' into eclair

* commit 'c8ab08aa86aea3b693f731c9e817eeb71ab4c1cd':
  Add license-related files

14 years agoam ba52b3e0: Merge change 21149 into donut
Scott Main [Tue, 18 Aug 2009 15:44:38 +0000 (08:44 -0700)]
am ba52b3e0: Merge change 21149 into donut

Merge commit 'ba52b3e08b33592457242944f7a89691a5b94880' into eclair

* commit 'ba52b3e08b33592457242944f7a89691a5b94880':
  DOCS ONLY.

14 years agoMerge change 21648 into eclair
Android (Google) Code Review [Tue, 18 Aug 2009 15:44:18 +0000 (08:44 -0700)]
Merge change 21648 into eclair

* changes:
  Remove the hack to include Gears as it is gone now.

14 years agoBluetooth: API change.
Nick Pelly [Sat, 15 Aug 2009 01:33:38 +0000 (18:33 -0700)]
Bluetooth: API change.

Split BluetoothDevice into BluetoothDevice and BluetoothAdapter.

BluetoothAdapter: Represents the local BT adapter. Operations on the local
                  adapter (start a scan, etc).
BluetoothDevice: Represents a remote BT device. Operations on remote devices
                 (pair, connect, etc).

IBluetoothDevice.aidl -> Bluetooth.aidl
BluetoothDeviceService.java -> BluetoothDeviceService.java

TODO:
Javadoc

14 years agoMerge change 21326 into eclair
Android (Google) Code Review [Tue, 18 Aug 2009 14:20:06 +0000 (07:20 -0700)]
Merge change 21326 into eclair

* changes:
  aapt now attempts to process all assets even if some are malformed.

14 years agoMerge change 21601 into eclair
Android (Google) Code Review [Tue, 18 Aug 2009 13:03:47 +0000 (06:03 -0700)]
Merge change 21601 into eclair

* changes:
  BatteryService: Add support for new standard battery voltage and temperature attributes.

15 years agoMerge change 21646 into eclair
Android (Google) Code Review [Tue, 18 Aug 2009 07:27:16 +0000 (00:27 -0700)]
Merge change 21646 into eclair

* changes:
  fix bug [2021677] egl driver unloaded after eglTerminate() is called

15 years agoAllow wallpapers to get touch events.
Dianne Hackborn [Mon, 17 Aug 2009 22:15:18 +0000 (15:15 -0700)]
Allow wallpapers to get touch events.

15 years agoMerge change 21660 into eclair
Android (Google) Code Review [Tue, 18 Aug 2009 03:00:32 +0000 (20:00 -0700)]
Merge change 21660 into eclair

* changes:
  Optimized Galaxy

15 years agoOptimized Galaxy
Romain Guy [Tue, 18 Aug 2009 02:59:27 +0000 (19:59 -0700)]
Optimized Galaxy

15 years agoMerge change 21655 into eclair
Android (Google) Code Review [Tue, 18 Aug 2009 02:21:49 +0000 (19:21 -0700)]
Merge change 21655 into eclair

* changes:
  resolved conflicts for merge of 696b912e to eclair

15 years agoresolved conflicts for merge of 696b912e to eclair
johnwang [Tue, 18 Aug 2009 02:03:52 +0000 (19:03 -0700)]
resolved conflicts for merge of 696b912e to eclair

modified:   telephony/java/com/android/internal/telephony/gsm/GsmDataConnectionTracker.java
modified:   telephony/java/com/android/internal/telephony/gsm/GsmServiceStateTracker.java

modified:   telephony/java/com/android/internal/telephony/gsm/GsmDataConnectionTracker.java
modified:   telephony/java/com/android/internal/telephony/gsm/GsmServiceStateTracker.java

15 years agoMerge change 21653 into eclair
Android (Google) Code Review [Tue, 18 Aug 2009 01:40:38 +0000 (18:40 -0700)]
Merge change 21653 into eclair

* changes:
  Remove global IO context and integrate it into the RS context.

15 years agoRemove global IO context and integrate it into the RS context.
Jason Sams [Tue, 18 Aug 2009 01:35:48 +0000 (18:35 -0700)]
Remove global IO context and integrate it into the RS context.

15 years agoMerge change 21637 into eclair
Android (Google) Code Review [Tue, 18 Aug 2009 01:18:44 +0000 (18:18 -0700)]
Merge change 21637 into eclair

* changes:
  Fix 2058938. As zoom control is uesd in overview mode to switch to reading mode, we also want to hide it after double tap is done.

15 years agoRemove the hack to include Gears as it is gone now.
Grace Kloba [Tue, 18 Aug 2009 01:17:53 +0000 (18:17 -0700)]
Remove the hack to include Gears as it is gone now.

15 years agofix bug [2021677] egl driver unloaded after eglTerminate() is called
Mathias Agopian [Tue, 18 Aug 2009 01:07:06 +0000 (18:07 -0700)]
fix bug [2021677] egl driver unloaded after eglTerminate() is called

refactored the code so that:
- EGL APIs that can be called before or after eglInitialize() will work by loading the drivers first
- make eglGetDisplay() a lot more efficient
- make sure that EGL drivers are loaded in a thread-safe way
- don't unload the drivers upon calling eglTerminate(), they're now never unloaded, since there is no safe way to do it (some thread could be running)
- updated our EGL version to 1.4
- return better error codes if errors happen during initialization

15 years agoMerge change 21638 into eclair
Android (Google) Code Review [Tue, 18 Aug 2009 00:24:47 +0000 (17:24 -0700)]
Merge change 21638 into eclair

* changes:
  Don't use BoringLayout to display text that has paragraph-style markup.

15 years agoDon't use BoringLayout to display text that has paragraph-style markup.
Eric Fischer [Tue, 18 Aug 2009 00:16:44 +0000 (17:16 -0700)]
Don't use BoringLayout to display text that has paragraph-style markup.

BoringLayout assumes it doesn't have to do any work to calculate the
line height.  In this case, though, there may actually be work to be
done, so have it fall back to StaticLayout to do the more thorough job.

Bug 2051050

15 years agoFix 2058938. As zoom control is uesd in overview mode to switch to reading
Grace Kloba [Tue, 18 Aug 2009 00:13:01 +0000 (17:13 -0700)]
Fix 2058938. As zoom control is uesd in overview mode to switch to reading
mode, we also want to hide it after double tap is done.

15 years agoAdd new calendar database columns; do not merge (cherry-picked 1fa64)
Ken Shirriff [Mon, 17 Aug 2009 22:43:21 +0000 (15:43 -0700)]
Add new calendar database columns; do not merge (cherry-picked 1fa64)

The columns are guestsCanModify, guestsCanInviteOthers,
guestsCanSeeGuests, organizer, and canInviteOthers.

15 years agoBatteryService: Add support for new standard battery voltage and temperature attributes.
Mike Lockwood [Mon, 17 Aug 2009 22:11:14 +0000 (18:11 -0400)]
BatteryService: Add support for new standard battery voltage and temperature attributes.

Plus some cleanup from the previous commit.

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoMerge change 21576 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 23:39:43 +0000 (16:39 -0700)]
Merge change 21576 into eclair

* changes:
  Support for marshalling pointers / intptr_t in Parcel.

15 years agoChange get/set IsSyncable() methods to static. Add isUserFacing flag to SyncAdapterT...
Jim Miller [Mon, 17 Aug 2009 22:47:14 +0000 (15:47 -0700)]
Change get/set IsSyncable() methods to static.  Add isUserFacing flag to SyncAdapterType. Update api file.

15 years agoMerge change 21581 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 22:48:01 +0000 (15:48 -0700)]
Merge change 21581 into eclair

* changes:
  Fix CDMA to startup/shutdown based on apn en/disab

15 years agoMerge change 21516 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 22:38:14 +0000 (15:38 -0700)]
Merge change 21516 into eclair

* changes:
  Update docs: readFromParcel() is not necessary to make a class support Parcelable.

15 years agoSupport for marshalling pointers / intptr_t in Parcel.
Andreas Huber [Mon, 17 Aug 2009 20:33:27 +0000 (13:33 -0700)]
Support for marshalling pointers / intptr_t in Parcel.

Some refactoring to eliminate code duplication in Parcel implementation.

15 years agoMerge change 21603 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 22:25:23 +0000 (15:25 -0700)]
Merge change 21603 into eclair

* changes:
  Fix infinite recursion.

15 years agoFix infinite recursion.
Dianne Hackborn [Mon, 17 Aug 2009 22:22:29 +0000 (15:22 -0700)]
Fix infinite recursion.

15 years agoFix CDMA to startup/shutdown based on apn en/disab
Robert Greenwalt [Thu, 13 Aug 2009 22:59:51 +0000 (15:59 -0700)]
Fix CDMA to startup/shutdown based on apn en/disab

Fixes MMS during wifi.
Also fixes CDMA for ConnectivityManager change.

15 years agoMerge change 21587 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 21:26:06 +0000 (14:26 -0700)]
Merge change 21587 into eclair

* changes:
  BatteryService: Remove hard coded power supply names.

15 years agoBatteryService: Remove hard coded power supply names.
Mike Lockwood [Mon, 17 Aug 2009 21:16:20 +0000 (17:16 -0400)]
BatteryService: Remove hard coded power supply names.

Search all subdirectories of /sys/class/power_supply and match on
the power supply type instead.

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agofix build breakage
Fred Quintana [Mon, 17 Aug 2009 21:08:37 +0000 (14:08 -0700)]
fix build breakage

15 years agoam b93cdae7: Merge change 21570 into eclair
Jason Sams [Mon, 17 Aug 2009 21:02:06 +0000 (14:02 -0700)]
am b93cdae7: Merge change 21570 into eclair

Merge commit 'b93cdae749c48a629331c9b039d3a0488752b82f'

* commit 'b93cdae749c48a629331c9b039d3a0488752b82f':
  Update fountain and add writable flag to script slots.

15 years agoMerge change 21570 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 20:58:20 +0000 (13:58 -0700)]
Merge change 21570 into eclair

* changes:
  Update fountain and add writable flag to script slots.

15 years agoUpdate fountain and add writable flag to script slots.
Jason Sams [Mon, 17 Aug 2009 20:56:09 +0000 (13:56 -0700)]
Update fountain and add writable flag to script slots.

15 years agoam 5e787c42: - add a "isSyncable" flag to a given account/authority pair that indic...
Fred Quintana [Mon, 17 Aug 2009 20:07:26 +0000 (13:07 -0700)]
am 5e787c42: - add a "isSyncable" flag to a given account/authority pair that   indicates whether or not syncs should be attempted for it. - add public methods to get and set this parameter

Merge commit '5e787c42f2a6b3afc8ec8320a08d51b2d44b8614'

* commit '5e787c42f2a6b3afc8ec8320a08d51b2d44b8614':
  - add a "isSyncable" flag to a given account/authority pair that

15 years agoam 76c830b2: Merge change 21540 into eclair
Romain Guy [Mon, 17 Aug 2009 20:05:05 +0000 (13:05 -0700)]
am 76c830b2: Merge change 21540 into eclair

Merge commit '76c830b229fc21d5ea0ea28955084cc187e25fc6'

* commit '76c830b229fc21d5ea0ea28955084cc187e25fc6':
  Fix listview clicks with the trackball.

15 years ago- add a "isSyncable" flag to a given account/authority pair that
Fred Quintana [Mon, 17 Aug 2009 06:13:53 +0000 (23:13 -0700)]
- add a "isSyncable" flag to a given account/authority pair that
  indicates whether or not syncs should be attempted for it.
- add public methods to get and set this parameter

15 years agoMerge change 21540 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 20:00:26 +0000 (13:00 -0700)]
Merge change 21540 into eclair

* changes:
  Fix listview clicks with the trackball.

15 years agoFix listview clicks with the trackball.
Romain Guy [Mon, 17 Aug 2009 19:51:30 +0000 (12:51 -0700)]
Fix listview clicks with the trackball.

15 years agoFix issue #2056585: applications can put phone in inconsistent state wrt airplane...
Dianne Hackborn [Mon, 17 Aug 2009 19:51:17 +0000 (12:51 -0700)]
Fix issue #2056585: applications can put phone in inconsistent state wrt airplane mode

15 years agoam 0ef135d5: Merge change 21537 into eclair
Mathias Agopian [Mon, 17 Aug 2009 19:40:41 +0000 (12:40 -0700)]
am 0ef135d5: Merge change 21537 into eclair

Merge commit '0ef135d5c79ff5b443b43f8743250044700a8bb5'

* commit '0ef135d5c79ff5b443b43f8743250044700a8bb5':
  really be more friendly with C

15 years agoMerge change 21537 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 19:37:25 +0000 (12:37 -0700)]
Merge change 21537 into eclair

* changes:
  really be more friendly with C

15 years agoreally be more friendly with C
Mathias Agopian [Mon, 17 Aug 2009 19:33:20 +0000 (12:33 -0700)]
really be more friendly with C

15 years agoam 921831b4: Merge change 21522 into eclair
Dan Murphy [Mon, 17 Aug 2009 19:31:44 +0000 (12:31 -0700)]
am 921831b4: Merge change 21522 into eclair

Merge commit '921831b4dcad1898c265889430a32367e99ef6c1'

* commit '921831b4dcad1898c265889430a32367e99ef6c1':
  Dock changes:Docking station intents

15 years agoMerge change 21522 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 19:27:06 +0000 (12:27 -0700)]
Merge change 21522 into eclair

* changes:
  Dock changes:Docking station intents

15 years agoDock changes:Docking station intents
Dan Murphy [Wed, 12 Aug 2009 20:15:43 +0000 (15:15 -0500)]
Dock changes:Docking station intents

Docking station intents for dock switch driver.
Add DockObserver and updated Intent.java and systemserver.jave

Signed-off-by: Dan Murphy <D.Murphy@motorola.com>
modified:   core/java/android/content/Intent.java
new file:   services/java/com/android/server/DockObserver.java
modified:   services/java/com/android/server/SystemServer.java

Docking station updates

Add constants for the dock

Signed-off-by: Dan Murphy <D.Murphy@motorola.com>
Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoam 1a797546: Merge change 21380 into eclair
Dianne Hackborn [Mon, 17 Aug 2009 18:52:06 +0000 (11:52 -0700)]
am 1a797546: Merge change 21380 into eclair

Merge commit '1a797546d75d2c85d6fefeefdc55de051aa66018'

* commit '1a797546d75d2c85d6fefeefdc55de051aa66018':
  More work on wallpapers.

15 years agoMerge change 21380 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 18:46:57 +0000 (11:46 -0700)]
Merge change 21380 into eclair

* changes:
  More work on wallpapers.

15 years agoCorrect comments for startSearch in Activity and SearchManager to explain
Mike LeBeau [Mon, 17 Aug 2009 17:56:02 +0000 (10:56 -0700)]
Correct comments for startSearch in Activity and SearchManager to explain
Donut behavior correctly.

15 years agoam 54ba86f0: Merge change 21512 into eclair
Romain Guy [Mon, 17 Aug 2009 18:09:21 +0000 (11:09 -0700)]
am 54ba86f0: Merge change 21512 into eclair

Merge commit '54ba86f0e236a55fb4dc3aabbd81078f586321a5'

* commit '54ba86f0e236a55fb4dc3aabbd81078f586321a5':
  Honor the clickable and enabled properties in ListView.

15 years agoMerge change 21512 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 18:07:08 +0000 (11:07 -0700)]
Merge change 21512 into eclair

* changes:
  Honor the clickable and enabled properties in ListView.

15 years agoam 9dc2355b: Merge change 21492 into eclair
Mike Lockwood [Mon, 17 Aug 2009 17:59:49 +0000 (10:59 -0700)]
am 9dc2355b: Merge change 21492 into eclair

Merge commit '9dc2355b9bdfdaadb72936b5ad865193a2af58c8'

* commit '9dc2355b9bdfdaadb72936b5ad865193a2af58c8':
  WifiService: Hash based on both SSID and BSSID in scan result cache.

15 years agoam 56e7ba29: Merge change 21510 into eclair
Mike Lockwood [Mon, 17 Aug 2009 17:59:46 +0000 (10:59 -0700)]
am 56e7ba29: Merge change 21510 into eclair

Merge commit '56e7ba2928bce62283a62ad1c9d9f1ec7b54c24c'

* commit '56e7ba2928bce62283a62ad1c9d9f1ec7b54c24c':
  LocationManagerService: Add NullPointerException to avoid change in behavior.

15 years agoam ffbd2426: Merge change 21340 into eclair
Andreas Huber [Mon, 17 Aug 2009 17:59:41 +0000 (10:59 -0700)]
am ffbd2426: Merge change 21340 into eclair

Merge commit 'ffbd2426f07474a95fefa3b2f4fe7eb4d4329af5'

* commit 'ffbd2426f07474a95fefa3b2f4fe7eb4d4329af5':
  Squashed commit of the following:

15 years agoam fd0d6275: Fix ExpandableListView context menus when has header views.
Jeff Sharkey [Mon, 17 Aug 2009 17:59:35 +0000 (10:59 -0700)]
am fd0d6275: Fix ExpandableListView context menus when has header views.

Merge commit 'fd0d627569cb250f7060a83161cc845b9616e5a1'

* commit 'fd0d627569cb250f7060a83161cc845b9616e5a1':
  Fix ExpandableListView context menus when has header views.

15 years agoam 7d68dae9: Merge change 21494 into eclair
Amith Yamasani [Mon, 17 Aug 2009 17:59:30 +0000 (10:59 -0700)]
am 7d68dae9: Merge change 21494 into eclair

Merge commit '7d68dae99ff2bb3c3aa066efc5b4b1d5c0cd332e'

* commit '7d68dae99ff2bb3c3aa066efc5b4b1d5c0cd332e':
  Allow animation styles to be applied to popup windows.

15 years agoam 86192c61: Merge change 21442 into eclair
Grace Kloba [Mon, 17 Aug 2009 17:59:21 +0000 (10:59 -0700)]
am 86192c61: Merge change 21442 into eclair

Merge commit '86192c614c317b428e10c2dc9052a07304aa6c3f'

* commit '86192c614c317b428e10c2dc9052a07304aa6c3f':
  Fix a cookie bug. If "secure" is in the end of the string, it was ignored.

15 years agoam 6ba7ae1e: LocationManagerService: Fix null pointer check in sendExtraCommand().
Mike Lockwood [Mon, 17 Aug 2009 17:59:12 +0000 (10:59 -0700)]
am 6ba7ae1e: LocationManagerService: Fix null pointer check in sendExtraCommand().

Merge commit '6ba7ae1e4c3c04f6a71380b913ad79f83b00a628'

* commit '6ba7ae1e4c3c04f6a71380b913ad79f83b00a628':
  LocationManagerService: Fix null pointer check in sendExtraCommand().

15 years agoam 0ff7a463: Merge change 21473 into eclair
Chih-Chung Chang [Mon, 17 Aug 2009 17:59:05 +0000 (10:59 -0700)]
am 0ff7a463: Merge change 21473 into eclair

Merge commit '0ff7a463ad7fe6ca7b0ab3afcf566bfdc69a00f0'

* commit '0ff7a463ad7fe6ca7b0ab3afcf566bfdc69a00f0':
  Fix 1860351: Put datetime in jpeg exif to datetaken field.

15 years agoam 06952d92: (-s ours) DO NOT MERGE - cherry-picked from master:
Mike Lockwood [Mon, 17 Aug 2009 17:59:02 +0000 (10:59 -0700)]
am 06952d92: (-s ours) DO NOT MERGE - cherry-picked from master:

Merge commit '06952d9299c23ee15df0825e75934971cfecf2ba'

* commit '06952d9299c23ee15df0825e75934971cfecf2ba':
  DO NOT MERGE - cherry-picked from master:

15 years agoam 8af2d225: Merge change 21471 into eclair
Romain Guy [Mon, 17 Aug 2009 17:58:55 +0000 (10:58 -0700)]
am 8af2d225: Merge change 21471 into eclair

Merge commit '8af2d22552c61d8d4e09e52287f056428172ab05'

* commit '8af2d22552c61d8d4e09e52287f056428172ab05':
  Add Galaxy wallpaper

15 years agoMerge change 21492 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 17:47:06 +0000 (10:47 -0700)]
Merge change 21492 into eclair

* changes:
  WifiService: Hash based on both SSID and BSSID in scan result cache.

15 years agoMore work on wallpapers.
Dianne Hackborn [Fri, 14 Aug 2009 18:37:52 +0000 (11:37 -0700)]
More work on wallpapers.

- Do better about figuring out when to stop them and other related window
  management.
- Fix problem where we were not redrawing the surface when the orientation
  changed.  This was the cause of the device hang.

15 years agoHonor the clickable and enabled properties in ListView.
Romain Guy [Mon, 17 Aug 2009 17:36:23 +0000 (10:36 -0700)]
Honor the clickable and enabled properties in ListView.

15 years agoUpdate docs: readFromParcel() is not necessary to make a class support
Nick Pelly [Sun, 16 Aug 2009 22:29:17 +0000 (15:29 -0700)]
Update docs: readFromParcel() is not necessary to make a class support
Parcelable.

15 years agoMerge change 21510 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 17:29:23 +0000 (10:29 -0700)]
Merge change 21510 into eclair

* changes:
  LocationManagerService: Add NullPointerException to avoid change in behavior.

15 years agoMerge change 21340 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 17:27:41 +0000 (10:27 -0700)]
Merge change 21340 into eclair

* changes:
  Squashed commit of the following:

15 years agoSquashed commit of the following:
Andreas Huber [Fri, 14 Aug 2009 21:37:10 +0000 (14:37 -0700)]
Squashed commit of the following:

commit 5bb012f0065f7ffaaeb4f569d71f0e3a8d6b19c3
Author: Andreas Huber <andih@google.com>
Date:   Fri Aug 14 10:40:08 2009 -0700

    An attempt at fixing export using the qcom encoders. More quirks.

commit 0690e76bfa48118a68287ccf1bbfa82febaa620c
Author: Andreas Huber <andih@google.com>
Date:   Fri Aug 14 09:08:28 2009 -0700

    Callbacks are now dispatched from a separate thread in OMX.

commit c6571a039526df29b6343f9a1971dbc019088c61
Author: Andreas Huber <andih@google.com>
Date:   Thu Aug 13 15:42:25 2009 -0700

    Massive API changes throughout stagefright, smart pointers everywhere.

commit 900612af6a0555664d9ba195112cd859491265f4
Author: Andreas Huber <andih@google.com>
Date:   Thu Aug 13 13:33:12 2009 -0700

    OMXCodecs now properly shutdown.

commit 96732f05e1b0603dcd1b11f16a23512592eeb4f5
Author: Andreas Huber <andih@google.com>
Date:   Thu Aug 13 12:04:04 2009 -0700

    More work on JPEG decoding using the hardware OMX component.

commit 63839a073ac393e3a130434ba467969053b694ad
Author: Andreas Huber <andih@google.com>
Date:   Wed Aug 12 13:13:31 2009 -0700

    An attempt to drive the JPEG decoder OMX node.

commit 3ac2fe5ab2926eda81b2123610b2434c645294ff
Author: Andreas Huber <andih@google.com>
Date:   Tue Aug 11 16:38:21 2009 -0700

    Renamed StateMachine to OMXCodec and put it in its proper place.

commit 247da75a96bf8881956413023dd49a84d5b4f5b2
Author: Andreas Huber <andih@google.com>
Date:   Tue Aug 11 16:06:19 2009 -0700

    Statemachine is now a full-fledged MediaSource.

commit 045244f6771fa0b9b329495c953afda900a84b71
Author: Andreas Huber <andih@google.com>
Date:   Fri Aug 7 09:16:54 2009 -0700

    Properly setup the input format when exporting to AMR audio.

commit 271b984cb32c5cd9e46e3f90ae121f334e4b8da9
Author: Andreas Huber <andih@google.com>
Date:   Thu Aug 6 09:59:38 2009 -0700

    Added some code to test audio encoding to the OMX harness.

commit 79af4748e4af33bd66d3fbac606e332a69741cf4
Author: Andreas Huber <andih@google.com>
Date:   Wed Aug 5 14:36:22 2009 -0700

    Merge the old OMXDecoder and the new, shiny, StateMachine code.

commit 91cf5dd77a8762bc10a0b2ffce35e3bbeb262231
Author: Andreas Huber <andih@google.com>
Date:   Tue Aug 4 17:41:43 2009 -0700

    A new harness to test OMX node compliance (and quirks).

15 years agoLocationManagerService: Add NullPointerException to avoid change in behavior.
Mike Lockwood [Mon, 17 Aug 2009 17:16:08 +0000 (13:16 -0400)]
LocationManagerService: Add NullPointerException to avoid change in behavior.

After fixing a null pointer check we were no longer throwing NullPointerExceptions
which caused a CTS test to fail.

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoFix ExpandableListView context menus when has header views.
Jeff Sharkey [Mon, 17 Aug 2009 07:52:46 +0000 (00:52 -0700)]
Fix ExpandableListView context menus when has header views.

createContextMenuInfo() should have been subtracting any
header views, similar to performItemClick().  Previously,
this caused getUnflattenedPos() to return invalid positions.

This fixes http://b/issue?id=1778239

15 years agoMerge change 21494 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 16:48:55 +0000 (09:48 -0700)]
Merge change 21494 into eclair

* changes:
  Allow animation styles to be applied to popup windows.

15 years agoMerge change 21442 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 16:19:23 +0000 (09:19 -0700)]
Merge change 21442 into eclair

* changes:
  Fix a cookie bug. If "secure" is in the end of the string, it was ignored.

15 years agoAllow animation styles to be applied to popup windows.
Amith Yamasani [Mon, 17 Aug 2009 14:50:19 +0000 (07:50 -0700)]
Allow animation styles to be applied to popup windows.

Window params were not carrying the package name required for loading
animation styles from outside of the android package.

15 years agoaapt now attempts to process all assets even if some are malformed.
Daniel Sandler [Fri, 14 Aug 2009 20:47:30 +0000 (13:47 -0700)]
aapt now attempts to process all assets even if some are malformed.

Previously aapt would bail out on the first broken image, making it difficult to compile a comprehensive list of broken images.  Now it will pre- and post-process all of them and report any and all errors (before exiting with an error code if any errors were encountered).

Bug: 2055485

15 years agoWifiService: Hash based on both SSID and BSSID in scan result cache.
Mike Lockwood [Mon, 17 Aug 2009 14:09:36 +0000 (10:09 -0400)]
WifiService: Hash based on both SSID and BSSID in scan result cache.

Fixes problem with base stations that have multiple SSIDs.

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoLocationManagerService: Fix null pointer check in sendExtraCommand().
Mike Lockwood [Mon, 17 Aug 2009 12:39:12 +0000 (08:39 -0400)]
LocationManagerService: Fix null pointer check in sendExtraCommand().

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoMerge change 21473 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 12:16:14 +0000 (05:16 -0700)]
Merge change 21473 into eclair

* changes:
  Fix 1860351: Put datetime in jpeg exif to datetaken field.

15 years agoFix 1860351: Put datetime in jpeg exif to datetaken field.
Chih-Chung Chang [Mon, 17 Aug 2009 07:54:18 +0000 (15:54 +0800)]
Fix 1860351: Put datetime in jpeg exif to datetaken field.

15 years agoDO NOT MERGE - cherry-picked from master:
Mike Lockwood [Thu, 13 Aug 2009 20:05:38 +0000 (16:05 -0400)]
DO NOT MERGE - cherry-picked from master:

PowerManager: Fix problem waking screen from negative proximity sensor events.

Fixes bug b/2048591

Signed-off-by: Mike Lockwood <lockwood@android.com>
15 years agoMerge change 21471 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 06:24:12 +0000 (23:24 -0700)]
Merge change 21471 into eclair

* changes:
  Add Galaxy wallpaper

15 years agoAdd Galaxy wallpaper
Romain Guy [Sat, 15 Aug 2009 01:58:33 +0000 (18:58 -0700)]
Add Galaxy wallpaper

15 years agoam 106278c4: (-s ours) Merge change 21432 into eclair
Fred Quintana [Mon, 17 Aug 2009 00:20:21 +0000 (17:20 -0700)]
am 106278c4: (-s ours) Merge change 21432 into eclair

Merge commit '106278c40271fec941a86e5eac66ae5c8477a56a'

* commit '106278c40271fec941a86e5eac66ae5c8477a56a':
  do not merge: cherrypicked 3710f390968e683a0ad3adf0b517dfcade3564ce from master branch

15 years agoMerge change 21432 into eclair
Android (Google) Code Review [Mon, 17 Aug 2009 00:14:20 +0000 (17:14 -0700)]
Merge change 21432 into eclair

* changes:
  do not merge: cherrypicked 3710f390968e683a0ad3adf0b517dfcade3564ce from master branch

15 years agoam 403d7ac7: Bring back SHOULD_SYNC flag so sync groups can be edited.
Jeff Sharkey [Sun, 16 Aug 2009 23:39:35 +0000 (16:39 -0700)]
am 403d7ac7: Bring back SHOULD_SYNC flag so sync groups can be edited.

Merge commit '403d7ac7d14e87ecc7df25a1fbb79649ec5ada90'

* commit '403d7ac7d14e87ecc7df25a1fbb79649ec5ada90':
  Bring back SHOULD_SYNC flag so sync groups can be edited.

15 years agoBring back SHOULD_SYNC flag so sync groups can be edited.
Jeff Sharkey [Sun, 16 Aug 2009 23:34:35 +0000 (16:34 -0700)]
Bring back SHOULD_SYNC flag so sync groups can be edited.

15 years agoFix a cookie bug. If "secure" is in the end of the string, it was ignored.
Grace Kloba [Sun, 16 Aug 2009 07:05:01 +0000 (00:05 -0700)]
Fix a cookie bug. If "secure" is in the end of the string, it was ignored.