summaryrefslogtreecommitdiff
path: root/native
AgeCommit message (Expand)Author
2012-08-27Add plumbing for new surface flinger display API. Jeff Brown
2012-05-03libnativehelper is implicitly available. Elliott Hughes
2012-04-11Merge "ANativeWindow: support for application buffer dimensions" Jamie Gennis
2012-04-10Request key maps from input manager service. Jeff Brown
2012-04-10ANativeWindow: support for application buffer dimensions Michael I. Gold
2012-03-23move ndk headers to frameworks/native Mathias Agopian
2012-03-23add missing include Mathias Agopian
2012-02-27fix libgui header location Mathias Agopian
2012-02-20frameworks/base refactoring Mathias Agopian
2012-02-17frameworks/base refactoring. Mathias Agopian
2012-02-17frameworks/base refactoring. Mathias Agopian
2012-01-25Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc. Dianne Hackborn
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE Steve Block
2011-12-15Add a new ui mode for "appliance" Joe Onorato
2011-11-29am c339fe30: am be6ab576: Merge "Fix application launch shortcuts." into ics-mr1 Jeff Brown
2011-11-29Fix application launch shortcuts. Jeff Brown
2011-11-15Merge "Remove obsolete NativeWindow_fromSurfaceTexture" Glenn Kasten
2011-11-08NDK: ANativeActivity: Fix documentation for 'clazz' member. David 'Digit' Turner
2011-10-21Remove obsolete NativeWindow_fromSurfaceTexture Glenn Kasten
2011-09-19fix the float Rect in OpenGLRenderer to handle NANs Mathias Agopian
2011-08-19Input system bug fixes, particularly for stylus. Jeff Brown
2011-08-11Remove ParcelSurfaceTexture and update MediaPlayer Ted Bonkenburg
2011-07-28Merge "Add notifyPixelsChanged() call to NDK unlockPixels()." Romain Guy
2011-07-25Handle stylus buttons and tool types. Jeff Brown
2011-07-19Add set_scaling_mode() to ANativeWindow. Mathias Agopian
2011-07-15move lock/unlock implementaion outside of Surface into SurfaceTextureClient Mathias Agopian
2011-07-12Add notifyPixelsChanged() call to NDK unlockPixels(). Alexandre Elias
2011-06-27Hover and stylus API cleanup. Jeff Brown
2011-06-09Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin... tedbo
2011-06-02resolved conflicts for merge of 54cb63e2 to master Dianne Hackborn
2011-05-27Add "tv" density for 720p screens. Dianne Hackborn
2011-05-24resolved conflicts for merge of bbca8133 to master Dianne Hackborn
2011-05-23Add "television" mode. Dianne Hackborn
2011-05-19resolved conflicts for merge of 06a8ceac to master Dianne Hackborn
2011-05-19Add new "-swNNNdp" resource qualifier. Dianne Hackborn
2011-05-13Add initial API for stylus and mouse buttons. Jeff Brown
2011-04-15Add Java API for writing TTS engines Bjorn Bringert
2011-03-31ANativeWindow_setBuffersGeometry now returns proper error codes Mathias Agopian
2011-03-25merge libsurfaceflinger_client into libgui Mathias Agopian
2011-03-24Add MotionEvent.HOVER_ENTER and HOVER_EXIT. Jeff Brown
2011-03-18Merge "Fix an incorrect NDK function prototype." Jeff Brown
2011-03-16Fix an incorrect NDK function prototype. Jeff Brown
2011-03-16Add 3D mode key and others. Jeff Brown
2011-03-15SurfaceTexture: disallow unsupported uses. Jamie Gennis
2011-03-11Merge "Bug 3515073 Add ANativeWindow_fromSurfaceTexture" into honeycomb-mr1 Glenn Kasten
2011-03-04Joystick tweaks. (DO NOT MERGE) Jeff Brown
2011-03-04Bug 3515073 Add ANativeWindow_fromSurfaceTexture Glenn Kasten
2011-03-02Fade out the mouse pointer after inactivity or other events. Jeff Brown
2011-02-25Add support for mouse hover and scroll wheel. Jeff Brown