Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
7ac02bfb862aec324b00f3919ff00a95ff1effa6
/
core
2e0da1e
Merge "Improve performance of storage measurement." into jb-mr2-dev
by Jeff Sharkey
· 13 years ago
63d0a06
Improve performance of storage measurement.
by Jeff Sharkey
· 13 years ago
76f065d
Merge "Add policy check to always show overflow menu button on TV devices." into jb-mr2-dev
by Justin Koh
· 13 years ago
7be6d4c
Merge "Clarify the API documentation for WebSQL database." into jb-mr2-dev
by Selim Gurun
· 13 years ago
2bca22b
Clarify the API documentation for WebSQL database.
by Selim Gurun
· 13 years ago
1001012
Merge "Remove obsolete target-densitydpi documentation" into jb-mr2-dev
by Jonathan Dixon
· 13 years ago
4207fda
Add policy check to always show overflow menu button on TV devices.
by Justin Koh
· 13 years ago
b237b9e
Merge "Import translations. DO NOT MERGE" into jb-mr2-dev
by Baligh Uddin
· 13 years ago
e606757
am edb95c3f: am 937cfa77: Merge "ZygoteInit: use correct header files."
by Nick Kralevich
· 13 years ago
7c36114
Import translations. DO NOT MERGE
by Baligh Uddin
· 13 years ago
bc08686
Declare VOICE_ASSIST intent
by Bjorn Bringert
· 13 years ago
84ea20d
Merge "Restore the ability to track native Surface changes Bug #8230990" into jb-mr2-dev
by Romain Guy
· 13 years ago
8b5aa48
Restore the ability to track native Surface changes Bug #8230990
by Romain Guy
· 13 years ago
b3c4a0b
ZygoteInit: use correct header files.
by Nick Kralevich
· 13 years ago
f5e0471
Merge "Tighten enforcement of file modes." into jb-mr2-dev
by Jeff Sharkey
· 13 years ago
51019a0
Merge "Expose clatd commands to NetworkManagementService." into jb-mr2-dev
by Lorenzo Colitti
· 13 years ago
ba76197
Tighten enforcement of file modes.
by Jeff Sharkey
· 13 years ago
6877006
Merge "Fix javadoc build" into jb-mr2-dev
by Jonathan Dixon
· 13 years ago
98fac17
Fix javadoc build
by Jonathan Dixon
· 13 years ago
e70e8be
Merge "Fix docs bug." into jb-mr2-dev
by Stephen Hines
· 13 years ago
41cf8f3
Fix docs bug.
by Stephen Hines
· 13 years ago
d6a3e48
Merge "Unify normal and overlay action bar layouts." into jb-mr2-dev
by Dianne Hackborn
· 13 years ago
0af1c59
Merge "Deprecate various WebView related methods" into jb-mr2-dev
by Jonathan Dixon
· 13 years ago
835b1fc
Deprecate various WebView related methods
by Jonathan Dixon
· 13 years ago
23b046c
Merge "Initial version of BLE support for Bluedroid" into jb-mr2-dev
by Matthew Xie
· 13 years ago
5b6591c
fix issue when replacement bitmap is larger than original.
by Derek Sollenberger
· 13 years ago
7975184
Expose clatd commands to NetworkManagementService.
by Lorenzo Colitti
· 13 years ago
2a45b9f
Merge "Fake accessibility service used by UiAutomation not destroyed." into jb-mr2-dev
by Svetoslav
· 13 years ago
3c55e5c
Fake accessibility service used by UiAutomation not destroyed.
by Svetoslav
· 13 years ago
df7221c
Unify normal and overlay action bar layouts.
by Dianne Hackborn
· 13 years ago
9908112
Initial version of BLE support for Bluedroid
by Ganesh Ganapathi Batta
· 13 years ago
89f48e9
Remove obsolete target-densitydpi documentation
by Jonathan Dixon
· 13 years ago
7e112d51
am 14d0ab55: am de3c20bc: Merge "Track stack memory in MemoryInfo."
by Ian Rogers
· 13 years ago
7c9f30b
Track stack memory in MemoryInfo.
by Ian Rogers
· 13 years ago
0493d79
am 75dcb333: am 545464df: Merge "Deprecate and document memory allocation counting."
by Ian Rogers
· 13 years ago
545464d
Merge "Deprecate and document memory allocation counting."
by Ian Rogers
· 13 years ago
0e2f22a
Merge "Update WebView#PictureListener for JBMR2." into jb-mr2-dev
by Ben Murdoch
· 13 years ago
52643e0
Update WebView#PictureListener for JBMR2.
by Ben Murdoch
· 13 years ago
9ad6654
Merge "New ContentProvider initialization for testing." into jb-mr2-dev
by Dianne Hackborn
· 13 years ago
334d9ae
New ContentProvider initialization for testing.
by Dianne Hackborn
· 13 years ago
50359c2
Document extra account_types
by Alon Albert
· 13 years ago
17100f3
Merge "Fix dead key -> space combination." into jb-mr2-dev
by Jean Chalard
· 13 years ago
7e6f976
App ops: turn off content provider ops when running under test.
by Dianne Hackborn
· 13 years ago
fe067a4
Deprecate and document memory allocation counting.
by Ian Rogers
· 13 years ago
1bf1af6
Add documentation for overscan flag.
by Dianne Hackborn
· 13 years ago
305dbea
Merge "App ops: adding operations for reading/writing clipboard." into jb-mr2-dev
by Dianne Hackborn
· 13 years ago
4b141ac
Merge "Add Bundle APIs for putting/getting Binder objects." into jb-mr2-dev
by Dianne Hackborn
· 13 years ago
6c8cd01
am c22657f8: am 3f5778c8: Merge "Fix incorrect FloatMath documentation."
by Elliott Hughes
· 13 years ago
3f5778c
Merge "Fix incorrect FloatMath documentation."
by Elliott Hughes
· 13 years ago
f732a2f
Fix incorrect FloatMath documentation.
by Elliott Hughes
· 13 years ago
30a51b3
Merge "Spurious file removed." into jb-mr2-dev
by Daniel Sandler
· 13 years ago
4d85af6
Spurious file removed.
by Daniel Sandler
· 13 years ago
5486550
Fix dead key -> space combination.
by Jean Chalard
· 13 years ago
3cbdddb
Add Bundle APIs for putting/getting Binder objects.
by Dianne Hackborn
· 13 years ago
efcc1a2
App ops: adding operations for reading/writing clipboard.
by Dianne Hackborn
· 13 years ago
c0e55bd
Merge "Camera and MediaRecorder: Support AppOps" into jb-mr2-dev
by Eino-Ville Talvala
· 13 years ago
2e5528c
Merge "Revert ActivityManager changes for tasks. DO NOT MERGE" into jb-mr2-dev
by Craig Mautner
· 13 years ago
2ad9207
Revert ActivityManager changes for tasks. DO NOT MERGE
by Craig Mautner
· 13 years ago
19a38f6
Merge "Fix SurfaceControl.setDisplaySurface() such that it accepts a null Surface" into jb-mr2-dev
by Mathias Agopian
· 13 years ago
89ceb6e
Merge "regenerate GLES java bindings" into jb-mr2-dev
by Mathias Agopian
· 13 years ago
ffddc9b
Fix SurfaceControl.setDisplaySurface() such that it accepts a null Surface
by Mathias Agopian
· 13 years ago
15284de
regenerate GLES java bindings
by Mathias Agopian
· 13 years ago
8889eb8
Merge "Rename debug property and expose it in HardwareRenderer" into jb-mr2-dev
by Romain Guy
· 13 years ago
08bca88
Rename debug property and expose it in HardwareRenderer
by Romain Guy
· 13 years ago
51e7836
Merge "Revert "Fix ListView is not scrolled properly with arrows"" into jb-mr2-dev
by Justin Ho
· 13 years ago
3cf7b3c
Revert "Fix ListView is not scrolled properly with arrows"
by Justin Ho
· 13 years ago
035045f
Merge "Add version code constant for JB MR2." into jb-mr2-dev
by Dianne Hackborn
· 13 years ago
45e9ede
Add version code constant for JB MR2.
by Dianne Hackborn
· 13 years ago
a2fcddd
Merge "Better exceptions when LoadedApk fails." into jb-mr2-dev
by Dianne Hackborn
· 13 years ago
40bbc3b
Merge "Add location sharing toggle user restriction." into jb-mr2-dev
by Maggie Benthall
· 13 years ago
208d937
Better exceptions when LoadedApk fails.
by Dianne Hackborn
· 13 years ago
fec1178
am 92f3e9a1: am e88c0d9e: Merge "Recognize odex files in memory accounting."
by Ian Rogers
· 13 years ago
6794458
Add location sharing toggle user restriction.
by Maggie Benthall
· 13 years ago
788717c
Camera and MediaRecorder: Support AppOps
by Eino-Ville Talvala
· 13 years ago
ff4fcdb
Tweak logging and some code reformatting.
by Wink Saville
· 13 years ago
9f8589c
Recognize odex files in memory accounting.
by Ian Rogers
· 13 years ago
0d1ab1d
Merge "regenerate egl/gles stubs from glgen"
by Mathias Agopian
· 13 years ago
89be00b
regenerate egl/gles stubs from glgen
by Mathias Agopian
· 13 years ago
c4aad01
Formalize overscan metrics.
by Dianne Hackborn
· 13 years ago
69a8dbb
Merge "Import translations. DO NOT MERGE"
by Baligh Uddin
· 13 years ago
0d74e8f
am 06689433: am d61ff77e: Merge "Fix ListView is not scrolled properly with arrows"
by Adam Powell
· 13 years ago
d61ff77
Merge "Fix ListView is not scrolled properly with arrows"
by Adam Powell
· 13 years ago
a3f0665
Merge "Improve ConnectivityManager docs"
by Robert Greenwalt
· 13 years ago
7508039
am 631bc614: am 08a92a33: Merge "Account malloc mmaped pages as native heap."
by Ian Rogers
· 13 years ago
12e563f
Merge "Create rotation animation modes."
by Craig Mautner
· 13 years ago
3c17437
Create rotation animation modes.
by Craig Mautner
· 13 years ago
d993755
Merge "Clean up scan handling"
by Irfan Sheriff
· 13 years ago
5a6bdc4
Improve ConnectivityManager docs
by Robert Greenwalt
· 13 years ago
afc10e1
Account malloc mmaped pages as native heap.
by Ian Rogers
· 13 years ago
5d5ac5b
Import translations. DO NOT MERGE
by Baligh Uddin
· 13 years ago
bcc97ca
Clean up scan handling
by Irfan Sheriff
· 13 years ago
5875cc6
am b8495145: Merge "Update WebView.PictureListener.onNewPicture to pass null picture."
by Ben Murdoch
· 13 years ago
b849514
Merge "Update WebView.PictureListener.onNewPicture to pass null picture."
by Ben Murdoch
· 13 years ago
cbd3789
am ab10f3c5: Merge "Restore a mistakenly-removed null check"
by Jesse Hall
· 13 years ago
ab10f3c
Merge "Restore a mistakenly-removed null check"
by Jesse Hall
· 13 years ago
fe98be7
am 65b0052a: Merge "Remove SurfaceControl.setPosition(int, int)"
by Michael Wright
· 13 years ago
65b0052
Merge "Remove SurfaceControl.setPosition(int, int)"
by Michael Wright
· 13 years ago
b7b696e
Remove SurfaceControl.setPosition(int, int)
by Michael Wright
· 13 years ago
835aac3
am ab6b77fd: Merge "Be cool in backup/restore of apps that can\'t touch external storage"
by Christopher Tate
· 13 years ago
ab6b77f
Merge "Be cool in backup/restore of apps that can't touch external storage"
by Christopher Tate
· 13 years ago
Next »