index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
native
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
am c7153377: am 73da981f: Merge "Remove getRequiredPermission from NDK." into...
Aravind Akella
2014-05-23
1
-5
/
+0
|
\
|
*
am 73da981f: Merge "Remove getRequiredPermission from NDK." into klp-modular-dev
Aravind Akella
2014-05-22
1
-5
/
+0
|
|
\
|
|
*
Remove getRequiredPermission from NDK.
Aravind Akella
2014-05-22
1
-5
/
+0
*
|
|
Bug fix for wakeup sensors.
Aravind Akella
2014-04-23
1
-2
/
+5
|
/
/
*
|
am cd4c1c71: Merge "Add stringType and requiredPermissions to SensorManager.j...
Aravind Akella
2014-04-11
1
-0
/
+20
|
\
\
|
|
/
|
*
Add stringType and requiredPermissions to SensorManager.java, as well as a pe...
Aravind Akella
2014-04-11
1
-0
/
+20
*
|
am 819239e5: Revert "Add stringType and requiredPermissions to SensorManager....
Etienne Le Grand
2014-04-05
1
-20
/
+0
|
\
\
|
|
/
|
*
Revert "Add stringType and requiredPermissions to SensorManager.java, as well...
Etienne Le Grand
2014-04-05
1
-20
/
+0
*
|
am fd53d835: Add stringType and requiredPermissions to SensorManager.java, as...
Etienne Le Grand
2014-04-05
1
-0
/
+20
|
\
\
|
|
/
|
*
Add stringType and requiredPermissions to SensorManager.java, as well as a pe...
Etienne Le Grand
2014-04-04
1
-0
/
+20
*
|
AArch64: Make AssetManager and related classes 64-bit compatible
Ashok Bhat
2014-01-31
1
-2
/
+2
|
/
*
Track Looper decoupling from ALooper
Brian Carlstrom
2013-12-18
2
-8
/
+16
*
Move input library code to frameworks/native.
Jeff Brown
2013-07-01
2
-2
/
+3
*
am 09377ddb: Merge "Fix AMotionEvent_getHistorical* to take const AInputEvent...
Andrew Hsieh
2013-05-28
1
-12
/
+12
|
\
|
*
Fix AMotionEvent_getHistorical* to take const AInputEvent* motion_event
Andrew Hsieh
2013-05-27
1
-12
/
+12
*
|
Rewrite input handling for native applications
Michael Wright
2013-04-22
1
-6
/
+21
*
|
Add liblog
Ying Wang
2013-04-09
1
-0
/
+1
|
/
*
Handle multi-user mountObb() requests.
Jeff Sharkey
2012-09-25
1
-3
/
+12
*
Merge "Add support for "-rtl" in resources" into jb-mr1-dev
Fabrice Di Meglio
2012-09-04
1
-0
/
+10
|
\
|
*
Add support for "-rtl" in resources
Fabrice Di Meglio
2012-08-23
1
-0
/
+10
*
|
Add plumbing for new surface flinger display API.
Jeff Brown
2012-08-27
1
-1
/
+1
|
/
*
libnativehelper is implicitly available.
Elliott Hughes
2012-05-03
1
-2
/
+1
*
Merge "ANativeWindow: support for application buffer dimensions"
Jamie Gennis
2012-04-11
1
-6
/
+9
|
\
|
*
ANativeWindow: support for application buffer dimensions
Michael I. Gold
2012-04-10
1
-6
/
+9
*
|
Request key maps from input manager service.
Jeff Brown
2012-04-10
1
-1
/
+0
|
/
*
fix libgui header location
Mathias Agopian
2012-02-27
1
-1
/
+1
*
frameworks/base refactoring
Mathias Agopian
2012-02-20
1
-0
/
+1
*
frameworks/base refactoring.
Mathias Agopian
2012-02-17
3
-5
/
+5
*
frameworks/base refactoring.
Mathias Agopian
2012-02-17
1
-2
/
+2
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
2
-4
/
+4
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-04
1
-1
/
+1
*
Remove obsolete NativeWindow_fromSurfaceTexture
Glenn Kasten
2011-10-21
1
-8
/
+0
*
Remove ParcelSurfaceTexture and update MediaPlayer
Ted Bonkenburg
2011-08-11
1
-9
/
+1
*
Add set_scaling_mode() to ANativeWindow.
Mathias Agopian
2011-07-19
1
-1
/
+9
*
move lock/unlock implementaion outside of Surface into SurfaceTextureClient
Mathias Agopian
2011-07-15
1
-32
/
+2
*
Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...
tedbo
2011-06-09
1
-1
/
+9
*
resolved conflicts for merge of 06a8ceac to master
Dianne Hackborn
2011-05-19
1
-0
/
+24
|
\
|
*
Add new "-swNNNdp" resource qualifier.
Dianne Hackborn
2011-05-19
1
-0
/
+24
*
|
Add initial API for stylus and mouse buttons.
Jeff Brown
2011-05-13
1
-0
/
+8
*
|
ANativeWindow_setBuffersGeometry now returns proper error codes
Mathias Agopian
2011-03-31
1
-2
/
+1
*
|
merge libsurfaceflinger_client into libgui
Mathias Agopian
2011-03-25
1
-1
/
+0
|
/
*
SurfaceTexture: disallow unsupported uses.
Jamie Gennis
2011-03-15
1
-0
/
+6
*
Bug 3515073 Add ANativeWindow_fromSurfaceTexture
Glenn Kasten
2011-03-04
1
-0
/
+9
*
Add support for arbitrary axes in MotionEvents.
Jeff Brown
2011-02-15
1
-0
/
+11
*
am 3392b8e2: am 4a2e478a: Merge "Flush Binder commands in ndk looper." into g...
Jeff Brown
2011-01-16
1
-1
/
+5
|
\
|
*
Flush Binder commands in ndk looper.
Jeff Brown
2011-01-10
1
-1
/
+5
*
|
Introduce NDK API for 64-bit assets
Kenny Root
2010-12-13
1
-1
/
+27
*
|
Change assets to use 64-bit API
Kenny Root
2010-12-08
1
-1
/
+1
*
|
Tell system server whether the app handled input events.
Jeff Brown
2010-11-08
1
-1
/
+1
|
/
*
add format parameter to setBufferGeometry
Mathias Agopian
2010-10-25
1
-2
/
+2
[next]