1. b0557ac Merge "Remove LOCAL_JNI_SHARED_LIBRARIES_ZIP_OPTIONS" by Dmitriy Ivanov · 9 years ago
  2. 811b726 Remove LOCAL_JNI_SHARED_LIBRARIES_ZIP_OPTIONS by Dmitriy Ivanov · 9 years ago
  3. e386f7f Merge "Expose peer LLCP version in NDEF callbacks." by Martijn Coenen · 9 years ago
  4. e5e49a1 Merge "Support KM_LONG_REP" by Chad Brubaker · 9 years ago
  5. b543b393 Support KM_LONG_REP by Chad Brubaker · 9 years ago
  6. 499126c Merge "Add Keymaster KM_ORIGIN_UNKNOWN constant." by Alex Klyubin · 9 years ago
  7. 37d81d0 Add IV-related Keymaster error codes. by Alex Klyubin · 9 years ago
  8. fd70bb1 Expose peer LLCP version in NDEF callbacks. by Martijn Coenen · 9 years ago
  9. 6a47a86 Merge "Add getPrefixAids()." by Martijn Coenen · 9 years ago
  10. ed3a29e Add getPrefixAids(). by Martijn Coenen · 10 years ago
  11. d800167 Fix javadoc error in Debug.getRuntimeStats(). by Hiroshi Yamauchi · 9 years ago
  12. 45d2783 Add Keymaster KM_ORIGIN_UNKNOWN constant. by Alex Klyubin · 9 years ago
  13. 8b5a293d Add Debug.getRuntimeStat(). by Hiroshi Yamauchi · 9 years ago
  14. 3312c6b Merge "Add android.net.IpPrefix#contains()" by Erik Kline · 9 years ago
  15. acc8c09 Add android.net.IpPrefix#contains() by Erik Kline · 9 years ago
  16. 3afca74 Merge "BatteryStats: Adds an additional condition to avoid ArrayIndexOutOfBounds." by Ruchi Kandoi · 9 years ago
  17. d1af38a Merge "Use JCA names for block modes, paddings, and digests." by Alex Klyubin · 9 years ago
  18. 5927c9f Use JCA names for block modes, paddings, and digests. by Alex Klyubin · 9 years ago
  19. 8f0e0c1 Merge "Clean-up state if we have an exception when acquiring provider" by Wale Ogunwale · 9 years ago
  20. 59f977c Make several key crypto parameters repeatable by Chad Brubaker · 9 years ago
  21. 73e239b Clean-up state if we have an exception when acquiring provider by Wale Ogunwale · 9 years ago
  22. 55f7c27 Track more changes to keymaster_defs.h by Alex Klyubin · 9 years ago
  23. 862e6c7 Track recent keymaster_defs.h changes. by Alex Klyubin · 9 years ago
  24. f324d24 Merge "Reuse dexopt method for both dex2oat and patchoat." by Richard Uhler · 9 years ago
  25. 3d86b88 [ActivityManager] Avoid NullPointerException if no crash info by louis_chang · 9 years ago
  26. 80e455e Merge "Prevent possible memory leak in SpanSet" by Romain Guy · 9 years ago
  27. 7a3c8c7 Merge "Fixed memory leak in ExtractEditLayout finish()" by Adam Powell · 9 years ago
  28. 8391e03 Merge "ProgressBar: Fix error of process bar cannot update on some condition." by Adam Powell · 9 years ago
  29. 5352411 Merge "Move cache dir to its own class." by Tim Murray · 9 years ago
  30. e1e6c66 Move cache dir to its own class. by Tim Murray · 9 years ago
  31. b3a9bc0 Prevent possible memory leak in SpanSet by Romain Guy · 9 years ago
  32. 558184f Merge "Make the new AndroidKeyStore API conformant." by Alex Klyubin · 9 years ago
  33. d95e58c Merge "Load libraries directly from apk" by Dmitriy Ivanov · 9 years ago
  34. dec4688 Load libraries directly from apk by Dmitriy Ivanov · 10 years ago
  35. c46e9e7 Make the new AndroidKeyStore API conformant. by Alex Klyubin · 9 years ago
  36. 605cca1 Frameworks/base: Pass variant and feature-set to runtime by Andreas Gampe · 9 years ago
  37. 7b08b35 Reuse dexopt method for both dex2oat and patchoat. by Richard Uhler · 9 years ago
  38. 3d8b7f4 Merge "Support for storing OAT files in app directory" by Fyodor Kupolov · 9 years ago
  39. 64c8a07 Merge "Early return in RemoteViewsAdapter is too late" by Elliott Hughes · 9 years ago
  40. 97467d8 Merge "Cleanse HTTP, HTTPS, and FTP URLs in Uri.toSafeString." by Alex Klyubin · 9 years ago
  41. 3f24a1d Cleanse HTTP, HTTPS, and FTP URLs in Uri.toSafeString. by Alex Klyubin · 9 years ago
  42. e816f91 Merge "Frameworks/base: Use system property for cache prune counter" by Andreas Gampe · 9 years ago
  43. e324ba0 Frameworks/base: Use system property for cache prune counter by Andreas Gampe · 9 years ago
  44. 57307b2 [ActivityManager] Improve multi-thread access the same provider by riddle_hsu · 9 years ago
  45. c0eb55c UNSUPPORTED_TAG_LENGTH -> UNSUPPORTED_MAC_LENGTH by Alex Klyubin · 9 years ago
  46. 5491ea9 Merge "Include operation handle in OperationResult" by Chad Brubaker · 9 years ago
  47. 25c5296 Merge "An updater for all timezone data on a device" by Neil Fuller · 9 years ago
  48. e035238 Frameworks/base: Support dex2oat threads system property by Andreas Gampe · 9 years ago
  49. 4af5bd7 Merge "Add ProcessInfoService to activity manager." by Olawale Ogunwale · 9 years ago
  50. f603e28 Merge "Add authorization binder methods" by Chad Brubaker · 9 years ago
  51. e1e1969 Add ProcessInfoService to activity manager. by Ruben Brunk · 10 years ago
  52. b94c165 Support for storing OAT files in app directory by Fyodor Kupolov · 9 years ago
  53. 631565a Merge "Change getDeclaredFieldsUnchecked call to new return value" by Mathieu Chartier · 9 years ago
  54. a01250c Merge "Frameworks/base: Change String == to equals in Preference" by Andreas Gampe · 9 years ago
  55. 5a15bf6 Merge "Frameworks/base: Fix request removal in VoiceInteractionSession" by Andreas Gampe · 9 years ago
  56. 3d529c5 Change getDeclaredFieldsUnchecked call to new return value by Mathieu Chartier · 9 years ago
  57. d23a1f7 Symmetric key generation for AndroidKeyStore. by Alex Klyubin · 9 years ago
  58. dae79e5 Allow entropy to be provided to some operations by Chad Brubaker · 9 years ago
  59. 5672670 Fixed memory leak in ExtractEditLayout finish() by Johan8 Persson2 · 12 years ago
  60. 5a680f2e An updater for all timezone data on a device by Neil Fuller · 9 years ago
  61. 5fc9b33 Merge "Consider RTL layout in DPAD navigation in Gallery" by Alan Viverette · 9 years ago
  62. 6326f96 Merge "Make application/client id an object" by Chad Brubaker · 9 years ago
  63. a9f6286 Merge "Framework's NetworkSecurityPolicy delegates to libcore's one." by Alex Klyubin · 9 years ago
  64. 5aeb085 Merge "Enforce tag types in KeymasterArgument classes" by Chad Brubaker · 9 years ago
  65. 7506f49 Merge "Fix to crash when clicking text link without view activity" by Alan Viverette · 9 years ago
  66. 403a494 Framework's NetworkSecurityPolicy delegates to libcore's one. by Alex Klyubin · 9 years ago
  67. ff022cb Merge "Address pending comments for NetworkSecurityPolicy." by Alex Klyubin · 9 years ago
  68. 84750f3 Address pending comments for NetworkSecurityPolicy. by Alex Klyubin · 9 years ago
  69. 534bf9c Enforce tag types in KeymasterArgument classes by Chad Brubaker · 9 years ago
  70. 5e73c0e Make application/client id an object by Chad Brubaker · 9 years ago
  71. 38fcaf4 Merge "Move arrow_pointer hotspot to better match actual tip" by Alan Viverette · 9 years ago
  72. 4cd8e50 Include operation handle in OperationResult by Chad Brubaker · 9 years ago
  73. f989a41 Consider RTL layout in DPAD navigation in Gallery by Johan Redestig · 12 years ago
  74. a4c4c575 Merge "Add android.security.NetworkSecurityPolicy." by Alex Klyubin · 9 years ago
  75. f9034cc Add android.security.NetworkSecurityPolicy. by Alex Klyubin · 9 years ago
  76. b7d997a Merge "Revert "Change jit properties to be debug properties"" by Mathieu Chartier · 9 years ago
  77. 4177b8c Merge "Add app-level usesCleartextTraffic manifest attribute." by Alex Klyubin · 9 years ago
  78. 1fb7aab Revert "Change jit properties to be debug properties" by Mathieu Chartier · 9 years ago
  79. e90774d Rename KM_TAG_USER_AUTH_ID to KM_TAG_USER_AUTH_TYPE. by Shawn Willden · 9 years ago
  80. 254c58c Merge changes Id9a22ad3,I629ab2c4 by Shawn Willden · 9 years ago
  81. c3e1c21 Frameworks/base: Change String == to equals in Preference by Andreas Gampe · 9 years ago
  82. 437ac8f Merge "Add JIT late override property" by Mathieu Chartier · 9 years ago
  83. 13dbc3d Merge "Frameworks/base: Fix potential NPE in InputMethod" by Andreas Gampe · 9 years ago
  84. 7a49028 Add JIT late override property by Mathieu Chartier · 9 years ago
  85. 01a959d Add app-level usesCleartextTraffic manifest attribute. by Alex Klyubin · 9 years ago
  86. 8ef92bd Frameworks/base: Fix request removal in VoiceInteractionSession by Andreas Gampe · 9 years ago
  87. 4236ad7 Frameworks/base: Fix potential NPE in InputMethod by Andreas Gampe · 9 years ago
  88. 5654b36 Add authorization binder methods by Chad Brubaker · 9 years ago
  89. 4976e2d Frameworks/base: Fix visibility flag in Editor by Andreas Gampe · 9 years ago
  90. 9568772 Merge "Frameworks/base: Fix format string in Geofence" by Andreas Gampe · 9 years ago
  91. 1414a62 Frameworks/base: Fix format string in Geofence by Andreas Gampe · 9 years ago
  92. aae42eb2 Merge "Frameworks/base: Fix format string in Camera" by Andreas Gampe · 9 years ago
  93. 02ffb2a Frameworks/base: Fix format string in Camera by Andreas Gampe · 9 years ago
  94. be549f9 Merge "Frameworks/base: Fix precedence bug" by Andreas Gampe · 9 years ago
  95. 869d26f Frameworks/base: Fix precedence bug by Andreas Gampe · 9 years ago
  96. 0ae488e Merge "Frameworks/base: Use || instead of |" by Andreas Gampe · 9 years ago
  97. e1b9262 Frameworks/base: Use || instead of | by Andreas Gampe · 9 years ago
  98. 4d90764 Merge "Frameworks/base: Fix trivial equals implementation" by Andreas Gampe · 9 years ago
  99. 610b2c77 Frameworks/base: Fix trivial equals implementation by Andreas Gampe · 9 years ago
  100. 008ec61 Merge "Change jit properties to be debug properties" by Mathieu Chartier · 9 years ago