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
/
include
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 9785bf0f: am 14a288da: Merge "Add suuport for splitting touch events acros...
Jeff Brown
2010-09-27
1
-0
/
+3
|
\
|
*
Merge "Add suuport for splitting touch events across windows." into gingerbread
Jeff Brown
2010-09-27
1
-0
/
+3
|
|
\
|
|
*
Add suuport for splitting touch events across windows.
Jeff Brown
2010-09-26
1
-0
/
+3
*
|
|
am 3e07c000: am 74865ef6: Merge "Add locking around ZIP seeking" into gingerb...
Kenny Root
2010-09-24
1
-2
/
+6
|
\
\
\
|
|
/
/
|
*
|
Add locking around ZIP seeking
Kenny Root
2010-09-24
1
-2
/
+6
|
|
/
*
|
am 4ec134cd: am cce0cd13: Merge "Looper: use pthread_once for TLS key initial...
Jeff Brown
2010-09-21
1
-0
/
+1
|
\
\
|
|
/
|
*
Looper: use pthread_once for TLS key initialization.
Jeff Brown
2010-09-21
1
-0
/
+1
*
|
am bc9599d4: am 838e93ed: Merge "Looper: Drop default parameters in favor of ...
Jeff Brown
2010-09-17
1
-6
/
+9
|
\
\
|
|
/
|
*
Looper: Drop default parameters in favor of a safer overload.
Jeff Brown
2010-09-16
1
-6
/
+9
*
|
am 14bc6b5d: am 09340a4b: Merge "Replace epoll() with poll() and rename PollL...
Jeff Brown
2010-09-15
2
-219
/
+210
|
\
\
|
|
/
|
*
Replace epoll() with poll() and rename PollLoop to Looper.
Jeff Brown
2010-09-14
2
-219
/
+210
*
|
am 0f0541e4: am b88102f5: Input dispatcher ANR handling enhancements.
Jeff Brown
2010-09-12
1
-12
/
+26
|
\
\
|
|
/
|
*
Input dispatcher ANR handling enhancements.
Jeff Brown
2010-09-12
1
-12
/
+26
*
|
Merge "Purge Skia objects from GL caches as needed."
Romain Guy
2010-09-08
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Purge Skia objects from GL caches as needed.
Romain Guy
2010-09-08
1
-0
/
+5
*
|
Modify native ALooper to take an explicit ident.
Dianne Hackborn
2010-09-07
1
-3
/
+11
|
/
*
Add OBB flags to support overlays
Kenny Root
2010-08-18
1
-4
/
+31
*
Merge "Add support for the PointerLocation overlay." into gingerbread
Jeff Brown
2010-08-11
1
-1
/
+2
|
\
|
*
Add support for the PointerLocation overlay.
Jeff Brown
2010-08-11
1
-1
/
+2
*
|
Initial tool for OBB manipulation
Kenny Root
2010-08-11
1
-0
/
+4
*
|
More native work.
Dianne Hackborn
2010-08-11
2
-57
/
+64
|
/
*
Fix String8::operator+
Kenny Root
2010-08-06
1
-2
/
+2
*
Support streaming of compressed assets > 1 megabyte
Christopher Tate
2010-07-28
2
-9
/
+84
*
Fix bug with phantom input windows.
Jeff Brown
2010-07-16
1
-0
/
+2
*
Add native C APIs for working with the Asset Manager
Christopher Tate
2010-07-15
1
-1
/
+19
*
Add new glue code for writing native apps.
Dianne Hackborn
2010-07-08
1
-8
/
+34
*
Add OBB file helper class
Kenny Root
2010-07-07
1
-0
/
+87
*
Add new native Looper API.
Dianne Hackborn
2010-07-02
1
-1
/
+33
*
Fix a bug in sp<> and wp<> which could cause memory corruptions
Mathias Agopian
2010-06-24
1
-12
/
+20
*
Even more native input dispatch work in progress.
Jeff Brown
2010-06-17
3
-12
/
+16
*
Fix include paths.
Jeff Brown
2010-06-13
1
-1
/
+1
*
Native input dispatch rewrite work in progress.
Jeff Brown
2010-06-13
7
-108
/
+296
*
Fix a typo in Singleton<>
Mathias Agopian
2010-05-28
1
-3
/
+5
*
added RWLock C++ wrapper
Mathias Agopian
2010-05-19
1
-0
/
+90
*
ZipUtilsRO rewrite based on Dalvik Zip rewrite
Kenny Root
2010-05-12
2
-10
/
+27
*
New xlarge screen size.
Dianne Hackborn
2010-04-28
1
-3
/
+28
*
libutils Condition are now PRIVATE by default
Mathias Agopian
2010-03-19
1
-1
/
+18
*
Add ability for some manifest attributes to reference resources.
Dianne Hackborn
2010-03-09
1
-2
/
+2
*
Refactor car mode.
Dianne Hackborn
2010-03-05
1
-1
/
+2
*
Fix issue #2448075: aapt doesn't fix up activity-alias android:targetActivity...
Dianne Hackborn
2010-03-01
1
-6
/
+7
*
Use UTF-8 strings to avoid duplicate caching, part 1
Kenny Root
2010-02-23
1
-0
/
+2
*
remove a dependency of GraphicBuffer (libui) on Parcel (libbinder).
Mathias Agopian
2010-02-21
1
-0
/
+62
*
Totally remove Unicode.cpp and rely on ICU
Kenny Root
2010-02-12
1
-128
/
+0
*
Excise code from Unicode.cpp that was dead
Kenny Root
2010-02-12
1
-127
/
+0
*
Introduce special UI modes for night and car usage.
Tobias Haamel
2010-02-11
1
-16
/
+69
*
Add string resource type inspection
Kenny Root
2009-12-10
1
-0
/
+4
*
Merge change I129483f8 into eclair-mr2
Android (Google) Code Review
2009-12-08
3
-2
/
+20
|
\
|
*
Optional use of UTF-8 strings in resource bundles
Kenny Root
2009-12-07
3
-2
/
+20
*
|
Propagate background scheduling class across processes.
Dianne Hackborn
2009-12-07
1
-0
/
+18
|
/
*
Fix issue #2226370: Resource versions match with equality
Dianne Hackborn
2009-11-01
1
-2
/
+2
[next]