1. 4fdf1de Check null pointer agressively. by satok · 15 years ago
  2. a01ac78 Merge "No longer needed." by Dianne Hackborn · 15 years ago
  3. b35cd54 No longer needed. by Dianne Hackborn · 15 years ago
  4. 842e557 Merge "Random cleanup" by Jason Sams · 15 years ago
  5. 7a6ac1a Merge "unhide renderscript" by Jason Sams · 15 years ago
  6. 334108b Random cleanup by Jason Sams · 15 years ago
  7. a23d4e7 unhide renderscript by Jason Sams · 15 years ago
  8. 0e73cdc Camera::create should fail when it fails to connect the camera. by Wu-cheng Li · 15 years ago
  9. c91d8c3 Merge changes I49263df9,Ie733ad38,I84908fd3,Ia4e869b8,I8240e763,Id5704cc5 by Joe Onorato · 15 years ago
  10. 8513dd5 fix the build by Joe Onorato · 15 years ago
  11. ea3c571 am 978e41fc: am 8d98aebe: Merge "Fix technology extra naming for IsoDep and NfcB (API part)." into gingerbread by Nick Pelly · 15 years ago
  12. 978e41f am 8d98aebe: Merge "Fix technology extra naming for IsoDep and NfcB (API part)." into gingerbread by Nick Pelly · 15 years ago
  13. 8d98aeb Merge "Fix technology extra naming for IsoDep and NfcB (API part)." into gingerbread by Nick Pelly · 15 years ago
  14. a559aa4 Fix technology extra naming for IsoDep and NfcB (API part). by Martijn Coenen · 15 years ago
  15. 7f08071 Merge "Replace extractAlbumArt() with getEmbeddedPicture() in MediaMetadataRetriever.java" by James Dong · 15 years ago
  16. eeed994 Don't re-show the ticker for a notification if they have set FLAG_ONLY_SHOW_ONCE. by Joe Onorato · 15 years ago
  17. 281d83f Notification.Builder.setAutoCancel() was setting the wrong flag. by Joe Onorato · 15 years ago
  18. ec51a82 Allow taps on the ticker to pass through to the notification target view by Joe Onorato · 15 years ago
  19. 6c3e560 The whole title area of the notification panel should toggle the settings view. by Joe Onorato · 15 years ago
  20. 059a2f8 When the number field on a notifications is >100, just say "100+" instead of listing the number. by Joe Onorato · 15 years ago
  21. d434d23 MaxLines is respected in TextViews, even when ellipsize is set to end. by Gilles Debunne · 15 years ago
  22. b1c36cd Update the API to reflect the removal of the external reference API. by Carl Shapiro · 15 years ago
  23. 8fd2718 am 05c53067: am 273d2ea3: Merge "Fix setting audio group mode in SipPhone." into gingerbread by Hung-ying Tyan · 15 years ago
  24. 05c5306 am 273d2ea3: Merge "Fix setting audio group mode in SipPhone." into gingerbread by Hung-ying Tyan · 15 years ago
  25. 273d2ea Merge "Fix setting audio group mode in SipPhone." into gingerbread by Hung-ying Tyan · 15 years ago
  26. 1bf8376 Merge "Some new API cleanup." by Dianne Hackborn · 15 years ago
  27. 87121ac Some new API cleanup. by Dianne Hackborn · 15 years ago
  28. d0da380 am dc78e3fe: am 3cf71376: RTP: Send silence packets on idle streams for every second. by Chia-chi Yeh · 15 years ago
  29. dc78e3f am 3cf71376: RTP: Send silence packets on idle streams for every second. by Chia-chi Yeh · 15 years ago
  30. b4ff35d Mouse pointer integration. by Jeff Brown · 15 years ago
  31. a5af5d6 Add support for downgrading database version in SQLiteOpenHelper by Eric Hassold · 15 years ago
  32. 633b110 Merge "Change the OpenGL viewport when new layout params are used. Bug #3303158" by Romain Guy · 15 years ago
  33. 6b5108b Change the OpenGL viewport when new layout params are used. Bug #3303158 by Romain Guy · 15 years ago
  34. b596198 Remove functionality related to external allocation tracking. by Carl Shapiro · 15 years ago
  35. ed4127c Merge "Revert "Fix for ellipsized text that has two lines at maximum."" by Gilles Debunne · 15 years ago
  36. 4cf435d Revert "Fix for ellipsized text that has two lines at maximum." by Gilles Debunne · 15 years ago
  37. 9c173db Merge "Fix 3309250: Don't crash when thumbnail is null" by Jim Miller · 15 years ago
  38. 7852601 Merge "treat "can't open database file error" as "database corruption error"" by Vasu Nori · 15 years ago
  39. df9b349 Replace extractAlbumArt() with getEmbeddedPicture() in MediaMetadataRetriever.java by James Dong · 15 years ago
  40. a9ebfa6 Keep a reference to the local matrix. Bug #3299324 by Romain Guy · 15 years ago
  41. 6b1f6e6 Merge "Keep a reference to the local matrix. Bug #3299324" by Romain Guy · 15 years ago
  42. b794a5e Merge "Properly shutdown the decoders on a reset() in NuPlayer's implementation." by Andreas Huber · 15 years ago
  43. c7fe777 treat "can't open database file error" as "database corruption error" by Vasu Nori · 15 years ago
  44. 87380bc Added support for asian characters in text selection. by Gilles Debunne · 15 years ago
  45. cbeaca7 Properly shutdown the decoders on a reset() in NuPlayer's implementation. by Andreas Huber · 15 years ago
  46. 25eef89 Fix 3309250: Don't crash when thumbnail is null by Jim Miller · 15 years ago
  47. 1451862 Merge "Add full-screen support for OpenGL based plugins." by Derek Sollenberger · 15 years ago
  48. a8691c9 Merge "Update API of PropertyChangeSupport, which is no longer synchronized." by Jesse Wilson · 15 years ago
  49. 75b7a93 Removed simple compilation warnings. by Gilles Debunne · 15 years ago
  50. 4c2e0f6 Update API of PropertyChangeSupport, which is no longer synchronized. by Jesse Wilson · 15 years ago
  51. c0752ee No spaces are inserted around pasted text when there are already new lines. by Gilles Debunne · 15 years ago
  52. cd7f598 Merge "don't call methods doing database lock from a synchronized block" by Vasu Nori · 15 years ago
  53. 36c4cec don't call methods doing database lock from a synchronized block by Vasu Nori · 15 years ago
  54. b341df4 Merge "Fixed bug with reverseTransition" by Michael Jurka · 15 years ago
  55. 69b4358 Merge "Remove captureFrame from MediaMetadataRetriever.java class It has been replaced by getFrameAtTime() method" by James Dong · 15 years ago
  56. 36a4f23 Add full-screen support for OpenGL based plugins. by Derek Sollenberger · 15 years ago
  57. dc3c9c4 Merge "when cursorwindow allocation fails, print the number of cursors left open" by Vasu Nori · 15 years ago
  58. 6e77de7 Remove captureFrame from MediaMetadataRetriever.java class by James Dong · 15 years ago
  59. 068a735 Merge "Doc change: deleting tips section that was merged into index.jd" by Robert Ly · 15 years ago
  60. 32a9e8a Merge "Doc change: removing debugging tips from nav" by Robert Ly · 15 years ago
  61. fe9f86c Doc change: removing debugging tips from nav by Robert Ly · 15 years ago
  62. 6d978d6 Merge "Few little fragment, wm tweaks." by Dianne Hackborn · 15 years ago
  63. 352cc98 Few little fragment, wm tweaks. by Dianne Hackborn · 15 years ago
  64. 969bdd2 Doc change: deleting tips section that was merged into index.jd by Robert Ly · 15 years ago
  65. 1ffb177 Merge "Doc change: Updating titles" by Robert Ly · 15 years ago
  66. f52810a Merge "Doc change: Updating titles" by Robert Ly · 15 years ago
  67. 2247ac8 Merge "Always file DUN requests for tethering." by Robert Greenwalt · 15 years ago
  68. e32e812 Always file DUN requests for tethering. by Robert Greenwalt · 15 years ago
  69. 18e80648 Merge "Fix testGetAllVisitedUrls to match BP1 behavior" by John Reck · 15 years ago
  70. ad9a064 Merge "Fixing bugs 3315632 3235958, performing a clean up of the WebView accessibility feature. Updated event hadndling to deliver all key events to javaScript if a screen reader is injected since the latter is responsible for the full set of navigation and exploration actions." by Svetoslav Ganov · 15 years ago
  71. 6141e13 when cursorwindow allocation fails, print the number of cursors left open by Vasu Nori · 15 years ago
  72. 08a4186 Merge "Make AwesomePlayer's reset process more verbose to track down ANRs." by Andreas Huber · 15 years ago
  73. 90c6565 Make AwesomePlayer's reset process more verbose to track down ANRs. by Andreas Huber · 15 years ago
  74. ac98e40 Preventive update-api as the build may break. by Gilles Debunne · 15 years ago
  75. da0a3f0 Multi-line EditText background is set using a state. Step 2. by Gilles Debunne · 15 years ago
  76. b231696 Multi-line EditText background is set using a state. by Gilles Debunne · 15 years ago
  77. c01f3fe Text selection is preserved upon device rotation. by Gilles Debunne · 15 years ago
  78. 3cf7137 RTP: Send silence packets on idle streams for every second. by Chia-chi Yeh · 15 years ago
  79. cf7775a Merge "LayoutLib: Misc javadoc fixes." by Xavier Ducrohet · 15 years ago
  80. a7a0c21 am c5caaf5f: am 8f49c025: Merge "Added response flags and DSFID extras for NfcV technology (API part)." into gingerbread by Nick Pelly · 15 years ago
  81. c5caaf5 am 8f49c025: Merge "Added response flags and DSFID extras for NfcV technology (API part)." into gingerbread by Nick Pelly · 15 years ago
  82. 8f49c025 Merge "Added response flags and DSFID extras for NfcV technology (API part)." into gingerbread by Nick Pelly · 15 years ago
  83. 894a5bd am d81c68c3: am a743448a: Merge "Tweak Ndef.getType() API. Rename constants, expand javadoc." into gingerbread by Nick Pelly · 15 years ago
  84. 7eb32a4 Added response flags and DSFID extras for NfcV technology (API part). by Martijn Coenen · 15 years ago
  85. d81c68c am a743448a: Merge "Tweak Ndef.getType() API. Rename constants, expand javadoc." into gingerbread by Nick Pelly · 15 years ago
  86. a743448 Merge "Tweak Ndef.getType() API. Rename constants, expand javadoc." into gingerbread by Nick Pelly · 15 years ago
  87. ddbb2c9 Tweak Ndef.getType() API. Rename constants, expand javadoc. by Nick Pelly · 15 years ago
  88. 12bed78d Fixing bugs 3315632 3235958, performing a clean up of the WebView accessibility feature. Updated event hadndling to deliver all key events to javaScript if a screen reader is injected since the latter is responsible for the full set of navigation and exploration actions. by Svetoslav Ganov · 15 years ago
  89. 47fc50e am a3e4293c: am 163bd407: Merge "Added getType() to NDEF technology class (API part)." into gingerbread by Nick Pelly · 15 years ago
  90. a3e4293 am 163bd407: Merge "Added getType() to NDEF technology class (API part)." into gingerbread by Nick Pelly · 15 years ago
  91. 163bd40 Merge "Added getType() to NDEF technology class (API part)." into gingerbread by Nick Pelly · 15 years ago
  92. d27ebf1 Added getType() to NDEF technology class (API part). by Martijn Coenen · 15 years ago
  93. b300ae4 am 30ce5f85: am 8c09ef91: Merge "Removed selectAid() from IsoDep." into gingerbread by Nick Pelly · 15 years ago
  94. 30ce5f8 am 8c09ef91: Merge "Removed selectAid() from IsoDep." into gingerbread by Nick Pelly · 15 years ago
  95. 8c09ef9 Merge "Removed selectAid() from IsoDep." into gingerbread by Nick Pelly · 15 years ago
  96. 912aa1c Removed selectAid() from IsoDep. by Martijn Coenen · 15 years ago
  97. 198ec52 am 7e4d74f7: am 4b94dee8: Merge "Added transfer/restore convience cmds to MF Classic tech." into gingerbread by Nick Pelly · 15 years ago
  98. 7e4d74f am 4b94dee8: Merge "Added transfer/restore convience cmds to MF Classic tech." into gingerbread by Nick Pelly · 15 years ago
  99. 4b94dee Merge "Added transfer/restore convience cmds to MF Classic tech." into gingerbread by Nick Pelly · 15 years ago
  100. a42b352 Added transfer/restore convience cmds to MF Classic tech. by Martijn Coenen · 15 years ago