1. e25539f reduce locking when using SQLiteStatement by Vasu Nori · 16 years ago
  2. c801768 Integrate Loader support in to Activity/Fragment. by Dianne Hackborn · 16 years ago
  3. 2951c6d Merge "MTP: Use media provider database to implement MTP device support." by Mike Lockwood · 16 years ago
  4. 07e1b1d Merge "reduce java locking on SQLiteDatabase if sql is already compiled" by Vasu Nori · 16 years ago
  5. d21eac9 MTP: Use media provider database to implement MTP device support. by Mike Lockwood · 16 years ago
  6. 26be805 Merge "Do not draw the fade areas when it's not necessary." by Romain Guy · 16 years ago
  7. b2d2ddc reduce java locking on SQLiteDatabase if sql is already compiled by Vasu Nori · 16 years ago
  8. dac5f9f Do not draw the fade areas when it's not necessary. by Romain Guy · 16 years ago
  9. a3dcc4c Merge "STOPSHIP CL in master - make sqlite WAL default for all apps" by Vasu Nori · 16 years ago
  10. 57feb5d STOPSHIP CL in master - make sqlite WAL default for all apps by Vasu Nori · 16 years ago
  11. 661c908 ActionBar tab mode using fragments; needs styles. by Adam Powell · 16 years ago
  12. 31a4dbf Fix NPE in the webruntime after the splash screen has been dismissed. by Ben Murdoch · 16 years ago
  13. 768d98e am 7017e0d5: am f3f25bf8: Added some javadoc to Camera.takePicture() by Dan Tasse · 16 years ago
  14. 07b236e Merge "Fix bug #2779582 (Columns cleanup for the Calendars table)" by Fabrice Di Meglio · 16 years ago
  15. 132f225 Merge "Add support to draw 9patches in OpenGL." by Romain Guy · 16 years ago
  16. deba785 Add support to draw 9patches in OpenGL. by Romain Guy · 16 years ago
  17. 36f7784 Fix bug #2779582 (Columns cleanup for the Calendars table) by Fabrice Di Meglio · 16 years ago
  18. 7017e0d am f3f25bf8: Added some javadoc to Camera.takePicture() by Dan Tasse · 16 years ago
  19. f3f25bf Added some javadoc to Camera.takePicture() by Dan Tasse · 16 years ago
  20. 9bf225e documentation about not using journal_mode if using WAL by Vasu Nori · 16 years ago
  21. 2827d6d for WAL to work, can't keep prepared SQL stmt_id in SQLiteStatement by Vasu Nori · 16 years ago
  22. 7fbee2f7 Merge "unittests for DatabaseConnectionPool (and fix bugs)" by Vasu Nori · 16 years ago
  23. 6ac21d3 unittests for DatabaseConnectionPool (and fix bugs) by Vasu Nori · 16 years ago
  24. 3038f47 am 3b09d64a: am ef52b568: Merge "More improvements to the SensorManager documentation" into gingerbread by Mathias Agopian · 16 years ago
  25. 3b09d64 am ef52b568: Merge "More improvements to the SensorManager documentation" into gingerbread by Mathias Agopian · 16 years ago
  26. ef52b568 Merge "More improvements to the SensorManager documentation" into gingerbread by Mathias Agopian · 16 years ago
  27. 0bad0c4 Merge "Fixed bug in getTextRunCursor." by Gilles Debunne · 16 years ago
  28. 97250d5c am e24901d3: am 68267415: Add new native Looper API. by Dianne Hackborn · 16 years ago
  29. e24901d am 68267415: Add new native Looper API. by Dianne Hackborn · 16 years ago
  30. 59d6042 deprecate method returning prepared sql statement id by Vasu Nori · 16 years ago
  31. 312cd58 Fixed bug in getTextRunCursor. by Gilles Debunne · 16 years ago
  32. 6826741 Add new native Looper API. by Dianne Hackborn · 16 years ago
  33. 0f791a7 More improvements to the SensorManager documentation by Mathias Agopian · 16 years ago
  34. def4e4d Merge "Defer to ICU's knowledge of language-specific grammatical quantity rules." by Elliott Hughes · 16 years ago
  35. cd81515 Merge "some refactoring and multi-threading fixes" by Vasu Nori · 16 years ago
  36. 7501010 some refactoring and multi-threading fixes by Vasu Nori · 16 years ago
  37. 372dfc8b If no touch icon is specified by a <link> tag, return <host>/apple-touch-icon.png as by Ben Murdoch · 16 years ago
  38. cc08bb8 fix broken-build by Vasu Nori · 16 years ago
  39. 72b4f93 Merge "Fix zoom overview logic." by Shimeng (Simon) Wang · 16 years ago
  40. d5c6a16 Fix zoom overview logic. by Shimeng (Simon) Wang · 16 years ago
  41. 1ad636c Defer to ICU's knowledge of language-specific grammatical quantity rules. by Elliott Hughes · 16 years ago
  42. 738639c am 58f35ff4: am 54a181b1: Make real API for native code to get its window. by Dianne Hackborn · 16 years ago
  43. 58f35ff am 54a181b1: Make real API for native code to get its window. by Dianne Hackborn · 16 years ago
  44. 37f4473 Merge "Don't use full screen FBOs, this dramatically increase performance." by Romain Guy · 16 years ago
  45. f86ef57 Don't use full screen FBOs, this dramatically increase performance. by Romain Guy · 16 years ago
  46. 54a181b Make real API for native code to get its window. by Dianne Hackborn · 16 years ago
  47. 2cc2c75 am c7dacb73: Merge "DO NOT MERGE: Add a battery capacity value to the power profile." into gingerbread by Amith Yamasani · 16 years ago
  48. c7dacb7 Merge "DO NOT MERGE: Add a battery capacity value to the power profile." into gingerbread by Amith Yamasani · 16 years ago
  49. 85e39f6 Merge "Add AbsListView#smoothScrollToPositionFromTop" by Adam Powell · 16 years ago
  50. 169741b DO NOT MERGE: Add a battery capacity value to the power profile. by Amith Yamasani · 16 years ago
  51. 2ed26c4 Merge "Change CursorTreeAdapter to close the cursors rather than deactivating them. Fix SimpleCursorTreeAdapter to allow a null cursor as an argument." by Jason Parks · 16 years ago
  52. adfb599 Merge "Remove EditStyledText from the framekwork" by satok · 16 years ago
  53. e44afae Add AbsListView#smoothScrollToPositionFromTop by Adam Powell · 16 years ago
  54. 4b08d3e Change CursorTreeAdapter to close the cursors rather than deactivating them. Fix SimpleCursorTreeAdapter to allow a null cursor as an argument. by Jason Parks · 16 years ago
  55. 8dfabd9 resolved conflicts for merge of d3233ae9 to master by Christopher Tate · 16 years ago
  56. 9a9fd64 Remove the TODO as it has been fixed with changes for http://b/issue?id=2666473. by Grace Kloba · 16 years ago
  57. 8b53429 Merge "More cleanup after removing the Cursor update logic." by Jeff Hamilton · 16 years ago
  58. a378fa2 Merge "Add a class to represent the set of sensitive features of a web application" by Steve Block · 16 years ago
  59. a08491a Add a class to represent the set of sensitive features of a web application by Steve Block · 16 years ago
  60. f96d23a Merge "Pass the WebView context to the GeolocationService from WebKit" by Steve Block · 16 years ago
  61. fa57523 Remove EditStyledText from the framekwork by satok · 16 years ago
  62. c18a9f2 Merge "Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint)" by Romain Guy · 16 years ago
  63. 8ba548f Add implementation for drawBitmap(Bitmap, Rect, Rect, Paint) by Romain Guy · 16 years ago
  64. d3233ae am 160edb36: Add ability to guard a thread against setting its own prio to bg by Christopher Tate · 16 years ago
  65. 160edb3 Add ability to guard a thread against setting its own prio to bg by Christopher Tate · 16 years ago
  66. 7940e84 Merge "Fix the initial reflow width when switch between basic pages." by Shimeng (Simon) Wang · 16 years ago
  67. 0a4a70d Fix the initial reflow width when switch between basic pages. by Shimeng (Simon) Wang · 16 years ago
  68. 2ae5a4d Merge "Define measuring behavior for action bar/context mode custom views" by Adam Powell · 16 years ago
  69. a7db037 Define measuring behavior for action bar/context mode custom views by Adam Powell · 16 years ago
  70. 68e9a49 Merge "Add hooks for drawBitmap()." by Romain Guy · 16 years ago
  71. 45886e6 am 705a2df9: am c8525edc: Merge "Remove memory monitoring from the system watchdog" into gingerbread by Christopher Tate · 16 years ago
  72. 9ae3f66 am 6db0ef09: am 24c737cc: am d581484e: Merge "Verify hostname where possible, and clarify where not." into froyo by Doug Zongker · 16 years ago
  73. 0aa6467 Merge "resolved conflicts for merge of 7f6c6e8f to master" by Dianne Hackborn · 16 years ago
  74. 25a98b8 resolved conflicts for merge of 7f6c6e8f to master by Dianne Hackborn · 16 years ago
  75. d62775b Merge "user agent string change: remove "Mobile" for large screen configuration" by Michael Kolb · 16 years ago
  76. 705a2df am c8525edc: Merge "Remove memory monitoring from the system watchdog" into gingerbread by Christopher Tate · 16 years ago
  77. 6db0ef0 am 24c737cc: am d581484e: Merge "Verify hostname where possible, and clarify where not." into froyo by Doug Zongker · 16 years ago
  78. 7f6c6e8 am 3c80a4a0: Implement default key handling for native code. by Dianne Hackborn · 16 years ago
  79. cbf42ec Merge "Initial checkin of new animation system. package, APIs, functionality all subject to change. package is hidden for now." by Chet Haase · 16 years ago
  80. ce0537b Add hooks for drawBitmap(). by Romain Guy · 16 years ago
  81. f1a4a0a More cleanup after removing the Cursor update logic. by Jeff Hamilton · 16 years ago
  82. c8525ed Merge "Remove memory monitoring from the system watchdog" into gingerbread by Christopher Tate · 16 years ago
  83. c27181c Remove memory monitoring from the system watchdog by Christopher Tate · 16 years ago
  84. a172e7d user agent string change: remove "Mobile" for large screen configuration by Michael Kolb · 16 years ago
  85. 17fb4b0 Initial checkin of new animation system. package, APIs, functionality all subject to change. package is hidden for now. by Chet Haase · 16 years ago
  86. 24c737c am d581484e: Merge "Verify hostname where possible, and clarify where not." into froyo by Doug Zongker · 16 years ago
  87. 3c80a4a Implement default key handling for native code. by Dianne Hackborn · 16 years ago
  88. 08968fa Merge "Receive notification from native webcore that the page being viewed has marked itself as being an installable web app. Default implementation in the WebChromeClient does nothing." by Ben Murdoch · 16 years ago
  89. 7fc93c3 Verify hostname where possible, and clarify where not. by Dan Egnor · 16 years ago
  90. 0e94b51 Add subtitles for action bars and context modes. by Adam Powell · 16 years ago
  91. 89e0645 Added context modes to ActionBar API. by Adam Powell · 16 years ago
  92. 6312de2 Receive notification from native webcore that the page being viewed by Ben Murdoch · 16 years ago
  93. f0785a6 set maximum image size by Cary Clark · 16 years ago
  94. 1eb86d8 am 9be487ce: am 606d591a: Merge "Add new Usb.ACTION_USB_STATE sticky broadcast for monitoring USB connect state" into gingerbread by Mike Lockwood · 16 years ago
  95. 9be487c am 606d591a: Merge "Add new Usb.ACTION_USB_STATE sticky broadcast for monitoring USB connect state" into gingerbread by Mike Lockwood · 16 years ago
  96. 606d591 Merge "Add new Usb.ACTION_USB_STATE sticky broadcast for monitoring USB connect state" into gingerbread by Mike Lockwood · 16 years ago
  97. 074c08c Pass the WebView context to the GeolocationService from WebKit by Steve Block · 16 years ago
  98. 9593b2a Merge "Fix SDK build." by Dianne Hackborn · 16 years ago
  99. b0c56b24 Fix SDK build. by Dianne Hackborn · 16 years ago
  100. f40e492 am 96725326: am 31e0ffe8: Merge "Native input event dispatching." into gingerbread by Chris Tate · 16 years ago