summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding updated HDPI chat stat_notify iconJustin Ho2010-12-081-0/+0
| | | | Change-Id: I8f01d22379c4e5072866373b70d8080ac46343c7
* Merge "Fix another set of out-of-date headers."Dan Bornstein2010-12-0718-306/+234
|\
| * Fix another set of out-of-date headers.Dan Bornstein2010-12-0718-306/+234
| | | | | | | | | | | | This time in XML files. Change-Id: Iebe36810c3a2d7a6ff354f43808b1b8649b85637
* | Merge "Unhide inPreferQualityOverSpeed in BitmapFactory.Options."Wei-Ta Chen2010-12-072-1/+10
|\ \
| * | Unhide inPreferQualityOverSpeed in BitmapFactory.Options.Wei-Ta Chen2010-12-072-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new field allows a developer to use a more accurate by slightly slower IDCT method in JPEG decode. This in turns improves the quality of the reconstructed image. The field by default is not set and thus does not affect existing applications. Bug: 3238925 Related changes: https://android-git.corp.google.com/g/#change,83291 and https://android-git.corp.google.com/g/#change,83294 Change-Id: I969f5c413f9b2179454aeb90e18ae8222ee583b4
* | | Merge "Fix newlines in this file."Dan Bornstein2010-12-071-21/+21
|\ \ \ | | |/ | |/|
| * | Fix newlines in this file.Dan Bornstein2010-12-071-21/+21
| | | | | | | | | | | | | | | | | | They were CRLF instead of just LF. Change-Id: I2d06d19b4d8ca969527d93bd996103c161e48a79
* | | Merge "These files had an older header."Dan Bornstein2010-12-0724-350/+328
|\ \ \ | |/ /
| * | These files had an older header.Dan Bornstein2010-12-0724-350/+328
| | | | | | | | | | | | | | | | | | | | | This patch replaces the file headers with the approved Android header text. Change-Id: I63cbd21e9112dab404158fb65f74bc6ca5b07eac
* | | Merge "Make horizotnalscrollview and scrollview edgeglows match the new ↵Mindy Pereira2010-12-072-8/+9
|\ \ \ | |_|/ |/| | | | | algorithm."
| * | Make horizotnalscrollview and scrollview edgeglows match the new algorithm.Mindy Pereira2010-12-072-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | Instead of going past the left and right sides, the glow now stretches just to the width of the edge and stops. For horizontalscrollview, instead of going past the top and bottom, now stretches just to the height and stops. Change-Id: I0cc9bdef3ab263b16dd32e088c6b64ff5a8809c8
* | | Merge "Add space after property name in error message"Makoto Onuki2010-12-071-1/+1
|\ \ \
| * | | Add space after property name in error messageMakoto Onuki2010-12-071-1/+1
| | | | | | | | | | | | | | | | Change-Id: I15c1acc468ff17a1ebd1bc28288d0ac7113748b2
* | | | Make the scan test log consistent.Xia Wang2010-12-071-1/+1
|/ / / | | | | | | | | | Change-Id: I44fd790c21fed6bb2b615a047b762b5ac7c451bb
* | | Merge "Fixing the build breakage"Romain Guy2010-12-073-12/+12
|\ \ \
| * | | Fixing the build breakageSvetoslav Ganov2010-12-073-12/+12
| | | | | | | | | | | | | | | | Change-Id: I8589e5fcdeec127c84d2b419f6ef44d7011a5a6b
* | | | Merge "Fix doc typo."Brad Fitzpatrick2010-12-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Fix doc typo.Brad Fitzpatrick2010-12-071-1/+1
| | | | | | | | | | | | | | | | Change-Id: I9d4db682e3d365e783d5d70fbf66d47fe04e88eb
* | | | Merge "No NPE in Browser when pasting in WebTextView."Gilles Debunne2010-12-071-9/+8
|\ \ \ \ | |/ / / |/| | |
| * | | No NPE in Browser when pasting in WebTextView.Gilles Debunne2010-12-071-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | Bug 3258790 Change-Id: I25d67ee85babb1bb3e4d05ea7b4e4d3756c60411
* | | | Merge "Add Wi-Fi stress tests."Xia Wang2010-12-076-17/+402
|\ \ \ \ | |/ / / |/| | |
| * | | Add Wi-Fi stress tests.Xia Wang2010-12-076-17/+402
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Wi-Fi scan stress - Wi-Fi reconnection stress - Measure Wi-Fi scanning performance: . Average scanning time . Scanning quality Change-Id: Ifce496876811816b452aed4ae9642fdb2db44798
* | | | Merge "Adding DatePciker widget based on the Calednar team code. Updated ↵Romain Guy2010-12-0719-335/+2286
|\ \ \ \ | | | | | | | | | | | | | | | DatePciker and DatePickerDialog as the second part of the Time/Date pciker refresh feature."
| * | | | Adding DatePciker widget based on the Calednar team code. Updated DatePciker ↵Svetoslav Ganov2010-12-0719-335/+2286
| |/ / / | | | | | | | | | | | | | | | | | | | | and DatePickerDialog as the second part of the Time/Date pciker refresh feature. Change-Id: Id32c614bcd799463ca33bf08fb7d5cf44f8326a6
* | | | Merge "Make ScriptC's mEnvironment.mIsThreadable survive the bcc caching and ↵Shih-wei Liao2010-12-071-0/+6
|\ \ \ \ | | | | | | | | | | | | | | | then cache-reloading."
| * | | | Make ScriptC's mEnvironment.mIsThreadable survive the bcc caching andShih-wei Liao2010-12-071-0/+6
| |/ / / | | | | | | | | | | | | | | | | | | | | then cache-reloading. Change-Id: I0f5d54160dd9ee567fae53c69b246f99096993da
* | | | Merge "LayoutLib: explicitely override PropertyValuesHolder native code."Xavier Ducrohet2010-12-073-6/+55
|\ \ \ \
| * | | | LayoutLib: explicitely override PropertyValuesHolder native code.Xavier Ducrohet2010-12-073-6/+55
| | | | | | | | | | | | | | | | | | | | Change-Id: Ic7dd9efc990d01b20db144117cb11eb130349048
* | | | | Merge "Fix Settings getFloat Methods"Brian Muramatsu2010-12-071-1/+7
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix Settings getFloat MethodsBrian Muramatsu2010-12-061-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't pass null to Float.parseFloat, because that throws a NPE. Check for null and throw SettingNotFoundException to fulfill what the JavaDoc says. Change-Id: Iff742fb3c15be6e02f29b9dda9197dc05a867924
* | | | | Merge "Fix 9patch rendering Bug #3253396"Romain Guy2010-12-073-8/+6
|\ \ \ \ \
| * | | | | Fix 9patch renderingRomain Guy2010-12-073-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #3253396 Some quads were incorrectly assumed to be degenerate. Change-Id: I9155699edc3424afe9d5a131886bb9966d46b109
* | | | | | resolved conflicts for merge of ee27dd35 to masterJean-Baptiste Queru2010-12-073-22/+37
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Change-Id: Ia9f4ea86b8554ff04a3aa6b9e065239ae73740e7
| * \ \ \ \ \ am 12902d68: resolved conflicts for merge of 78742e01 to stage-korg-masterJean-Baptiste Queru2010-12-073-22/+37
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '12902d687fa1bd4bff3c2dfc079c71eacb00eedd': Strings for NI position request are moved to resources
| | * \ \ \ \ \ resolved conflicts for merge of 78742e01 to stage-korg-masterJean-Baptiste Queru2010-12-073-22/+37
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0ce429afeb26184f075b4ed326fc4e1c0833e905
| | | * \ \ \ \ \ Merge "Strings for NI position request are moved to resources"Jean-Baptiste Queru2010-12-073-22/+38
| | | |\ \ \ \ \ \
| | | | * | | | | | Strings for NI position request are moved to resourcesHakan Gustavsson2010-12-033-22/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The strings used by the framework for network initiated position requests are now string resources that can be properly localized. Change-Id: If1cba89adb1bfcb9c8fdb59b9c5aa1107b11279e
* | | | | | | | | | Merge "Fix for Blink in TextView."Gilles Debunne2010-12-071-6/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix for Blink in TextView.Gilles Debunne2010-12-071-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The callback is removed when the window is detached. Prevents weak references to the TextView from being kept. No longer created for non editable texts (!). Hiding the cursor handle when cursor is hidden. Change-Id: Ic92f6cfc5b6ef6460f1edc6b9a564e4153d9c40f
* | | | | | | | | | | Fix bug in permission grant system.Costin Manolache2010-12-072-26/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ieae1a576fdcba30b24e0430f322843369de2a697
* | | | | | | | | | | Add WebView.removeJavascriptInterface()Steve Block2010-12-074-2/+42
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 3234178 Change-Id: I7136f8d76b20f90a7e9e1c55b6755ffe6c35b77b
* | | | | | | | | | Merge "DefaultContainerService's JNI library is required"Kenny Root2010-12-071-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | DefaultContainerService's JNI library is requiredKenny Root2010-12-071-1/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change from LOCAL_JNI_SHARED_LIBRARIES to LOCAL_REQUIRED_MODULES to make sure the JNI library is built and included when DefaultContainerService is built. Change-Id: I322c72415237c2b70bff345d50e2a9e4f2e6d988
* | | | | | | | | | Merge "Fix bug 3259292 - Make FrameLayout respect margins without a gravity ↵Adam Powell2010-12-071-34/+37
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setting"
| * | | | | | | | | | Fix bug 3259292 - Make FrameLayout respect margins without a gravity settingAdam Powell2010-12-071-34/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I94ebf4064e64daaa547263adbdce86bfb836d55d
* | | | | | | | | | | Remove broken doc link to removed methodChet Haase2010-12-071-12/+8
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Id1b1ab8e15d9af9fa38946cc5c673062a4b5a72d
* | | | | | | | | | Merge "Don't drop video frames but to release them."James Dong2010-12-071-1/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Don't drop video frames but to release them.James Dong2010-12-061-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug - 3259009 Change-Id: Ib7634f10a7fe7b7ce7014b79b07957d194bae1a7
* | | | | | | | | | | Merge "Prevent scaling beyond zoom overview scale."Shimeng (Simon) Wang2010-12-071-2/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Prevent scaling beyond zoom overview scale.Shimeng (Simon) Wang2010-12-071-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issue: 3243899 Change-Id: I1d6cbb1b1f75c7aadb3b9cc6e82d912217508dc4