1. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  2. 1c3e3c7 Merge "Make setDrawable work after initialization has occurred." by Joe Onorato · 14 years ago
  3. 47b8f52 Merge "Fix issues #3257701 and #3267312" by Dianne Hackborn · 14 years ago
  4. aa07263 Make setDrawable work after initialization has occurred. by Joe Onorato · 14 years ago
  5. 882754e Merge "Modified GridView to report when to small" by Winson Chung · 14 years ago
  6. 9d07180 Fix issues #3257701 and #3267312 by Dianne Hackborn · 14 years ago
  7. af8962e am 5f8524d4: am 36af7943: Fix malformed Javadoc. by Brad Fitzpatrick · 14 years ago
  8. 5f8524d am 36af7943: Fix malformed Javadoc. by Brad Fitzpatrick · 14 years ago
  9. edd9508 Modified GridView to report when to small by Adam Lesinski · 14 years ago
  10. f8d47b8 Merge "Fallback to software rendering when eglMakeCurrent fails. Bug #3200621" by Romain Guy · 14 years ago
  11. 9745fae Fallback to software rendering when eglMakeCurrent fails. Bug #3200621 by Romain Guy · 14 years ago
  12. 36af794 Fix malformed Javadoc. by Brad Fitzpatrick · 14 years ago
  13. 514d7d8 Merge "Rework activity lifecycle so onSaveInstanceState() is after onPause()." by Dianne Hackborn · 14 years ago
  14. 5513337 Webview listen to Scroll event to update the viewport by Teng-Hui Zhu · 14 years ago
  15. 5e17a1a don't scroll past the document bounds by Cary Clark · 14 years ago
  16. 81f19ff Expose WebView.onPause() and onResume() in the public API by Steve Block · 14 years ago
  17. 0aae2d4 Rework activity lifecycle so onSaveInstanceState() is after onPause(). by Dianne Hackborn · 14 years ago
  18. ff9afc1 am 8abce7f5: am 40ddd4a6: Merge "Implemented getSize() to return max ndef size." into gingerbread by Nick Pelly · 14 years ago
  19. 53bf29b am 2f3ed791: am 5289b91c: Implement ndef formatting. by Martijn Coenen · 14 years ago
  20. 3fa82a9 am c4b7088f: am 42a23783: Merge "Add more checks for bad values to protect from corrupt files." into gingerbread by Dianne Hackborn · 14 years ago
  21. 8abce7f am 40ddd4a6: Merge "Implemented getSize() to return max ndef size." into gingerbread by Nick Pelly · 14 years ago
  22. f9e2ca3 Merge "resolved conflicts for merge of a0f011ff to master" by Mathias Agopian · 14 years ago
  23. 40ddd4a Merge "Implemented getSize() to return max ndef size." into gingerbread by Nick Pelly · 14 years ago
  24. 6d9fc7e Implemented getSize() to return max ndef size. by Martijn Coenen · 14 years ago
  25. 669084d resolved conflicts for merge of a0f011ff to master by Mathias Agopian · 14 years ago
  26. 2f3ed79 am 5289b91c: Implement ndef formatting. by Martijn Coenen · 14 years ago
  27. 5289b91 Implement ndef formatting. by Martijn Coenen · 14 years ago
  28. c4b7088 am 42a23783: Merge "Add more checks for bad values to protect from corrupt files." into gingerbread by Dianne Hackborn · 14 years ago
  29. 42a2378 Merge "Add more checks for bad values to protect from corrupt files." into gingerbread by Dianne Hackborn · 14 years ago
  30. 7b9c56f Add more checks for bad values to protect from corrupt files. by Dianne Hackborn · 14 years ago
  31. dde4c35 Merge "Correctly release the OpenGL Canvas on EGL error." by Romain Guy · 14 years ago
  32. d00e116 Merge "Add hide/show animations for action bar" by Adam Powell · 14 years ago
  33. 67f2795 Correctly release the OpenGL Canvas on EGL error. by Romain Guy · 14 years ago
  34. e6ec732 Add hide/show animations for action bar by Adam Powell · 14 years ago
  35. ee5c6c2 Merge "Updated the NumberPicker for exposing it into the SDK" by Romain Guy · 14 years ago
  36. c8afaa0 Merge "Do not attempt to set the minimize heap size in the Zygote." by Carl Shapiro · 14 years ago
  37. 4bfd794 Updated the NumberPicker for exposing it into the SDK by Svetoslav Ganov · 14 years ago
  38. b7929d6 Do not attempt to set the minimize heap size in the Zygote. by Carl Shapiro · 14 years ago
  39. 49ed71d Add support for fallback keycodes. by Jeff Brown · 14 years ago
  40. 2460a5f am 03dc51b1: am 0f74afbb: Merge "Remove Type X Tags from the top-level API." into gingerbread by Jeff Hamilton · 14 years ago
  41. dbf78bd Fix possible NPE in ViewRoot with GL rendering enabled. Bug #3257222 by Romain Guy · 14 years ago
  42. 1a94f3b Merge "Make horizotnalscrollview and scrollview edgeglows match the new algorithm." by Mindy Pereira · 14 years ago
  43. b1297f7 Make horizotnalscrollview and scrollview edgeglows match the new algorithm. by Mindy Pereira · 14 years ago
  44. a52a5e7 Add space after property name in error message by Makoto Onuki · 14 years ago
  45. 5d2089b Merge "Fixing the build breakage" by Romain Guy · 14 years ago
  46. 3119fd4 Fixing the build breakage by Svetoslav Ganov · 14 years ago
  47. 4ce445f Merge "Fix doc typo." by Brad Fitzpatrick · 14 years ago
  48. 26b71be Fix doc typo. by Brad Fitzpatrick · 14 years ago
  49. 6da7e93 No NPE in Browser when pasting in WebTextView. by Gilles Debunne · 14 years ago
  50. a0f011f am 05813b0e: Merge changes I244b5469,I32044e91 into gingerbread by Mathias Agopian · 14 years ago
  51. 05813b0 Merge changes I244b5469,I32044e91 into gingerbread by Mathias Agopian · 14 years ago
  52. 49c7a01 Merge "Adding DatePciker widget based on the Calednar team code. Updated DatePciker and DatePickerDialog as the second part of the Time/Date pciker refresh feature." by Romain Guy · 14 years ago
  53. 03dc51b am 0f74afbb: Merge "Remove Type X Tags from the top-level API." into gingerbread by Jeff Hamilton · 14 years ago
  54. 72df4ea Remove Type X Tags from the top-level API. by Martijn Coenen · 14 years ago
  55. 504bb5a Merge "Fix Settings getFloat Methods" by Brian Muramatsu · 14 years ago
  56. 50f34d1 Adding DatePciker widget based on the Calednar team code. Updated DatePciker and DatePickerDialog as the second part of the Time/Date pciker refresh feature. by Svetoslav Ganov · 14 years ago
  57. 65dd62a resolved conflicts for merge of ee27dd35 to master by Jean-Baptiste Queru · 14 years ago
  58. ee27dd3 am 12902d68: resolved conflicts for merge of 78742e01 to stage-korg-master by Jean-Baptiste Queru · 14 years ago
  59. 1ab60b4 Merge "Fix for Blink in TextView." by Gilles Debunne · 14 years ago
  60. 12902d6 resolved conflicts for merge of 78742e01 to stage-korg-master by Jean-Baptiste Queru · 14 years ago
  61. 5f383ad9 Fix bug in permission grant system. by Costin Manolache · 14 years ago
  62. 689a342 Add WebView.removeJavascriptInterface() by Steve Block · 14 years ago
  63. f48e83b Fix for Blink in TextView. by Gilles Debunne · 14 years ago
  64. 78742e0 Merge "Strings for NI position request are moved to resources" by Jean-Baptiste Queru · 14 years ago
  65. 8a78d75 Merge "Fix bug 3259292 - Make FrameLayout respect margins without a gravity setting" by Adam Powell · 14 years ago
  66. 1a8e404 Remove broken doc link to removed method by Chet Haase · 14 years ago
  67. 5e0ae67 Fix bug 3259292 - Make FrameLayout respect margins without a gravity setting by Adam Powell · 14 years ago
  68. 9ef0376 Merge "Prevent scaling beyond zoom overview scale." by Shimeng (Simon) Wang · 14 years ago
  69. c5448ba Merge "Make getSharedPreference() async, blocking on first access." by Brad Fitzpatrick · 14 years ago
  70. 5151b32 Merge "Change cancel/end behavior of animations to be synchronous" by Chet Haase · 14 years ago
  71. 4cd50b8 Make getSharedPreference() async, blocking on first access. by Brad Fitzpatrick · 14 years ago
  72. e2ab7cc Change cancel/end behavior of animations to be synchronous by Chet Haase · 14 years ago
  73. 9315c95 Merge "Have MobileDataStateTracker & DataConnectionTracker communicate directly." by Wink Saville · 14 years ago
  74. e798268 Have MobileDataStateTracker & DataConnectionTracker communicate directly. by Wink Saville · 14 years ago
  75. 88ec644 Prevent scaling beyond zoom overview scale. by Shimeng (Simon) Wang · 14 years ago
  76. 6231091 Add fling to scrollable layers. by Patrick Scott · 14 years ago
  77. 59b3866 am 8c30a47d: am 47e6ccb6: Merge "Corrected MIFARE default key set" into gingerbread by Nick Pelly · 14 years ago
  78. 8c30a47 am 47e6ccb6: Merge "Corrected MIFARE default key set" into gingerbread by Nick Pelly · 14 years ago
  79. 47e6ccb Merge "Corrected MIFARE default key set" into gingerbread by Nick Pelly · 14 years ago
  80. 65c3f98 Corrected MIFARE default key set by Jan Brands · 14 years ago
  81. 475593e Merge "Prevent SearchView dropdown from showing up when SearchView is hidden." by Amith Yamasani · 14 years ago
  82. dc09b5a check for native instance before calling by Cary Clark · 14 years ago
  83. 244d2d4 Delay message for <select> choice. by Leon Scroggins · 14 years ago
  84. da3d5e6 Add a Dummy data connection for testing purposes. by Robert Greenwalt · 14 years ago
  85. 6fa74a5 am 0d49a4e8: am 0871ee0c: Doc change: fix href to axis_globe_inverted orientation diagram. by Dirk Dougherty · 14 years ago
  86. 8e2b422 am 7012f1eb: am 9a9706a2: Added missing ndef technology to getTech. by Martijn Coenen · 14 years ago
  87. 934a8f7 am 68cea273: am e58e8a71: Merge "Added NdefFormatable tag, initial class with supported methods." into gingerbread by Nick Pelly · 14 years ago
  88. 0d49a4e am 0871ee0c: Doc change: fix href to axis_globe_inverted orientation diagram. by Dirk Dougherty · 14 years ago
  89. 0871ee0 Doc change: fix href to axis_globe_inverted orientation diagram. by Dirk Dougherty · 14 years ago
  90. 7012f1e am 9a9706a2: Added missing ndef technology to getTech. by Martijn Coenen · 14 years ago
  91. 68cea27 am e58e8a71: Merge "Added NdefFormatable tag, initial class with supported methods." into gingerbread by Nick Pelly · 14 years ago
  92. 9a9706a Added missing ndef technology to getTech. by Martijn Coenen · 14 years ago
  93. e58e8a7 Merge "Added NdefFormatable tag, initial class with supported methods." into gingerbread by Nick Pelly · 14 years ago
  94. 39f91ed Added NdefFormatable tag, initial class with supported methods. by Martijn Coenen · 14 years ago
  95. d9e37df Merge "Make webview edges behave the same way abslistview overscroll edges do." by Mindy Pereira · 14 years ago
  96. 11a8af5 Merge "Clean up button bar styles" by Adam Powell · 14 years ago
  97. e1d4698 Fix Settings getFloat Methods by Brian Muramatsu · 14 years ago
  98. 8da8fc1 Merge "Propagate the concept of "packed opcode" values." by Dan Bornstein · 14 years ago
  99. cf03576 Clean up button bar styles by Adam Powell · 14 years ago
  100. 3331f2b Make webview edges behave the same way abslistview overscroll edges do. by Mindy Pereira · 14 years ago