Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
frameworks
/
base
/
7c8b81c53674ffbd3fc0cdf29f5fff4548fda085
/
libs
/
utils
3c2fb02
am 8148cc3e: am 86ea1f5f: Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
8e5799e
am af685f3b: am 85a7f99c: Merge "Refactor how timeouts are calculated. (DO NOT MERGE)" into honeycomb-mr2
by Jeff Brown
· 14 years ago
86ea1f5
Initial checkin of spot presentation for touchpad gestures. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
68d6075
Refactor how timeouts are calculated. (DO NOT MERGE)
by Jeff Brown
· 14 years ago
06a8cea
am c851ea56: am 69cb8757: Add new "-swNNNdp" resource qualifier.
by Dianne Hackborn
· 14 years ago
69cb875
Add new "-swNNNdp" resource qualifier.
by Dianne Hackborn
· 14 years ago
2e4a323
am 46a282f3: am 0ed2e845: Merge "DO NOT MERGE. Integrate add new screen width/height in "dp" configs." into honeycomb-mr2
by Dianne Hackborn
· 14 years ago
ebff8f9
DO NOT MERGE. Integrate add new screen width/height in "dp" configs.
by Dianne Hackborn
· 14 years ago
041aa34
am 87d86044: am bcd029b6: Merge "Add missing clean-up of idmap file descriptors."
by Conley Owens
· 14 years ago
2b91c67
Add missing clean-up of idmap file descriptors.
by Mårten Kongstad
· 14 years ago
fbb0e9f
am bb93dad9: am bb10986c: am 13ce221e: Merge "libutils: Fix an improper const-cast in RefBase"
by Kenny Root
· 14 years ago
c4fbbe0
libutils: Fix an improper const-cast in RefBase
by Josh Stone
· 14 years ago
18490fb
resolved conflicts for merge of 87b3c0dc to honeycomb-plus-aosp
by Kenny Root
· 14 years ago
57f4b77
Runtime resource overlay, iteration 1.
by Mårten Kongstad
· 14 years ago
05dc66a
Fade out the mouse pointer after inactivity or other events.
by Jeff Brown
· 14 years ago
32a55cf6
Fix sp<> conversion operator / constructor
by Mathias Agopian
· 14 years ago
ffbe826
Merge "Fix some issues with RefBase debugging."
by Mathias Agopian
· 14 years ago
6152bbc
Merge "Bug 3362814 Fix SMP race in access to mRequestExit"
by Glenn Kasten
· 14 years ago
ec122eb
Fix some issues with RefBase debugging.
by Mathias Agopian
· 14 years ago
c2b3cda
Bug 3362814 Fix SMP race in access to mRequestExit
by Glenn Kasten
· 14 years ago
a688b57
Remove RefBase.h dependency on TextOutput.h
by Mathias Agopian
· 14 years ago
bb9d394
Clean up use of HAVE_ANDROID_OS
by Kenny Root
· 14 years ago
ec2cd74
am 1314bdb2: am e88fa50b: Merge from open-source gingerbread
by Jean-Baptiste Queru
· 14 years ago
1314bdb
am e88fa50b: Merge from open-source gingerbread
by Jean-Baptiste Queru
· 14 years ago
e88fa50
Merge from open-source gingerbread
by Jean-Baptiste Queru
· 14 years ago
371de96
am a1f5e82f: am a30063d8: am 25eb0464: Merge "Normalize output from aapt d"
by Dianne Hackborn
· 14 years ago
a1f5e82
am a30063d8: am 25eb0464: Merge "Normalize output from aapt d"
by Dianne Hackborn
· 14 years ago
e75d872
Fix issue #3392073: At times soft keyboard comes up in...
by Dianne Hackborn
· 14 years ago
2d9299b
fix failing thread object run
by Ritu Srivastava
· 14 years ago
41f4d4d
Fix issue 3302649.
by Eric Laurent
· 14 years ago
730ba19
Fix issue 3302649.
by Eric Laurent
· 14 years ago
9872bf4
Normalize output from aapt d
by Shachar Shemesh
· 14 years ago
83c0968
Add initial support for cursor-based pointing devices.
by Jeff Brown
· 14 years ago
ddb76c4
Change assets to use 64-bit API
by Kenny Root
· 14 years ago
9065504
Improve support for external keyboards.
by Jeff Brown
· 14 years ago
47e6b1b
Support non-orientation aware keyboards and other devices.
by Jeff Brown
· 14 years ago
a6210d0
Fix SDK build on Windows due to use of mmap.
by Jeff Brown
· 14 years ago
6b53e8d
Added support for full PC-style keyboards.
by Jeff Brown
· 14 years ago
300ba68
Split UTF functions from String8/16
by Kenny Root
· 14 years ago
5c4cf8c
Fix default return code for getResource
by Kenny Root
· 14 years ago
55fc850
Add path to get different DPI drawables
by Kenny Root
· 14 years ago
da36c84
am 7ba8c44e: am 8ad30b5b: Merge "Initialized check in ZipFileRO::findEntryByName" into gingerbread
by Kenny Root
· 14 years ago
0b22423
Initialized check in ZipFileRO::findEntryByName
by Kenny Root
· 14 years ago
385a753
resolved conflicts for merge of 368fdba4 to master
by Brad Fitzpatrick
· 14 years ago
431bb22
Reduce logging.
by Joe Onorato
· 14 years ago
497a92c
Add keycodes and meta-key modifiers to support external keyboards.
by Jeff Brown
· 14 years ago
cd9afc3
am 729503c2: am 848a2bc4: Merge "MinGW/Cygwin requires open() in O_BINARY mode." into gingerbread
by Raphael Moll
· 14 years ago
fcab0f5
am 8fda1636: am bdf8034c: Merge "OBB: use PBKDF2 for key generation." into gingerbread
by Kenny Root
· 14 years ago
5c4d4da
MinGW/Cygwin requires open() in O_BINARY mode.
by Raphael Moll
· 14 years ago
3b1abba
OBB: use PBKDF2 for key generation.
by Kenny Root
· 14 years ago
d5da367
am 22cb4ef8: am d577cfd7: Merge "Switch Looper back to using poll() instead of epoll()." into gingerbread
by Jeff Brown
· 14 years ago
415d8c3
Switch Looper back to using poll() instead of epoll().
by Jeff Brown
· 14 years ago
4f65ea6
am bfa33b94: am f84a5918: Merge "Use pread() in ZipFileRO for Linux" into gingerbread
by Kenny Root
· 14 years ago
259ec46
Use pread() in ZipFileRO for Linux
by Kenny Root
· 14 years ago
6d95c0d
am ac754073: am b58b2714: Merge "ZipFileRO: moar logging and wrap close" into gingerbread
by Kenny Root
· 14 years ago
6cb241f
ZipFileRO: moar logging and wrap close
by Kenny Root
· 14 years ago
26b4e04
am c55f6da7: am 0b606263: Merge "Revert "Revert "Free created FileMap when uncompressing files""" into gingerbread
by Kenny Root
· 14 years ago
dcdab6a
am 3e07c000: am 74865ef6: Merge "Add locking around ZIP seeking" into gingerbread
by Kenny Root
· 14 years ago
ba606d4
Revert "Revert "Free created FileMap when uncompressing files""
by Kenny Root
· 14 years ago
6458fa0
Add locking around ZIP seeking
by Kenny Root
· 14 years ago
fdc8567
am 4ec134cd: am cce0cd13: Merge "Looper: use pthread_once for TLS key initialization." into gingerbread
by Jeff Brown
· 14 years ago
134b4ae
Looper: use pthread_once for TLS key initialization.
by Jeff Brown
· 14 years ago
a213583
am a8d95248: am 7d4739be: Merge "Reduce lock thrashing in native Looper." into gingerbread
by Jeff Brown
· 14 years ago
9604987
Reduce lock thrashing in native Looper.
by Jeff Brown
· 14 years ago
ec8ae3c
am d3576ef8: am 1ac48eab: Merge "Ensure input dispatcher and native looper handles EINTR." into gingerbread
by Jeff Brown
· 14 years ago
7dae0e4
Ensure input dispatcher and native looper handles EINTR.
by Jeff Brown
· 14 years ago
4947853
am 14bc6b5d: am 09340a4b: Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread
by Jeff Brown
· 14 years ago
4fe6c3e
Replace epoll() with poll() and rename PollLoop to Looper.
by Jeff Brown
· 14 years ago
b3787d5
am 0f0541e4: am b88102f5: Input dispatcher ANR handling enhancements.
by Jeff Brown
· 14 years ago
b88102f
Input dispatcher ANR handling enhancements.
by Jeff Brown
· 14 years ago
84d10ad
am 510951e9: am a8512a71: Always set the scheduling group when starting a new thread.
by Dianne Hackborn
· 14 years ago
a8512a7
Always set the scheduling group when starting a new thread.
by Dianne Hackborn
· 14 years ago
a009dde
am 2a08e2a9: am a19ef306: Revert "Free created FileMap when uncompressing files"
by Kenny Root
· 14 years ago
a19ef30
Revert "Free created FileMap when uncompressing files"
by Kenny Root
· 14 years ago
3472626
am a1205f07: am 2d3739d4: Merge "Modify native ALooper to take an explicit ident." into gingerbread
by Dianne Hackborn
· 14 years ago
42c03e5
Modify native ALooper to take an explicit ident.
by Dianne Hackborn
· 14 years ago
6aa616c
am 05dff838: am 11bbe200: Hopefully fix the build.
by Dianne Hackborn
· 14 years ago
4970675
am b8bcfed5: am f703b77c: Merge "Add system property to turn off scheduling groups." into gingerbread
by Dianne Hackborn
· 14 years ago
11bbe20
Hopefully fix the build.
by Dianne Hackborn
· 14 years ago
84bb52e
Add system property to turn off scheduling groups.
by Dianne Hackborn
· 15 years ago
8716030
am 8d5250c6: am 2e246549: Merge "Add better debug output for ResourceType errors" into gingerbread
by Kenny Root
· 15 years ago
68c2e91
Add better debug output for ResourceType errors
by Kenny Root
· 15 years ago
7a97e5a
am 8e724905: am ad6731b0: Merge "Add debugging to ZipFileRO" into gingerbread
by Kenny Root
· 15 years ago
6329fdb
Add debugging to ZipFileRO
by Kenny Root
· 15 years ago
e0e6a0f
am b90b9d54: am 6be23712: Merge "Free created FileMap when uncompressing files" into gingerbread
by Kenny Root
· 15 years ago
e49564e
am 821afa9a: am 54d41379: Merge "Add OBB flags to support overlays" into gingerbread
by Kenny Root
· 15 years ago
52b8235
Free created FileMap when uncompressing files
by Kenny Root
· 15 years ago
02ca31f
Add OBB flags to support overlays
by Kenny Root
· 15 years ago
1f5a8d9
am 80328ba0: am 8ea71511: Merge "Initial tool for OBB manipulation" into gingerbread
by Kenny Root
· 15 years ago
6e7ac5f
Initial tool for OBB manipulation
by Kenny Root
· 15 years ago
7b6d0d9
am 679ac09a: am a5ae50cd: Merge "More native work." into gingerbread
by Dianne Hackborn
· 15 years ago
08d5b8f
More native work.
by Dianne Hackborn
· 15 years ago
91fc6e8
am d7ce227b: am 818490ab: Fix String8::operator+
by Kenny Root
· 15 years ago
818490a
Fix String8::operator+
by Kenny Root
· 15 years ago
d70cbb8
am aec3e36f: am 2d817f75: Free scanBuf in ZipFileRO
by Kenny Root
· 15 years ago
2d817f7
Free scanBuf in ZipFileRO
by Kenny Root
· 15 years ago
1fdacef
am 06abd0a6: am 571180c4: Merge "Attempt to fix the SDK build" into gingerbread
by Christopher Tate
· 15 years ago
466b22b
Attempt to fix the SDK build
by Christopher Tate
· 15 years ago
98d4a5c
am 4dc8ead1: am 7b40518e: Merge "Change unistd.h to stddef.h to be correct" into gingerbread
by Chris Tate
· 15 years ago
a4879ba
Change unistd.h to stddef.h to be correct
by Kenny Root
· 15 years ago
Next »