1. a743448 Merge "Tweak Ndef.getType() API. Rename constants, expand javadoc." into gingerbread by Nick Pelly · 14 years ago
  2. ddbb2c9 Tweak Ndef.getType() API. Rename constants, expand javadoc. by Nick Pelly · 14 years ago
  3. 163bd40 Merge "Added getType() to NDEF technology class (API part)." into gingerbread by Nick Pelly · 14 years ago
  4. d27ebf1 Added getType() to NDEF technology class (API part). by Martijn Coenen · 14 years ago
  5. 8c09ef9 Merge "Removed selectAid() from IsoDep." into gingerbread by Nick Pelly · 14 years ago
  6. 912aa1c Removed selectAid() from IsoDep. by Martijn Coenen · 14 years ago
  7. a42b352 Added transfer/restore convience cmds to MF Classic tech. by Martijn Coenen · 14 years ago
  8. 672ebb6 Merge "Improved ignore-backoff handling Allow a non-epidited ignore-backoff op to pass through an expidited backed off op." into gingerbread by Alon Albert · 14 years ago
  9. c6f2b3b Merge "Fix policy issues when screen is off. (DO NOT MERGE)" into gingerbread by Jeff Brown · 14 years ago
  10. 7becaee Another stab at fixing issue #3149290 java.lang.RuntimeException:... by Dianne Hackborn · 14 years ago
  11. eb9f7a0 Fix policy issues when screen is off. (DO NOT MERGE) by Jeff Brown · 14 years ago
  12. d41fe75 Improved ignore-backoff handling by Alon Albert · 14 years ago
  13. 3ce86481 Remove canBeFormatted(). by Jeff Hamilton · 14 years ago
  14. 5261cea Merge "Fix issue #3224616: TimeUtils.formatDuration() can drop 0s." into gingerbread by Dianne Hackborn · 14 years ago
  15. f5f7510 Fix issue #3224616: TimeUtils.formatDuration() can drop 0s. by Bjorn Bringert · 14 years ago
  16. 52af3a4f Unhide RecognizerResultsIntent. This API was by Mike LeBeau · 14 years ago
  17. ab82a5b Clean up and polish Mifare Classic tech. by Martijn Coenen · 14 years ago
  18. 01d159a Need to check ndef before writing ndef. by Martijn Coenen · 14 years ago
  19. c58c3f1 Implement additional Mifare Ultralight convenience methods. by Martijn Coenen · 14 years ago
  20. 0d27f99 Expose reconnect(), to allow applications to reset tag state. by Martijn Coenen · 14 years ago
  21. 4049f9d0 Implement multi-tech connect, enfore tech exclusivity. by Martijn Coenen · 14 years ago
  22. 99441c4 Fix issue #3149290: java.lang.RuntimeException: Unable to pause activity by Dianne Hackborn · 14 years ago
  23. a848d34 Merge "Fix bug in permission grant system." into gingerbread by Costin Manolache · 14 years ago
  24. 0927c90 Merge "Fix StrictMode javadoc copy/paste error." into gingerbread by Brad Fitzpatrick · 14 years ago
  25. 9dbef97 Merge "Avoid leaking sockets." into gingerbread by Nick Kralevich · 14 years ago
  26. 2ed20f8 Avoid leaking sockets. by Nick Kralevich · 14 years ago
  27. e4a5951 Fix issue #3154576: battery stats checkin should include UID -> packages+ map by Dianne Hackborn · 14 years ago
  28. 320274c Fix StrictMode javadoc copy/paste error. by Brad Fitzpatrick · 14 years ago
  29. e3f6336 Fixed API for active NDEF reading and NDEF formatting. by Martijn Coenen · 14 years ago
  30. 641dd62 First pass at advanced NFC tag dispatching APIs and other cleanup. by Jeff Hamilton · 14 years ago
  31. b79173f Changed technology close() to reconnect to the tag instead of physical disconnect. by Martijn Coenen · 14 years ago
  32. fc5a3b6 Changed transceive on all technologies to "raw", except for Mifare classes. by Martijn Coenen · 14 years ago
  33. 3300e4c Implemented isWritable() to indicate NDEF capability container r/w state. by Martijn Coenen · 14 years ago
  34. 50b4d8f Make getSystemService(NFC_SERVICE) the NFC entry point. by Nick Pelly · 14 years ago
  35. 5d275bb Fix bug in permission grant system. by Costin Manolache · 14 years ago
  36. 36af794 Fix malformed Javadoc. by Brad Fitzpatrick · 14 years ago
  37. 40ddd4a Merge "Implemented getSize() to return max ndef size." into gingerbread by Nick Pelly · 14 years ago
  38. 6d9fc7e Implemented getSize() to return max ndef size. by Martijn Coenen · 14 years ago
  39. 5289b91 Implement ndef formatting. by Martijn Coenen · 14 years ago
  40. 42a2378 Merge "Add more checks for bad values to protect from corrupt files." into gingerbread by Dianne Hackborn · 14 years ago
  41. 7b9c56f Add more checks for bad values to protect from corrupt files. by Dianne Hackborn · 14 years ago
  42. 05813b0 Merge changes I244b5469,I32044e91 into gingerbread by Mathias Agopian · 14 years ago
  43. 0f74afb Merge "Remove Type X Tags from the top-level API." into gingerbread by Jeff Hamilton · 14 years ago
  44. 72df4ea Remove Type X Tags from the top-level API. by Martijn Coenen · 14 years ago
  45. f340d08 Merge "More precise status bar battery icons." into gingerbread by Daniel Sandler · 14 years ago
  46. 47e6ccb Merge "Corrected MIFARE default key set" into gingerbread by Nick Pelly · 14 years ago
  47. 65c3f98 Corrected MIFARE default key set by Jan Brands · 14 years ago
  48. 0871ee0 Doc change: fix href to axis_globe_inverted orientation diagram. by Dirk Dougherty · 14 years ago
  49. 9a9706a Added missing ndef technology to getTech. by Martijn Coenen · 14 years ago
  50. e58e8a7 Merge "Added NdefFormatable tag, initial class with supported methods." into gingerbread by Nick Pelly · 14 years ago
  51. 39f91ed Added NdefFormatable tag, initial class with supported methods. by Martijn Coenen · 14 years ago
  52. eba947a Merge "Remove ACTION_TAG_DISCOVERED from protected broadcast list." into gingerbread by Nick Pelly · 14 years ago
  53. 35042f1f Remove ACTION_TAG_DISCOVERED from protected broadcast list. by Nick Pelly · 14 years ago
  54. 5ebb850 More precise status bar battery icons. by Daniel Sandler · 14 years ago
  55. c1576ad Update the docs to clarify the ordering constraints. by Jeff Hamilton · 14 years ago
  56. 3d524e5 Merge gingerbread-nfc into gingerbread by Nick Pelly · 14 years ago
  57. d8c3233 Merge "Merge branch gingerbread-nfc into gingerbread." into gingerbread by Nick Pelly · 14 years ago
  58. 16ec9c5 Merge branch gingerbread-nfc into gingerbread. by Nick Pelly · 14 years ago
  59. e338115 [3253328, 3171580] Treat GONE and INVISIBLE views the same when calculating transparent regions by Mathias Agopian · 14 years ago
  60. 2fe24e3 First implementation of MifareUltralight by Jan Brands · 14 years ago
  61. 3591beb Merge "Restore Wi-Fi configuration after the test. DO NOT MERGE" into gingerbread by Xia Wang · 14 years ago
  62. 609b3e42 Merge remote branch 'ohd/gingerbread' into merge by Jeff Hamilton · 14 years ago
  63. fddbe98 Restore Wi-Fi configuration after the test. DO NOT MERGE by Xia Wang · 14 years ago
  64. 938d097 Merge "Grant ACCESS_ALL_DOWNLOADS to DefaultContainerService" into gingerbread by Kenny Root · 14 years ago
  65. 1de2eac Grant ACCESS_ALL_DOWNLOADS to DefaultContainerService by Kenny Root · 14 years ago
  66. 981a72a Merge "[don't auto-merge] Don't re-read SharedPreferences unnecessarily." into gingerbread by Brad Fitzpatrick · 14 years ago
  67. 67a337b Fixed technology name typo's. by Martijn Coenen · 14 years ago
  68. 7badd2c allow rotation-vector to have 4 components by Mathias Agopian · 14 years ago
  69. d2bbaaf [don't auto-merge] Don't re-read SharedPreferences unnecessarily. by Brad Fitzpatrick · 14 years ago
  70. 3e6fb5d Merge "Import revised translations. DO NOT MERGE" into gingerbread by Eric Fischer · 14 years ago
  71. 27e728f Merge "Hide plugin views when we start playing HTML5 video" into gingerbread by Ben Murdoch · 14 years ago
  72. 9d9f83a Import revised translations. DO NOT MERGE by Eric Fischer · 14 years ago
  73. bc7180b Implement historical bytes / attrib on IsoDep by Martijn Coenen · 14 years ago
  74. 438feb9 Provide system code and manufacturer code for Felica tech. by Martijn Coenen · 14 years ago
  75. 1253ebc Fixed NfcAdapter init and getTechnology(). by Martijn Coenen · 14 years ago
  76. 739d0ae Add Wi-Fi tests for static IP. DO NOT MERGE by Xia Wang · 14 years ago
  77. 6026d52 Add Wifi Tethering stress test by Xia Wang · 14 years ago
  78. 9024564 Secure Element access implementation by Daniel Tomas · 14 years ago
  79. 6be655c Rough first pass at the NFC technology API. by Jeff Hamilton · 14 years ago
  80. 589e838 Merge "Improve camera documentation." into gingerbread by Wu-cheng Li · 14 years ago
  81. f71384c Fix SensorManager.getOrientation() documentation. by Mathias Agopian · 14 years ago
  82. 99a3f3e Improve camera documentation. by Wu-cheng Li · 14 years ago
  83. ca1f2b1 Add Wi-Fi connection functional tests. by Xia Wang · 14 years ago
  84. 4934d33 Revert "Merge "Remove the My Tag feature." into gingerbread" by Jeff Hamilton · 14 years ago
  85. 3082e5f Merge "Import revised translations. DO NOT MERGE" into gingerbread by Eric Fischer · 14 years ago
  86. 1708ad5 Hide plugin views when we start playing HTML5 video by Ben Murdoch · 14 years ago
  87. 34594e7 Merge "Fix issue #3177284: Account for wake lock power usage on Crespo" into gingerbread by Dianne Hackborn · 14 years ago
  88. 00e5dd4 Merge "Fix JNI reference leak in NativeActivity. (DO NOT MERGE)" into gingerbread by Jeff Brown · 14 years ago
  89. 45ca778 Merge "Make sure the controller will get repositioned after size changing." into gingerbread by Owen Lin · 14 years ago
  90. b48189c Merge "Improve gyro and accelerometer java doc" into gingerbread by Mathias Agopian · 14 years ago
  91. fa33565 Improve gyro and accelerometer java doc by Mathias Agopian · 14 years ago
  92. d41f638 Import revised translations. DO NOT MERGE by Eric Fischer · 14 years ago
  93. 28c7425 Add @Deprecated to match @deprecated where it's missing. by Jesse Wilson · 14 years ago
  94. 2e2983c Merge "Reduce log clutter." into gingerbread by Jeff Hamilton · 14 years ago
  95. a8381df Make sure the controller will get repositioned after size changing. by Owen Lin · 14 years ago
  96. 0c8b4d3 Fix issue #3177284: Account for wake lock power usage on Crespo by Dianne Hackborn · 14 years ago
  97. 06fd1dc5 Merge "DO NOT MERGE Fix bug 3121030 - Text handles erroneously appear over extract mode IME window" into gingerbread by Adam Powell · 14 years ago
  98. 26153a3 Fix bug 3163052 - always use 32-bit drawing caches when destination by Adam Powell · 14 years ago
  99. 185c527 DO NOT MERGE - Updated textfield pressed states by Justin Ho · 14 years ago
  100. 8f6068e Fix JNI reference leak in NativeActivity. (DO NOT MERGE) by Jeff Brown · 14 years ago