1. e4bfb78 The return of rawbu. For other nefarious purposes. by Dianne Hackborn · 14 years ago
  2. 5e15736 Merge "Dont include code size for apps on sdcard. Use constants defined in PackageHelper for user preferences to install auto, internal, external. Set default install location to external. Update settings db version number" by Suchi Amalapurapu · 14 years ago
  3. 089262d Dont include code size for apps on sdcard. by Suchi Amalapurapu · 14 years ago
  4. e38cd39 Merge "Extend stagefright tool to extract either album art or video frame." by Andreas Huber · 14 years ago
  5. edfeb1a Extend stagefright tool to extract either album art or video frame. by Andreas Huber · 14 years ago
  6. d951d88 Use proper config to enable LVMX. by Glenn Kasten · 14 years ago
  7. 871c16c Initial version of LifeVibes integration. by Glenn Kasten · 15 years ago
  8. ca14320 Merge "More consistent and clear traces.txt reporting." by Dan Egnor · 14 years ago
  9. efd1393 More consistent and clear traces.txt reporting. by Dan Egnor · 14 years ago
  10. 3eeffc1 Merge "keystore: add AID_ROOT into the user table." by Chia-chi Yeh · 14 years ago
  11. 4165dd2 keystore: add AID_ROOT into the user table. by Chia-chi Yeh · 14 years ago
  12. 54aa577 dumpstate: Add secure container + mounted filesystems to bugreport by San Mehat · 14 years ago
  13. 61b09cb keystore: allow '\0's in keys and add guards for cplusplus. by Chia-chi Yeh · 14 years ago
  14. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 15 years ago
  15. 485c3a1 fix hex parsing of bmgr by Christian Sonntag · 15 years ago
  16. c155239 Allow multiple original-package tags. by Dianne Hackborn · 15 years ago
  17. 8f7f35e Add new -W option to Am to wait for the start to complete. by Dianne Hackborn · 15 years ago
  18. 7d411a3 Add single-package restore to Bmgr feature set by Christopher Tate · 15 years ago
  19. 8fe5c9e Replacing hard-coded mount point for ASEC with a getenv() call. by Oscar Montemayor · 15 years ago
  20. 3963cca Merge "add "startservice" option to am command-line utility" by Doug Zongker · 15 years ago
  21. 6fb35fe add "startservice" option to am command-line utility by Doug Zongker · 15 years ago
  22. cf6eaea Some framework fixes for apps on sd by Suchi Amalapurapu · 15 years ago
  23. 875d259 Merge "Tag stagefright development tools as "debug-only"." by Andreas Huber · 15 years ago
  24. 6696110 Tag stagefright development tools as "debug-only". by Andreas Huber · 15 years ago
  25. 5386b3f Merge "Add Arp Cache dump" by Dmitry Shmidt · 15 years ago
  26. 84b72ec Add Arp Cache dump by Dmitry Shmidt · 15 years ago
  27. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 15 years ago
  28. 1f13ceb Merge "Better diagnostics for the stagefright tool and codec performance." by Andreas Huber · 15 years ago
  29. 6c9bf1c Better diagnostics for the stagefright tool and codec performance. by Andreas Huber · 15 years ago
  30. 6a70d7d Don't overwrite ANR traces.txt if it can't be renamed (usually by Dan Egnor · 15 years ago
  31. 642b7c0 Merge "Include install location preference when installing packages. Changes include Add new remote call in default container service to determine install location. Rename INSTALL_ON_SDCARD Remove recommentAppInstall method Add some additional flags used in remote stubs. Move check for protected apps prior to copy. Unit tests" by Suchi Amalapurapu · 15 years ago
  32. 5b993ce Include install location preference when installing packages. by Suchi Amalapurapu · 15 years ago
  33. d705fd2 Tweak updatecmds to be able to move entire directories. by Dianne Hackborn · 15 years ago
  34. 6b03844 Fix simulator build. by Marco Nelissen · 15 years ago
  35. 000479f split libsurfaceflinger_client and libcamera_client out of libui by Mathias Agopian · 15 years ago
  36. 0dd50e6 Fix installd to create /data/data/<pkgname> with appropriate permissions. by David 'Digit' Turner · 15 years ago
  37. 9446c50 Merge "When the extractor is not able to be created successfully, don't crash" by James Dong · 15 years ago
  38. e4cfcb8 When the extractor is not able to be created successfully, don't crash by James Dong · 15 years ago
  39. 5c1779b Merge "Add single-package restore from an app's most-recent data" by Chris Tate · 15 years ago
  40. 8472581 Add single-package restore from an app's most-recent data by Christopher Tate · 15 years ago
  41. b858dfd Implement system data migration support. by Dianne Hackborn · 15 years ago
  42. c028be4 AppsOnSd feature - Add default container by Suchi Amalapurapu · 15 years ago
  43. ea11654 Use six dashes instead of five. by Dan Egnor · 15 years ago
  44. 07bf09d Initial checkin of AudioSource and AMRWriter, a pair of classes supporting pure-audio recording in stagefright. by Andreas Huber · 15 years ago
  45. b49d9af Merge "Mount/Unmount secure containers Persist flags in PackageSetting. Flags are relevant to ApplicationInfo.FLAG_SYSTEM, Application.FLAG_ON_SDCARD, ApplicationInfo.FLAG_FORWARD_LOCK. New pm command to simulate mount/unmount in Pm. This will be removed when MountService/vold event generation gets fixed. Calls from MountService into PackageManager when media gets mounted/unmounted. Scan the packages and grant permissions when the sdcard gets mounted. This api might change again." by Suchi Amalapurapu · 15 years ago
  46. fd3530f Mount/Unmount secure containers by Suchi Amalapurapu · 15 years ago
  47. 3c79a4a Merge "Upgrade for the stagefright commandline tool to support extracting thumbnails and to optionally prefer software codecs." by Andreas Huber · 15 years ago
  48. e42fdb5 Upgrade for the stagefright commandline tool to support extracting thumbnails and to optionally prefer software codecs. by Andreas Huber · 15 years ago
  49. af8e9f4 app install on sdcard. provide skeleton implementation by Suchi Amalapurapu · 15 years ago
  50. 52952b1 Overhaul of dumpstate (aka bugreport) with cleanups & enhancements: by Dan Egnor · 15 years ago
  51. f5d95cb less log spew by Joe Onorato · 15 years ago
  52. 5fe8598 keystore: compute the padding in an intuitive way. by Chia-chi Yeh · 15 years ago
  53. 5038c78 Add missing shared libraries in linker commands. Currently these libraries are by Doug Kwan · 15 years ago
  54. fddd8f9 Merge change I70f91838 by Android (Google) Code Review · 15 years ago
  55. fa4ae74e keystore: Add paddings before checksumming. by Chia-chi Yeh · 15 years ago
  56. c59411b Rework activity manager debug dumps. by Dianne Hackborn · 15 years ago
  57. 4f47164 am b5c6be6d: am 082e5171: Merge change I895fb7d7 into eclair-mr2 by Andreas Huber · 15 years ago
  58. 2ea14e2 Squashed commit of the following: by Andreas Huber · 15 years ago
  59. 64bf3d5 Add FW log dump for bcm4329 by Dmitry Shmidt · 15 years ago
  60. 772f8f4 am 23915ddd: am eec100b2: Merge change If0d04246 into eclair-mr2 by Andreas Huber · 15 years ago
  61. f0d0424 Don't count empty buffers when computing the frame rate. by Andreas Huber · 15 years ago
  62. 1d44bea am f553a584: am 5921fb51: Merge change I91eb0354 into eclair-mr2 by Andreas Huber · 15 years ago
  63. 91eb035 Change OMXCodec::Create to return an sp<MediaSource> instead of an sp<OMXCodec>, this is more general and does not sacrifice any functionality as the remaining OMXCodec APIs are not meant to be public anyway. by Andreas Huber · 15 years ago
  64. 4612a9c am ae34cf92: am 781ac162: Merge change I8768f2cc into eclair-mr2 by Andreas Huber · 15 years ago
  65. 8768f2c A small sample tool to encode pcm audio data to amr, decode it again and play it. Some changes to OMXCodec to properly configure the AMR decoder(s). by Andreas Huber · 15 years ago
  66. 1b3c375 am bf72820e: am b292461c: Merge change I305e1b8f into eclair-mr2 by Doug Zongker · 15 years ago
  67. 305e1b8 add --esn option to am to allow adding extra with a null value by Doug Zongker · 15 years ago
  68. 84ba348 am c92f3bcd: am e11a1b4d: am f817218e: dumpstate: Pick up the last kernel log from /proc by Dima Zavin · 15 years ago
  69. e11a1b4 am f817218e: dumpstate: Pick up the last kernel log from /proc by Dima Zavin · 15 years ago
  70. f817218 dumpstate: Pick up the last kernel log from /proc by Dima Zavin · 15 years ago
  71. a8529f6 Encrypted File Systems Project. Installer modifications. by Oscar Montemayor · 15 years ago
  72. e21fb34 am 5493df91: am bbd6cb46: Merge change Ib1b7bce4 into eclair-mr2 by Andreas Huber · 15 years ago
  73. 27366fc Squashed commit of the following: by Andreas Huber · 15 years ago
  74. cc829a6 am 26a9a13a: am b2a51667: am 23b3ef82: Merge change I99194df1 into eclair by Mike Chan · 15 years ago
  75. b2a5166 am 23b3ef82: Merge change I99194df1 into eclair by Mike Chan · 15 years ago
  76. c6b406f frameworks: base: dumpstate: Dump kernel cpufreq speeds. by Mike Chan · 15 years ago
  77. c1786f1 am d28fcd5b: resolved conflicts for merge of efd91d7c to eclair-mr2-plus-aosp by repo sync · 15 years ago
  78. efd91d7ce am 03786b83: Merge change I813fdb7a into eclair by Mike Lockwood · 15 years ago
  79. 0e39ea8 Fixes for proximity sensor behavior: by Mike Lockwood · 15 years ago
  80. 425c77e am 7174fcf6: am f9bf75d5: am e2071c6b: Merge change I326e3e29 into eclair by Iliyan Malchev · 15 years ago
  81. f9bf75d am e2071c6b: Merge change I326e3e29 into eclair by Iliyan Malchev · 15 years ago
  82. 326e3e2 dumpstate: include the contents of the last radio log by Iliyan Malchev · 15 years ago
  83. f814fc6 am 45e89568: am d71ab51a: Merge change I3e1bdd38 into eclair-mr2 by Andreas Huber · 15 years ago
  84. d71ab51 Merge change I3e1bdd38 into eclair-mr2 by Android (Google) Code Review · 15 years ago
  85. 2a32cbe am c481990b: am b4488930: am 45dd12cb: Merge change I9f3020db into eclair by Mathias Agopian · 15 years ago
  86. b448893 am 45dd12cb: Merge change I9f3020db into eclair by Mathias Agopian · 15 years ago
  87. 45dd12c Merge change I9f3020db into eclair by Android (Google) Code Review · 15 years ago
  88. 9f3020d fix [2243164] live wallpaper screen artifacts at end of boot by Mathias Agopian · 15 years ago
  89. dcaa220 DO NOT MERGE: Squashed commit of the following: by Andreas Huber · 15 years ago
  90. 9aaa590 am 66c25573: am 12bc3af0: Merge change I6f6bf3d8 into eclair-mr2 by Andreas Huber · 15 years ago
  91. 6f6bf3d Support raw audio sources in stagefright commandline tool. by Andreas Huber · 15 years ago
  92. 3e1bdd3 Transcode files again. by Andreas Huber · 15 years ago
  93. 9543042 am 8e5063ca: am 2d05af0c: am 3034624f: Merge change I26a2d829 into eclair by Evan Millar · 15 years ago
  94. 2d05af0 am 3034624f: Merge change I26a2d829 into eclair by Evan Millar · 15 years ago
  95. 8650575 am 5647eebc: am 9dba1f92: Merge change Ib482ce88 into eclair-mr2 by Andreas Huber · 15 years ago
  96. 26a2d82 Add -P flag to ps in dumpstate by Evan Millar · 15 years ago
  97. b482ce8 Revive support for video encoding in OMXCodec. by Andreas Huber · 15 years ago
  98. d437ac6a am d919aa74: am 9069aa31: Merge change I57515f33 into eclair-mr2 by Andreas Huber · 15 years ago
  99. 57515f3 Moving the individual extractor headers files to the private include directory. by Andreas Huber · 15 years ago
  100. 36ad2c6 am 1705d87b: am bfea1e13: resolved conflicts for merge of f585be7f to eclair-mr2 by Andreas Huber · 15 years ago