summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-23Modified to eliminate build errors using GCC 4.5/4.6.linaro_android_2.3.4Sachin Kamat
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Change-Id: Id31f863427cd3a7d5d5abced71de78a76ae3d028
2011-06-22Compute dirty regions aggressivelydev-2.3.4Julian Chu
The exposed region consists of two components: 1) What's VISIBLE now and was COVERED before 2) What's EXPOSED now less that was EXPOSED before However, the first component should be regarded as dirty region in above layer. For efficiency reason we compute dirty region aggressively. Signed-off-by: Jim Huang <jim.huang@linaro.org>
2011-06-22[LINARO-ONLY] Fix Mouse cursor build failureSyed Mohammed Khasim
This patch fixes the build failure for Mouse cursor patch (cherry picked from commit 174cb50436065dc092114d69fb40d5a7712e3ca0) [LINARO] from: git remote add rowboat git://gitorious.org/rowboat/frameworks-base.git
2011-06-22[LINARO-ONLY] Gingerbread mouse cursor patchAmit Pundir
This mouse cursor patch is provided by Gregoire Gentil from AlwaysInnovating http://git.alwaysinnovating.com/cgit.cgi/ai.android/commit/?id=a721f7e2ab6e680257cc9cb5ecaee6238e615ff2 Right click (back operation) and Middle click (menu key) support added by Rowboat. Signed-off-by: Amit Pundir <amitpundir@ti.com> (cherry picked from commit 17128d44ab04c5b7cb2911e8b1c9f837aa9b36a5) [LINARO] from: git remote add rowboat git://gitorious.org/rowboat/frameworks-base.git
2011-04-01merge in gingerbread-release history after reset to gingerbreadandroid-2.3.4_r1android-2.3.4_r0.9The Android Automerger
2011-04-01Merge "Implement teardown script." into gingerbreadJason parks
2011-04-01Implement teardown script.Jason parks
Change-Id: I1a3feda3b1007b08fcaa24c3f8dd21abf1efd885
2011-04-01Make the NFC UID forward compatible.Jeff Hamilton
Change-Id: I67316ee7906c29ba11ca7c8eb36ca1b736fe59b1
2011-03-31Merge "When read() from AudioRecord returns 0 or negative value, report an ↵James Dong
error to application. DO NOT MERGE." into gingerbread
2011-03-30merge in gingerbread-release history after reset to gingerbreadThe Android Automerger
2011-03-30When read() from AudioRecord returns 0 or negative value, report an error to ↵James Dong
application. DO NOT MERGE. Change-Id: I3a66fd0ed3f6b90350d706a608a39d8b4a398e32 related-to-bug: 4195127
2011-03-30Merge "Issue 4157048: mic gain for VoIP/SIP calls." into gingerbreadEric Laurent
2011-03-30Merge "DO NOT MERGE: UsbService: Make USB disconnect handling for accessory ↵Mike Lockwood
mode more robust" into gingerbread
2011-03-30Merge "Fixing line in Market IAB docs that explains how to bind to the ↵Trevor Johns
MarketService." into gingerbread
2011-03-30Merge "DO NOT MERGE Disable WiMAX when "Data Enabled" is off" into gingerbreadSimon Wilson
2011-03-30DO NOT MERGE Disable WiMAX when "Data Enabled" is offTK MUN
When user uncheck "Data Enabled" check box, WiMAX goes into "disconnected" state. Change-Id: I3b9bdbc16cc4ddbf7a1aac0c984cad8994c4e9f2 Signed-off-by: TK MUN <tk.mun@samsung.com>
2011-03-30Fixing line in Market IAB docs that explains how to bind to theTrevor Johns
MarketService. We use the IMarketBillingService, which is incorrect. It should be "com.android.vending.billing.MarketBillingService.BIND". Change-Id: Ie361e58cea8aca6d70bd48bce062ca8d062281ee
2011-03-30Merge "Import revised translations. DO NOT MERGE" into gingerbreadEric Fischer
2011-03-30Merge "Send out a broadcast that the system is being factory reset." into ↵Jason parks
gingerbread
2011-03-29DO NOT MERGE: UsbService: Make USB disconnect handling for accessory mode ↵Mike Lockwood
more robust Handle the case where the kernel driver is in accessory mode but we failed to initialize it at the framework level. On disconnnect, check to see if the accessory kernel driver is enabled rather than checking mCurrentAccessory. That way we will restore the USB state in the kernel even if mCurrentAccessory is null. Change-Id: I2c4f6edb34aae2064f4b62ec0461d1fdd8770541 Signed-off-by: Mike Lockwood <lockwood@android.com>
2011-03-29Issue 4157048: mic gain for VoIP/SIP calls.Eric Laurent
Herring board exhibits a strong echo even in non speakerphone modes. To compensate the lack of AEC or AES when not in speakerphone, the mic gain had been reduced in the ADC. But this has an adverse effect on other VoIP applications that have their own AEC and are penalized by the weak mic gain. This workaround enables an acceptable mic gain for other VoIP apps while offering a SIP call experience which is not worse than it was with the residual echo that was present even with mic gain reduction. Change-Id: I33fd37858758e94e42ef5b545d3f0dc233220bf1
2011-03-29Updated CDMA roaming iconsJustin Ho
Change-Id: Ib455c2b7196c2c2add58422187e6d752a28364c6
2011-03-29No-op - reconcile with open-source gingerbreadJean-Baptiste Queru
Change-Id: I64beb8dfb6f175eb9a160f1145dad3dc323fc98e
2011-03-29egl: fixes for object refcountsMichael I. Gold
eglMakeCurrent() would only deref the previous surfaces if the old and new contexts were the same. eglTerminate() should not touch TLS. eglReleaseThread() needs to unbind the current context. Change-Id: I7f4c090a287ee1e29e4708ae10679fb9d7d8c8c5 Related-Bug: 2964479
2011-03-29Only leave one default network up at a time.Robert Greenwalt
If original refuses to tear down, tear down new one. It's better to have none (which will try to launch them all again) than two. Really people shouldn't refuse the teardown request. bug:4183397 Change-Id: I54ea1bf0d2cd2ef16fcf2eafc69895ad2fe33ffd
2011-03-29Import revised translations. DO NOT MERGEEric Fischer
Change-Id: I2d4afddb1ff99b9861647d479ef5ce2de49b684d
2011-03-28merge in gingerbread-release history after reset to gingerbreadThe Android Automerger
2011-03-28merge in gingerbread-release history after reset to gingerbreadThe Android Automerger
2011-03-26Merge "Fix Default route after secondary net use." into gingerbreadRobert Greenwalt
2011-03-26Fix Default route after secondary net use.Robert Greenwalt
Backport of honeycomb-mr1 change 103299 adding a host route for the default gateway before adding the default route. Also fixing bug where "already active" condition of APN failed to propagate the default gateway info, result in a loss of that address. bug:4175328 Change-Id: I4cf8605b259cf40c3631c7ce6cca4c75c1b22651
2011-03-25merge in gingerbread-release history after reset to gingerbreadThe Android Automerger
2011-03-25Merge "Make STOP_APP_SWITCHES signatureOrSystem." into gingerbreadJeff Hamilton
2011-03-25merge in gingerbread-release history after reset to gingerbreadThe Android Automerger
2011-03-25Make STOP_APP_SWITCHES signatureOrSystem.Jeff Hamilton
The NFC service relies on this permission for it's dispatching mechanism and it is no longer signed with the platform cert. Bug: 4173610 Change-Id: I598ad2889c4af307f04433093923255fe7daedbb
2011-03-25Merge "DO NOT MERGE Pick upstream intf with valid IP conf" into gingerbreadIrfan Sheriff
2011-03-25DO NOT MERGE Pick upstream intf with valid IP confIrfan Sheriff
As a work around for the issue of picking the wrong interface, add a check for selecting an upstream interface that has a valid IP configuration Bug: 3362306 Change-Id: I3e8ab5ef30b69f1adab755d83f5b65c078f73936
2011-03-25Merge "Fix some alt-network issues." into gingerbreadRobert Greenwalt
2011-03-25Fix some alt-network issues.Robert Greenwalt
Two issues. 1) remove default routes for non-default networks. 2) don't report mobile is the active default network just because it is active. bug:4157610 Change-Id: I9e7c94718a5b1f08840b219b304ba3904259a65f
2011-03-25merge in gingerbread-release history after reset to gingerbreadThe Android Automerger
2011-03-24Update the value for the NFC shared UID.Jeff Hamilton
Change-Id: Id25e1c9f0c074d17440838a9da7bf59619726832
2011-03-24merge in gingerbread-release history after reset to gingerbreadThe Android Automerger
2011-03-23Do Not Merge: Cherry-pick change I7667f9b8 to GingerBreadBart Sears
Update Droid Fonts DroidSans-Bold.ttf DroidSans.ttf DroidSansMono.ttf DroidSerif-Bold.ttf DroidSerif-BoldItalic.ttf DroidSerif-Italic.ttf DroidSerif-Regular.ttf - Fix the Tcedilla glyphs DroidSansFallback - Add Dingbat Symbols - Add Currency Symbols - Add International Phonetic Alphabet (IPA) - Add U+02BB Modifier letter turned comma - Add U+2011 Non-breaking hyphen DroidSansArabic.ttf - Updated Arabic font - Added support for initial and medial forms of Persian (Farsi) yeh (glyphs U+FBFE and U+FBFF) Bug: 4167128 Change-Id: Iec3e5b20c6dd54ff7cc5bef51dd5a05179d8d5a8
2011-03-23DO NOT MERGEHuahui Wu
b/4088884 Backport "Remove content:// protocol handler in web browser" to Gingerbread It's a manual cherrypick of https://android-git.corp.google.com/g/#change,87278 since a lot has been changed in bettween. Change-Id: Ic8e3a419571f535bf983f32cd02181ca66d19319
2011-03-23merge in gingerbread-release history after reset to gingerbreadThe Android Automerger
2011-03-22merge in gingerbread-release history after reset to gingerbreadThe Android Automerger
2011-03-22Merge "NfcAdapterExtras: reset singleton state if initialization fails." ↵Nick Pelly
into gingerbread
2011-03-22merge in gingerbread-release history after reset to gingerbreadThe Android Automerger
2011-03-21Merge "DO NOT MERGE Change WiMAX indicator display" into gingerbreadSimon Wilson
2011-03-21DO NOT MERGE Change WiMAX indicator displayTK MUN
Change WiMAX indicator display from data to signal indication and add a new icon set. Change-Id: I610f186e07f3d7af9e64bcbdd750371164ac51f5
2011-03-21NfcAdapterExtras: reset singleton state if initialization fails.mike wakerly
Change-Id: I9c319925008070cc5ea93d5dd3941c9396072a8c