1. 59c0fcf Merge "java.security: port DomainLoadStoreParameter from jdk8u60" by Sergio Giro · 10 years ago
  2. 15c6078 Merge "Add a test app for suppressed exceptions" by Yohann Roussel · 10 years ago
  3. 62419a0 Merge changes from topic 'enable_nan' by Etan Cohen · 10 years ago
  4. 4171cdf Give WakeupMessage the ability to transport an object as well. [DO NOT MERGE] by Lorenzo Colitti · 10 years ago
  5. bd9fdbe [NAN] Add transport type for NAN. [DO NOT MERGE] by Etan Cohen · 10 years ago
  6. 9221c96 Merge "WifiConfiguration: Fix isEnterprise" by Treehugger Robot · 10 years ago
  7. a817838 Merge "Avoid profile guided compilation for vmSafeMode" by Mathieu Chartier · 10 years ago
  8. 1cd6248 Merge "fixes mStartedUsers shoule be locked by mLock, not mVolumes" by Treehugger Robot · 10 years ago
  9. 421c74f Merge changes from topic 'cherry_pms_installd' by Andreas Gampe · 10 years ago
  10. 94f9be2 Release mPackages lock earlier by Todd Kennedy · 10 years ago
  11. 3f95d0b OtaDexopt: Special-case system app classpaths by Andreas Gampe · 10 years ago
  12. 1418673 OtaDexoptService: Run dexopt on all apps by Andreas Gampe · 10 years ago
  13. 7e619a9 Frameworks/base: Add compiler stats to Package Manager by Andreas Gampe · 10 years ago
  14. 08313b0 [RFC] Special case system apps for profile optimizations by Calin Juravle · 10 years ago
  15. 9438528 Compile core-apps according to their own "reason" for A/B by Calin Juravle · 10 years ago
  16. d15300c Frameworks/base: Add new flow to OtaDexoptService by Andreas Gampe · 10 years ago
  17. ff8ab4c Otadexopt: Expose progress percentage by Andreas Gampe · 10 years ago
  18. 29ce1da WifiConfiguration: Fix isEnterprise by Roshan Pius · 10 years ago
  19. 2b6fc4c cp preopted files from B partition during PM init. by Alex Light · 10 years ago
  20. efd1f12 fixes mStartedUsers shoule be locked by mLock, not mVolumes by yuanhuihui · 10 years ago
  21. f7c508a Merge "Updated user document for Single-Source RenderScript" by Treehugger Robot · 10 years ago
  22. 41e4a37 Avoid profile guided compilation for vmSafeMode by Mathieu Chartier · 10 years ago
  23. 6061737 Updated user document for Single-Source RenderScript by Yang Ni · 10 years ago
  24. 1388625 Merge "WifiEnterpriseConfig: Fix copy constructor" by Roshan Pius · 10 years ago
  25. 9709b8b WifiEnterpriseConfig: Fix copy constructor by Roshan Pius · 10 years ago
  26. 6902285 Merge changes from topic 'java_hidl_support' by Iliyan Malchev · 10 years ago
  27. aa2c32f Move Status to libhidl (DO NOT MERGE) by Martijn Coenen · 10 years ago
  28. 9266f99 Adds framework support for hidl-gen Java backend. (to support structs) (DO NOT MERGE) by Andreas Huber · 10 years ago
  29. 86635bb Add Bool* APIs to HwParcel (DO NOT MERGE) by Andreas Huber · 10 years ago
  30. 242030d Link against libhidl for HidlSupport/svcmgr (DO NOT MERGE) by Martijn Coenen · 10 years ago
  31. 90349b3 Support one-way methods in java support for hardware binder (DO NOT MERGE) by Andreas Huber · 10 years ago
  32. dab5fc6 Initial commit of Java support for hardware binder (DO NOT MERGE) by Andreas Huber · 10 years ago
  33. 3f3ed24 Merge "NetworkSelectionStatus: Fix copy constructor" by Treehugger Robot · 10 years ago
  34. d2d66727 NetworkSelectionStatus: Fix copy constructor by Roshan Pius · 10 years ago
  35. a6b6252 Merge "Fix google-explicit-constructor warnings." by Chih-hung Hsieh · 10 years ago
  36. 47784a7 Merge "Track exposure of new j.l.reflect methods" by Neil Fuller · 10 years ago
  37. 227a176 Merge "Fix missing dependency on R.java" by Treehugger Robot · 10 years ago
  38. c558dd9 Fix missing dependency on R.java by Colin Cross · 10 years ago
  39. 5f87c45 Merge "Separate advertiser from GATT client (1/4)" by Jakub Pawlowski · 10 years ago
  40. 7207562 Merge "Fix google-explicit-constructor warnings in libs/hwui." by Chih-hung Hsieh · 10 years ago
  41. 2cace65 Merge "Fix google-explicit-constructor warnings in media/mca." by Chih-hung Hsieh · 10 years ago
  42. 7a9c0cd Merge "Fix receive timeout on LocalSocket" by Neil Fuller · 10 years ago
  43. 0c8c4a5 Merge "java.security.Principal: add default method Principal#implies" by Sergio Giro · 10 years ago
  44. c7bd0d0 Merge "java.security.SecretKey: now extends from Destroyable" by Sergio Giro · 10 years ago
  45. d53ae2c Merge "java.security: update java.security.KeyStore to jdk8u60" by Sergio Giro · 10 years ago
  46. a480f7f Separate advertiser from GATT client (1/4) by Jakub Pawlowski · 10 years ago
  47. a8280a5 Fix receive timeout on LocalSocket by Neil Fuller · 10 years ago
  48. 9484bff Merge "java.security.cert: update classes in java.security.cert (part 2)" by Sergio Giro · 10 years ago
  49. 17f1fc6 Merge "Fix google-explicit-constructor warnings in soundpool." am: feee33ce2c by Chih-hung Hsieh · 10 years ago
  50. feee33c Merge "Fix google-explicit-constructor warnings in soundpool." by Chih-hung Hsieh · 10 years ago
  51. ed4b31f Merge "Fix google-explicit-constructor warnings in core/jni." am: cfc9f5d03d by Chih-Hung Hsieh · 10 years ago
  52. cfc9f5d Merge "Fix google-explicit-constructor warnings in core/jni." by Treehugger Robot · 10 years ago
  53. 71b9504 java.security: update java.security.KeyStore to jdk8u60 by Sergio Giro · 10 years ago
  54. 6f285fa java.security.Principal: add default method Principal#implies by Sergio Giro · 10 years ago
  55. 7cdfa74 java.security.SecretKey: now extends from Destroyable by Sergio Giro · 10 years ago
  56. 671d9ce Track exposure of new j.l.reflect methods by Neil Fuller · 10 years ago
  57. 033101bb Merge "Track libcore java.lang.reflect API changes" am: cff3f7001c by Neil Fuller · 10 years ago
  58. cff3f70 Merge "Track libcore java.lang.reflect API changes" by Neil Fuller · 10 years ago
  59. 2cc1eed Track libcore java.lang.reflect API changes by Neil Fuller · 10 years ago
  60. 6a80a4b DO NOT MERGE Revert "Add Bluetooth toggle prompts - framework" by Mitchell Wills · 10 years ago
  61. 8efb84e DO NOT MERGE Revert "Add WiFi toggle prompts - framework" by Mitchell Wills · 10 years ago
  62. a619ec7 Fix google-explicit-constructor warnings in libs/hwui. by Chih-Hung Hsieh · 10 years ago
  63. ae1aadc Fix google-explicit-constructor warnings in soundpool. by Chih-Hung Hsieh · 10 years ago
  64. 6d09d54 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 10 years ago
  65. bd6b663b Fix google-explicit-constructor warnings in media/mca. by Chih-Hung Hsieh · 10 years ago
  66. a654328 Fix google-explicit-constructor warnings in core/jni. by Chih-Hung Hsieh · 10 years ago
  67. b0b6afc Merge changes from topic 'wifi-aosp-master' into stage-aosp-master by Mitchell Wills · 10 years ago
  68. bb205d5 Merge "Fixed statuses on Battery Saver column." am: 21e0701f76 by Felipe Leme · 10 years ago
  69. 21e0701 Merge "Fixed statuses on Battery Saver column." by Felipe Leme · 10 years ago
  70. bd1a93a Fixed statuses on Battery Saver column. by Felipe Leme · 10 years ago
  71. 521c66e NetworkSelectionStatus: Fix copy constructor by Roshan Pius · 10 years ago
  72. 22de5aa Deprecate QNS network disable reason BAD_LINK by Randy Pan · 10 years ago
  73. b81c35f [NAN] API changes/fixes addressing apilint issues by Etan Cohen · 10 years ago
  74. 30a472e [NAN] Add method to ConfigRequest to determine if non-default by Etan Cohen · 10 years ago
  75. b6701fa [NAN] Simplify publish/subscribe configuration - merge match filters by Etan Cohen · 10 years ago
  76. b0214c4 [NAN] Udpate NAN API documentation, clean-up visibility by Etan Cohen · 10 years ago
  77. 28035d9 [NAN] Do not expose WifiManager.isNanSupported as new API by Etan Cohen · 10 years ago
  78. fd11ec1 [NAN] Update finalize to check and warn user if resources not freed by Etan Cohen · 10 years ago
  79. fc3c0a0 [NAN] Fix bad merge use rethrowFromSystemServer by Etan Cohen · 10 years ago
  80. 07e317c Add Log.wtf when transitionTo is used improperly by Mitchell Wills · 10 years ago
  81. 18af493 Ensure BSSIDs are correctly aged out in settings view by Mitchell Wills · 10 years ago
  82. 4503dc6 [NAN] Provide calling package name to service by Etan Cohen · 10 years ago
  83. 40f8b92 Add WiFi toggle prompts - framework by Svetoslav Ganov · 10 years ago
  84. 009ae99 Reenable the unit tests for StateMachine by Mitchell Wills · 10 years ago
  85. 5de073a Remove WiFi related methods from NetworkManagementService by Christopher Wiley · 10 years ago
  86. 079b2f3 Don't pull in external/junit through mockito by Mitchell Wills · 10 years ago
  87. 47fb68b WifiConfiguration: Expose NetworkSelectionStatus strings by Roshan Pius · 10 years ago
  88. 6bc2a92 Add Bluetooth toggle prompts - framework by Svetoslav Ganov · 10 years ago
  89. 0e70bdd [NAN] Add LV utilities (TLV with T size of 0). by Etan Cohen · 10 years ago
  90. 2b1e7ea [NAN] Fix TlvElement member names - reflect public access. by Etan Cohen · 10 years ago
  91. 090e9de TetherUtil: Use ConnectivityManager for tethering by Christopher Wiley · 10 years ago
  92. c579d206 [NAN] TLV utilities iterator - throw correct exception by Etan Cohen · 10 years ago
  93. ee58a68 [NAN] Modify arguments from "array, length" to "array" by Etan Cohen · 10 years ago
  94. 44cb6ef [NAN] NAN System Api: RTT by Etan Cohen · 10 years ago
  95. 05f86d1 Properly disable WiFi tethering by Christopher Wiley · 10 years ago
  96. 2d3face [NAN] Provide inteface MAC address to app. by Etan Cohen · 10 years ago
  97. 6060d85 [NAN] Add (T)LV validation testing by Etan Cohen · 10 years ago
  98. f834dda Add IPv6 tethering coordinator by Erik Kline · 10 years ago
  99. 9c820cd Stop listening for WiFi interface status changes by Christopher Wiley · 10 years ago
  100. 01db037 [NAN] Add validity checks for service name by Etan Cohen · 10 years ago