1. f5dbf6a Remove excessive logging. by Wu-cheng Li · 15 years ago
  2. 6c8d276 Add focal length and view angle API. by Wu-cheng Li · 15 years ago
  3. 4c4300c Add Camera.getSupportedThumbnailSizes() and Size.equals(). by Wu-cheng Li · 15 years ago
  4. 4bc1772 Merge "Fix sample code insertion." by Dianne Hackborn · 15 years ago
  5. ab8a8ed Fix sample code insertion. by Dianne Hackborn · 15 years ago
  6. 798c4b9 am 3a8a2818: am d8a3a895: Fix 2404771: Expose reset() in SlidingTab widget so we can reset it when we get an incoming call. by Jim Miller · 15 years ago
  7. 3a8a281 am d8a3a895: Fix 2404771: Expose reset() in SlidingTab widget so we can reset it when we get an incoming call. by Jim Miller · 15 years ago
  8. d8a3a89 Fix 2404771: Expose reset() in SlidingTab widget so we can reset it when we get an incoming call. by Jim Miller · 15 years ago
  9. dfe4ec0 Merge "Fix SDK build." by Dianne Hackborn · 15 years ago
  10. 364f6e3 Fix SDK build. by Dianne Hackborn · 15 years ago
  11. e7ace67 Merge "Adding system preferences for contacts: sort order and display order." by Dmitri Plotnikov · 15 years ago
  12. 9327f4f More device policy work: clarify password modes, monkeying. by Dianne Hackborn · 15 years ago
  13. 7912a29 Merge "Apps on SD card project. Refactored recommendAppInstallLocation(..) method in PackageManager by making it an instance method. Since PackageManager has only abstarct instance methods, moved implementation to ApplicationContext.ApplicationPackageManager class, in line with the rest of the method implementations. Tah way, chage is consistent with best coding practices. Also MockPackageManager received the additional method." by Oscar Montemayor · 15 years ago
  14. 9205b2e Merge "Phase 2 of test cleanup: moving test files from AndroidTests closer to their sources." by Neal Nguyen · 15 years ago
  15. 3c10b23 Merge "Added dumpHprofDataDdms() call." by Andy McFadden · 15 years ago
  16. d687b19 Merge "Don't crash on transport unregistration if there is no current transport" by Chris Tate · 15 years ago
  17. b0dcaaf Don't crash on transport unregistration if there is no current transport by Christopher Tate · 15 years ago
  18. 4a0c8fe5 Merge "Fix build: javadoc @link pointers need HTML-style #refname" by Chris Tate · 15 years ago
  19. 95f7850 Fix build: javadoc @link pointers need HTML-style #refname by Christopher Tate · 15 years ago
  20. cc1aa99 adding OAuth library by Dirk Balfanz · 15 years ago
  21. 539d3c4 Apps on SD card project. by Oscar Montemayor · 15 years ago
  22. 239d5b3 Merge "Simplify the MemoryDealer implementation" by Mathias Agopian · 15 years ago
  23. 0c9698e Merge "Apparently the generic mpeg4 file header does not describe the actual samplerate and channel count of the content in the case of mpeg4 audio, instead the 'ESDS' atom must be consulted." by Andreas Huber · 15 years ago
  24. 4a20061 Merge "Make backup/restore asynchronous and enforce timeouts" by Chris Tate · 15 years ago
  25. e6c73c2 Merge "Support 24-bit LE PCM wave files in stagefright." by Andreas Huber · 15 years ago
  26. 6faf789 Simplify the MemoryDealer implementation by Mathias Agopian · 15 years ago
  27. d231596 Apparently the generic mpeg4 file header does not describe the actual samplerate and channel count of the content in the case of mpeg4 audio, instead the 'ESDS' atom must be consulted. by Andreas Huber · 15 years ago
  28. bf124e7 Unhide ThumbnailUtils to support Camera unbundling. http://b/2375978 by Ray Chen · 15 years ago
  29. c88ed5d Merge "Implement the GL11ExtensionPack APIs." by Jack Palevich · 15 years ago
  30. 98af636 Merge "Support for triggering the lockscreen while the screen is on:" by Mike Lockwood · 15 years ago
  31. 391e626 Merge "Add a method to IBackupTransport to get the current backup set token" by Chris Tate · 15 years ago
  32. 00aa8ec Support 24-bit LE PCM wave files in stagefright. by Andreas Huber · 15 years ago
  33. 8b6c541 Merge "Properly forward errors returned by AudioTrack up to the player." by Andreas Huber · 15 years ago
  34. 44a2790 Make backup/restore asynchronous and enforce timeouts by Christopher Tate · 15 years ago
  35. 50c6df0 Add a method to IBackupTransport to get the current backup set token by Christopher Tate · 15 years ago
  36. ef73162 Support for triggering the lockscreen while the screen is on: by Mike Lockwood · 15 years ago
  37. 3b889f5 am 1076ea0a: am 9800adf2: Merge "docs: update web page debugging with info about page and line numbering in the log." into eclair by Scott Main · 15 years ago
  38. 604b871 am aa86da9d: am 196ec566: Merge "SDK doc change: Increment the platform version var used in doc footer and elsewhere." into eclair by Dirk Dougherty · 15 years ago
  39. 6580a14 Merge "The AVC software decoder always aligns the decoded dimensions to 16 pixel boundaries, report this properly to callers." by Andreas Huber · 15 years ago
  40. 1076ea0 am 9800adf2: Merge "docs: update web page debugging with info about page and line numbering in the log." into eclair by Scott Main · 15 years ago
  41. aa86da9 am 196ec566: Merge "SDK doc change: Increment the platform version var used in doc footer and elsewhere." into eclair by Dirk Dougherty · 15 years ago
  42. 9800adf Merge "docs: update web page debugging with info about page and line numbering in the log." into eclair by Scott Main · 15 years ago
  43. 1a44d5d Phase 2 of test cleanup: moving test files from AndroidTests closer to their sources. by Neal Nguyen · 15 years ago
  44. 07a9661 Added dumpHprofDataDdms() call. by Andy McFadden · 15 years ago
  45. 7ff292c The AVC software decoder always aligns the decoded dimensions to 16 pixel boundaries, report this properly to callers. by Andreas Huber · 15 years ago
  46. 7bfa1f3 Merge "Apps on SD card project. This class implements heuristics to determine best app install location, without looking at the package flags (pre-parsing stage)." by Oscar Montemayor · 15 years ago
  47. 62eac00 Properly forward errors returned by AudioTrack up to the player. by Andreas Huber · 15 years ago
  48. 6eb7c45 make SqliteDatabase ConflictAlgorithm and associated methods public. by Vasu Nori · 15 years ago
  49. 7b02e92 docs: update web page debugging with info about page and line by Scott Main · 15 years ago
  50. 35ec786 Merge "Move LoggingEvents.java to android-common & add UserHappiness" by Maryam Garrett · 15 years ago
  51. 1fd8c98 Move LoggingEvents.java to android-common & add UserHappiness by Maryam Garrett · 15 years ago
  52. 85fb658 Merge "Make sure the OMX component is synchronously shutdown before we try to instantiate another one. Also properly cleanup the software AVC decoder to avoid leaking memory." by Andreas Huber · 15 years ago
  53. 98b48de Make sure the OMX component is synchronously shutdown before we try to instantiate another one. Also properly cleanup the software AVC decoder to avoid leaking memory. by Andreas Huber · 15 years ago
  54. 752b4a3 Merge "For mpeg4 files streamed through HTTP, cache the entire sampletable metadata chunk in memory if possible." by Andreas Huber · 15 years ago
  55. 60f1b95 Merge "Update search source selector assets" by Bjorn Bringert · 15 years ago
  56. bd2f531 Merge "Fix StringIndexOutOfBoundsException in PackageManagerService" by Suchi Amalapurapu · 15 years ago
  57. aa0cfa7 Update search source selector assets by Bjorn Bringert · 15 years ago
  58. d425a45 Fix build. by Daniel Sandler · 15 years ago
  59. b4a162e framework: os: Introduce IMountServiceObserver by San Mehat · 15 years ago
  60. 77c292d Merge "New full-screen activity for USB mass storage interaction." by Daniel Sandler · 15 years ago
  61. 5fd5bfe Fix StringIndexOutOfBoundsException in PackageManagerService by Bjorn Bringert · 15 years ago
  62. 784d53e WifiService: allow EAP variables to be unset using empty strings. by Chia-chi Yeh · 15 years ago
  63. a9938c4 Merge "Don't bounce programmatic scrolls of ScrollView and HorizontalScrollView." by Adam Powell · 15 years ago
  64. 1228d0a Apps on SD card project. by Oscar Montemayor · 15 years ago
  65. 05d7211 Handle error strings from monitor connection by Irfan Sheriff · 15 years ago
  66. c4a0c27 Merge "Blacklist APs instead of disable" by Irfan Sheriff · 15 years ago
  67. 196ec566 Merge "SDK doc change: Increment the platform version var used in doc footer and elsewhere." into eclair by Dirk Dougherty · 15 years ago
  68. ab2c0a4 SDK doc change: Increment the platform version var used in doc footer and elsewhere. by Dirk Dougherty · 15 years ago
  69. f544605 Don't bounce programmatic scrolls of ScrollView and HorizontalScrollView. by Adam Powell · 15 years ago
  70. 5e342fa Remove MMS from the framework by Tom Taylor · 15 years ago
  71. 1f40f17 am b574cf87: am 7b00a8ae: Merge "SDK doc change: fix android:glEsVersion description, add live_wallpaper feature, indicate market filtering on features." into eclair by Dirk Dougherty · 15 years ago
  72. b574cf8 am 7b00a8ae: Merge "SDK doc change: fix android:glEsVersion description, add live_wallpaper feature, indicate market filtering on features." into eclair by Dirk Dougherty · 15 years ago
  73. 7b00a8a Merge "SDK doc change: fix android:glEsVersion description, add live_wallpaper feature, indicate market filtering on features." into eclair by Dirk Dougherty · 15 years ago
  74. 95b528e SDK doc change: fix android:glEsVersion description, add live_wallpaper feature, indicate market filtering on features. by Dirk Dougherty · 15 years ago
  75. d09f4aa resolved conflicts for merge of bb074ef9 to master by Jean-Baptiste Queru · 15 years ago
  76. 59e8fc5 am 67a65856: am 965f4a6b: Merge "doc change only: Update announcement and mwc redirect to point to microsite." into eclair by Dirk Dougherty · 15 years ago
  77. 3869986 Merge "Remove verbose log from AudioPolicyManagerBase." by Eric Laurent · 15 years ago
  78. 2e9dea1 am fbf977be: am 9985867a: Fix 2397617: Right-align carrier text in lock screen and add carrier text to PINunlock in landscape mode. by Jim Miller · 15 years ago
  79. fbf56dc am 3e229076: am cc4b4016: Fix the reporting of NO_CONNECTIVITY. by Robert Greenwalt · 15 years ago
  80. affa99c For mpeg4 files streamed through HTTP, cache the entire sampletable metadata chunk in memory if possible. by Andreas Huber · 15 years ago
  81. 8cc9993 Merge "Support the specification of additional HTTP headers in the creation of a DataSource." by Andreas Huber · 15 years ago
  82. 4d3cef3 Merge "ScrollView and HorizontalScrollView now will spring back if smoothScrollBy scrolls out of bounds. Tweaked bounce physics for OverScroller." by Adam Powell · 15 years ago
  83. 1aa444b Merge "Fix the broken compile of a currently-not-being-compiled AWT class." by Jesse Wilson · 15 years ago
  84. 3fc3737 ScrollView and HorizontalScrollView now will spring back if smoothScrollBy scrolls out of bounds. Tweaked bounce physics for OverScroller. by Adam Powell · 15 years ago
  85. 64fe564 am 6d626d41: am 5381e4ef: Merge "Refine fix I53e91db7 to apply only to wifi network" into eclair by Robert Greenwalt · 15 years ago
  86. e7d9ba2 am 9985feca: am d243bc71: Merge "docs: reference the history JS file with docRoot in order to make offline doc searches work. (I think this was a regression due to a missed merge.) Bug: 1909300" into eclair by Scott Main · 15 years ago
  87. f145108 Remove verbose log from AudioPolicyManagerBase. by Eric Laurent · 15 years ago
  88. 6e59483 am b2244690: (-s ours) am f904be16: Merge "disable high-quality filtering during scrolling, until I can cached the scaled images." into eclair by Mike Reed · 15 years ago
  89. 1ad05dc Merge "resolved conflicts for merge of 33ca1f32 to master" by Jean-Baptiste Queru · 15 years ago
  90. b94f795 New full-screen activity for USB mass storage interaction. by Daniel Sandler · 15 years ago
  91. e096dde resolved conflicts for merge of 33ca1f32 to master by Kenny Root · 15 years ago
  92. 254cb44 More device admin. by Dianne Hackborn · 15 years ago
  93. 433c9ac Support the specification of additional HTTP headers in the creation of a DataSource. by Andreas Huber · 15 years ago
  94. 2fd75f3 Merge "API Extension: Support for optionally specifying a map of extra request headers when specifying the uri of media data to be played." by Andreas Huber · 15 years ago
  95. 57853a8 am 99988b6e: am 84207956: Merge "SDK doc change: Misc small fixes." into eclair by Dirk Dougherty · 15 years ago
  96. cf57698 am 43d5a09f: am c5de95bf: Merge "SDK doc change: Add "fetch by http" workaround for connection problems in SDK Manager." into eclair by Dirk Dougherty · 15 years ago
  97. 2c36081 Merge "Issue 1597: browser crash possibly related to invalid SSL certificate" by Brian Carlstrom · 15 years ago
  98. a89815e Fix the broken compile of a currently-not-being-compiled AWT class. by Jesse Wilson · 15 years ago
  99. bdbc925 resolved conflicts for merge of b0903104 to master by Kenny Root · 15 years ago
  100. 2564300 API Extension: Support for optionally specifying a map of extra request headers when specifying the uri of media data to be played. by Andreas Huber · 15 years ago