1. 28035d9 [NAN] Do not expose WifiManager.isNanSupported as new API by Etan Cohen · 8 years ago
  2. fd11ec1 [NAN] Update finalize to check and warn user if resources not freed by Etan Cohen · 8 years ago
  3. fc3c0a0 [NAN] Fix bad merge use rethrowFromSystemServer by Etan Cohen · 8 years ago
  4. 07e317c Add Log.wtf when transitionTo is used improperly by Mitchell Wills · 8 years ago
  5. 18af493 Ensure BSSIDs are correctly aged out in settings view by Mitchell Wills · 8 years ago
  6. 4503dc6 [NAN] Provide calling package name to service by Etan Cohen · 8 years ago
  7. 40f8b92 Add WiFi toggle prompts - framework by Svetoslav Ganov · 8 years ago
  8. 009ae99 Reenable the unit tests for StateMachine by Mitchell Wills · 8 years ago
  9. 5de073a Remove WiFi related methods from NetworkManagementService by Christopher Wiley · 8 years ago
  10. 079b2f3 Don't pull in external/junit through mockito by Mitchell Wills · 8 years ago
  11. 47fb68b WifiConfiguration: Expose NetworkSelectionStatus strings by Roshan Pius · 8 years ago
  12. 6bc2a92 Add Bluetooth toggle prompts - framework by Svetoslav Ganov · 8 years ago
  13. 0e70bdd [NAN] Add LV utilities (TLV with T size of 0). by Etan Cohen · 8 years ago
  14. 2b1e7ea [NAN] Fix TlvElement member names - reflect public access. by Etan Cohen · 8 years ago
  15. 090e9de TetherUtil: Use ConnectivityManager for tethering by Christopher Wiley · 8 years ago
  16. c579d206 [NAN] TLV utilities iterator - throw correct exception by Etan Cohen · 8 years ago
  17. ee58a68 [NAN] Modify arguments from "array, length" to "array" by Etan Cohen · 8 years ago
  18. 44cb6ef [NAN] NAN System Api: RTT by Etan Cohen · 8 years ago
  19. 05f86d1 Properly disable WiFi tethering by Christopher Wiley · 8 years ago
  20. 2d3face [NAN] Provide inteface MAC address to app. by Etan Cohen · 8 years ago
  21. 6060d85 [NAN] Add (T)LV validation testing by Etan Cohen · 8 years ago
  22. f834dda Add IPv6 tethering coordinator by Erik Kline · 8 years ago
  23. 9c820cd Stop listening for WiFi interface status changes by Christopher Wiley · 8 years ago
  24. 01db037 [NAN] Add validity checks for service name by Etan Cohen · 8 years ago
  25. a77565d [NAN] Fix assumption about Strings containing single-byte characters. by Etan Cohen · 8 years ago
  26. 85b1a5b [NAN] NAN data-path API: network specifier by Etan Cohen · 8 years ago
  27. 934535b DO NOT MERGE StateMachine: remove final from SendMessage by Rebecca Silberstein · 8 years ago
  28. 4e5e2d1 wifi: allow config of default+verbose ring buffers by mukesh agrawal · 8 years ago
  29. 0a9fb80 Don't save the anonymous identity for EAP-SIM/AKA/AKA-Prime by Mitchell Wills · 8 years ago
  30. db81862 Add a WifiScanner API to listener for ongoing scans by Mitchell Wills · 8 years ago
  31. cf91215 Fix invitation request from persistent GC by daisuke niwa · 9 years ago
  32. 28be4fc SettingsBackupAgent: Remove redundant size parameter by Roshan Pius · 8 years ago
  33. 311a721 WifiConfiguration: Make NetworkSelectionStatus public by Roshan Pius · 8 years ago
  34. 1bf8698 Use WifiManager for wifi backup/restore by Roshan Pius · 8 years ago
  35. e90e0a7 Fix race conditions between Tethering and TetherInterfaceStateMachine by Christopher Wiley · 8 years ago
  36. f9f88b8 WifiManager: Add new API to restore old backup data by Roshan Pius · 8 years ago
  37. cd0cfbb Tethering: Own WiFi tethering state and lifetime by Christopher Wiley · 8 years ago
  38. b6665de IpConfigStore: Changes for parsing old wifi backup by Roshan Pius · 8 years ago
  39. ffe0abf WifiManager: Add new API's for backup/restore by Roshan Pius · 8 years ago
  40. 820f592 XmlUtils: Add missing readThisByteArrayXml method by Roshan Pius · 8 years ago
  41. 46c5e17 Use an ArrayMap instead of HashMap to track tether interfaces by Christopher Wiley · 8 years ago
  42. f972edc Consolidate cleanup logic in TetherInterfaceSM.TetheredState by Christopher Wiley · 8 years ago
  43. 9bc0df2 Annotate TetherInterfaceStateMachineTest for APCT by Christopher Wiley · 8 years ago
  44. afc46a7 Rely on Tethering mutex for TetherInterfaceSM by Christopher Wiley · 8 years ago
  45. 4622c2d Rename TetherInterfaceSM to TetherInterfaceStateMachine by Mitchell Wills · 8 years ago
  46. 7f41e09 [NAN] Add retry count for transmitting L2 NAN messages by Etan Cohen · 8 years ago
  47. 179ea1b Remove dead code from TetherInterfaceSM by Christopher Wiley · 8 years ago
  48. 0f66057 Remove transient StartingState from TetherInterfaceSM by Christopher Wiley · 8 years ago
  49. 279eca3 Expand test coverage of TetherInterfaceSM by Christopher Wiley · 8 years ago
  50. 08725a8 Add demonstration unittest for TetherInterfaceSM by Christopher Wiley · 8 years ago
  51. 48c7d46 Extract TetherInterfaceSM to its own class. by Christopher Wiley · 8 years ago
  52. 0cbdacc Make Tethering.TetherInterfaceSM more self contained by Christopher Wiley · 8 years ago
  53. 55e9288 WifiManager: add WIFI_MODE_NO_LOCKS_HELD by Rebecca Silberstein · 8 years ago
  54. 346ccee Create frameworks-base-testutils lib by Christopher Wiley · 8 years ago
  55. d2c2873 Clean up class members in Tethering.TetherInterfaceSM by Christopher Wiley · 8 years ago
  56. 26072ea Move android.net.util.IpUtilsTest into a util/ directory by Christopher Wiley · 8 years ago
  57. 938f5e8 Fix trivial warnings in Tethering.java by Christopher Wiley · 8 years ago
  58. b10249d Fix some trivial warnings in WifiP2pDevice.java by Christopher Wiley · 8 years ago
  59. 447b032 [NAN] Add support for NAN RTT. by Etan Cohen · 8 years ago
  60. 271c037 [NAN] Remove OnNanDown notification from API by Etan Cohen · 8 years ago
  61. 31a513b Remove unused method from NetworkManagementService by Christopher Wiley · 8 years ago
  62. 72baa1d WifiConfiguration: Add new selection disable reasons by Roshan Pius · 8 years ago
  63. 5e680da [NAN] Add type and nullability annotations. Update hide annotation. by Etan Cohen · 8 years ago
  64. 5f47bf2 [NAN] Add master switch to enable/disable usage of NAN APIs. by Etan Cohen · 8 years ago
  65. 51181fb [NAN] Re-factor connect/config flow by Etan Cohen · 8 years ago
  66. 231859c [NAN] Refactor session lifecycle to clarify API & eliminate race conditions by Etan Cohen · 8 years ago
  67. 564355a [NAN] Removed NAN event registration - dispatch all callbacks. by Etan Cohen · 8 years ago
  68. 26d5be2 [NAN] Consolidate publish/subscribe callback sets into single set by Etan Cohen · 8 years ago
  69. 065c07e [NAN] Replace session callback configuration control by Etan Cohen · 8 years ago
  70. 51fb9c6 [NAN] Expose match style configuration as public API. by Etan Cohen · 8 years ago
  71. 5206568 [NAN] API cleanup - rename FLAGS. by Etan Cohen · 8 years ago
  72. 00abb43 [NAN] Renamed listeners to callback per API guidelines by Etan Cohen · 8 years ago
  73. b29bbcc [NAN]: API update - consolidate Puslish|Subscribe Data+Subscribe -> Config by Etan Cohen · 8 years ago
  74. 982a045 NAN: Support multiple instantiation per UID - introduce a client ID. by Etan Cohen · 8 years ago
  75. eefc000 Merge "Track java.lang.reflect.Executable API changes" am: 43ec5716aa by Neil Fuller · 8 years ago
  76. 43ec571 Merge "Track java.lang.reflect.Executable API changes" by Treehugger Robot · 8 years ago
  77. 2af6c75 Track java.lang.reflect.Executable API changes by Neil Fuller · 8 years ago
  78. 3bfa245 Merge "DO NOT MERGE ANYWHERE - Clear preferences when package is removed." by Felipe Leme · 8 years ago
  79. 7f9ed1c Merge "DO NOT MERGE ANYWHERE - Clear preferences when package is removed." by Treehugger Robot · 8 years ago
  80. de8a6a6 Merge changes from topic 'utf' am: 0a357a1a73 by Martijn Coenen · 8 years ago
  81. 0a357a1 Merge changes from topic 'utf' by Martijn Coenen · 8 years ago
  82. 98b07f6 Merge "Fix suspend crash issue on no GPU platform." am: 175621f517 by Ivan.liu · 8 years ago
  83. 175621f Merge "Fix suspend crash issue on no GPU platform." by Treehugger Robot · 8 years ago
  84. d90d8d6 Add bound checks to utf16_to_utf8 by Sergio Giro · 8 years ago
  85. 8f7b8a1 Unicode: specify destination length in utf8_to_utf16 methods by Sergio Giro · 8 years ago
  86. 984827c Fix suspend crash issue on no GPU platform. by Ivan.liu · 8 years ago
  87. 910e6efe DO NOT MERGE ANYWHERE - Clear preferences when package is removed. by Felipe Leme · 8 years ago
  88. 1bf3b41 Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD am: e71ecb2c4d by Bill Yi · 8 years ago
  89. 3b7c46a Merge "javax.crypto.spec: update PBEParameterSpec to Java 8" am: 5d4732555d by Sergio Giro · 8 years ago
  90. 1384be9 Merge "javax.crypto: update classes in javax.crypto (part 2)" am: c7f97dbd57 by Sergio Giro · 8 years ago
  91. 08b6a09 Merge "java.security.spec: add public field in MGF1ParameterSpec" am: 5b24bccbc8 by Sergio Giro · 8 years ago
  92. 2fde849 Merge "Add WorkSource to BLE scanning API" am: d0a0ae349c -s ours by Jakub Pawlowski · 8 years ago
  93. e71ecb2 Merge remote-tracking branch 'goog/stage-aosp-master' into HEAD by Bill Yi · 8 years ago
  94. 5d47325 Merge "javax.crypto.spec: update PBEParameterSpec to Java 8" by Sergio Giro · 8 years ago
  95. c7f97db Merge "javax.crypto: update classes in javax.crypto (part 2)" by Sergio Giro · 8 years ago
  96. 5b24bcc Merge "java.security.spec: add public field in MGF1ParameterSpec" by Sergio Giro · 8 years ago
  97. 29835cc frameworks/base: add changes coming from aosp by Sergio Giro · 8 years ago
  98. 621fb59 resolve merge conflicts of 24e38ab to stage-aosp-master by John Reck · 8 years ago
  99. 0a7e139 javax.crypto.spec: update PBEParameterSpec to Java 8 by Sergio Giro · 8 years ago
  100. d0a0ae3 Merge "Add WorkSource to BLE scanning API" by Jakub Pawlowski · 8 years ago