Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_frameworks_native
/
3bec96dff12eff453a213d7d467d67b50dc3e6a8
3bec96d
Merge "CheckBoxPreferences do not fire accessibility events" into honeycomb-mr1
by Svetoslav Ganov
· 14 years ago
b98c430
Merge "SqliteDatabase: Fix local reference leak in custom_function_callback()" into honeycomb-mr1
by Mike Lockwood
· 14 years ago
c31fd2f
Merge "Fix bug 4088936 - Tabs in the action bar don't seem to have a fading edge" into honeycomb-mr1
by Adam Powell
· 14 years ago
2cfe828
Merge "Make RS Matrix functions threadable." into honeycomb-mr1
by Stephen Hines
· 14 years ago
7a4ac6d
Merge "SurfaceTexture: disallow unsupported uses." into honeycomb-mr1
by Jamie Gennis
· 14 years ago
993b519
Merge "Fix disappearing edges in lists/scrollviews/etc. Bug #4093871" into honeycomb-mr1
by Romain Guy
· 14 years ago
295e6ed
am e8f95e7f: docs: update device dashboard
by Scott Main
· 14 years ago
a64eb19
Merge "Use more padding on the sides for SearchView" into honeycomb-mr1
by Amith Yamasani
· 14 years ago
5c0c93a
SurfaceTexture: disallow unsupported uses.
by Jamie Gennis
· 14 years ago
f9a20d7
Merge "SurfaceTextureClient: Add ISurfaceTexture getter." into honeycomb-mr1
by Jamie Gennis
· 14 years ago
3c742ef
Merge "ANativeWindow: add query for the concrete type." into honeycomb-mr1
by Jamie Gennis
· 14 years ago
f15a7cd
Merge "Tapping on the week number sends the DatePicker to epoch start." into honeycomb-mr1
by Svetoslav Ganov
· 14 years ago
6fbddcf
Merge "Remove a workaround for the data inconsistency of SystemProperties" into honeycomb-mr1
by satok
· 14 years ago
325daa7
Merge "Update Droid Fonts" into honeycomb-mr1
by Bart Sears
· 14 years ago
5ec9119
Merge "Fix bug 4099023 - Phantom clicks on some websites" into honeycomb-mr1
by Adam Powell
· 14 years ago
0ff0466
Merge "Updated HTML5 media playback controls Bug: 4080127" into honeycomb-mr1
by Justin Ho
· 14 years ago
83d83cb
Merge "Fixing naming for disabled paste assets Updated paste assets" into honeycomb-mr1
by Justin Ho
· 14 years ago
7ebaeae
Merge "Updated textfield search assets Bug: 3321263" into honeycomb-mr1
by Justin Ho
· 14 years ago
b6549c8
Merge "Fix rendering artifact in edge fades. Bug #4092053" into honeycomb-mr1
by Romain Guy
· 14 years ago
c090fb2
am 2f1d2ce1: Merge "Doc change: updated home tab announce post-GDC" into honeycomb
by Dirk Dougherty
· 14 years ago
bae774e
SurfaceTextureClient: Add ISurfaceTexture getter.
by Jamie Gennis
· 14 years ago
391bbe2
ANativeWindow: add query for the concrete type.
by Jamie Gennis
· 14 years ago
fb2a846
Merge "Doc change: updated home tab announce post-GDC" into honeycomb
by Dirk Dougherty
· 14 years ago
827ebdb
Merge "SurfaceTexture: fix transform matrix computation." into honeycomb-mr1
by Jamie Gennis
· 14 years ago
e1092ed
Merge "Fix broadcast receiver leak in UsbConfirmActivity" into honeycomb-mr1
by Mike Lockwood
· 14 years ago
b773bef
Merge "Add support for USB accessory serial numbers" into honeycomb-mr1
by Mike Lockwood
· 14 years ago
de7426d
Merge "Fix for Don't allow adding 64-bit files(4086708)" into honeycomb-mr1
by Shailendra Yadav
· 14 years ago
848ddad
Merge "For issue 4082089 Add more info and error events into the DRM framework" into honeycomb-mr1
by Gloria Wang
· 14 years ago
02451dd
am c2366c89: Merge "docs: update optimization guide with more info most importantly, information about using <compatible-screens> also add sample code to <compatible-screens> doc" into honeycomb
by Scott Main
· 14 years ago
1bc0a08
am 7b013bb5: docs: release notes for ADT 10.0.1
by Scott Main
· 14 years ago
1b87152
Merge "docs: update optimization guide with more info most importantly, information about using <compatible-screens> also add sample code to <compatible-screens> doc" into honeycomb
by Scott Main
· 14 years ago
579a30d
Merge "Adding placeholders for the large play button used by the browser for HTML5 video (the button will appear surimposed to the video)" into honeycomb-mr1
by Nicolas Roard
· 14 years ago
520eb2f
Merge "LayoutLib: Fix Arc rendering." into honeycomb-mr1
by Xavier Ducrohet
· 14 years ago
c9eb446
Merge "Adding placeholders for the fullscreen button used by the browser for HTML5 video" into honeycomb-mr1
by Nicolas Roard
· 14 years ago
1a4efdc
Merge "gl2_yuvtex: use the gralloc-provided stride." into honeycomb-mr1
by Jamie Gennis
· 14 years ago
b9ab7f5
Merge "b/3392594 keep the remain touch points when one is ended." into honeycomb-mr1
by Huahui Wu
· 14 years ago
5290316
am abdf0d53: docs: update search dev guide with SearcView widget
by Scott Main
· 14 years ago
b066ddc
Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr1
by Eric Fischer
· 14 years ago
230de7b
Merge "Add "new incognito window" translations." into honeycomb-mr1
by Eric Fischer
· 14 years ago
bd9100b
Merge "Backup and restore IP and proxy settings" into honeycomb-mr1
by Irfan Sheriff
· 14 years ago
d99c088
SurfaceTexture: fix transform matrix computation.
by Jamie Gennis
· 14 years ago
181f1c3
gl2_yuvtex: use the gralloc-provided stride.
by Jamie Gennis
· 14 years ago
4e29229
Merge "Paste popup uses a disabled icon when there is nothing to paste." into honeycomb-mr1
by Gilles Debunne
· 14 years ago
ee76b4c
Merge "Partial fix for issue 3515250: video chat and SCO" into honeycomb-mr1
by Eric Laurent
· 14 years ago
bd7c76e
Merge "MtpDevice: Handle zero length packets in readResponse()" into honeycomb-mr1
by Mike Lockwood
· 14 years ago
50e4bf4
Merge "- Some change on the DrmManager in order to support feature request 4082089. In DrmManager, we currently lock both processDrmInfo() and onInfo() which is ok for now since processDrmInfo() is async call, and it will return without waiting for onInfo() call. However, if we send an event in processDrmInfo(), we will got deadlock here because we need to invoke onInf() which will wait for processDrmInfo() to release the lock. Use different lock for onInfo(). - Remove some redundent mutex lock." into honeycomb-mr1
by Gloria Wang
· 14 years ago
6f1547b
Merge "Add a dialog to ask user to start an application for a USB device or accessory" into honeycomb-mr1
by Mike Lockwood
· 14 years ago
0b72b4e
Merge "MTP host: Fix problems reading large data packets" into honeycomb-mr1
by Mike Lockwood
· 14 years ago
96b60ba
Merge "Add a test app: quota exceeded doing a backup" into honeycomb-mr1
by Christopher Tate
· 14 years ago
884c410
Merge "Fix issues #4087362 and #4087356" into honeycomb-mr1
by Dianne Hackborn
· 14 years ago
103a217
Merge "USB: minor cleanup work" into honeycomb-mr1
by Mike Lockwood
· 14 years ago
ba23ee2
Merge "Fix bug 4083825 - Gesture zoom locked along content edges under some circumstances" into honeycomb-mr1
by Adam Powell
· 14 years ago
9f669c5
Merge "Bug 3515073 Add ANativeWindow_fromSurfaceTexture" into honeycomb-mr1
by Glenn Kasten
· 14 years ago
52d2b87
Merge "HTML5 Video improvements" into honeycomb-mr1
by Nicolas Roard
· 14 years ago
fd30a36
Merge "Clear default for USB device/accessory when new matching app is installed" into honeycomb-mr1
by Mike Lockwood
· 14 years ago
6cc95a9
am 9f187296: Merge "DOC CHANGE: Fix 4084450 monkeyrunner_concepts" into honeycomb
by Joe Malin
· 14 years ago
447b17b
Merge "DOC CHANGE: Fix 4084450 monkeyrunner_concepts" into honeycomb
by Joe Malin
· 14 years ago
e195b4b
Merge changes Ib63ab95a,I585b0610,Ia84da0b5 into honeycomb-mr1
by Mike Lockwood
· 14 years ago
6fc20b0
Merge "Broaden the filter for wallpaper restore" into honeycomb-mr1
by Christopher Tate
· 14 years ago
1f8c98d
Merge "Fix issue #4084124: Wingray Often see black screen after market ANR due to 4084121" into honeycomb-mr1
by Dianne Hackborn
· 14 years ago
3a9c0a0
Merge "Fix issue #4081756: Crash when un-stopping applications" into honeycomb-mr1
by Dianne Hackborn
· 14 years ago
2ee08a1
Merge "Bug 3012968 DRM output control" into honeycomb-mr1
by Glenn Kasten
· 14 years ago
1fc8136
Merge "Support for USB accessory URIs" into honeycomb-mr1
by Mike Lockwood
· 14 years ago
21daa91
Merge "Fix 3201849: Enable hardware acceleration in LockScreen WaveView [DO NOT MERGE]" into honeycomb-mr1
by Jim Miller
· 14 years ago
d295c27
Merge "Updated cellular data indicators with transmission signals AGAIN Bug: #6699FF" into honeycomb-mr1
by Justin Ho
· 14 years ago
bce08ae
Merge "Wire up the data activity reporting on wifi icon in status bar." into honeycomb-mr1
by Justin Ho
· 14 years ago
c59d880
Merge "Fix bug 4082512 IAE "pointerIndex out of range" while zooming over flashplayer in browser" into honeycomb-mr1
by Adam Powell
· 14 years ago
23fc902
Merge "Updated cellular data indicators with transmission signals Bug: #6699FF" into honeycomb-mr1
by Justin Ho
· 14 years ago
df328a2
Merge "b/4080388 Improving the performance of ZoomManager" into honeycomb-mr1
by Huahui Wu
· 14 years ago
45d6471
Merge "Teach the framework to use the new android_reboot() function." into honeycomb-mr1
by Ken Sumrall
· 14 years ago
c2cc1b3
Merge "SurfaceFlinger: Respect the PROTECTED gralloc bit." into honeycomb-mr1
by Jamie Gennis
· 14 years ago
069160e
Merge "fix [4025681] continuous sensors should not try to send an event as soon as they're activated" into honeycomb-mr1
by Mathias Agopian
· 14 years ago
40ce089
Merge "Inline HTML5 Video support" into honeycomb-mr1
by Teng-Hui Zhu
· 14 years ago
672f2f2
Merge "Fix bug 4080407 - Browser stuck after scrolling- page stops responding" into honeycomb-mr1
by Adam Powell
· 14 years ago
7a4d0df
SurfaceFlinger: Respect the PROTECTED gralloc bit.
by Jamie Gennis
· 14 years ago
3b4f8b2
am c411b4ec: Merge "docs: fix misc doc bugs bug: 3295540 bug: 3319686 bug: 3337541 bug: 3355640 bug: 3483758" into honeycomb
by Scott Main
· 14 years ago
0b01fcc
am 0722cec0: Merge "docs: fix error in common tasks code snippet and add redirects to all faq docs from /guide to docs in /resources bug:3475300" into honeycomb
by Scott Main
· 14 years ago
4161328
Merge "resolved conflicts for merge of 16cbe575 to honeycomb-mr1" into honeycomb-mr1
by Xia Wang
· 14 years ago
e3fd9b8
Merge "docs: fix misc doc bugs bug: 3295540 bug: 3319686 bug: 3337541 bug: 3355640 bug: 3483758" into honeycomb
by Scott Main
· 14 years ago
ffb7903
Merge "docs: fix error in common tasks code snippet and add redirects to all faq docs from /guide to docs in /resources bug:3475300" into honeycomb
by Scott Main
· 14 years ago
85df206
Merge "Fix for 4080402 NPE in Transition.setDuration" into honeycomb-mr1
by Rajneesh Chowdury
· 14 years ago
e37f468
resolved conflicts for merge of 16cbe575 to honeycomb-mr1
by Xia Wang
· 14 years ago
8e59190
Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr1
by Eric Fischer
· 14 years ago
696229e
Merge "Add WifiStressTest to Wi-Fi only test suite." into honeycomb
by Xia Wang
· 14 years ago
5600135
Merge "New textfield search assets Bug: 3321263" into honeycomb-mr1
by Justin Ho
· 14 years ago
6f186ab
Merge "Import revised translations. DO NOT MERGE" into honeycomb-mr1
by Eric Fischer
· 14 years ago
f5022ee
Merge "Don't limit zoom scale change by the minimum increment." into honeycomb-mr1
by Shimeng (Simon) Wang
· 14 years ago
63d02e0
Merge "Fix for bug 4064291 WebView uses PackageManager#getInstalledApps" into honeycomb-mr1
by Kristian Monsen
· 14 years ago
14c2c61
Merge "UsbAccessory: Add URI string, replace type string with description" into honeycomb-mr1
by Mike Lockwood
· 14 years ago
46689da
Input improvements and bug fixes.
by Jeff Brown
· 14 years ago
95913fe
Merge "Fix off by one errors in touch motion ranges. (DO NOT MERGE)" into honeycomb-mr1
by Jeff Brown
· 14 years ago
275f007
Merge "Support POLICY_FLAG_ALT et. al. (DO NOT MERGE)" into honeycomb-mr1
by Jeff Brown
· 14 years ago
02604e0
Merge "Make PointerLocationView also log generic motions and some keys. (DO NOT MERGE)" into honeycomb-mr1
by Jeff Brown
· 14 years ago
a7cdea8
Merge "Fix issue #4066157: ActivityManager.getMemoryClass() returning large memory class" into honeycomb-mr1
by Dianne Hackborn
· 14 years ago
87c3bfa
am b56cb53f: Merge "DOC CHANGE: Add IntelliJ to Dev Guide" into honeycomb
by Joe Malin
· 14 years ago
3d9f7dc
Merge "DOC CHANGE: Add IntelliJ to Dev Guide" into honeycomb
by Joe Malin
· 14 years ago
aca0345
Merge "Fix external bug http://code.google.com/p/android/issues/detail?id=15183" into honeycomb-mr1
by Adam Powell
· 14 years ago
a9d8122
Merge "Fix 3510563: memory leak in BitmapRegionDecoder." into honeycomb-mr1
by Wei-Ta Chen
· 14 years ago
27be7ae
Merge "- Change level of some LOGs from LOGE to LOGV because those logs are not error logs from non-DRMed content's point of view. - Add more mutex lock to avoid crash by multi-thread calls. - Fix for bug 4050039" into honeycomb-mr1
by Gloria Wang
· 14 years ago
978abf4
Merge "Fix issue #4068088: NPE at com.android.internal.os.BatteryStatsImpl..." into honeycomb-mr1
by Dianne Hackborn
· 14 years ago
Next »