summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* am 106950f2: Merge "DO NOT MERGE. Fix logic for switching between overscroll ↵Mindy Pereira2010-10-042-3/+14
|\ | | | | | | | | | | | | | | | | and scroll modes." into gingerbread Merge commit '106950f20bd352ed72ddf4490b2e19d305e36a74' into gingerbread-plus-aosp * commit '106950f20bd352ed72ddf4490b2e19d305e36a74': DO NOT MERGE. Fix logic for switching between overscroll and scroll modes.
| * Merge "DO NOT MERGE. Fix logic for switching between overscroll and scroll ↵Mindy Pereira2010-10-042-3/+14
| |\ | | | | | | | | | modes." into gingerbread
| | * DO NOT MERGE. Fix logic for switching between overscroll and scroll modes.Mindy Pereira2010-10-032-3/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The issue here was originally that webview was showing twice as intense of an effect for edge glow as lists. The root cause was that abslistview was calling onPull half as often as webview. This occurred because every time an action_move came into the touch handler for abslistview when it was in overscroll, the mode was ALWAYS changed back to scroll mode. Therefore, half the action_move events were essentially being eating by the abslistview state machine. After fixing that issue, needed to decrease the intensity of the effect for webview and abslistview by halving the PULL_DISTANCE_GLOW_FACTOR. Change-Id: I5dbdf4f1219f3bb157a71d4fccf8fa42e2abe047
* | | am d8f1a540: Merge "Refrain warning when not appropriate. Do not merge" into ↵Daisuke Miyakawa2010-10-041-3/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | gingerbread Merge commit 'd8f1a540162e16d88cae9a1e8ec58cba68adf6e2' into gingerbread-plus-aosp * commit 'd8f1a540162e16d88cae9a1e8ec58cba68adf6e2': Refrain warning when not appropriate. Do not merge
| * | Refrain warning when not appropriate. Do not mergeDaisuke Miyakawa2010-10-041-3/+5
| | | | | | | | | | | | Change-Id: I0066a3d0a2204cfc4beacb69aafccb35b9326bbb
* | | am 624380a1: Fix bug 3047653 - Text select handles stick around when they ↵Adam Powell2010-10-021-8/+68
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | shouldn\'t Merge commit '624380a14def6c2acdb473e09c36139acbcefbf9' into gingerbread-plus-aosp * commit '624380a14def6c2acdb473e09c36139acbcefbf9': Fix bug 3047653 - Text select handles stick around when they shouldn't
| * | Fix bug 3047653 - Text select handles stick around when they shouldn'tAdam Powell2010-10-021-8/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Text select handles will now fade out on their own after a few seconds since many apps expect a selection to be persistent while a text field stays focused in touch mode. The user may tap within the selection to bring the anchors back. Text select handles will also disappear upon leaving touch mode. Fix a bug that impaired cut/paste from the context menu. Change-Id: I8f431e2d261aec02581150125d11324a3ee11656
* | | am 03876c90: Fix text anchor fade-out positioningAdam Powell2010-10-021-5/+4
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '03876c905f3874f3ac8deb5a23ee0f77d4c04bab' into gingerbread-plus-aosp * commit '03876c905f3874f3ac8deb5a23ee0f77d4c04bab': Fix text anchor fade-out positioning
| * | Fix text anchor fade-out positioningAdam Powell2010-10-021-5/+4
| | | | | | | | | | | | Change-Id: I5660481fb883c28c88e384be2f26e67aa854ec8e
* | | am ea32f94e: Fix bug 3058082 - text anchor positioning within moving dialogsAdam Powell2010-10-021-17/+21
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit 'ea32f94ec4c14fe21b536139762c5332d1b5484c' into gingerbread-plus-aosp * commit 'ea32f94ec4c14fe21b536139762c5332d1b5484c': Fix bug 3058082 - text anchor positioning within moving dialogs
| * | Fix bug 3058082 - text anchor positioning within moving dialogsAdam Powell2010-10-021-17/+21
| | | | | | | | | | | | Change-Id: I8f0b515c73d2b3055b4072425418f837eb021d4f
* | | am 8bcbebd4: Fix bug 3024080 - Date picker month field uses numeric text fieldAdam Powell2010-10-022-9/+11
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '8bcbebd4178b2e9aca9ee3bd9e1e12c42e74c8db' into gingerbread-plus-aosp * commit '8bcbebd4178b2e9aca9ee3bd9e1e12c42e74c8db': Fix bug 3024080 - Date picker month field uses numeric text field
| * | Fix bug 3024080 - Date picker month field uses numeric text fieldAdam Powell2010-10-022-9/+11
| | | | | | | | | | | | | | | | | | | | | NumberPicker now uses text entry when displayed value strings are provided. Change-Id: I555a7d6b64ad6a5af131b3e1d8c638dcdb00d02c
* | | am 14e7d693: Merge "Some documentation fixes." into gingerbreadDianne Hackborn2010-10-011-18/+21
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '14e7d693415832a974abc298124a6a5797d49a04' into gingerbread-plus-aosp * commit '14e7d693415832a974abc298124a6a5797d49a04': Some documentation fixes.
| * | Merge "Some documentation fixes." into gingerbreadDianne Hackborn2010-10-011-18/+21
| |\ \
| | * | Some documentation fixes.Dianne Hackborn2010-10-011-18/+21
| | | | | | | | | | | | | | | | Change-Id: Iaae452fc1430af788ce440a043ca7fb53e667a61
* | | | am 9e32a438: Merge "Support haptic feedback for virtual keys defined in key ↵Jeff Brown2010-10-011-0/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | layout." into gingerbread Merge commit '9e32a438fd87180692da55197972ecddb1a731d9' into gingerbread-plus-aosp * commit '9e32a438fd87180692da55197972ecddb1a731d9': Support haptic feedback for virtual keys defined in key layout.
| * | | Support haptic feedback for virtual keys defined in key layout.Jeff Brown2010-10-011-0/+1
| | | | | | | | | | | | | | | | Change-Id: I83e4108a87332692e03791dc066206becbc7941f
* | | | am 98f31087: Merge "DO NOT MERGE Fix bug 3026771, other design/asset fixes." ↵Adam Powell2010-10-011-0/+1
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | into gingerbread Merge commit '98f310879790a98c4c24cd06677e08bf49f1cea0' into gingerbread-plus-aosp * commit '98f310879790a98c4c24cd06677e08bf49f1cea0': DO NOT MERGE Fix bug 3026771, other design/asset fixes.
| * | | Merge "DO NOT MERGE Fix bug 3026771, other design/asset fixes." into gingerbreadAdam Powell2010-10-011-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | DO NOT MERGE Fix bug 3026771, other design/asset fixes.Adam Powell2010-10-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Button text changed to bold by default. * Change notification divider to lighter gray (new asset). * Change "Clear" notification button to use system small button assets. Change-Id: Id1f1bdcf8c034186ad9acbdbdd544546bd32bbd8
* | | | am fd57416c: Fix build.Dianne Hackborn2010-10-011-18/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'fd57416cc8c2a333f46cacad6de48a3b1547eac9' into gingerbread-plus-aosp * commit 'fd57416cc8c2a333f46cacad6de48a3b1547eac9': Fix build.
| * | | Fix build.Dianne Hackborn2010-10-011-18/+0
| | | | | | | | | | | | | | | | Change-Id: I99d362e6673252ade4da29f29852eccaedbc9709
* | | | am 751b4731: Merge "A few additions to the download manager public API ↵Steve Howard2010-10-011-3/+9
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | documentation" into gingerbread Merge commit '751b47313886264e1229ab67184c9771424be402' into gingerbread-plus-aosp * commit '751b47313886264e1229ab67184c9771424be402': A few additions to the download manager public API documentation
| * | | Merge "A few additions to the download manager public API documentation" ↵Steve Howard2010-10-011-3/+9
| |\ \ \ | | | | | | | | | | | | | | | into gingerbread
| | * | | A few additions to the download manager public API documentationSteve Howard2010-09-301-3/+9
| | | | | | | | | | | | | | | | | | | | Change-Id: Icf831843e281d8eee9c1457273662121bb5a8609
* | | | | am 32e60c79: Update StrictMode\'s public API.Brad Fitzpatrick2010-10-013-90/+499
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '32e60c7942eeba920ec5c27b372ec0899fd75a20' into gingerbread-plus-aosp * commit '32e60c7942eeba920ec5c27b372ec0899fd75a20': Update StrictMode's public API.
| * | | | Update StrictMode's public API.Brad Fitzpatrick2010-10-013-90/+499
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it more future-proof and maintainable, not exposing the internal bitpacking state. The implementation is unchanged (the policy is still just an int we pass around). Also starts to introduce VmPolicy, for things which are process-wide, not per-thread. As an initial user, make SQLite's Cursor finalization leak warnings use StrictMode. Change-Id: Idedfba4e965716f5089a52036421460b1f383725
* | | | | am f7681f84: Do not merge.Wei-Ta Chen2010-10-015-335/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit 'f7681f84918c27f6a626681ce37ed2a236c44e82' into gingerbread-plus-aosp * commit 'f7681f84918c27f6a626681ce37ed2a236c44e82': Do not merge.
| * | | | Do not merge.Wei-Ta Chen2010-10-015-335/+0
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Fix 3052285 by not publishing the BitmapRegionDecoder API until the honeycomb release. Bug: 3052285 Change-Id: Ie339e414c1a5581e1d38684621e0e97162616977
* | | | am 57bd0615: Merge "b/3054044 Make allDay event times format in utc" into ↵Erik2010-10-011-1/+10
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | gingerbread Merge commit '57bd0615fa48124c4607fbb1ba09a7c7160be146' into gingerbread-plus-aosp * commit '57bd0615fa48124c4607fbb1ba09a7c7160be146': b/3054044 Make allDay event times format in utc
| * | | Merge "b/3054044 Make allDay event times format in utc" into gingerbreadErik2010-10-011-1/+10
| |\ \ \ | | |_|/ | |/| |
| | * | b/3054044 Make allDay event times format in utcErik2010-10-011-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | AllDay events could get formatted with the local time zone instead of utc. This makes it so that using the utc flag in the wrapper for formatting correctly passes in UTC as the time zone. Change-Id: I65090ef939ce64c1a942c7683cf76a927c02cb53
* | | | am 0a69f597: Merge "Rub in a little \'ol log-b-gone." into gingerbreadDianne Hackborn2010-09-305-20/+11
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '0a69f597604254bc37721b135ab612eaacdd0cbd' into gingerbread-plus-aosp * commit '0a69f597604254bc37721b135ab612eaacdd0cbd': Rub in a little 'ol log-b-gone.
| * | | Merge "Rub in a little 'ol log-b-gone." into gingerbreadDianne Hackborn2010-09-305-20/+11
| |\ \ \
| | * | | Rub in a little 'ol log-b-gone.Dianne Hackborn2010-09-305-20/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mmmmmm... great fresh scent! Change-Id: I050e70b31b5d4a9c6731f15a4b51a3620a33a78d
* | | | | am 38cf8867: Remove OBBs from state list when volume unmountedKenny Root2010-09-303-4/+13
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '38cf8867a8d3e8d5159abd0bd0e6a3b0b8348b94' into gingerbread-plus-aosp * commit '38cf8867a8d3e8d5159abd0bd0e6a3b0b8348b94': Remove OBBs from state list when volume unmounted
| * | | | Remove OBBs from state list when volume unmountedKenny Root2010-09-303-4/+13
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't keep tracking OBBs when the volume they're located on goes away. Remove them from our state tracking maps and then send a notification to any listener that is still around. Add a dump handler to MountService so the state of the mount lists can be inspected. Change the API to just make a callback directly to the change listener when mount is called when it's already mounted or unmount called when it's already unmounted. Change-Id: Idb4afbb943ca5ca775825f908bff334e3ce1cfcc
* | | | am 4ba2817c: Merge "Avoid NPE when viewing failed legacy download with no ↵Steve Howard2010-09-301-1/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | local path" into gingerbread Merge commit '4ba2817c869d4ec6b518a57ea32cc3765b18b0db' into gingerbread-plus-aosp * commit '4ba2817c869d4ec6b518a57ea32cc3765b18b0db': Avoid NPE when viewing failed legacy download with no local path
| * | | Merge "Avoid NPE when viewing failed legacy download with no local path" ↵Steve Howard2010-09-301-1/+5
| |\ \ \ | | | | | | | | | | | | | | | into gingerbread
| | * | | Avoid NPE when viewing failed legacy download with no local pathSteve Howard2010-09-301-1/+5
| | | | | | | | | | | | | | | | | | | | Change-Id: I3e9d349959543f42afed67de9f6d299c268ab7ac
* | | | | resolved conflicts for merge of 0a972acf to gingerbread-plus-aospJake Hamby2010-09-3013-58/+54
|\ \ \ \ \ | |/ / / / | | | | | | | | | | Change-Id: Id8dc5038edc214b4433bdf690243f2f5fe5b4812
| * | | | Merge "Typo fixes in comments and minor code cleanups." into gingerbreadJake Hamby2010-09-3014-62/+58
| |\ \ \ \
| | * | | | Typo fixes in comments and minor code cleanups.Jake Hamby2010-09-3014-62/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix some typos in Javadoc and log messages. * Remove redundant initializer in BluetoothAdapter.readOutOfBandData() * Use canonical "UTF-8" charset name instead of "UTF8" in BluetoothDevice.convertPinToBytes() Change-Id: I58cd5dc48a7ad0053d204c5f590b4b3d438d8672
* | | | | | am 194f5244: Merge "Import revised translations. DO NOT MERGE" into gingerbreadEric Fischer2010-09-3020-695/+1335
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge commit '194f524456ebecbe13180146160a9b177cfb6be1' into gingerbread-plus-aosp * commit '194f524456ebecbe13180146160a9b177cfb6be1': Import revised translations. DO NOT MERGE
| * | | | | Merge "Import revised translations. DO NOT MERGE" into gingerbreadEric Fischer2010-09-3020-695/+1335
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Import revised translations. DO NOT MERGEEric Fischer2010-09-2920-695/+1335
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iaa642982ed369b45f0923f919167ccb2e27b72c4
* | | | | | am 99f8c5ee: Merge "Fix location of gdbserver upon installation" into ↵Kenny Root2010-09-301-1/+1
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gingerbread Merge commit '99f8c5ee621d78a24583a10e459ba40aab511a17' into gingerbread-plus-aosp * commit '99f8c5ee621d78a24583a10e459ba40aab511a17': Fix location of gdbserver upon installation
| * | | | | Merge "Fix location of gdbserver upon installation" into gingerbreadKenny Root2010-09-301-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Fix location of gdbserver upon installationKenny Root2010-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie97f10456e5639e008abf4792a01b966b97721e7