4974 Commits

Author SHA1 Message Date
Android (Google) Code Review
0fde7de9d6 am 54f09101: Merge change 7613 into donut
Merge commit '54f09101381fa63dca35ae4ea0ba3802ee863236'

* commit '54f09101381fa63dca35ae4ea0ba3802ee863236':
  * Use Fede In/Out animation if one of opening/closing apps is in compatibility mode.
2009-07-17 13:58:40 -07:00
Android (Google) Code Review
1007bf2e50 am 0e230c57: Merge change 7688 into donut
Merge commit '0e230c574bdbf096994f6b658a19c19585907f11'

* commit '0e230c574bdbf096994f6b658a19c19585907f11':
  Copy cached drawables in search dialog.
2009-07-17 13:58:36 -07:00
Jean-Michel Trivi
86a9d55fcc am 19e53f7a: Delete global ref to the weak reference to the SynthProxy in the native_finalize function, that was created in native_setup to prevent leaking refs.
Merge commit '19e53f7ae506ccb294f46a36c70d7f3154b258ad'

* commit '19e53f7ae506ccb294f46a36c70d7f3154b258ad':
  Delete global ref to the weak reference to the SynthProxy in the
2009-07-17 13:58:30 -07:00
Android (Google) Code Review
9ae8b09756 am f32f746b: Merge change 7645 into donut
Merge commit 'f32f746b83826303350417ff9937a6f9e5488f24'

* commit 'f32f746b83826303350417ff9937a6f9e5488f24':
  Make the SearchDialog's AutoCompleteTextView dropdown respect the
2009-07-17 13:58:11 -07:00
Android (Google) Code Review
c8f479cbd5 Merge change 7744
* changes:
  Make Process.getFreeMemory() return a long instead of an int, to better work on the simulator now, and phones 2 years from now.
2009-07-17 13:45:17 -07:00
Android (Google) Code Review
cf541ee116 Merge change 7617
* changes:
  Added method to get metadata out of the player.
2009-07-17 13:19:32 -07:00
Marco Nelissen
0bca96bcbf Make Process.getFreeMemory() return a long instead of an int, to better
work on the simulator now, and phones 2 years from now.
2009-07-17 12:59:25 -07:00
Android (Google) Code Review
fd0efa0d8b Merge change 7724
* changes:
  Remove shadows and invert dx sign in zoomed mode.
2009-07-17 12:30:21 -07:00
Android (Google) Code Review
82be1236d9 Merge change 7723
* changes:
  More usability tweaks including turning the icons right side up.
2009-07-17 12:29:43 -07:00
Jason Sams
7df07026e8 Remove shadows and invert dx sign in zoomed mode. 2009-07-17 12:28:27 -07:00
Android (Google) Code Review
da3785ae9f Merge change 7624
* changes:
  Impl. of the metadata getters.
2009-07-17 12:00:28 -07:00
Android (Google) Code Review
eb7a869af6 Merge change 7690
* changes:
  GpsLocationProvider: remove mAgpsConfigured configured flag.
2009-07-17 11:50:31 -07:00
niko
8994837f27 Added method to get metadata out of the player.
The method passes a list of metadata ids to be retrieved and
a parcel where the metadata records should be appended.

If the list of ids is empty, all the metadata should be returned.
2009-07-17 11:31:11 -07:00
Android (Google) Code Review
d03f7ae32d Merge change 7703
* changes:
  resolved conflicts for merge of 3e522c45 to master
2009-07-17 11:11:30 -07:00
Marco Nelissen
e1babd45e1 Instead of using -1 for pid and uid in the simulator, and then having
to special-case the simulator case all over the framework, just use
getuid and getpid, and intercept those in the simulator wrapper.
2009-07-17 10:48:09 -07:00
Android (Google) Code Review
3720cf2de9 Merge change 7709
* changes:
  Fix MT Call screen stuck issue.
2009-07-17 10:29:54 -07:00
Cheng Yang
84d5585b99 Fix MT Call screen stuck issue.
The issue this change fixes can be reproduced by following steps:
    1. Originate and connect a call to remote party #1 that is not in Contacts.
    2. Receive a call from the remote party #2 that is not in Contacts, the
       call waiting tone is sounded and the call waiting screen is displayed.
    3. Press menu key and ignore the call, and the call waiting screen is
       dismissed and the remote party #2 is forwarded to voice mail.
    When we ignore the incoming call, Phone gets stuck with incoming call
    screen.

    The fix is:
    1. Update phone state promotly based on the call waiting state.
    2. Remove new call handling in handlePollCalls() function because in CDMA,
       the call drop should be determnited by the number of calls in the call
       list.
2009-07-17 10:27:38 -07:00
Android (Google) Code Review
54f0910138 Merge change 7613 into donut
* changes:
   * Use Fede In/Out animation if one of opening/closing apps is in compatibility mode.  * preserve compatibility window flag when the app updates window's layout params.  * Added assertion in DEFAULT_COMPATIBILITY_INFO object to prevent unintentional modification.  * A few minor updates     * log/dump message improvement     * Removed unnecessary method in FadeInOutAnimator     * Fixed 100 char issue in WindwoManagerServer.java
2009-07-17 09:54:53 -07:00
Mitsuru Oshima
5a2b91dc14 * Use Fede In/Out animation if one of opening/closing apps is in compatibility mode.
* preserve compatibility window flag when the app updates window's layout params.
 * Added assertion in DEFAULT_COMPATIBILITY_INFO object to prevent unintentional modification.
 * A few minor updates
    * log/dump message improvement
    * Removed unnecessary method in FadeInOutAnimator
    * Fixed 100 char issue in WindwoManagerServer.java
2009-07-17 09:53:40 -07:00
Charles Chen
bd3e0ce5a2 resolved conflicts for merge of 3e522c45 to master 2009-07-17 09:44:53 -07:00
Android (Google) Code Review
f211c095f2 Merge change 7701
* changes:
  Clean up MP3Extractor code and fixes a bug that miscalculated the position of the header by a few bytes whenever we read in more data.
2009-07-17 09:44:25 -07:00
Andreas Huber
2e337a4e4b Clean up MP3Extractor code and fixes a bug that miscalculated the position of the header by a few bytes whenever we read in more data. 2009-07-17 09:39:59 -07:00
Android (Google) Code Review
d8bb43bb77 Merge change 7700
* changes:
  stagefright: initialize more of the OMX_BUFFERHEADERTYPE structure as they are apparently not cleared by the OMX implementation.
2009-07-17 09:35:37 -07:00
Andreas Huber
84c0246012 stagefright: initialize more of the OMX_BUFFERHEADERTYPE structure as they are apparently not cleared by the OMX implementation. 2009-07-17 09:30:37 -07:00
Android (Google) Code Review
0e230c574b Merge change 7688 into donut
* changes:
  Copy cached drawables in search dialog.
2009-07-17 09:27:13 -07:00
Android (Google) Code Review
01f11af5ce Merge change 7699
* changes:
  Implement IMSI function for CDMA phones
2009-07-17 09:26:22 -07:00
Bjorn Bringert
dfefa3e915 Copy cached drawables in search dialog.
Before, Drawables for cached icons were reused. This is not good,
since they can then share mutable state information. This change
copies all Drawables when getting them from the cache, storing
only the constant state in the cache.

Hopefully fixes http://b/issue?id=1984813
2009-07-17 17:22:44 +01:00
Android (Google) Code Review
9bacd43d4d Merge change 7625
* changes:
  Whitespace cleanup prior to real work.
2009-07-17 08:40:41 -07:00
Mike Lockwood
2bb99d1e2f GpsLocationProvider: remove mAgpsConfigured configured flag.
This flag was unnecessary because the lower level GPS code already checks for this
and this was causing problems for a GPS implementation that does not use /etc/gps.conf

Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-17 10:56:56 -04:00
Android (Google) Code Review
2e661a7c03 Merge change 7671
* changes:
  Free memory on low memory condition.
2009-07-17 07:47:18 -07:00
Android (Google) Code Review
dbee03136f am 733cbb00: Merge change 7492 into donut
Merge commit '733cbb0009d3e16eac2383a694833bdbc0c7269e'

* commit '733cbb0009d3e16eac2383a694833bdbc0c7269e':
  Delete leaked global ref in AudioTrack constructor.
2009-07-17 02:09:14 -07:00
Android (Google) Code Review
c185e7b9d8 am 3735df20: Merge change 7545 into donut
Merge commit '3735df20ae9994a759aa9464534d57eab4af4011'

* commit '3735df20ae9994a759aa9464534d57eab4af4011':
  MountListener: When we connect to vold, explicitly mount external storage.
2009-07-17 02:09:06 -07:00
Android (Google) Code Review
9e1bd09c15 am 97a67cc2: Merge change 7544 into donut
Merge commit '97a67cc281805566d429d4ca6570348fcf6dabd9'

* commit '97a67cc281805566d429d4ca6570348fcf6dabd9':
  sdutil: Up the mount/unmount wait times to account for disk check + reaper time
2009-07-17 02:09:02 -07:00
Android (Google) Code Review
07bca34551 am 9db0d36c: Merge change 7600 into donut
Merge commit '9db0d36c6141d8e0ccf6ca6c450872f03b55c15f'

* commit '9db0d36c6141d8e0ccf6ca6c450872f03b55c15f':
  Update youtube bookmark
2009-07-17 02:08:53 -07:00
Android (Google) Code Review
5c28964650 Merge branch 'master' of ssh://android-git.corp.google.com:29418/platform/frameworks/base 2009-07-16 23:47:19 -07:00
Android (Google) Code Review
fe5d9f5252 am a0eb87db: Merge change 7619 into donut
Merge commit 'a0eb87db12aed10bf578e06a35cf89d1779d7cf6'

* commit 'a0eb87db12aed10bf578e06a35cf89d1779d7cf6':
  Fixes #1861763. Prevents IllegalArgumentException in AbsListView on focus
2009-07-16 23:47:06 -07:00
Wink Saville
317620c751 am abccd7ea: (-s ours) DO NOT MERGE. Implement IMSI function for CDMA phones
Merge commit 'abccd7eaa52d0b8579ba3d1c954dfe7529945c0f'

* commit 'abccd7eaa52d0b8579ba3d1c954dfe7529945c0f':
  DO NOT MERGE. Implement IMSI function for CDMA phones
2009-07-16 23:46:59 -07:00
Android (Google) Code Review
15601c64df am 0a6a05cd: (-s ours) Merge change 7598 into donut
Merge commit '0a6a05cdb57561e2d932a62a018c83ca5667f4da'

* commit '0a6a05cdb57561e2d932a62a018c83ca5667f4da':
  DO NOT MERGE - Disable settings backup in Donut
2009-07-16 23:46:50 -07:00
Android (Google) Code Review
8efe5ec98f am 43463bfb: (-s ours) Merge change 7572 into donut
Merge commit '43463bfb69fc8fab33afbd5b5f7fe4b7b823a7a2'

* commit '43463bfb69fc8fab33afbd5b5f7fe4b7b823a7a2':
  Fix issue #1985606 (Boot crash when battery level of < 15% is reported) in Donut
2009-07-16 23:46:45 -07:00
Jaikumar Ganesh
7f74d534f3 Reconnect to A2DP device only if it supports that profile, fix HF AG UUID. 2009-07-16 23:42:42 -07:00
Mike Lockwood
15431a9482 EventHub: Compare name instead of id when excluding event input devices.
Signed-off-by: Mike Lockwood <lockwood@android.com>
2009-07-17 00:10:10 -04:00
Feng Qian
0aeed6af6e Free memory on low memory condition.
This allows WebView to release cached resources and continue running.
2009-07-16 20:57:46 -07:00
Jean-Michel Trivi
19e53f7ae5 Delete global ref to the weak reference to the SynthProxy in the
native_finalize function, that was created in native_setup to prevent
leaking refs.
2009-07-16 20:13:12 -07:00
Android (Google) Code Review
f32f746b83 Merge change 7645 into donut
* changes:
  Make the SearchDialog's AutoCompleteTextView dropdown respect the IME again when the user presses right or left from a query-jammed suggestion to continue editing. Previously we required the user to press on the text field again in order to get the IME to show.
2009-07-16 19:54:19 -07:00
Android (Google) Code Review
3e522c45b2 Merge change 7498 into donut
* changes:
  Adding public intents for TTS to enable checking for TTS data, installing TTS data, and finding out when the TTS queue has finished processing.
2009-07-16 19:54:02 -07:00
Mike LeBeau
ffe3ecf2b1 Make the SearchDialog's AutoCompleteTextView dropdown respect the
IME again when the user presses right or left from a query-jammed
suggestion to continue editing. Previously we required the user
to press on the text field again in order to get the IME to show.

We accomplish this by factoring out the code to 'ensureImeVisible'
into a separate method and calling that from SearchDialog.

Fixes http://b/1976338
2009-07-16 19:51:48 -07:00
Jason Sams
c1ea948ee8 More usability tweaks including turning the icons right side up. 2009-07-16 19:09:33 -07:00
Nicolas Catania
cb2e00eedc Impl. of the metadata getters.
In Metadata, implemented the method that unmarshall the data from
a metadata parcel an return java entities.

Add 2 new types of metadata (Boolean and Date) and fixed an issue
in TimedText: the w3c standard specify a duration as well as the
time to be played => added a duration field.

In MetadataParserTest.java:
Moved the util private methods at the bottom of the file.
Added new tests for the getters (GETTERS section)
2009-07-16 18:34:53 -07:00
Android (Google) Code Review
733cbb0009 Merge change 7492 into donut
* changes:
  Delete leaked global ref in AudioTrack constructor.
2009-07-16 18:34:15 -07:00
Charles Chen
49a60157d1 Adding public intents for TTS to enable checking for TTS data,
installing TTS data, and finding out when the TTS queue has
finished processing.
2009-07-16 18:32:07 -07:00