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
/
include
/
android
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 14bc6b5d: am 09340a4b: Merge "Replace epoll() with poll() and rename PollL...
Jeff Brown
2010-09-15
3
-63
/
+130
|
\
|
*
Replace epoll() with poll() and rename PollLoop to Looper.
Jeff Brown
2010-09-14
3
-63
/
+130
*
|
resolved conflicts for merge of a05088c1 to master
Jeff Brown
2010-09-08
1
-0
/
+19
|
\
\
|
|
/
|
*
Add support for secure views.
Jeff Brown
2010-09-08
1
-0
/
+19
*
|
am a1205f07: am 2d3739d4: Merge "Modify native ALooper to take an explicit id...
Dianne Hackborn
2010-09-07
3
-10
/
+12
|
\
\
|
|
/
|
*
Modify native ALooper to take an explicit ident.
Dianne Hackborn
2010-09-07
3
-10
/
+12
*
|
am df02df11: am 307ed31c: Merge "Remove incomplete input device enumeration N...
Jeff Brown
2010-08-31
1
-56
/
+0
|
\
\
|
|
/
|
*
Remove incomplete input device enumeration NDK API.
Jeff Brown
2010-08-31
1
-56
/
+0
*
|
am 36f0cb26: am 8d60866e: Input device calibration and capabilities.
Jeff Brown
2010-08-30
1
-2
/
+0
|
\
\
|
|
/
|
*
Input device calibration and capabilities.
Jeff Brown
2010-08-30
1
-2
/
+0
*
|
resolved conflicts for merge of 485de781 to master
Kenny Root
2010-08-24
1
-0
/
+69
|
\
\
|
|
/
|
*
Add AStorageManager API to NDK
Kenny Root
2010-08-20
1
-0
/
+69
*
|
am 679ac09a: am a5ae50cd: Merge "More native work." into gingerbread
Dianne Hackborn
2010-08-11
5
-11
/
+379
|
\
\
|
|
/
|
*
More native work.
Dianne Hackborn
2010-08-11
5
-11
/
+379
*
|
resolved conflicts for merge of 02513855 to master
Mathias Agopian
2010-07-29
1
-1
/
+10
|
\
\
|
|
/
|
*
Added SensorManager.getMinDelay()
Mathias Agopian
2010-07-29
1
-1
/
+10
*
|
am 31a0b956: am 3de27d5a: Merge "Add stdint.h to fix sim-eng" into gingerbread
Kenny Root
2010-07-28
1
-0
/
+1
|
\
\
|
|
/
|
*
Add stdint.h to fix sim-eng
Kenny Root
2010-07-28
1
-0
/
+1
*
|
am 9795a25d: am 6d0fec2d: Refactor input reader to support new device types m...
Jeff Brown
2010-07-28
1
-3
/
+91
|
\
\
|
|
/
|
*
Refactor input reader to support new device types more easily.
Jeff Brown
2010-07-28
1
-3
/
+91
*
|
resolved conflicts for merge of bc54e63c to master
Mathias Agopian
2010-07-21
1
-11
/
+23
|
\
\
|
|
/
|
*
new SensorService
Mathias Agopian
2010-07-19
1
-11
/
+23
*
|
am 9c37e5ad: am 75a91389: Merge "Implement native key pre-dispatching to IMEs...
Dianne Hackborn
2010-07-16
1
-1
/
+11
|
\
\
|
|
/
|
*
Implement native key pre-dispatching to IMEs.
Dianne Hackborn
2010-07-15
1
-1
/
+11
*
|
resolved conflicts for merge of aca672ba to master
Jeff Brown
2010-07-15
1
-97
/
+151
|
\
\
|
|
/
|
*
Add support for new input sources.
Jeff Brown
2010-07-15
1
-97
/
+151
*
|
am 078ccbdb: am 2c40582a: Merge "Add native C APIs for working with the Asset...
Christopher Tate
2010-07-15
2
-0
/
+155
|
\
\
|
|
/
|
*
Add native C APIs for working with the Asset Manager
Christopher Tate
2010-07-15
2
-0
/
+155
*
|
Adding the old legacy method for getTtsEngine for Froyo compatibility.
Charles Chen
2010-07-14
1
-0
/
+5
*
|
am e69204a0: am 36ff93aa: Merge "NDK sensor API" into gingerbread
Mathias Agopian
2010-07-13
1
-0
/
+235
|
\
\
|
|
/
|
*
Merge "NDK sensor API" into gingerbread
Mathias Agopian
2010-07-13
1
-0
/
+235
|
|
\
|
|
*
NDK sensor API
Mathias Agopian
2010-07-13
1
-0
/
+235
*
|
|
am f8d9379b: am d76b67c3: IME events are now dispatched to native applications.
Dianne Hackborn
2010-07-13
1
-0
/
+42
|
\
\
\
|
|
/
/
|
*
|
IME events are now dispatched to native applications.
Dianne Hackborn
2010-07-13
1
-0
/
+42
*
|
|
am 89ee578b: am fd035829: Add initial gamepad support.
Jeff Brown
2010-07-13
2
-106
/
+117
|
\
\
\
|
|
/
/
|
*
|
Add initial gamepad support.
Jeff Brown
2010-07-13
2
-106
/
+117
|
|
/
*
|
am b14f325a: am 289b9b62: Add ANativeWindow API for directly drawing to the s...
Dianne Hackborn
2010-07-09
5
-6
/
+176
|
\
\
|
|
/
|
*
Add ANativeWindow API for directly drawing to the surface bits.
Dianne Hackborn
2010-07-09
5
-6
/
+176
*
|
am 49159f07: am 74bf59b4: Merge "Add new glue code for writing native apps." ...
Dianne Hackborn
2010-07-08
2
-6
/
+133
|
\
\
|
|
/
|
*
Add new glue code for writing native apps.
Dianne Hackborn
2010-07-08
2
-6
/
+133
*
|
am e24901d3: am 68267415: Add new native Looper API.
Dianne Hackborn
2010-07-07
3
-5
/
+75
|
\
\
|
|
/
|
*
Add new native Looper API.
Dianne Hackborn
2010-07-02
3
-5
/
+75
*
|
am 39c921c6: am 8ae5a8e7: Get to the point of being able to do native drawing.
Dianne Hackborn
2010-07-01
2
-8
/
+25
|
\
\
|
|
/
|
*
Get to the point of being able to do native drawing.
Dianne Hackborn
2010-07-01
2
-8
/
+25
*
|
am 58f35ff4: am 54a181b1: Make real API for native code to get its window.
Dianne Hackborn
2010-07-01
2
-18
/
+30
|
\
\
|
|
/
|
*
Make real API for native code to get its window.
Dianne Hackborn
2010-07-01
2
-18
/
+30
*
|
am 177c405a: am c6e1d880: Merge "Introduce official public NativeWindow type....
Dianne Hackborn
2010-06-30
1
-0
/
+33
|
\
\
|
|
/
|
*
Introduce official public NativeWindow type.
Dianne Hackborn
2010-06-30
1
-0
/
+33
*
|
am b5f05d00: am 0934fbb6: Merge "Update native activity & event APIs to follo...
Dianne Hackborn
2010-06-29
2
-70
/
+77
|
\
\
|
|
/
|
*
Update native activity & event APIs to follow correct conventions.
Dianne Hackborn
2010-06-29
2
-70
/
+77
[next]