1. 1925404 Use public APIs instead of Conscrypt ones by Adam Vartanian · 6 years ago
  2. ad5037b Fix the build failure with enabling DEBUG_PSS by Xiong Li · 6 years ago
  3. db3a236 Check if DUN APN exists to decide isDunRequired by markchien · 6 years ago
  4. ed74814 Merge "Query the enable_apex_image flag from native experiment." by Nicolas Geoffray · 6 years ago
  5. 77ad6ae Merge "Replace generic GC type flag with a specific Generational CC flag." by Nicolas Geoffray · 6 years ago
  6. 6631e7c Merge "Add a unit test for Android Runtime (Boot) device configuration flags." by Nicolas Geoffray · 6 years ago
  7. 14a5ced Merge "Read "gctype" flag from namespace "runtime_native_boot"." by Nicolas Geoffray · 6 years ago
  8. 79e3be8 Switch LocalSocket to android::base::{Send,Receive}FileDescriptorVector. by Josh Gao · 6 years ago
  9. 5f912ec Merge "Convert FrameworksCoreTests to Android.bp" by Treehugger Robot · 6 years ago
  10. a0e4349 Merge "Add more test case and some clean up" by Treehugger Robot · 6 years ago
  11. 468abc9 Convert FrameworksCoreTests to Android.bp by Colin Cross · 6 years ago
  12. 95489ca Add more test case and some clean up by Chiachang Wang · 6 years ago
  13. 383624f Merge "Fix Order of Operations for Converting RSSI to ASU" by Nathan Harold · 6 years ago
  14. 11cbc3b Fix Order of Operations for Converting RSSI to ASU by Nathan Harold · 6 years ago
  15. 7db49c5 Merge "getSimLocale should return locale rather than string tag" by Chen Xu · 6 years ago
  16. 0a04598 Merge "CallAttributes uses the call network type" by Jordan Liu · 6 years ago
  17. 79d7ba2 Revert "Revert "Remove legacy-test and legacy-android-test targets"" by Paul Duffin · 6 years ago
  18. f98efc3 getSimLocale should return locale rather than string tag by chen xu · 6 years ago
  19. e24b30b Merge "Add gctype device config property for GC experiments" by Nicolas Geoffray · 6 years ago
  20. cc9f492 Merge "Check recycled when createBitmap" by Treehugger Robot · 6 years ago
  21. 7a6a0da Query the enable_apex_image flag from native experiment. by Nicolas Geoffray · 6 years ago
  22. 72a1815 Replace generic GC type flag with a specific Generational CC flag. by Roland Levillain · 6 years ago
  23. ddcbe90 Add a unit test for Android Runtime (Boot) device configuration flags. by Roland Levillain · 6 years ago
  24. 688ed59 Read "gctype" flag from namespace "runtime_native_boot". by Roland Levillain · 6 years ago
  25. 28cfcec Add gctype device config property for GC experiments by Mathieu Chartier · 6 years ago
  26. 6998fa8 Track NAT64 in the framework and start clatd iff NAT64 detected by Lorenzo Colitti · 6 years ago
  27. df59563 Change Nat464Xlat lifecycle. by Lorenzo Colitti · 6 years ago
  28. f56ff04 Minor improvements to verifyTcpBufferSizeChange. by Lorenzo Colitti · 6 years ago
  29. c5ea003 Merge "Fixes for touchpad capture" by Treehugger Robot · 6 years ago
  30. 0a5c8c1 Check recycled when createBitmap by Cuiping.x.Shu · 7 years ago
  31. 037a087 Merge "Remove deleted fields/functions from greylist." by Treehugger Robot · 6 years ago
  32. 35e3d8e Merge "Hide RcsMessageStore APIs" by Sahin Caliskan · 6 years ago
  33. e05a1cb Merge "API council feedbacks for preciseCall APIs" by Chen Xu · 6 years ago
  34. e2823007 Add a Constant for CellInfo#UNAVAILABLE_LONG by Nathan Harold · 6 years ago
  35. 016982a Merge "Change data types on CallIdentification API." by Tyler Gunn · 6 years ago
  36. c020cf5 Merge "Add Class-Filtered getCellSignalStrengths" by Nathan Harold · 6 years ago
  37. b3bdb7c Change data types on CallIdentification API. by Tyler Gunn · 6 years ago
  38. 7621ff2 API council feedbacks for preciseCall APIs by chen xu · 6 years ago
  39. ee15067 Merge "Update RulesManagerService after APEX files" by Neil Fuller · 6 years ago
  40. e8eb967 Merge "Fixed incorrect data network type when device is on IWLAN" by Jack Yu · 6 years ago
  41. a1ae025 Update RulesManagerService after APEX files by Neil Fuller · 6 years ago
  42. 2badc1e Merge "Add a new error code for disallowing concurrent bugreports" by Nandana Dutt · 6 years ago
  43. 1d8977b Merge "Fix RouterAdvertisementDaemon thread leakage problem" by Lorenzo Colitti · 6 years ago
  44. 233b4f1 Merge "use putLong for long config" by Sooraj Sasindran · 6 years ago
  45. 2fd3ca6 Merge "Injecting data stall event to statsd" by Chiachang Wang · 6 years ago
  46. f09e3e3 Injecting data stall event to statsd by Chiachang Wang · 6 years ago
  47. 1c2c119 Merge "Convert Android.mk file to Android.bp" by Treehugger Robot · 6 years ago
  48. daddc5b Merge "Fix potential crash when per-procstate cpu times tracking is turned on." by Sudheer Shanka · 6 years ago
  49. 862821e Merge "Add checks on multisim capabilities." by Michele Berionne · 6 years ago
  50. 9f0115b Merge "Allow UiAutomation to adopt the shell permission indentity" by Sooraj Sasindran · 6 years ago
  51. 9a7e40e Hide RcsMessageStore APIs by Sahin Caliskan · 6 years ago
  52. d937fa5 Convert Android.mk file to Android.bp by Sasha Smundak · 6 years ago
  53. c9747b9 Fixed incorrect data network type when device is on IWLAN by Jack Yu · 6 years ago
  54. 9e9d49c use putLong for long config by Sooraj Sasindran · 6 years ago
  55. 65ed9d9 CallAttributes uses the call network type by Jordan Liu · 6 years ago
  56. 07037a8 Merge "Update MbmsDownloadServiceBase to reflect implements IInterface" by Tor Norbye · 6 years ago
  57. 969abcc Merge "Add logging to NetworkStackClient" by Remi NGUYEN VAN · 6 years ago
  58. c5e6e54 Add checks on multisim capabilities. by Michele · 6 years ago
  59. 703e8c6 Merge "Send special permission information to netd" by Treehugger Robot · 6 years ago
  60. bede9f8 Merge "Use toArray(T[]) instead of toArray()." by Treehugger Robot · 6 years ago
  61. c2841ec Allow UiAutomation to adopt the shell permission indentity by Svet Ganov · 6 years ago
  62. c3ae401 Merge "Revert "Revert "Delay start of bootanimation until after the Runtime APEX is mounted.""" by vichang · 6 years ago
  63. 42ff94d Remove deleted fields/functions from greylist. by Amit Mahajan · 6 years ago
  64. c1e5514 Merge "Add feature flag for Dynamic Android" by Treehugger Robot · 6 years ago
  65. 4e4b3ac Merge "Pick up the apexBootImage pinner service files when the boot image is apex.art." by Nicolas Geoffray · 6 years ago
  66. cfb3d48 Add a new error code for disallowing concurrent bugreports by Nandana Dutt · 6 years ago
  67. a6bb891 Revert "Revert "Delay start of bootanimation until after the Runtime APEX is mounted."" by vichang · 6 years ago
  68. f1324dc Merge "Change getPackageUid to getPackageUidAsUser" by Remi NGUYEN VAN · 6 years ago
  69. 617e556 Merge "Update backwards compatibility support for android.test.base" by Paul Duffin · 6 years ago
  70. b751443 Merge "Allow framework-atb-backward-compatibility to be added to bootclasspath" by Paul Duffin · 6 years ago
  71. fc07086 Merge "Fix build warnings for CaptivePortalLogin" by Chiachang Wang · 6 years ago
  72. 5d70cdf Update backwards compatibility support for android.test.base by Paul Duffin · 6 years ago
  73. fab8754 Allow framework-atb-backward-compatibility to be added to bootclasspath by Paul Duffin · 6 years ago
  74. 6dea37d Fix RouterAdvertisementDaemon thread leakage problem by Iris Chang · 6 years ago
  75. a25379f Add logging to NetworkStackClient by Remi NGUYEN VAN · 6 years ago
  76. 256298e Change getPackageUid to getPackageUidAsUser by Remi NGUYEN VAN · 6 years ago
  77. 0d958bb Add feature flag for Dynamic Android by Howard Chen · 6 years ago
  78. c6610ac Fix build warnings for CaptivePortalLogin by Chiachang Wang · 6 years ago
  79. ddc496d Update MbmsDownloadServiceBase to reflect implements IInterface by Tor Norbye · 6 years ago
  80. 03c1476 Merge "Schematize Crypto system properties" by Kiyoung Kim · 6 years ago
  81. f8881b68 Merge "Updated Zygote IPC related comments." by Christian Wailes · 6 years ago
  82. 4b93dd3 Merge "Add documentation for inserting RCS 1-on-1 thread" by Treehugger Robot · 6 years ago
  83. e16cd66 Send special permission information to netd by Chenbo Feng · 6 years ago
  84. 6693933 Use toArray(T[]) instead of toArray(). by Garfield Tan · 6 years ago
  85. 4b5b191 Merge "Convert Android.mk file to Android.bp" by Treehugger Robot · 6 years ago
  86. 5ea5f19 Merge "Debug Event for Malformed PLMN ID in CellIdentity" by Nathan Harold · 6 years ago
  87. adcb75d Debug Event for Malformed PLMN ID in CellIdentity by Nathan Harold · 6 years ago
  88. 609ea87 Merge "Split RCS events into API and internal classes" by Treehugger Robot · 6 years ago
  89. b13bfc5 Updated Zygote IPC related comments. by Chris Wailes · 6 years ago
  90. a7335a9 Convert Android.mk file to Android.bp by Sasha Smundak · 6 years ago
  91. 8b5976e Pick up the apexBootImage pinner service files when the boot image is apex.art. by Nicolas Geoffray · 6 years ago
  92. a6dda25 Merge "Expose the Radio HAL Version for Test Purposes" by Nathan Harold · 6 years ago
  93. 4ba3b12 Merge changes from topic "PPRL.190205.001" by Xin Li · 6 years ago
  94. db2337f Add documentation for inserting RCS 1-on-1 thread by Leland Miller · 6 years ago
  95. 619ed85 Merge "Use sampled value in hidden api logger" by Andrei-Valentin Onea · 6 years ago
  96. 3513d3c8 Use sampled value in hidden api logger by Andrei Onea · 6 years ago
  97. 8a71e01 Merge "Fix potential memory leak in SomeArgs" by Adrian Roos · 6 years ago
  98. 21078b1 Merge "Skip unreachable route when estimating VPN destinations" by Treehugger Robot · 6 years ago
  99. 1d18e60 Merge "Consider 200 response with "Content-length <= 4" to not be a captive portal." by Treehugger Robot · 6 years ago
  100. 5f0521e Fix potential memory leak in SomeArgs by Bin Chen · 6 years ago