summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | merge from open-source masterThe Android Open Source Project2010-06-032-4/+28
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | 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-02111-235/+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-023-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | Put the icons in the right order.Joe Onorato2010-06-021-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ice077764b74221319291474bb5681b941b2f7364
* | | | | | | | | The status bar draws its icons now.Joe Onorato2010-06-0211-289/+316
| | | | | | | | |
* | | | | | | | | Checkpoint status bar factoring. Now it builds and doesn't crash at boot.Joe Onorato2010-06-022-120/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I23f2045abfec0b414d5381f5e609b7267da7f21a
* | | | | | | | | 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
* | | | | | Merge "Fix 2667859: change text back to default size" into krakenJim Miller2010-05-252-2/+0
|\ \ \ \ \ \
| * | | | | | Fix 2667859: change text back to default sizeJim Miller2010-05-252-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts a change described in the above bug where the font size got changed to 22dip. Change-Id: I42e2dc06e94aba003fa00032b265c986959ce939
* | | | | | | 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.
| * | | | | am 7e5e3745: Fix bug 2710825 - Prevent ExpandableListView from scrolling too ↵Adam Powell2010-05-241-4/+4
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | far when expanding children. Merge commit '7e5e3745cf0103219a13071fbd488c3c01da85d9' into froyo-plus-aosp * commit '7e5e3745cf0103219a13071fbd488c3c01da85d9': Fix bug 2710825 - Prevent ExpandableListView from scrolling too far when expanding children.
| | * | | | Fix bug 2710825 - Prevent ExpandableListView from scrolling too far when ↵Adam Powell2010-05-241-4/+4
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | expanding children. Change-Id: I21b37647c5ad16e4f57fdda433e3b3ee2c7c83ad
* | | | | New shadowy status bar, direct from Z'ha'dum.Daniel Sandler2010-05-218-20/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Artwork is FPO but serviceable enough. Many hardcoded font colors & styles were moved to styles.xml where they belong. AM/PM finally given the old heave-ho (but configurable in StatusBarPolicy.java). Notification content remains on a light-gray background for now (so as not to screw up custom RemoteViews) but status icons will definitely need across-the-board rework to look better against a dark background. Change-Id: Id9d5a699532f9336563cd6f9699bff3893735e4f
* | | | | am 3716ea04: am 06906796: If the network SSID is a string, it should be ↵Xia Wang2010-05-201-1/+5
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enclosed in double quotation marks. Merge commit '3716ea04d9fd59ff95bacdf6efac4ab5583e13fc' into kraken * commit '3716ea04d9fd59ff95bacdf6efac4ab5583e13fc': If the network SSID is a string, it should be enclosed in double quotation marks.
| * | | | am 06906796: If the network SSID is a string, it should be enclosed in ↵Xia Wang2010-05-201-1/+5
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | double quotation marks. Merge commit '069067963cf0117cfb4a1aef99b550b126d9ca92' into froyo-plus-aosp * commit '069067963cf0117cfb4a1aef99b550b126d9ca92': If the network SSID is a string, it should be enclosed in double quotation marks.
| | * | | If the network SSID is a string, it should be enclosed in double quotation ↵Xia Wang2010-05-201-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | marks. bug id: 2701058 Change-Id: I40e10ba096053710d4974b005d0d2e7c309ccffe