1. 6786fcc DO NOT MERGE by James Dong · 14 years ago
  2. 120a459 Drop all dispatcher state when dispatcher is disabled. by Jeff Brown · 14 years ago
  3. c3db858 Add unit tests for native input and fix bugs identified. by Jeff Brown · 14 years ago
  4. bf5efba Merge "Fix issue #3117918: No way to finish a native activity" into gingerbread by Dianne Hackborn · 14 years ago
  5. db28a94 Fix issue #3117918: No way to finish a native activity by Dianne Hackborn · 14 years ago
  6. 0c63605 Merge "Mirror the preview for front-facing cameras. do not merge" into gingerbread by Mathias Agopian · 14 years ago
  7. b982fb4 Mirror the preview for front-facing cameras. do not merge by Wu-cheng Li · 14 years ago
  8. 22b37fa File writer size estimation improvement by James Dong · 14 years ago
  9. e2fe69e Fix bug where home presses were not poking user activity. by Jeff Brown · 14 years ago
  10. 5a40e39 For thumbnail extraction make sure we instantiate a decoder that allows access to the framebuffer. Implement the samsung workaround to support this by reconfiguring the decoder. by Andreas Huber · 14 years ago
  11. 2d3f159 Add support for secure system overlays. (DO NOT MERGE) by Jeff Brown · 14 years ago
  12. 6ac35f0 Check-in of a copy of the Khronos OpenMAX headers formerly included from external/opencore. by Andreas Huber · 14 years ago
  13. c1e7b21 Merge "Improve input device calibration format." into gingerbread by Jeff Brown · 14 years ago
  14. 78a76fea2 Merge "Revert to using epoll_wait()." into gingerbread by Jeff Brown · 14 years ago
  15. c6d282b Improve input device calibration format. by Jeff Brown · 14 years ago
  16. d4e03f3 addresses parts of 3096779 and 3097475 by Mathias Agopian · 14 years ago
  17. bdf8034 Merge "OBB: use PBKDF2 for key generation." into gingerbread by Kenny Root · 14 years ago
  18. 3b1abba OBB: use PBKDF2 for key generation. by Kenny Root · 14 years ago
  19. 011b5bc Merge "implement part of [3094280] New animation for screen on and screen off add support for screen on animation" into gingerbread by Mathias Agopian · 14 years ago
  20. 2d2b803 implement part of [3094280] New animation for screen on and screen off by Mathias Agopian · 14 years ago
  21. 312644c Merge "Support for writing to MPEG2 transport stream files." into gingerbread by Andreas Huber · 14 years ago
  22. 165c657 Merge "HTTP Live content that are tagged as complete are now seekable." into gingerbread by Andreas Huber · 14 years ago
  23. 9adf466 Support for writing to MPEG2 transport stream files. by Andreas Huber · 14 years ago
  24. 54d0972 HTTP Live content that are tagged as complete are now seekable. by Andreas Huber · 14 years ago
  25. aab758e turn off the electron beam by Mathias Agopian · 14 years ago
  26. b4de3dc Merge "OBB: rearrange to be entirely asynchronous" into gingerbread by Kenny Root · 14 years ago
  27. af9d667 OBB: rearrange to be entirely asynchronous by Kenny Root · 14 years ago
  28. b931a1b Fix an event injection bug when the policy is bypassed. by Jeff Brown · 14 years ago
  29. b699726 Added more robust tracking and cancelation of events. by Jeff Brown · 14 years ago
  30. f72dd01 Merge "Disable 10secs forward/backward seeking for rtsp as seek is a very expensive operation there. Decouple the 10sec forward/backward button functionality from seekbar functionality." into gingerbread by Andreas Huber · 14 years ago
  31. 10b9b3f Disable 10secs forward/backward seeking for rtsp as seek is a very expensive operation there. Decouple the 10sec forward/backward button functionality from seekbar functionality. by Andreas Huber · 14 years ago
  32. b3bdf3f Added getter for session Id to AudioSink by Eric Laurent · 14 years ago
  33. a97e50f Revert to using epoll_wait(). by Jeff Brown · 14 years ago
  34. d577cfd Merge "Switch Looper back to using poll() instead of epoll()." into gingerbread by Jeff Brown · 14 years ago
  35. 415d8c3 Switch Looper back to using poll() instead of epoll(). by Jeff Brown · 14 years ago
  36. 4c19bf9 Work to support switching transport streams mid-stream and signalling discontinuities to the decoder. by Andreas Huber · 14 years ago
  37. 1e19416 On this particular device the hardware video decoder spits out buffers that don't actually contain our video data, so we cannot use them to restore the video frame after suspend/resume. by Andreas Huber · 14 years ago
  38. c743f45 Make sure to call AudioTrack::stop() instead of AudioTrack::pause() after submitting all samples to AudioTrack to make sure those remaining samples are actually played out. by Andreas Huber · 14 years ago
  39. 19dfc83 Make secure views tolerate IME overlays. by Jeff Brown · 14 years ago
  40. 8ddd2c7 fix [2835280] Add support for cancelling buffers to ANativeWindow by Mathias Agopian · 14 years ago
  41. 1905887 Merge "refactored screenshot code" into gingerbread by Mathias Agopian · 14 years ago
  42. 6f1c7bd Merge "Fixed an issue where the reserved free space in the file writer was larger than intended" into gingerbread by James Dong · 14 years ago
  43. 597c7f6 refactored screenshot code by Mathias Agopian · 14 years ago
  44. 6a9e39a Fixed an issue where the reserved free space in the file writer was larger than intended by James Dong · 14 years ago
  45. 259ec46 Use pread() in ZipFileRO for Linux by Kenny Root · 14 years ago
  46. b58b271 Merge "ZipFileRO: moar logging and wrap close" into gingerbread by Kenny Root · 14 years ago
  47. 7342bb9 Wait for initial device scan to finish before updating config. by Jeff Brown · 14 years ago
  48. 6cb241f ZipFileRO: moar logging and wrap close by Kenny Root · 14 years ago
  49. f2f4871 Minor logging changes to input dispatcher to help with debugging. by Jeff Brown · 14 years ago
  50. 0eaf393 Support haptic feedback for virtual keys defined in key layout. by Jeff Brown · 14 years ago
  51. 4712baa Issue 3032913: improve AudioTrack recovery time by Eric Laurent · 14 years ago
  52. ef3d7e8 Move verbose logging of device capabilities to dumpsys. by Jeff Brown · 14 years ago
  53. 05105f7 Update OBB API to include callbacks by Kenny Root · 14 years ago
  54. be04506 Merge "Instead of constantly polling the AudioPlayer to see if it reached EOS or finished seeking, initiate the notification from the AudioPlayer when the event happens." into gingerbread by Andreas Huber · 14 years ago
  55. 2b359ed Instead of constantly polling the AudioPlayer to see if it reached EOS or finished seeking, initiate the notification from the AudioPlayer when the event happens. by Andreas Huber · 14 years ago
  56. 4769f57 Merge "Vorbis files may have more samples encoded that should be used, i.e. we have to trim samples at the end of the stream. This is crucial for proper looping of some audio files." into gingerbread by Andreas Huber · 14 years ago
  57. 3a9cc8c Merge "Squashed commit of the following:" into gingerbread by Andreas Huber · 14 years ago
  58. 38ae220 Vorbis files may have more samples encoded that should be used, i.e. we have to trim samples at the end of the stream. This is crucial for proper looping of some audio files. by Andreas Huber · 14 years ago
  59. 14a288d Merge "Add suuport for splitting touch events across windows." into gingerbread by Jeff Brown · 14 years ago
  60. c751ecc Squashed commit of the following: by Andreas Huber · 14 years ago
  61. 01ce2e9 Add suuport for splitting touch events across windows. by Jeff Brown · 14 years ago
  62. beabe75 Merge changes I1f7c4535,I741c68a2 into gingerbread by Mathias Agopian · 14 years ago
  63. ca5edbe add support for [1974164] Be able to take a screen shot on the device by Mathias Agopian · 14 years ago
  64. 6458fa0 Add locking around ZIP seeking by Kenny Root · 14 years ago
  65. cce0cd1 Merge "Looper: use pthread_once for TLS key initialization." into gingerbread by Jeff Brown · 14 years ago
  66. 134b4ae Looper: use pthread_once for TLS key initialization. by Jeff Brown · 14 years ago
  67. 6e3fa44 Remove stagefright foundation's incompatible logging interface and update callsites. by Andreas Huber · 14 years ago
  68. d45cb72 Rename FOCUS_MODE_CONTINUOUS to FOCUS_MODE_CONTINUOUS_VIDEO. by Wu-cheng Li · 14 years ago
  69. a1361e4 Looper: Drop default parameters in favor of a safer overload. by Jeff Brown · 14 years ago
  70. 54a1825 Fix app switch latency optimization. by Jeff Brown · 14 years ago
  71. 24326f7 Merge "Input API review." into gingerbread by Jeff Brown · 14 years ago
  72. 519e024 Make input dispatcher only ANR for foreground windows. by Jeff Brown · 14 years ago
  73. f182e8a fix a typo where the eventtags code were wrong by Mathias Agopian · 14 years ago
  74. dc1ab4b Input API review. by Jeff Brown · 14 years ago
  75. 09340a4 Merge "Replace epoll() with poll() and rename PollLoop to Looper." into gingerbread by Jeff Brown · 14 years ago
  76. 4fe6c3e Replace epoll() with poll() and rename PollLoop to Looper. by Jeff Brown · 14 years ago
  77. 04262e9 Add logging of various important graphics events by Mathias Agopian · 14 years ago
  78. b88102f Input dispatcher ANR handling enhancements. by Jeff Brown · 14 years ago
  79. d353c84 Merge "HW audio encoder expects timestamp via kKeyTime from each input buffer" into gingerbread by James Dong · 14 years ago
  80. d015ccf HW audio encoder expects timestamp via kKeyTime from each input buffer by James Dong · 14 years ago
  81. 95d5de0 Modify type of some environmental reverb parameters by Eric Laurent · 14 years ago
  82. b21fb10 Fix key repeat delay. by Jeff Brown · 14 years ago
  83. 85a3176 Add support for secure views. by Jeff Brown · 14 years ago
  84. 42c03e5 Modify native ALooper to take an explicit ident. by Dianne Hackborn · 14 years ago
  85. 9fee0b2 Ogg files can be tagged to be automatically looping, this setting always overrides the MediaPlayer's setLooping setting. by Andreas Huber · 14 years ago
  86. 7755cdd Remove unused/debugging code from MP4 file writer by James Dong · 14 years ago
  87. cb7e65c Better file size estimate by James Dong · 14 years ago
  88. 4c23815 Calculate audio media drift time from AudioSource by James Dong · 14 years ago
  89. 5fad267 Remove incomplete input device enumeration NDK API. by Jeff Brown · 14 years ago
  90. 0234376 Don't propagate StrictMode over one-way Binder calls. by Brad Fitzpatrick · 14 years ago
  91. 8d60866 Input device calibration and capabilities. by Jeff Brown · 14 years ago
  92. 7ec7b99 Remove camera metering mode API. by Wu-cheng Li · 14 years ago
  93. df992ac Merge "ALoopers can now be named (useful to distinguish threads)." into gingerbread by Andreas Huber · 14 years ago
  94. c4e0b70 ALoopers can now be named (useful to distinguish threads). by Andreas Huber · 14 years ago
  95. 90862e2 Workaround for a QCOM issue where the output buffer size advertised by the AVC encoder by James Dong · 14 years ago
  96. b86365a Merge "Suppress the video recording start signal - bug 2950297" into gingerbread by James Dong · 14 years ago
  97. c9289fa fix a race in SF buffer management by Mathias Agopian · 14 years ago
  98. d7f1c3d Suppress the video recording start signal - bug 2950297 by James Dong · 14 years ago
  99. c14f9ca Merge "Added preset reverb." into gingerbread by Eric Laurent · 14 years ago
  100. efdd088 Allow sniffers to return a packet of opaque data that the corresponding extractor can take advantage of to not duplicate work already done sniffing. The mp3 extractor takes advantage of this now. by Andreas Huber · 14 years ago