summaryrefslogtreecommitdiff
path: root/native/android
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-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-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-10-21Remove obsolete NativeWindow_fromSurfaceTexture Glenn Kasten
2011-08-11Remove ParcelSurfaceTexture and update MediaPlayer Ted Bonkenburg
2011-07-19Add set_scaling_mode() to ANativeWindow. Mathias Agopian
2011-07-15move lock/unlock implementaion outside of Surface into SurfaceTextureClient Mathias Agopian
2011-06-09Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin... tedbo
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-03-31ANativeWindow_setBuffersGeometry now returns proper error codes Mathias Agopian
2011-03-25merge libsurfaceflinger_client into libgui Mathias Agopian
2011-03-15SurfaceTexture: disallow unsupported uses. Jamie Gennis
2011-03-04Bug 3515073 Add ANativeWindow_fromSurfaceTexture Glenn Kasten
2011-02-15Add support for arbitrary axes in MotionEvents. Jeff Brown
2011-01-16am 3392b8e2: am 4a2e478a: Merge "Flush Binder commands in ndk looper." into g... Jeff Brown
2011-01-10Flush Binder commands in ndk looper. Jeff Brown
2010-12-13Introduce NDK API for 64-bit assets Kenny Root
2010-12-08Change assets to use 64-bit API Kenny Root
2010-11-08Tell system server whether the app handled input events. Jeff Brown
2010-10-25add format parameter to setBufferGeometry Mathias Agopian
2010-10-21Fix issue #3117918: No way to finish a native activity Dianne Hackborn
2010-10-11OBB: rearrange to be entirely asynchronous Kenny Root
2010-09-28Update OBB API to include callbacks Kenny Root
2010-09-14Replace epoll() with poll() and rename PollLoop to Looper. Jeff Brown
2010-09-08Add support for secure views. Jeff Brown
2010-09-07Modify native ALooper to take an explicit ident. Dianne Hackborn
2010-08-31Remove incomplete input device enumeration NDK API. Jeff Brown
2010-08-20Add AStorageManager API to NDK Kenny Root
2010-08-11More native work. Dianne Hackborn
2010-07-29Added SensorManager.getMinDelay() Mathias Agopian
2010-07-28Refactor input reader to support new device types more easily. Jeff Brown
2010-07-19new SensorService Mathias Agopian
2010-07-15Implement native key pre-dispatching to IMEs. Dianne Hackborn
2010-07-15Add support for new input sources. Jeff Brown
2010-07-15Add native C APIs for working with the Asset Manager Christopher Tate
2010-07-14Merge "first step at implementing the native sensor support" into gingerbread Mathias Agopian
2010-07-13first step at implementing the native sensor support Mathias Agopian
2010-07-13IME events are now dispatched to native applications. Dianne Hackborn
2010-07-09Add ANativeWindow API for directly drawing to the surface bits. Dianne Hackborn
2010-07-08Add new glue code for writing native apps. Dianne Hackborn