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