Gitiles
Code Review
Sign In
gerrit.witaqua.org
/
frameworks_base
/
327fbd2c8fa294b919475feb4c74a74ee1981e02
327fbd2
Fix a bunch of API review bugs.
by Dianne Hackborn
· 15 years ago
f2bc4ee9
Merge "Mouse pointer tweaks." into honeycomb
by Jeff Brown
· 15 years ago
f5a2ff6
Mouse pointer tweaks.
by Jeff Brown
· 15 years ago
a8e519a
Merge "docs: move the fragments dev guide into fundamentals topic" into honeycomb
by Scott Main
· 15 years ago
44593df
Merge "More docs" into honeycomb
by Alex Sakhartchouk
· 15 years ago
1064dd9
docs: move the fragments dev guide into fundamentals topic
by Scott Main
· 15 years ago
3d7a970
Merge "Fix 3210299: Extend lock screen wake timeout to 10s" into honeycomb
by Jim Miller
· 15 years ago
7ef461d
Merge "docs: update sidenav for honeycomb preview" into honeycomb
by Scott Main
· 15 years ago
b3180bc
docs: update sidenav for honeycomb preview
by Scott Main
· 15 years ago
3240339
Merge "Add error checks to the copyFrom functions." into honeycomb
by Jason Sams
· 15 years ago
2fd90e9
Merge "bug:3362394 better documentation for DefaultDatabaseErrorHandler class" into honeycomb
by Vasu Nori
· 15 years ago
4caaf2a
bug:3362394 better documentation for DefaultDatabaseErrorHandler class
by Vasu Nori
· 15 years ago
376fedf
Merge "bug:3362635 add new public API to downloadmanager to get mxbytesovermobile" into honeycomb
by Vasu Nori
· 15 years ago
7727469
Fix 3210299: Extend lock screen wake timeout to 10s
by Jim Miller
· 15 years ago
ec0d335
More docs
by Alex Sakhartchouk
· 15 years ago
0abbf80
bug:3362635 add new public API to downloadmanager to get mxbytesovermobile
by Vasu Nori
· 15 years ago
168a0e9
Merge "docs: revise offline homepage; delete developing index redirect page" into honeycomb
by Scott Main
· 15 years ago
662cc7a4
add javadoc for getView method
by Scott Main
· 15 years ago
e158413
docs: revise offline homepage; delete developing index redirect page
by Scott Main
· 15 years ago
a43cfd2
Merge "Improve hardware layers rendering speed when setting a View's alpha." into honeycomb
by Romain Guy
· 15 years ago
d6cd572
Improve hardware layers rendering speed when setting a View's alpha.
by Romain Guy
· 15 years ago
c108039
Merge "LayoutLib: Update to use the new RenderResources API." into honeycomb
by Xavier Ducrohet
· 15 years ago
326feb8
Merge "Pick an upstream interface with valid IP config" into honeycomb
by Irfan Sheriff
· 15 years ago
00d0aaf
Merge "Clean up simple integer operations." into honeycomb
by Stephen Hines
· 15 years ago
3d8e353
Merge "Adding instance check to RemoteViewsAdapter getViewAt" into honeycomb
by Adam Cohen
· 15 years ago
181d2e3
Adding instance check to RemoteViewsAdapter getViewAt
by Adam Cohen
· 15 years ago
70552fb
LayoutLib: Update to use the new RenderResources API.
by Xavier Ducrohet
· 15 years ago
2955209
Pick an upstream interface with valid IP config
by Irfan Sheriff
· 15 years ago
5401c5a
Merge "Using full-resolution default activity icon in Recent Apps" into honeycomb
by Michael Jurka
· 15 years ago
e2364b0
Merge "Fix content width calculation for Spinner control. The width of the dropdown was only taking into account the width of the items and not background padding." into honeycomb
by Chris Yerga
· 15 years ago
573068c
Using full-resolution default activity icon in Recent Apps
by Michael Jurka
· 15 years ago
adee6b3
Merge "Fix omission in NOTICE file." into honeycomb
by Eric Laurent
· 15 years ago
a148734
Merge "Fix bug 3362446 - NPE in legacy menus" into honeycomb
by Adam Powell
· 15 years ago
fed7022
Merge "UsbService: Remove stack-trace message during boot." into honeycomb
by David 'Digit' Turner
· 15 years ago
4192e38
Fix bug 3362446 - NPE in legacy menus
by Adam Powell
· 15 years ago
e8a534d
Remove API that snuck into MockPackageManager
by Kenny Root
· 15 years ago
49db853
UsbService: Remove stack-trace message during boot.
by David 'Digit' Turner
· 15 years ago
73fddba
Merge "Don't break the build... update to 11.xml." into honeycomb
by Romain Guy
· 15 years ago
07457ac
Don't break the build... update to 11.xml.
by Romain Guy
· 15 years ago
2361098
Add BitmapFactory.Options.inMutable to load mutable bitmaps.
by Romain Guy
· 15 years ago
1689c34
Merge "Add BitmapFactory.Options.inMutable to load mutable bitmaps." into honeycomb
by Romain Guy
· 15 years ago
d6c54d9
Merge "Revert "Add the {get,set}PackageObbPaths calls to API"" into honeycomb
by Kenny Root
· 15 years ago
a1cbb94
Revert "Add the {get,set}PackageObbPaths calls to API"
by Kenny Root
· 15 years ago
2c12c70
Merge "Add internal plumbing to DPM for encryption" into honeycomb
by Andy Stadler
· 15 years ago
59cce94
Merge "Catching some edge cases while flinging/scrolling in NumberPicker" into honeycomb
by Svetoslav Ganov
· 15 years ago
ed2d6b7
Fix omission in NOTICE file.
by Eric Laurent
· 15 years ago
22dbfda
Add internal plumbing to DPM for encryption
by Andy Stadler
· 15 years ago
6c742f1
Catching some edge cases while flinging/scrolling in NumberPicker
by Svetoslav Ganov
· 15 years ago
db7f386
Merge "Start renaming FragmentTransaction.openTransaction() to beginTransaction()." into honeycomb
by Dianne Hackborn
· 15 years ago
48e7b45
Start renaming FragmentTransaction.openTransaction() to beginTransaction().
by Dianne Hackborn
· 15 years ago
f09d63a
Re-@hide some of the other StorageManager API
by Kenny Root
· 15 years ago
9512d6a
Merge "Fix bug 3360954 - Text overlaid on menu icons" into honeycomb
by Adam Powell
· 15 years ago
77769c7
Fix bug 3360954 - Text overlaid on menu icons
by Adam Powell
· 15 years ago
47cd4d5
Merge "docs: update fragment docs with revised APIs, add sample code from ApiDemos, and polish it up" into honeycomb
by Scott Main
· 15 years ago
d37d661
Merge "Add OBB size to PackageStats" into honeycomb
by Kenny Root
· 15 years ago
875862e
Prevent NPE when no indicator is specified. Bug #3362349
by Romain Guy
· 15 years ago
bee8ec2
Merge "Prevent NPE when no indicator is specified. Bug #3362349" into honeycomb
by Romain Guy
· 15 years ago
424300f
Merge "Ensure that no callback is invoked while initializing DatePicker" into honeycomb
by Svetoslav Ganov
· 15 years ago
a3aaad1
Merge "Add back legacy layout for preference framework for compatibility." into honeycomb
by Amith Yamasani
· 15 years ago
a8b7817
Clean up simple integer operations.
by Stephen Hines
· 15 years ago
bcd6c96
Add OBB size to PackageStats
by Kenny Root
· 15 years ago
3d20c84
Ensure that no callback is invoked while initializing DatePicker
by Svetoslav Ganov
· 15 years ago
b01856d
Merge "Delivering null cursor to loader callbacks." into honeycomb
by Jeff Hamilton
· 15 years ago
7444da5
Yet another fix for 9patch rendering. Bug #3362133
by Romain Guy
· 15 years ago
9ed9940
Merge "Video editor API update - rework for Patch Set 3" into honeycomb
by Dharmaray Kundargi
· 15 years ago
307003a
Merge "integrate videoeditor preview player." into honeycomb
by Dharmaray Kundargi
· 15 years ago
4e4f3d1
Merge "videoeditor JNI files on honeycomb" into honeycomb
by Dharmaray Kundargi
· 15 years ago
72b83b5
Merge "Fix issue 3354692." into honeycomb
by Eric Laurent
· 15 years ago
cfe5dd0
Merge "Yet another fix for 9patch rendering. Bug #3362133" into honeycomb
by Romain Guy
· 15 years ago
117b7bb
Fix issue 3354692.
by Eric Laurent
· 15 years ago
fd119e9
Delivering null cursor to loader callbacks.
by Dmitri Plotnikov
· 15 years ago
ec7c9ff
Hide USB mass storage APIs in StorageManager
by Kenny Root
· 15 years ago
38f79d0
Merge "Make ImageProcessing work." into honeycomb
by Shih-wei Liao
· 15 years ago
2aad562
Make ImageProcessing work.
by Shih-wei Liao
· 15 years ago
efd0811
Fix content width calculation for Spinner control.
by Chris Yerga
· 15 years ago
5a1473b
Merge "Implicitly/Explicitly subtypes bug." into honeycomb
by satok
· 15 years ago
f6cafb6
Implicitly/Explicitly subtypes bug.
by satok
· 15 years ago
04d0e3d
docs: update fragment docs with revised APIs, add sample code from ApiDemos, and polish it up
by Scott Main
· 15 years ago
92cd4d0
Merge "Fix bug 3360882 - Allow FEATURE_CUSTOM_TITLE and FEATURE_ACTION_MODE_OVERLAY to coexist." into honeycomb
by Adam Powell
· 15 years ago
8f68f4f
Fix bug 3360882 - Allow FEATURE_CUSTOM_TITLE and
by Adam Powell
· 15 years ago
d110889
Fixing bug related to collisions with AppWidget view ids and AppWidgetHost view ids
by Adam Cohen
· 15 years ago
87ab45c
Merge "LayoutLib: extract resource resolution into its own class." into honeycomb
by Xavier Ducrohet
· 15 years ago
bdac9e0
Merge "Fix 3005526: Properly update StatusView from Password/PIN unlock" into honeycomb
by Jim Miller
· 15 years ago
3612f08
Merge "SystemServer: Do not register null BlueTooth service in the emulator" into honeycomb
by David 'Digit' Turner
· 15 years ago
5cdf075
Merge "Support non-rectangular input regions." into honeycomb
by Jeff Brown
· 15 years ago
cd196d3
videoeditor JNI files on honeycomb
by Dharmaray Kundargi
· 15 years ago
305093f
Fix 3005526: Properly update StatusView from Password/PIN unlock
by Jim Miller
· 15 years ago
fbf0977
Support non-rectangular input regions.
by Jeff Brown
· 15 years ago
805fd7e
Add API to get path to OBBs.
by Dianne Hackborn
· 15 years ago
cf18c47
Merge "Implement SurfaceTexture frame-available callback." into honeycomb
by Jamie Gennis
· 15 years ago
41424ad
Merge "Fix SurfaceTexture transform matrix." into honeycomb
by Jamie Gennis
· 15 years ago
84d36f0
Merge "egl: fix GetProcAddress for EGLimage extensions" into honeycomb
by Mathias Agopian
· 15 years ago
f4a4383
egl: fix GetProcAddress for EGLimage extensions
by Michael I. Gold
· 15 years ago
f90633a
Merge "egl: expose EGLimage extensions" into honeycomb
by Mathias Agopian
· 15 years ago
3ece010
egl: expose EGLimage extensions
by Michael I. Gold
· 15 years ago
057d9f1
Merge "Fix 3342063: Correctly update StatusView when battery changes." into honeycomb
by Jim Miller
· 15 years ago
7f13a85
Merge "Add some error checking." into honeycomb
by Jason Sams
· 15 years ago
fc5001a
Fix 3342063: Correctly update StatusView when battery changes.
by Jim Miller
· 15 years ago
5020458
Fixing StackView bug (Issue: 3321912)
by Adam Cohen
· 15 years ago
2d1072e
Merge "Flush Binder commands in ndk looper." into honeycomb
by Jeff Brown
· 15 years ago
Next »