1. 7b88128 Adjust IBackupTransport interface by Christopher Tate · 15 years ago
  2. 4e0b13c Merge change 3348 into donut by Android (Google) Code Review · 15 years ago
  3. d299b81 Add a new attribute to android manifest for defining the GLES version number. by Suchi Amalapurapu · 15 years ago
  4. 7b0d2d9 Merge change 3223 into donut by Android (Google) Code Review · 15 years ago
  5. 1b111bb Fix AlphabetIndexer.getSectionForPosition() by Phil Dubach · 15 years ago
  6. f62ba45 Adding new Settings.Secure properties for the Text-To-Speech functionality. by Jean-Michel Trivi · 15 years ago
  7. 3966536 Merge change 3317 into donut by Android (Google) Code Review · 15 years ago
  8. 834f039 Fixes #1899273. by Romain Guy · 15 years ago
  9. 716b568 Merge change 2934 into donut by Android (Google) Code Review · 15 years ago
  10. f9acde2 Include web search providers in Searchables. by Satish Sampath · 15 years ago
  11. 7ebda6f Merge change 3265 into donut by Android (Google) Code Review · 15 years ago
  12. 2f5e6b2 A workaround to fix rotation issue. I'm remote now and hard to do troubleshooting (i cannot rotate emulator in nx..) by Mitsuru Oshima · 15 years ago
  13. 48603e7 Add new SHOW_WEB_SUGGESTIONS system setting, referenced by the search settings by Mike LeBeau · 15 years ago
  14. 54de906 Merge change 3243 into donut by Android (Google) Code Review · 15 years ago
  15. 7a9e348 Don't crash on null edit url. by Ken Shirriff · 15 years ago
  16. 12bba91 Merge change 3238 into donut by Android (Google) Code Review · 15 years ago
  17. ad8a510 Merge change 3227 into donut by Android (Google) Code Review · 15 years ago
  18. a1f3e4a Fix int to string mapping of exported properties. The value generated by the by Romain Guy · 15 years ago
  19. 88db344 Browser edit fields should report variation WEB_EDIT_TEXT. by Amith Yamasani · 15 years ago
  20. 1885b37 Fix backup agent unbind by Christopher Tate · 15 years ago
  21. b640da8 Merge change 3204 into donut by Android (Google) Code Review · 15 years ago
  22. 2a31886 Merge change 3203 into donut by Android (Google) Code Review · 15 years ago
  23. d296faf Avoid touching all adapter items when building accessibility event. by Amith Yamasani · 15 years ago
  24. 8ae2335 rename a few files to camel-case, add copyright notices by Mathias Agopian · 15 years ago
  25. 7835b0b Merge change 3192 into donut by Android (Google) Code Review · 15 years ago
  26. f993ad5 Fixes #1882836. by Romain Guy · 15 years ago
  27. a419620 Merge change 3074 into donut by Android (Google) Code Review · 15 years ago
  28. 320b2ee SearchDialog should only do DialogCursorProtocol stuff when in global search mode. by Karl Rosaen · 15 years ago
  29. 1c54cf0 Detect impressions, and cleanup the SearchDialog / SuggestionCursor communication. by Karl Rosaen · 15 years ago
  30. 241b4c7 Merge change 3149 into donut by Android (Google) Code Review · 15 years ago
  31. 0f7e914 Turn off verbose logging in SearchableInfo, which seems to have been by Mike LeBeau · 15 years ago
  32. 3250fa7 Remove support for bitmap icons in search suggestions. by Bjorn Bringert · 15 years ago
  33. f762589 Merge change 3145 into donut by Android (Google) Code Review · 15 years ago
  34. 3a27803 Add INTENT_ACTION_WEB_SEARCH_SETTINGS (thereby fixing the build too :)). by Mike LeBeau · 15 years ago
  35. c08fc64 Merge change 2845 into donut by Android (Google) Code Review · 15 years ago
  36. 043dadc More backup work by Christopher Tate · 15 years ago
  37. 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 15 years ago
  38. eaeb663 Track activity foreground CPU usage for battery stats. by Amith Yamasani · 15 years ago
  39. 2a2c5cd Modify the decoding logic in the FD case when a purgeable flag is set, by Wei-Ta Chen · 15 years ago
  40. 33a22dc Close icon input stream in SuggestionsAdapter. by Bjorn Bringert · 15 years ago
  41. c55e08e Allow making AssetFileDescriptors from SQLite blobs. by Bjorn Bringert · 15 years ago
  42. c182370 Handle EOF correctly in MemoryFile input stream. by Bjorn Bringert · 15 years ago
  43. 963cd006 Allow creating AssetFileDescriptors for MemoryFiles. by Bjorn Bringert · 15 years ago
  44. 8dbe612 Adding internal method replacePreferredActivity. by Satish Sampath · 15 years ago
  45. 9af0b4f Add new listener to GestureOverlayView. This listener fires whenever the overlay thinks the user is starting a new gesture. This allows Home to snap the workspace back to its original position during a gesture operation. by Romain Guy · 15 years ago
  46. 432900b Merge change 2962 into donut by Android (Google) Code Review · 15 years ago
  47. ce16d78 Fixes #1890914. by Romain Guy · 15 years ago
  48. a058f02 progress towards impression and click stats on all sources, plus some internal cleanup by Karl Rosaen · 15 years ago
  49. b3c3778 Merge change 2844 into donut by Android (Google) Code Review · 15 years ago
  50. b791f34 Added some icon debug logging to SuggestionsAdapter. by Bjorn Bringert · 15 years ago
  51. 4ff42ad Merge change 2843 into donut by Android (Google) Code Review · 15 years ago
  52. ad984f1 Use JNI region calls in MemoryFile read and write. by Bjorn Bringert · 15 years ago
  53. 35feec4 Merge change 2761 into donut by Android (Google) Code Review · 15 years ago
  54. f5df830 Merge change 2879 into donut by Android (Google) Code Review · 15 years ago
  55. 93e7e22 Add backup side of new FullBackupAgent class by Christopher Tate · 15 years ago
  56. 2ba3223 Merge change 2855 into donut by Android (Google) Code Review · 15 years ago
  57. c17f16e Merge change 2851 into donut by Android (Google) Code Review · 15 years ago
  58. 8cb6617 Add a new method to load html data into the WebView. by Ramanan Rajeswaran · 15 years ago
  59. f315238 TODO's from Teleca with modifications from wink. by Wink Saville · 15 years ago
  60. 21fd5f1 Change comment for SUGGEST_COLUMN_INTENT_EXTRA_DATA to clarify that by Mike LeBeau · 15 years ago
  61. b249890 Merge change 2835 into donut by Android (Google) Code Review · 15 years ago
  62. ae9760b Add framework support for scrolling to the "More results..." list item by Mike LeBeau · 15 years ago
  63. fa30c0e Merge change 2548 into donut by Android (Google) Code Review · 15 years ago
  64. 162c9d0e Merge change 2805 into donut by Android (Google) Code Review · 15 years ago
  65. 10d273b Merge change 2591 into donut by Android (Google) Code Review · 15 years ago
  66. 5a3a77d base: Rename WRITE_SDCARD -> WRITE_EXTERNAL_STORAGE by San Mehat · 15 years ago
  67. 181fafa Retool the backup process to use a new 'BackupAgent' class by Christopher Tate · 15 years ago
  68. afbc9ab Merge change 2692 into donut by Android (Google) Code Review · 15 years ago
  69. 34b234d * Chagned RecognitionService interface to use more complex RecognitionResult instead of String. by Mitsuru Oshima · 15 years ago
  70. c3b7e4e Merge change 2736 into donut by Android (Google) Code Review · 15 years ago
  71. f422dc4 Merge change 2566 into donut by Android (Google) Code Review · 15 years ago
  72. 8d78756 Fix the build. by Romain Guy · 15 years ago
  73. 0a63716 Modify the base gestures API to use streams instead of files. Adds new wrappers to easily load/save gestures from files, resources, etc. Do the same for the letters recognizer. by Romain Guy · 15 years ago
  74. 867641e Telephony support for SMS memory reporting to the network. by jsh · 15 years ago
  75. 7a8c437 Merge change 2737 into donut by Android (Google) Code Review · 15 years ago
  76. d1c67d4 Fixes #1878499. by Romain Guy · 15 years ago
  77. d1353cc Merge change 2731 into donut by Android (Google) Code Review · 15 years ago
  78. 9d981343 Merge change 2732 into donut by Android (Google) Code Review · 15 years ago
  79. 9ffe1ae Fix for #1878497. by Romain Guy · 15 years ago
  80. c51ef97 Fixes #1873537. by Romain Guy · 15 years ago
  81. a3d28bd Merge change 520 into donut by Android (Google) Code Review · 15 years ago
  82. 4551565 Enforce permissions for PhoneStateListener events. by Jaikumar Ganesh · 15 years ago
  83. e32edc6 Fixes #1884152. This change improves how the opaque property is handled with respect to dividers. by Romain Guy · 15 years ago
  84. 761e091 Unmap memory in MemoryFile.close(). by Bjorn Bringert · 15 years ago
  85. 9fc2e9c MemoryFile constructor and native methods throw IOExceptions. by Bjorn Bringert · 15 years ago
  86. 607384d Merge change 2678 into donut by Android (Google) Code Review · 15 years ago
  87. f40f074 Revert "Revert "Bug fixes and performance improvements"" by Romain Guy · 15 years ago
  88. f6355e2 Merge change 2399 into donut by Android (Google) Code Review · 15 years ago
  89. f3ede86 Converted the angle of OrientedBoundingBox to degrees by Yang Li · 15 years ago
  90. dda5391 Motorola additions for CDMA support without CdmaSuppConnTracker by Wink Saville · 15 years ago
  91. 1e2e44e Merge change 2365 into donut by Android (Google) Code Review · 15 years ago
  92. fc1b15c Fix wifi multicast API for public use. by Robert Greenwalt · 15 years ago
  93. 436466d Revert "Bug fixes and performance improvements" by Romain Guy · 15 years ago
  94. b0ded43 Uninstalls the gestures overlay when the letters recognizer cannot be loaded instead of simply dismissing the popup. This is cleaner and reuses the setGestures() method. by Romain Guy · 15 years ago
  95. 401bbb0 Merge change 2593 into donut by Android (Google) Code Review · 15 years ago
  96. 58b3590 Bug fixes and performance improvements by Yang Li · 15 years ago
  97. 470681e Check if the ownerView is still attached to window in refreshPositionVariables. by Owen Lin · 15 years ago
  98. 145c989 Merge change 2569 into donut by Android (Google) Code Review · 15 years ago
  99. c33fe6c Fix a hang during bootup. by Amith Yamasani · 15 years ago
  100. 982be3b Fix javadoc typos. No code changes. by Jack Veenstra · 15 years ago