summaryrefslogtreecommitdiffstats
path: root/core/java
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Add support for heavy-weight applications." into krakenDianne Hackborn2010-06-047-0/+251
|\
| * Add support for heavy-weight applications.Dianne Hackborn2010-06-047-0/+251
| | | | | | | | | | | | | | Only one can be running at a time, their process can not be killed, and a notification is posted while it is running. Change-Id: I843015723947e0c934ae63a1aeee139327c0bc01
* | am 2d743fe2: merge from open-source masterThe Android Open Source Project2010-06-041-15/+25
|\ \ | |/ |/| | | | | | | | | Merge commit '2d743fe2f39397d41334001d897eb78da56e94ef' into kraken * commit '2d743fe2f39397d41334001d897eb78da56e94ef': Add better error handling for savePicture and restorePicture
| * merge from open-source masterThe Android Open Source Project2010-06-041-15/+25
| |\ | | | | | | | | | Change-Id: Ic9060d92c014d6cbe9d90ce8deca8fa111711471
| | * Merge "Add better error handling for savePicture and restorePicture"Romain Guy2010-06-031-5/+23
| | |\
| | | * Add better error handling for savePicture and restorePictureJohn Eckerdal2010-06-021-5/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If an Exception occurs when storing the file treat this as an error and always fail to try to prevent corrupted pictures to be stored to the file system. Close files if they were opened, the caller might want to perform other file operations on the file and if it is still open these may fail. Change-Id: Ic68596b5c745bbe413096c22684c388e853a7643
* | | | Merge "Add camera metering mode API." into krakenWu-cheng Li2010-06-031-0/+60
|\ \ \ \
| * | | | Add camera metering mode API.Wu-cheng Li2010-06-031-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | | bug:2737111 Change-Id: Ie986fee56ebeaaed2d2efb757701dfe3ffdec8d8
* | | | | Sprinkle new BlockGuard around SQLiteDatabase.Brad Fitzpatrick2010-06-032-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SQLite is JNI to native code and doesn't go via IFileSystem, so it needs custom sprinkling, at least for now. Change-Id: Ic7fded1b64a4f483dfc17b3a7b136c803df1e111
* | | | | am ee7e6a78: merge from open-source masterThe Android Open Source Project2010-06-031-4/+8
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Merge commit 'ee7e6a78e28b360826f215e0e84d43b1513b6401' into kraken * commit 'ee7e6a78e28b360826f215e0e84d43b1513b6401': Improved error-handling in Rfc822Tokenizer
| * | | | merge from open-source masterThe Android Open Source Project2010-06-031-4/+8
| |\ \ \ \ | | | |/ / | | |/| | | | | | | Change-Id: Idf8d5661d7b261b74ac0b1271af98795ac5faff9
| | * | | Merge "Improved error-handling in Rfc822Tokenizer"Kenny Root2010-06-011-2/+6
| | |\ \ \
| | | * | | Improved error-handling in Rfc822TokenizerHenrik Hall2010-03-261-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The javadoc for the Rfc822Tokenizer states that it will try to be tolerant to broken syntax instead of returning an error (as in an unchecked exception). In some rare cases where the input is clearly incorrect, the tokenizer throws a StringIndexOutOfBoundsException, which was found during one of the monkey test runs. This commits fixes that crash, and teaches the tokenizer to just continue to run anyway. Two simple junit testcases has also been added for testing the default and the errornous case.
* | | | | | Merge "Fixed some minor bugs in MotionEvent recycling." into krakenJeff Brown2010-06-021-7/+12
|\ \ \ \ \ \
| * | | | | | Fixed some minor bugs in MotionEvent recycling.Jeff Brown2010-06-021-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. MotionEvent.recycle() never set mRecycled to true so it couldn't actually detect doubly-recycled events (unless the TRACK_RECYCLED_LOCATION debuging flag was enabled). 2. MotionEvent.obtain() did not set mNext to null before returning the event so it would unnecessarily retain a reference to other events in the recycled event linked list until recycled again. Change-Id: I93709c402d260691875f632dfc080a355f85fbb0
* | | | | | | Populate the notifications at startup of SystemUI.apk.Joe Onorato2010-06-022-164/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie0b3fd9ed4bc9a012791372e6276f0b5908370a5
* | | | | | | Start moving resources to SystemUI.apk.Joe Onorato2010-06-021-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ibf30b8196d65d7fbca1177968cefa5f7a875bf1d
* | | | | | | updateNotifications works.Joe Onorato2010-06-022-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I924763a2d42ca1967719f3eb72c57d1cbb912dd7
* | | | | | | Notifications don't crash when you click them, and pass through events to ↵Joe Onorato2010-06-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NotificationManagerService Change-Id: Iae4a636d3c6d5c617440b11eb5b8bc77838ad584
* | | | | | | notifications showJoe Onorato2010-06-022-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9240b803c643874828c95afcf1ba9ed91194dbc0
* | | | | | | Checkpoint. Doesn't build.Joe Onorato2010-06-024-8/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I92e4d539ea71af9e22ced02cbdee7fbd456b7971
* | | | | | | Checkpoint. Data structures for Notifications in place.Joe Onorato2010-06-026-2/+349
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I146fb9bc1d349112541368e2c99a667821dfdf6e
* | | | | | | Add expand and collapse.Joe Onorato2010-06-023-13/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I58ad95c59b2c46d3f25349e137d5624aefc6c6cd
* | | | | | | Make disable() work.Joe Onorato2010-06-023-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I93fea37e777b3e04fe7f9171d5b84821587c24f5
* | | | | | | Set the visibility of the icons.Joe Onorato2010-06-022-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ib414718f1c51f1d306308a989d5d31d8e3ea7fd1
* | | | | | | The status bar draws its icons now.Joe Onorato2010-06-027-27/+316
| | | | | | |
* | | | | | | Add IStatusBarJoe Onorato2010-06-022-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie73d665085d5ce7358c285bf332ef1dc96005d0f
* | | | | | | Rename IStatusBar to IStatusBarService.Joe Onorato2010-06-022-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icfec2a830f037b21f6afaa796bf49da610567e7b
* | | | | | | First pass at splitting the status bar for the different devices.Joe Onorato2010-06-022-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I2f568df92f88dfe8de18d24dd004239f52761aa6
* | | | | | | am 1bd7597b: merge from open-source masterThe Android Open Source Project2010-06-022-2/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '1bd7597b8cdaf39d1183077c463cb30596eb31b0' into kraken * commit '1bd7597b8cdaf39d1183077c463cb30596eb31b0': Replaced raw string arguments for Context.getSystemService() with final Context variables
| * | | | | | merge from open-source masterThe Android Open Source Project2010-06-022-2/+2
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | | | | | | | | | Change-Id: I8333e295ba6b6ed8e7658ecf3fbf1ebea3537aeb
| | * | | | | Replaced raw string arguments for Context.getSystemService() with final ↵Christian Mehlmauer2010-05-312-2/+2
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Context variables Change-Id: If5139a1526101292e5da557bfad3f4db80fb64a8
* | | | | | am c8763858: merge from open-source masterThe Android Open Source Project2010-06-021-4/+2
|\ \ \ \ \ \ | |/ / / / / | | | / / / | |_|/ / / |/| | | | | | | | | | | | | | Merge commit 'c8763858cfcae8be89c0f88df87bf9a3ad90ae64' into kraken * commit 'c8763858cfcae8be89c0f88df87bf9a3ad90ae64': Fix for issue 895 (missing android: prefix), Removed unused imports
| * | | | merge from open-source masterThe Android Open Source Project2010-06-021-4/+2
| |\ \ \ \ | | |/ / / | | | | | | | | | | Change-Id: Ife78a3e7582be1853d28bbcef41f5d06f3b97ef6
| | * | | Fix for issue 895 (missing android: prefix), Removed unused importsChristian Mehlmauer2010-05-211-4/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I5eeca1db7eb97251729dff728b4c482de4b14885
* | | | | am 1f5e8473: am a80331c4: Merge "Comment-only change to add documentation ↵Dan Egnor2010-06-011-13/+67
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | | | | | | | | | | | | | | | | | | for FileObserver" into froyo Merge commit '1f5e847350ef1aece046666e20e7692a1651d9dc' into kraken * commit '1f5e847350ef1aece046666e20e7692a1651d9dc': Comment-only change to add documentation for FileObserver
| * | | am a80331c4: Merge "Comment-only change to add documentation for ↵Dan Egnor2010-06-011-13/+67
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | FileObserver" into froyo Merge commit 'a80331c4d75cb8a7122e31315bc1e2950131659c' into froyo-plus-aosp * commit 'a80331c4d75cb8a7122e31315bc1e2950131659c': Comment-only change to add documentation for FileObserver
| | * | | Comment-only change to add documentation for FileObserverDan Egnor2010-05-311-13/+67
| | | | | | | | | | | | | | | | | | | | Change-Id: Icd9bc65be020a23f78c8bcda78fc68e7d05c93b4
* | | | | Add javadoc for camera scene modes.Wu-cheng Li2010-05-311-1/+61
| | | | | | | | | | | | | | | | | | | | Change-Id: Iab596a6fb77107ffc04fa59d84e18f8e064e336a
* | | | | Merge "Add video frame parameter." into krakenWu-cheng Li2010-05-281-1/+1
|\ \ \ \ \
| * | | | | Add video frame parameter.Wu-cheng Li2010-05-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The image format of preview frames and video frames may be different. We need another parameter for video frame format. bug:2720893 Change-Id: I966a31b0ce8cab25cdde65db65a18c8cbe9c7bd6
* | | | | | am 6cc13745: am 94f1751c: Merge "Fix typo in EastAsianWidth javadoc" into froyoKenny Root2010-05-271-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / / | | | | | | | | | | | | | | | Merge commit '6cc137459a21e67765d2490529a920ccfb14e362' into kraken * commit '6cc137459a21e67765d2490529a920ccfb14e362': Fix typo in EastAsianWidth javadoc
| * | | | am 94f1751c: Merge "Fix typo in EastAsianWidth javadoc" into froyoKenny Root2010-05-271-3/+3
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '94f1751cb0c6ea4004ff86b3af89e06e00a66641' into froyo-plus-aosp * commit '94f1751cb0c6ea4004ff86b3af89e06e00a66641': Fix typo in EastAsianWidth javadoc
| | * | | Merge "Fix typo in EastAsianWidth javadoc" into froyoKenny Root2010-05-271-3/+3
| | |\ \ \
| | | * | | Fix typo in EastAsianWidth javadocKenny Root2010-05-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Javadoc had a missing close <code> tag and also failed to mention the "start" parameter in the doc. Change-Id: I861d6646e82e1d49f23a09de8b68a61f81689f83
* | | | | | am 88ccecf5: am d1055a25: Make the NTP Cache max-age gservices-settableRobert Greenwalt2010-05-251-0/+8
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '88ccecf573a52648052bc9c7858f345776f76e0e' into kraken * commit '88ccecf573a52648052bc9c7858f345776f76e0e': Make the NTP Cache max-age gservices-settable
| * | | | | am d1055a25: Make the NTP Cache max-age gservices-settableRobert Greenwalt2010-05-251-0/+8
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'd1055a250c00b0c2516ec406a8cf9a5ab1c0b7ae' into froyo-plus-aosp * commit 'd1055a250c00b0c2516ec406a8cf9a5ab1c0b7ae': Make the NTP Cache max-age gservices-settable
| | * | | | Make the NTP Cache max-age gservices-settableRobert Greenwalt2010-05-251-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trying to make Throttle polling more energy efficient. bug:2708119 Change-Id: I2b75639e202dcbcee11047c43407a22de04ce350
* | | | | | fix [2677468] some 3rd party GL ES apps get a 32-bits surface by default and ↵Mathias Agopian2010-05-241-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fail force all SurfaceView to 565 Change-Id: I8ebfa1239d8e4fa097c2e544677fb92fa20b39bd
* | | | | | am f67c874c: am 7e5e3745: Fix bug 2710825 - Prevent ExpandableListView from ↵Adam Powell2010-05-241-4/+4
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | scrolling too far when expanding children. Merge commit 'f67c874c07d2e0ff888cc88679f884a833f89870' into kraken * commit 'f67c874c07d2e0ff888cc88679f884a833f89870': Fix bug 2710825 - Prevent ExpandableListView from scrolling too far when expanding children.