summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Work on issue #3101415: Crespo apps seem to have their UID changed over time.Dianne Hackborn2010-10-1511-9/+52
| | | | | | fsync! Change-Id: Ie6c5397202579935ac69bf61d3e7b3081ecf269c
* Debug logs for issue #3101415: Apps seem to have their UID changed over time.Dianne Hackborn2010-10-152-24/+30
| | | | | | | | - Activity manager now prints the pid doing a startActivity request. - Package manager now remembers messages about problems it has parsing packages.xml. Change-Id: I11a75aa3953dbfa5dd41cfbdf69116c764ec228f
* Merge "NFC: Move NFC service implementation out of system_server." into ↵Nick Pelly2010-10-1519-3012/+344
|\ | | | | | | gingerbread
| * NFC: Move NFC service implementation out of system_server.Nick Pelly2010-10-1519-3012/+344
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NFC service is now an application service in packages/apps/Nfc. NFC service is registered through ServiceManager.addService(), and the proxy object NfcAdapter obtains a handle to it through ServiceManager.getService(). **Important** Had to add new symbols AID_NFC / NFC_UID / android.uid.nfc and modify service_manager.c, Process.java and PackageManagerService.java in order to force the com.android.nfc process to take a fixed uid, so that it can use ServiceManager.addService(). Most of the JNI has moved to packages/apps/Nfc/jni. However NdefRecord and NdefMessage require some in-process native code, so android_com_NdefMessage.cpp and android_com_NdefRecord.cpp stay in frameworks/base/core/jni. They link to a very small library libnfc_ndef.so that implements NDEF message parsing. This has been added to core.mk so all devices (even without NFC hardware) can work with NDEF data. Bug: 3041259 Bug: 3097445 Change-Id: If8f00ce8f2053acfc9319ca366d4a9c02bd396e6 Signed-off-by: Nick Pelly <npelly@google.com>
* | Revert "Update the documentation for content provider security."Nick Kralevich2010-10-151-13/+4
| | | | | | | | This reverts commit 4fe4d4c91cdfa59bb8161625be85252e187667a2.
* | Merge "Update the documentation for content provider security." into gingerbreadNick Kralevich2010-10-151-4/+13
|\ \
| * | Update the documentation for content provider security.Chris Palmer2010-10-121-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | Without this documentation fix, developers will not know that apps on pre-Gingercomb devices will inadvertantly export their content providers. With knowledge of the solid workaround, they can make their apps secure. Change-Id: I1f096aff19500cd3d3fd2955a9dec59d8e7c6a73
* | | Merge "Make sure we cache the sampleTable again if using the caching ↵Andreas Huber2010-10-151-1/+3
|\ \ \ | | | | | | | | | | | | datasource." into gingerbread
| * | | Make sure we cache the sampleTable again if using the caching datasource.Andreas Huber2010-10-151-1/+3
| | |/ | |/| | | | | | | | | | | | | | | | QA-impact: This fixes http streaming again which I broke about 2 days ago. The previously observed symptoms were stuttering playback of http streams (think YouTube) after a certain playback position. Change-Id: I14050e3522ecd62c90d29310efdf508fdd2e87b5 related-to-bug: 3098873
* | | Merge "Don't crash on null Vibrator during reboot." into gingerbreadBrad Fitzpatrick2010-10-152-3/+21
|\ \ \ | |/ / |/| |
| * | Don't crash on null Vibrator during reboot.Brad Fitzpatrick2010-10-142-3/+21
| | | | | | | | | | | | | | | Bug: 3099305 Change-Id: I9af126f7a719f36ae544f517a2fccd0d33339389
* | | Merge "Improve input device calibration format." into gingerbreadJeff Brown2010-10-152-135/+207
|\ \ \
| * | | Improve input device calibration format.Jeff Brown2010-10-142-135/+207
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support for calibrating touch size for devices that report size as an area measurement rather than as a width. Fixed some bugs. Bug: 3096045 Change-Id: I30a12e73752883516ed054f8af407204bca45814
* | | | Merge "Revert to using epoll_wait()." into gingerbreadJeff Brown2010-10-141-4/+4
|\ \ \ \
| * | | | Revert to using epoll_wait().Jeff Brown2010-10-071-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change depends on the kernel having been patched to use hrtimers instead of jiffies for scheduling epoll timeouts. Change-Id: I216bc1c4f565e67ebcb3d2ba4280cb615932bb9e
* | | | | Merge "SipService: add wake lock for incoming INVITE packets." into gingerbreadHung-ying Tyan2010-10-143-46/+92
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | SipService: add wake lock for incoming INVITE packets.Hung-ying Tyan2010-10-153-46/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + Keep the wake lock for 500ms. (Some measurements on N1 indicate 160~180ms needed to bring up InCallScreen but since INVITE doesn't come in frequently we can be more generous just to be safe.) + Move MyWakeupLock out of SipService so SipSessionGroup can use it without awkward inter-dependency with SipService. + Add acquire(int timeout) to be used to create the "timed" wake lock. http://b/issue?id=3081828 Change-Id: Iffd1d78d1a5cae9f795252ada75310917095204d
* | | | | Merge "Updated GPS icons and new status bar background" into gingerbreadJustin Ho2010-10-146-0/+0
|\ \ \ \ \
| * | | | | Updated GPS icons and new status bar backgroundJustin Ho2010-10-146-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: If901a145b7cdb33b32076dcfb6964be59e3967da
* | | | | | Merge "DO NOT MERGE: Private API to pass the selected tab through ↵Daniel Lehmann2010-10-143-3/+54
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | QuickContacts" into gingerbread
| * | | | | | DO NOT MERGE: Private API to pass the selected tab through QuickContactsDaniel Lehmann2010-10-143-3/+54
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug:3082932 Change-Id: I28dbb21a30fbe22e6e58a8dda534fc9110621c85
* | | | | | Merge "Fix issue 3098850" into gingerbreadEric Laurent2010-10-141-0/+1
|\ \ \ \ \ \
| * | | | | | Fix issue 3098850Eric Laurent2010-10-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Media framework test permissions were not updated when commit 14beea487c065ca902bfd7089399eb71a805e302 added MODIFY_AUDIO_SETTINGS permission check for global effects. Change-Id: I2a97be74f33d62fbb749642b1e7a26ddf92378f2
* | | | | | | Merge "Screen on/off animation tweaks" into gingerbreadJoe Onorato2010-10-142-7/+38
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Screen on/off animation tweaksJoe Onorato2010-10-142-7/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Pass to surface flinger whether we want animations or not. - Don't use the animation when the screen goes off because of the prox sensor. - Turn the screen-on animation back off - Also, now the animation setting controls whether or not we do the animation. Bug: 3097475 Bug: 3098508 Change-Id: I205d5564d6668b33a8dc1c40d8cc06c4aad305cf
* | | | | | | Another attempt at popup assets (hdpi and mdpi)Justin Ho2010-10-1420-0/+0
| |/ / / / / |/| | | | | | | | | | | | | | | | | Change-Id: Iaa0e9b5f3545400b371c029e4152f52b113ab091
* | | | | | Merge "[3095807] screen takes a long time to turn on" into gingerbreadMathias Agopian2010-10-141-2/+3
|\ \ \ \ \ \
| * | | | | | [3095807] screen takes a long time to turn onMathias Agopian2010-10-141-2/+3
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | turn on animation is now ~200 ms (12 frames). Change-Id: I49ca9e8d0afa566349d360b3b6c88f0d55aa6e75
* | | | | | Merge "Test that we don't leak sensitive information when logging cookies." ↵Jesse Wilson2010-10-141-0/+69
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | into gingerbread
| * | | | | Test that we don't leak sensitive information when logging cookies.Jesse Wilson2010-10-141-0/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I048a785fa7209841ff1bffc365ed5e1bceb53522 http://b/3095990
* | | | | | addresses parts of 3096779 and 3097475Mathias Agopian2010-10-143-19/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3097475: Animation setting should control the screen on animation 3096779: CRT power-on animation can briefly show the top app instead of lockscreen There is now a parameter that controls wether the ON and/or OFF animation are performed. we also always clear the screen to black on power off, to make sure it won't briefly appear on power on. HOWEVER, 3096779 is not 100% fixed in the case where we're doing the animation because there is a race, where SF doesn't wait (b/c it doesn't know) for the framework to have redrawn the lockscreen. Change-Id: Ie0f02c9225fcdf24b1e8907e268eb7da2c5b0a03
* | | | | | Merge "fix [3095607] Gingerbread screen turn-on animation does not show the ↵Mathias Agopian2010-10-141-6/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | last frame" into gingerbread
| * | | | | | fix [3095607] Gingerbread screen turn-on animation does not show the last frameMathias Agopian2010-10-141-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | always redraw the screen entirely after the power-on animation, because: - the animation may not run (ie: on the emu) - the animation may not contain the video planes - the interpolation may not be perfect and not land exactly on the last frame Change-Id: I9ba40f537b1e94464f8a3ed6f81e7c2f552df51d
* | | | | | | Merge "Import revised translations" into gingerbreadKenny Root2010-10-1420-992/+872
|\ \ \ \ \ \ \
| * | | | | | | Import revised translationsKenny Root2010-10-1420-992/+872
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Change-Id: I66df6f7374f03bd6596a55026123c6139ab92c83
* | | | | | | Merge "MinGW/Cygwin requires open() in O_BINARY mode." into gingerbreadRaphael Moll2010-10-141-20/+37
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | MinGW/Cygwin requires open() in O_BINARY mode.Raphael Moll2010-10-131-20/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Alsso printf %zd is not supported on MinGW/Cygwin. Change-Id: I03811dabb46e2b05dd1d8abcc0ff97b125c77d54
* | | | | | | Merge "may fix 3097381 and 3097482. don't abort on/off if the animation ↵Mathias Agopian2010-10-141-10/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | fails" into gingerbread
| * | | | | | | may fix 3097381 and 3097482. don't abort on/off if the animation failsMathias Agopian2010-10-141-10/+7
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | now that sf handles more of the screen on/off state, we don't want to abort because/if the animation fails for some reason (which will be the case on the emulator). Change-Id: I239e0a39cf8aff3074647e82db92de4a0bf0e494
* | | | | | | Merge "Check for state before disconnecting." into gingerbreadJaikumar Ganesh2010-10-141-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Check for state before disconnecting.Jaikumar Ganesh2010-10-141-0/+5
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a race condition exposed after we turned off some STOPSHIP logging and some other logging. We drop the ACl connection after 2 secs of inactivity and hence the device didn't exist -> DBUS crash. Bug: 3097224 Change-Id: I90adbbee2c5793924037685e484027ed5cd2e0d0
* | | | | | Merge "DOC CHANGE: Fix bug in Testing doc" into gingerbreadJoe Malin2010-10-141-11/+7
|\ \ \ \ \ \
| * | | | | | DOC CHANGE: Fix bug in Testing docJoe Malin2010-10-121-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id432a40adfb6aef05a3e7c19425de54cb8a5f610
* | | | | | | Merge "Make sure EventHub reports added/removed devices immediately." into ↵Jeff Brown2010-10-141-3/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | gingerbread
| * | | | | | | Make sure EventHub reports added/removed devices immediately.Jeff Brown2010-10-141-3/+8
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed a bug where EventHub would not report changes in devices until the next event. Bug: 3096147 Change-Id: Ie4c3e1d14d0ad806cfaa212611ce06034d1b94d4
* | | | | | | Merge "Change storage names to match 10-13 decision" into gingerbreadRoy West2010-10-141-32/+32
|\ \ \ \ \ \ \
| * | | | | | | Change storage names to match 10-13 decisionRoy West2010-10-141-32/+32
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | Change-Id: I1dc760846e7031a7cd090436da556533961695e1
* | | | | | | Merge "Do not build pbkdf2gen on non-Linux hosts" into gingerbreadJoe Onorato2010-10-141-7/+10
|\ \ \ \ \ \ \
| * | | | | | | Do not build pbkdf2gen on non-Linux hostsKenny Root2010-10-141-7/+10
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Change-Id: I9f575a2ca7d45102a4f67424ea5866cf750adb13
* | | | | | | Merge "Really leave text selection mode when using the trackball." into ↵Gilles Debunne2010-10-141-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | gingerbread