summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* RTP: Enable GSM codec.Chia-chi Yeh2010-09-294-4/+84
| | | | Change-Id: Iae1913fb0643f1c66b5d16f24d51924d363e5ef5
* RTP: Refactor out G711 codecs into another file.Chia-chi Yeh2010-09-293-120/+141
| | | | Change-Id: I38dbefef2315a28d44683e86a51e69f38e3f20ec
* Fix the startAudio order for 3-way calls.Chung-yih Wang2010-09-281-2/+2
| | | | Change-Id: Ib387b4b1f641f9bf52dd6007d23aee08f0925811
* Fix build.Hung-ying Tyan2010-09-281-1/+1
| | | | Change-Id: I30f2615bc080db2c672e0391fd8bc735de17fcbf
* Merge "Fix pointer index when splitting secondary pointers." into gingerbreadJeff Brown2010-09-271-0/+8
|\
| * Fix pointer index when splitting secondary pointers.Jeff Brown2010-09-271-0/+8
| | | | | | | | Change-Id: Ib01e810ea5b64501b1303000bbef0f0a1db2114e
* | Merge "Don't enter DISCONNECTING state when the call/connection is not ↵Hung-ying Tyan2010-09-271-14/+21
|\ \ | | | | | | | | | alive" into gingerbread
| * | Don't enter DISCONNECTING state when the call/connection is not aliveHung-ying Tyan2010-09-281-14/+21
| | | | | | | | | | | | | | | | | | http://b/issue?id=3027719 Change-Id: I1b52418a3695e96b48538fbf14497e34d2cfdda9
* | | DO NOT MERGErepo sync . build/envsetup.sh lunch passion-eng2010-09-271-1/+4
| |/ |/| | | | | | | | | | | | | This is a manual cherrypick of: Change I3a76de15: Fixing font scale in WindowManagerService. There was a bug that causes WindowManagerService to lose the fontScale setting. Change-Id: I9b993e11f6a3e75735d8ed05596083893543d732
* | Merge "Move SipService out of SystemServer to phone process." into gingerbreadHung-ying Tyan2010-09-276-16/+9
|\ \
| * | Move SipService out of SystemServer to phone process.Hung-ying Tyan2010-09-286-16/+9
| |/ | | | | | | | | | | | | Companion CL: https://android-git/g/#change,70187 http://b/issue?id=2998069 Change-Id: I90923ac522ef363a4e04292f652d413c5a1526ad
* | Merge "Updated assets in status bar. DO NOT MERGE." into gingerbreadGilles Debunne2010-09-2772-0/+0
|\ \
| * | Updated assets in status bar. DO NOT MERGE.Gilles Debunne2010-09-2772-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unlock has a 1 pixel offset that has to be fixed by code. dropdown untested on device. Most of these should be removed from SystemUI (revert 68833). Pass 4. Change-Id: Ibbbe4cc404151ec28768af98509082d77b303abe
* | | Merge "squeeze a few more bits of randomness into /dev/random" into gingerbreadNick Kralevich2010-09-271-0/+1
|\ \ \
| * | | squeeze a few more bits of randomness into /dev/randomNick Kralevich2010-09-271-0/+1
| | | | | | | | | | | | | | | | Change-Id: Ida30c33985411f353c828b43ea26ca1b7e6502af
* | | | Adding a new intent to allow for apps (Launcher) to jump to the All Apps tab ↵Winson Chung2010-09-272-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | in the settings. Change-Id: I15a78a5c5a18b041b1cc4a7500bd3ceccd780ea9
* | | | Merge "Trim unwanted whitespace from translations. DO NOT MERGE" into ↵Eric Fischer2010-09-2721-10/+90
|\ \ \ \ | | | | | | | | | | | | | | | gingerbread
| * | | | Trim unwanted whitespace from translations. DO NOT MERGEEric Fischer2010-09-2721-10/+90
| | |_|/ | |/| | | | | | | | | | Change-Id: I39809e844c12e283f2ed65b8fc5a6fbe14311071
* | | | Merge "Revert previous status bar assets. DO NOT MERGE." into gingerbreadGilles Debunne2010-09-274-0/+0
|\ \ \ \
| * | | | Revert previous status bar assets. DO NOT MERGE.Gilles Debunne2010-09-274-0/+0
| | |_|/ | |/| | | | | | | | | | Change-Id: I5906a15124f7efe9b19bba18d91d6ddc089601f2
* | | | DO NOT MERGE Clarify the explanation of Android's security design.Chris Palmer2010-09-271-34/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Assert plainly that Dalvik is not a boundary. Certificates are for distinction, not "fake trustworthiness through verifying cheap identities". Clarify that UID + GID are what the kernel bases its protection on, not PID. This is a fuzzy distinction on Android since (apart from sharedUserId and magical system processes) there is a 1:1 mapping from process <-> UID. But it's important to clarify what we mean. Clarify up front about the staticness (staticity?) of permissions. It's explained lower down, but experience shows people don't read that far down. Get the rationale (bad UX --> bad security) right up top. Change-Id: I403310668d7ba42e44239055cb480c086ef76cbc
* | | | Merge "The old overlay should be destroyed if orientation changes." into ↵Wu-cheng Li2010-09-272-6/+16
|\ \ \ \ | |_|/ / |/| | | | | | | gingerbread
| * | | The old overlay should be destroyed if orientation changes.Wu-cheng Li2010-09-272-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the orientation was wrong after suspend and resume. When the camera app is resumed behide the lock screen, it orinteation is portrait. When users slide to unlock the screen, surfaceChanged is called and the orientation is landscape. The camera app stops the preview, sets the display orientation, and starts the preview. Overlay should be destroyed if the orientation has changed. bug:3031640 Change-Id: I38b527f9ea78c91b538463292152c023383b4695
* | | | Merge "Use buffered I/O during certificate parsing" into gingerbreadKenny Root2010-09-271-1/+2
|\ \ \ \
| * | | | Use buffered I/O during certificate parsingKenny Root2010-09-271-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PackageParser was using a raw InputStream instead of wrapping it in a BufferedInputStream which could degrade performance. Change-Id: I15c86c3ead363ddbadf4ae27e011feda90fcc579
* | | | | Merge "Allow all apps to call ContentResolver.getType()." into gingerbreadDianne Hackborn2010-09-2710-26/+161
|\ \ \ \ \
| * | | | | Allow all apps to call ContentResolver.getType().Dianne Hackborn2010-09-2610-26/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I can't find the bug number for this, but it is needed for some things we are doing where the app building an intent may not have access to the URI in the data field. This is for HC, but doing in GB to avoid introducing integration issues. Change-Id: I0cac971854198b18775d2a73deb80f23431bfbe2
* | | | | | Merge "Add suuport for splitting touch events across windows." into gingerbreadJeff Brown2010-09-2711-485/+711
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add suuport for splitting touch events across windows.Jeff Brown2010-09-2611-485/+711
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This feature is currently used to enable dragging the start and end selection handles of a TextView at the same time. Could be used for other things later. Deleted some dead code in ArrowKeyMovementMethod and CursorControllers. Change-Id: I930accd97ca1ca1917aab8a807db2c950fc7b409
* | | | | | Merge "We only need at most one tty icon." into gingerbreadJoe Onorato2010-09-271-1/+0
|\ \ \ \ \ \
| * | | | | | We only need at most one tty icon.Joe Onorato2010-09-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id8e2c6ba9b15ebafcf12b484f175fdaf98c1fa8a
* | | | | | | Merge "If an icon add remove get coalesced, don't remove some other icon." ↵Joe Onorato2010-09-273-3/+26
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | into gingerbread
| * | | | | | If an icon add remove get coalesced, don't remove some other icon.Joe Onorato2010-09-273-3/+26
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds a test case and turns off the extra logging we added to debug this. Change-Id: I8640938ae4d1e75c88213177888f363e05ce0fa0
* | | | | | Fix build.Hung-ying Tyan2010-09-281-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie47b63f02764e8a1ca1d36f502b6b4134859ff0d
* | | | | | Merge "SipAudioCall: remove SipManager dependency." into gingerbreadHung-ying Tyan2010-09-272-11/+12
|\ \ \ \ \ \
| * | | | | | SipAudioCall: remove SipManager dependency.Hung-ying Tyan2010-09-242-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2dc8bf427e52f64529ee0e0261362b975a8917c6
* | | | | | | SIP: misc fixesHung-ying Tyan2010-09-282-25/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + check REQUEST_TERMINATED response on INVITE not CANCEL, + check if a TransactionTerminatedEvent matches the ongoing transaction, + add log to track SipConnection disconnect events. Change-Id: I28325be62ac44e4a7507d3c4b5b78b066c0ea2ad
* | | | | | | SipService: handle cross-domain authentication errorHung-ying Tyan2010-09-274-1/+28
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and add new CROSS_DOMAIN_AUTHENTICATION error code and OUT_OF_NETWORK DisconnectCause. http://b/issue?id=3020185 Change-Id: Icc0a341599d5a72b7cb2d43675fbddc516544978
* | | | | | Merge "Adding a feature to indicate that the device possesses low-latency ↵Dan Morrill2010-09-274-0/+45
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | audio. The specific criteria for low-latency audio are defined in the CDD, but since that hasn't yet been settled for Gingerbread, this change doesn't go into details. We can do a docs change later once GB CDD is final." into gingerbread
| * | | | | | Adding a feature to indicate that the device possesses low-latency audio.Dan Morrill2010-09-264-0/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The specific criteria for low-latency audio are defined in the CDD, but since that hasn't yet been settled for Gingerbread, this change doesn't go into details. We can do a docs change later once GB CDD is final. Change-Id: Ic5ad9d04e8ecd78c81b6f09439affec6bf8cb9b2
* | | | | | | Merge "Fix track duration calculation if the start timestamp is non-zero" ↵James Dong2010-09-271-3/+36
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into gingerbread
| * | | | | | | Fix track duration calculation if the start timestamp is non-zeroJames Dong2010-09-271-3/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o Updated the comments in the patch o Added some additional checks on the timestamp Change-Id: I8ad81eb6bfe358c1db5245cbb52efc905cdc234c
* | | | | | | | Merge "Support other kinds of HTTP redirect in NuHTTPDataSource" into ↵Andreas Huber2010-09-271-1/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | gingerbread
| * | | | | | | | Support other kinds of HTTP redirect in NuHTTPDataSourceAndreas Huber2010-09-271-1/+6
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3268a94cfb48cee9caa8914804d7907ff91d8a8e related-to-bug: 3037686
* | | | | | | | Fix the unhold issue especially if one is behind NAT.Chung-yih Wang2010-09-272-3/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | +call startAudio() when call is established. Change-Id: Ib6a1e34017fb83007ce275da1991058e8b803833
* | | | | | | | Merge "Fix error in AudioEffect command status reporting." into gingerbreadEric Laurent2010-09-273-13/+23
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Fix error in AudioEffect command status reporting.Eric Laurent2010-09-243-13/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AudioEffect::command() should not interpret the status returned in pReplyData unless the command is ENABLE or DISABLE. Also fixed: - bug in Visualizer::getWAveForm() status reporting. - wrong initialization value for capture buffer in visualizer engine. Change-Id: I60fb0011f9dba96ee74661dec1e8ef441edcaf35
* | | | | | | | Merge "Use buffered output during packages.xml write" into gingerbreadKenny Root2010-09-271-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Use buffered output during packages.xml writeKenny Root2010-09-261-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FileOutputStream writes data one byte at a time, so use the BufferedOutputStream to wrap it and write once all the XML serialization is done. Change-Id: I419a6fcac2ac9a72a6cf41d4ca6e7ab6c7505618
* | | | | | | | | Merge "Fix bug #2585298 (google calendar sync clears eventTimezone field for ↵Fabrice Di Meglio2010-09-272-3/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | recurring allDay events)" into gingerbread