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
/
core
/
jni
/
android_app_NativeActivity.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AArch64: Use long for pointers in App/Backup
Ashok Bhat
2014-01-08
1
-36
/
+36
*
Gracefully handle missing directories.
Jeff Sharkey
2013-08-15
1
-6
/
+10
*
Move input library code to frameworks/native.
Jeff Brown
2013-07-01
1
-1
/
+1
*
Rewrite input handling for native applications
Michael Wright
2013-04-22
1
-416
/
+12
*
Add plumbing for new surface flinger display API.
Jeff Brown
2012-08-27
1
-1
/
+1
*
Resample touch events on frame boundaries.
Jeff Brown
2012-04-27
1
-1
/
+1
*
Ensure that apps crash if they throw exceptions.
Jeff Brown
2012-04-06
1
-24
/
+16
*
Fix spurious ANRs in native activities.
Jeff Brown
2012-03-13
1
-56
/
+32
*
fix libgui header location
Mathias Agopian
2012-02-27
1
-4
/
+7
*
remove dependency on android_native{s_priv|buffer}.h
Mathias Agopian
2012-02-24
1
-1
/
+1
*
frameworks/base refactoring.
Mathias Agopian
2012-02-17
1
-1
/
+1
*
Implement batching of input events on the consumer side.
Jeff Brown
2012-02-13
1
-8
/
+10
*
Rewrite input transport using sockets.
Jeff Brown
2012-02-13
1
-16
/
+4
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-4
/
+4
*
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Steve Block
2012-01-06
1
-17
/
+17
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-1
/
+1
*
Rename (IF_)LOG() to (IF_)ALOG() DO NOT MERGE
Steve Block
2011-10-25
1
-1
/
+1
*
Remove unused JNI global references.
Carl Shapiro
2011-03-05
1
-13
/
+10
*
Fix poll options for NativeActivity's hasEvents
Kenny Root
2011-02-22
1
-3
/
+3
*
Add API to get path to OBBs.
Dianne Hackborn
2011-01-16
1
-11
/
+17
*
Ensure the ShortcutManager uses the correct key character map.
Jeff Brown
2010-11-30
1
-9
/
+24
*
Tell system server whether the app handled input events.
Jeff Brown
2010-11-08
1
-9
/
+13
*
Fix debug statements and aapt assert.
Patrick Scott
2010-10-26
1
-1
/
+1
*
Fix issue #3126018: No way to specify NativeActivity's native method
Dianne Hackborn
2010-10-24
1
-3
/
+7
*
Fix issue #3117918: No way to finish a native activity
Dianne Hackborn
2010-10-21
1
-2
/
+32
*
Replace epoll() with poll() and rename PollLoop to Looper.
Jeff Brown
2010-09-14
1
-20
/
+20
*
Modify native ALooper to take an explicit ident.
Dianne Hackborn
2010-09-07
1
-3
/
+4
*
More native work.
Dianne Hackborn
2010-08-11
1
-6
/
+44
*
Implement native key pre-dispatching to IMEs.
Dianne Hackborn
2010-07-15
1
-44
/
+208
*
Add support for new input sources.
Jeff Brown
2010-07-15
1
-2
/
+2
*
Fix jni registration typo
Christopher Tate
2010-07-15
1
-1
/
+1
*
Add native C APIs for working with the Asset Manager
Christopher Tate
2010-07-15
1
-4
/
+8
*
IME events are now dispatched to native applications.
Dianne Hackborn
2010-07-13
1
-34
/
+303
*
Add ANativeWindow API for directly drawing to the surface bits.
Dianne Hackborn
2010-07-09
1
-49
/
+122
*
Add new native Looper API.
Dianne Hackborn
2010-07-02
1
-2
/
+20
*
Get to the point of being able to do native drawing.
Dianne Hackborn
2010-07-01
1
-2
/
+6
*
Make real API for native code to get its window.
Dianne Hackborn
2010-07-01
1
-22
/
+56
*
Implement default key handling for native code.
Dianne Hackborn
2010-06-30
1
-13
/
+124
*
Update native activity & event APIs to follow correct conventions.
Dianne Hackborn
2010-06-29
1
-12
/
+17
*
First stab at attaching native event dispatching.
Dianne Hackborn
2010-06-22
1
-1
/
+68
*
Update NativeActivity to allow direct surface access.
Dianne Hackborn
2010-05-18
1
-13
/
+74
*
First pass at NativeActivity.
Dianne Hackborn
2010-05-05
1
-0
/
+190