1. 3031bf9 Adding Carrier Config API. by Jonathan Basseri · 10 years ago
  2. 1cf9b6b DO NOT MERGE Make Telecom/InCallUI APIs public by Jay Shrauner · 9 years ago
  3. 42beb0f Merge "Fix make update-api" into m-wireless-dev by Andre Eisenbach · 9 years ago
  4. 62ad27e DO NOT MERGE Hide Voicemails.{insert, deleteAll, setStatus} by Jay Shrauner · 9 years ago
  5. b679271 Fix make update-api by Yorke Lee · 9 years ago
  6. d05bd46 Add support for Bluetooth Sim Access Profile (2/4) by Casper Bonde · 9 years ago
  7. 6ddbb5e Bluetooth LE background operation mode (2/2) by Nitin Arora · 10 years ago
  8. 104b0f1 multinetwork API: native implementation by Erik Kline · 10 years ago
  9. 3541e9f Deprecate connectivity APIs relying on integer network types. by Paul Jensen · 9 years ago
  10. 557d2f5 Merge "Add ConnectivityManager.reportNetworkConnectivity() API" into m-wireless-dev by Paul Jensen · 9 years ago
  11. ab5267a Fix onLost/onFound logic in isSettingsAndFilterComboAllowed by tturney · 9 years ago
  12. bfd17b7 Add ConnectivityManager.reportNetworkConnectivity() API by Paul Jensen · 9 years ago
  13. 238e0f9 OBEX Over L2CAP + SDP search API for BT profiles by Casper Bonde · 9 years ago
  14. 31a94f4 Add ConnectivityManager.getActiveNetwork(). by Paul Jensen · 10 years ago
  15. bf18bed Merge "Non-functional code cleanup of ConnectivityService." into m-wireless-dev by Paul Jensen · 9 years ago
  16. e75b9e3 Non-functional code cleanup of ConnectivityService. by Paul Jensen · 9 years ago
  17. e593d0a Onfound onlost feature. by Prerepa Viswanadham · 9 years ago
  18. 582b868 Unhide Network.openConnection(URL, Proxy). by Lorenzo Colitti · 9 years ago
  19. 0d719ca Fix typos in ConnectivityManager documentation. by Paul Jensen · 10 years ago
  20. ad82342 Deprecate EXTRA_PROXY_INFO and unhide ConnectivityManager.getDefaultProxy(). by Paul Jensen · 10 years ago
  21. 72db88e Deprecate static ConnectivityManager.get/setProcessDefaultNetwork() functions. by Paul Jensen · 10 years ago
  22. 34c6e6b Add DhcpStateMachine PollingState. by Erik Kline · 10 years ago
  23. 14c9121 DO NOT MERGE Do not hide any call log entries when they are added. by Santos Cordon · 9 years ago
  24. d91f193 Add API for BLE_SCAN_ALWAYS_AVAILABLE feature. by Wei Wang · 9 years ago
  25. 981e056 Camera: update createStream API to add new rotation field by Yin-Chia Yeh · 9 years ago
  26. 35286a2 Camera: add @hide API for setting camera rotation by Yin-Chia Yeh · 10 years ago
  27. 0d6d03f Camera2: Add camera pose and distortion fields by Eino-Ville Talvala · 10 years ago
  28. 838beb2 Camera2: Wire depth formats into StreamConfigurationMap by Eino-Ville Talvala · 10 years ago
  29. a2d90d3 Camera2: Remove unused parameters in ICameraDeviceUser#createStream by Eino-Ville Talvala · 10 years ago
  30. 72a26f71 Camera2: update generated code by Zhijun He · 10 years ago
  31. e686047 camera2: Clarify the documentation on the ImageReader usecase by Martin Storsjo · 10 years ago
  32. 950323e Camera2: framework updates for HAL3.3 keys by Yin-Chia Yeh · 10 years ago
  33. c93573c Camera2: Add hidden depth stream configuration tags by Eino-Ville Talvala · 10 years ago
  34. 19d26b3 CameraManager: implement flashlight controls by Chien-Yu Chen · 10 years ago
  35. 7e3973c CameraManager: add torch mode APIs for flashlight by Chien-Yu Chen · 10 years ago
  36. 712e5b8 Camera2: add lens facing EXTERNAL enum by Zhijun He · 10 years ago
  37. de2e4d0 Camera2: metadata spec update for reprocessing by Zhijun He · 10 years ago
  38. b8a93f3 Camera: codegen doc update by Yin-Chia Yeh · 10 years ago
  39. 8611f15 Camera2: lens shading related HAL3.3 update by Yin-Chia Yeh · 10 years ago
  40. 42f617d Camera2: add precapture trigger CANCEL by Zhijun He · 10 years ago
  41. 63193a7 Camera2: doc update for HAL3.3 tonemapping change by Yin-Chia Yeh · 10 years ago
  42. 3935084 Merge "Make NetworkCapabilities.NOT_VPN javadoc visible." into m-wireless-dev by Paul Jensen · 9 years ago
  43. 6c6fab2 Merge "Fix setSurfaceTexture to handle surface caching" into m-wireless-dev by John Reck · 9 years ago
  44. 36e3488 Merge "Remove dead code, mostly DataStateTracker." into m-wireless-dev by Paul Jensen · 9 years ago
  45. e1d0f58 Make Opportunistic Scan API public. by Wei Wang · 9 years ago
  46. fd69e2a Fix setSurfaceTexture to handle surface caching by Naveen Kalla · 9 years ago
  47. 2877877 add BASE_WIFI_LOGGER to system protocol messages by Pierre Vandwalle · 9 years ago
  48. 4356447 Remove dead code, mostly DataStateTracker. by Paul Jensen · 9 years ago
  49. 76b610a Make NetworkCapabilities.NOT_VPN javadoc visible. by Paul Jensen · 9 years ago
  50. 4190762 Add opportunistic ble scan mode. (1/2) by Wei Wang · 10 years ago
  51. cac9a63 DHCP: Add a hidden setting to use the legacy DHCP client. by Lorenzo Colitti · 9 years ago
  52. 4ff9f0f Add a protectFromVpn method that takes a FileDescriptor by Lorenzo Colitti · 9 years ago
  53. c77f04f Merge changes from topic 'dhcpclient' into m-wireless-dev by Lorenzo Colitti · 9 years ago
  54. 30d4ec6 Merge "Add two utility methods for IPv4 netmasks." into m-wireless-dev by Lorenzo Colitti · 9 years ago
  55. 21d9943 Merge "Fix javadoc braces for ConnectivityManager.EXTRA_NETWORK." into m-wireless-dev by Paul Jensen · 9 years ago
  56. c95a87f DHCP: Move the packet code to frameworks/base/services. by Lorenzo Colitti · 10 years ago
  57. 566e0cb DHCP: Add a native method for making a DHCP socket. by Lorenzo Colitti · 10 years ago
  58. 5671eed DHCP: Add a superclass for DhcpStateMachine. by Lorenzo Colitti · 10 years ago
  59. 475085b Add two utility methods for IPv4 netmasks. by Lorenzo Colitti · 10 years ago
  60. b335d20 Fix javadoc braces for ConnectivityManager.EXTRA_NETWORK. by Paul Jensen · 9 years ago
  61. 8b97ee3 Helper methods for voicemail status provider. by Nancy Chen · 10 years ago
  62. 2d2bc16 Hide calllog entries for unregistered phone accounts by Santos Cordon · 10 years ago
  63. 2782f31 am 246a3a4a: am 14fcef3b: am c4418980: am a31378dc: Merge "Minor typo fixes in managed profile Javadoc reference pages." into lmp-docs by Joe Fernandez · 10 years ago
  64. 9a447bc am 246a3a4a: am 14fcef3b: am c4418980: am a31378dc: Merge "Minor typo fixes in managed profile Javadoc reference pages." into lmp-docs by Joe Fernandez · 10 years ago
  65. 46bdfa9 Merge "Refactor NetworkUtils interaction with DHCP." into m-wireless-dev by Erik Kline · 10 years ago
  66. 246a3a4 am 14fcef3b: am c4418980: am a31378dc: Merge "Minor typo fixes in managed profile Javadoc reference pages." into lmp-docs by Joe Fernandez · 10 years ago
  67. 14fcef3 am c4418980: am a31378dc: Merge "Minor typo fixes in managed profile Javadoc reference pages." into lmp-docs by Joe Fernandez · 10 years ago
  68. c441898 am a31378dc: Merge "Minor typo fixes in managed profile Javadoc reference pages." into lmp-docs by Joe Fernandez · 10 years ago
  69. 27f5337 Minor typo fixes in managed profile Javadoc reference pages. by Andrew Solovay · 10 years ago
  70. 7c07dfa Add frameworks classes and methods necessary for VVM syncadapter structure. by Nancy Chen · 10 years ago
  71. 204f80e Add PHONE_ACCOUNT_ADDRESS to the call log DB. by Santos Cordon · 10 years ago
  72. da35a2b Revert "Add PHONE_ACCOUNT_ADDRESS to the call log DB." by Santos Cordon · 10 years ago
  73. 40c6f2b Add PHONE_ACCOUNT_ADDRESS to the call log DB. by Santos Cordon · 10 years ago
  74. 109dabd Add multi-SIM fields to VoicemailContract.Status. by Nancy Chen · 10 years ago
  75. 3c3ce17 Refactor NetworkUtils interaction with DHCP. by Erik Kline · 10 years ago
  76. 73b0048 Merge "Separate NAT from forwarding." into lmp-mr1-wfc-dev by Lorenzo Colitti · 10 years ago
  77. 35e36db Separate NAT from forwarding. by Lorenzo Colitti · 10 years ago
  78. bece926 Telephony: Implementation for IWLAN. by Yashdev Singh · 10 years ago
  79. 04d3e55 am b46e4806: Merge "Remove TrustAgent whitelisting API" into lmp-mr1-dev by Jim Miller · 10 years ago
  80. bc4f2cc Remove TrustAgent whitelisting API by Jim Miller · 10 years ago
  81. 9c8f21b WFC configuration: add carrier and device support configurations. by Etan Cohen · 10 years ago
  82. d0e4004 am ffaee8bd: Merge "Fix NPE" into lmp-mr1-dev by Marco Nelissen · 10 years ago
  83. ffaee8b Merge "Fix NPE" into lmp-mr1-dev by Marco Nelissen · 10 years ago
  84. a94e429 Merge "Do not make ActivityContainer available to apps. DO NOT MERGE" into lmp-mr1-dev by Craig Mautner · 10 years ago
  85. 0e24cb7 Fix NPE by Marco Nelissen · 10 years ago
  86. 2a90fa6 Fix year picker initial range by Alan Viverette · 10 years ago
  87. ca0653a Do not make ActivityContainer available to apps. DO NOT MERGE by Craig Mautner · 10 years ago
  88. 27ad2e9 Accessibility: Ensure fresh accessilbity focused and input focused nodes. by Svetoslav · 10 years ago
  89. d2ccbd4 Merge "camera2: Fix legacy scaling factor application." into lmp-mr1-dev by Ruben Brunk · 10 years ago
  90. 259f3d9 camera2: Fix legacy scaling factor application. by Ruben Brunk · 10 years ago
  91. 20be0e2 Merge "Update Javadoc for EXTRA_NETWORK." into lmp-mr1-dev by Jeremy Joslin · 10 years ago
  92. c70d0e7 Fix the javadocs for lock task mode intents. by Benjamin Franz · 10 years ago
  93. fcde58f Update Javadoc for EXTRA_NETWORK. by Jeremy Joslin · 10 years ago
  94. 0ec652c Merge "Add DENSITY_280" into lmp-mr1-dev by Adam Powell · 10 years ago
  95. f6d4045 Add DENSITY_280 by Adam Powell · 10 years ago
  96. c73cfa0 Accessibiltiy: missed update to the previous patch. by Svetoslav · 10 years ago
  97. b2ba6df Merge "Accessibility: Handle a missed case when clicking focused views." into lmp-mr1-dev by Baligh Uddin · 10 years ago
  98. 455502b Merge "Add API to check if a Bluetooth connection is encrypted (1/2)" into lmp-mr1-dev by Andre Eisenbach · 10 years ago
  99. a63ba42 Merge "Separate the protection of mProxyServiceStateCallbacks from that of mService" into lmp-mr1-dev by Matthew Xie · 10 years ago
  100. 61333d1 Merge "Limit cache update to packages that have changed" into lmp-mr1-dev by Amith Yamasani · 10 years ago