1. af30c1b First pass at reworking screen density/size APIs. by Dianne Hackborn · 15 years ago
  2. 5fcc03f Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 16 years ago
  3. de6926b add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes by Mathias Agopian · 16 years ago
  4. 1555436 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 16 years ago
  5. 44dad3e Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32 by Daisuke Miyakawa · 16 years ago
  6. 34ed827 Fix sim build. by Andy McFadden · 16 years ago
  7. bd875d2 Don't re-parse the framework resources all the time. by Dianne Hackborn · 16 years ago
  8. cfd0382 Fix issue #1673793: Theme styles don't apply. by Dianne Hackborn · 16 years ago
  9. 8b72a9b Expand support for different screen sizes. by Dianne Hackborn · 16 years ago
  10. 35b4039 move ui/Time.cpp to core/jni, since this is the only place it is used by Mathias Agopian · 16 years ago
  11. 585d4f4 Only report "unknown metadata" once per restore helper by Christopher Tate · 16 years ago
  12. 02abe53 Add file mode to the file-backup saved state blobs by Christopher Tate · 16 years ago
  13. 1095188 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 16 years ago
  14. fe3b5ed fix warnings that will show up with GCC 4.4 (in master) by Mathias Agopian · 16 years ago
  15. a33bd16 improve Vector<> with types that can be trivially moved and remove some unused code. by Mathias Agopian · 16 years ago
  16. 4538dd8 Report densities in badging, debugging for nine patch bug. by Dianne Hackborn · 16 years ago
  17. aebb1ce backup stuff by Joe Onorato · 16 years ago
  18. b90ae55 Make RestoreHelper and friends also write out the snapshot state. by Joe Onorato · 16 years ago
  19. f9f76ac FileRestoreHelper and RestoreHelperDispatcher work. by Joe Onorato · 16 years ago
  20. 1781fd1 checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 16 years ago
  21. 9becbac Make the file backup helper not crash if a file you requested by Joe Onorato · 16 years ago
  22. 0d1d7ae Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 16 years ago
  23. 14d978d get rid of LogSocket which wasn't even implemented (enabled) by Mathias Agopian · 16 years ago
  24. 09e2b14 break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of inet_address.h and Socket.h which were not used by Mathias Agopian · 16 years ago
  25. 254406e rename string_array.h to StringArray.h and move the implementation from the header file to a new cpp file. by Mathias Agopian · 16 years ago
  26. ba6a87f cleanup Debug.h a bit by Mathias Agopian · 16 years ago
  27. 7c88914 rename a few files to camel-case, add copyright notices by Mathias Agopian · 16 years ago
  28. 9f2dc70 move utils/Pipe.h to the simulator by Mathias Agopian · 16 years ago
  29. 861db31 get rid of TimerProbe which is never used by Mathias Agopian · 16 years ago
  30. d12529a get rid of sleepForInterval() which didn't seem to be used anywhere in the source tree. Also get rid of ported.h which seem to be used only (possibly) in the sim. moved the implementation there. by Mathias Agopian · 16 years ago
  31. ec8fb94 get rid of utils.h by Mathias Agopian · 16 years ago
  32. cbae9a2 get rid of utils/executablepath.h, which now lives in the simulator by Mathias Agopian · 16 years ago
  33. 624756e force explicit instantiation of Singleton<> objects by Mathias Agopian · 16 years ago
  34. d0ef3d4 some work to try to reduce the code size of some native libraries by Mathias Agopian · 16 years ago
  35. 61c60b1 move libbinder's header files under includes/binder by Mathias Agopian · 16 years ago
  36. 062a488 Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 16 years ago
  37. 7ac7ecb Update aapt badging for native code, configs, density, etc. by Dianne Hackborn · 16 years ago
  38. cd1c1c8 Add the backup data file writer C++ class. by Joe Onorato · 16 years ago
  39. 62a381b Implement the C++ class to write the backed up file data. by Joe Onorato · 16 years ago
  40. b81a9a1 Get the backup calling through to the file backup helper. by Joe Onorato · 16 years ago
  41. 5222355 fix the sim build. disables the tests for now. by Joe Onorato · 16 years ago
  42. aaead20 Add some C++ code to do raw files for backup by Joe Onorato · 16 years ago
  43. 019f8ed update surfaceflinger, libui and libagl to the new gralloc api by Mathias Agopian · 16 years ago
  44. 0077a0d improvements (I hope) to to List.h implementation: by Mathias Agopian · 16 years ago
  45. ebd9dd5 small fix to List.h, the post-increment iterators should return "const" objects to disallow constructs such as i++++ by Mathias Agopian · 16 years ago
  46. 624a35e Add support for changing a threads scheduler group. Three groups are available (default, background non interactive, foreground boost). Setting a thread priority to PRIORITY_BACKGROUND will transparently change groups to background by San Mehat · 16 years ago
  47. 76f6b45 a brand new MessageQueue for SurfaceFlinger. by Mathias Agopian · 16 years ago
  48. d8c95cc Squashed commit of the following: by Mathias Agopian · 16 years ago
  49. 8dbfd35 Squashed commit of the following: by Robert Greenwalt · 16 years ago
  50. 544e3e3 fix a rookie mistake causing Singleton<> to be a "multiton". Also improve the BufferMapper's debugging, but turn it off. by Mathias Agopian · 16 years ago
  51. cf89aa4 fix KeyedVector::replaceValueAt, which wouldn't even compile if used. by Mathias Agopian · 16 years ago
  52. 6b35f97 Integrate from //sandbox/mathias/donut/...@145728 by Mathias Agopian · 16 years ago
  53. 4e3ea4a auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 16 years ago
  54. 7a4c839 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
  55. cbb1011 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  56. cf59fa8 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  57. 7aa707a auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  58. c739660 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  59. dccb00b auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  60. 60dcc00 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  61. 13e4bed AAPT needs a buffer larger than 1 MB on the host to decode resources.arsc from SDK/android.jar. by ralf · 16 years ago
  62. 7976caa auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  63. 046e40c auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  64. 7810449 Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  65. d245d1d Initial Contribution by The Android Open Source Project · 16 years ago
  66. 6bac41f get rid of HAL pixelformats 5551 and 4444 by Mathias Agopian · 11 years ago
  67. 224445c Merge "add sRGB pixel formats to the HALs" by Mathias Agopian · 11 years ago
  68. 8d9da28 add sRGB pixel formats to the HALs by Mathias Agopian · 11 years ago
  69. 9227bd3 Move liblog headers to system/core/include/log by Colin Cross · 11 years ago
  70. 87bc464 Merge "Valid channel mask must have at least one channel" by Glenn Kasten · 11 years ago
  71. 000b1d0 thread_defs: remove trailing whitespace by Alex Ray · 11 years ago
  72. 42cf2b5 fix windows build by Colin Cross · 11 years ago
  73. 8a84c71 cutils: add thread_defs header by Alex Ray · 11 years ago
  74. f7326dc Valid channel mask must have at least one channel by Glenn Kasten · 11 years ago
  75. 05529a1 Add defines for audio offload and non-blocking write by Richard Fitzgerald · 12 years ago
  76. f5d79aa Merge "Don't use __attribute__(__error__)" by Nick Kralevich · 12 years ago
  77. bda25e4 Don't use __attribute__(__error__) by Nick Kralevich · 12 years ago
  78. 9ede332 Set ATRACE_ENABLE() to '0' if not availble by Tobias Grosser · 12 years ago
  79. abb7d58 HACK: cutils: restore record_stream temporarily by Dima Zavin · 12 years ago
  80. e44c6b7 Merge "property_get: do argument checking." by Nick Kralevich · 12 years ago
  81. 1c743de Merge "properties.h: avoid duplicating constant values" by Nick Kralevich · 12 years ago
  82. d8b11c1 Add ATRACE_TAG_RS. by Tim Murray · 12 years ago
  83. 0e54ec8 property_get: do argument checking. by Nick Kralevich · 12 years ago
  84. 53df3ad properties.h: avoid duplicating constant values by Nick Kralevich · 12 years ago
  85. 9186d85 am a817ff9c: resolved conflicts for merge of 07db2970 to jb-mr2-dev-plus-aosp by Brian Carlstrom · 12 years ago
  86. a817ff9 resolved conflicts for merge of 07db2970 to jb-mr2-dev-plus-aosp by Brian Carlstrom · 12 years ago
  87. 8905405 Add flush_my_map_info_list() and fix a bug in the Mac load_map_info_list(). by Elliott Hughes · 13 years ago
  88. a0e780e am 6e46a3b8: am a1ee12ca: Merge "libcutils: add a trace tag for Dalvik" into jb-mr2-dev by Jamie Gennis · 12 years ago
  89. a1ee12c Merge "libcutils: add a trace tag for Dalvik" into jb-mr2-dev by Jamie Gennis · 12 years ago
  90. 2b68e06 libcutils: add a trace tag for Dalvik by Jamie Gennis · 12 years ago
  91. e00a12b cutils: first pass at cleaning up legacy/obsolete code in cutils by Dima Zavin · 12 years ago
  92. 7629bf1 am 9e9ed1b4: am 131ee07b: Merge "Add a new group for MediaDrm engine plugins" into jb-mr2-dev by Jeff Tinker · 12 years ago
  93. 131ee07 Merge "Add a new group for MediaDrm engine plugins" into jb-mr2-dev by Jeff Tinker · 12 years ago
  94. af1cbd4 am 0db6600a: am 7ee2e26e: Remove DBUS from make and header files by Matthew Xie · 12 years ago
  95. 08d6430 Add a new group for MediaDrm engine plugins by Jeff Tinker · 12 years ago
  96. 7ee2e26 Remove DBUS from make and header files by Matthew Xie · 12 years ago
  97. ca8e66a Make init handle reboots by Nick Kralevich · 12 years ago
  98. 4fcd7af am 3d35db33: am ca0cb785: Merge "graphics: add Android flexible YCbCr format" into jb-mr2-dev by Alex Ray · 12 years ago
  99. ca0cb78 Merge "graphics: add Android flexible YCbCr format" into jb-mr2-dev by Alex Ray · 12 years ago
  100. dcbe6b4 am b7b2c71b: am 25538257: Merge "cutils: add a way to disable tracing for a process" into jb-mr2-dev by Jamie Gennis · 12 years ago