1. 50ec69f Merge "Sends the correct error code" into rvc-dev by TreeHugger Robot · 4 years, 3 months ago
  2. 2e510db Sends the correct error code by Patrick Baumann · 4 years, 4 months ago
  3. 6b58f8c Merge changes from topic "abandon-race" into rvc-dev by Mohammad Samiul Islam · 4 years, 4 months ago
  4. 3cb5610 Migrate remaining parsePackage V1 to V2 by Winson · 4 years, 4 months ago
  5. a0623e2 Fix racing condition between session abandonment and its verification by Mohammad Samiul Islam · 4 years, 4 months ago
  6. ec60726 Merge changes from topics "v2_metrics_add_size", "v2_metrics_optional_package_name" into rvc-dev by Songchun Fan · 4 years, 4 months ago
  7. eb29d9a Merge "Handles child failure on session validate" into rvc-dev by Patrick Baumann · 4 years, 4 months ago
  8. aff0dce [pm/metrics] add apk size in the log by Songchun Fan · 4 years, 4 months ago
  9. cf463af [pm/metrics] do not log package name for adb installations by Songchun Fan · 4 years, 4 months ago
  10. a7e1a57 Handles child failure on session validate by Patrick Baumann · 4 years, 4 months ago
  11. 731bd96 Persist destroyed staged sessions until they are cleaned up by Mohammad Samiul Islam · 4 years, 4 months ago
  12. 7e0a1a8 Unavailable DataLoader status. by Alex Buynytskyy · 4 years, 4 months ago
  13. 64067b2 Fix for Binder one-way deadlock. by Alex Buynytskyy · 4 years, 4 months ago
  14. 03a2c38 Proper handling of unrecoverable status. by Alex Buynytskyy · 4 years, 4 months ago
  15. ea1390f Keep only service binding in DataLoaderManager. by Alex Buynytskyy · 4 years, 4 months ago
  16. 83727858 [incfs] Skip empty folders for app updates by Yurii Zubrytskyi · 4 years, 4 months ago
  17. c296cf7 [stats] add metrics for package installer v2 by Songchun Fan · 4 years, 5 months ago
  18. 961c7ef Improve exception in validate{Apex,Apk}InstallLocked by Nikita Ioffe · 4 years, 5 months ago
  19. a7b10f5 Merge "Dynamic args complete removal." into rvc-dev by Yurii Zubrytskyi · 4 years, 5 months ago
  20. 686a537 Dynamic args complete removal. by Alex Buynytskyy · 4 years, 5 months ago
  21. 66ed8df Define permission for installer API v2 by Todd Kennedy · 4 years, 5 months ago
  22. 793f738 Merge "Incremental apps removal on data loader failures." into rvc-dev by Yurii Zubrytskyi · 4 years, 5 months ago
  23. 1d6e6bf Merge "Removing race condition accessing shared binder object." into rvc-dev by Yurii Zubrytskyi · 4 years, 5 months ago
  24. 2cf1d18 Incremental apps removal on data loader failures. by Alex Buynytskyy · 4 years, 5 months ago
  25. b6e02f7 Removing race condition accessing shared binder object. by Alex Buynytskyy · 4 years, 5 months ago
  26. a62cc03 Merge "Relocate some static methods into PackageInstallerSession" into rvc-dev by Mohammad Samiul Islam · 4 years, 5 months ago
  27. 10323a1 Relocate some static methods into PackageInstallerSession by Mohammad Samiul Islam · 4 years, 5 months ago
  28. c282de9 Duplicate file(s) detection and failure. by Alex Buynytskyy · 4 years, 5 months ago
  29. 922cd08 Introduce per-app API for installer whitelisting by Eugene Susla · 4 years, 5 months ago
  30. 6bc126b Do not set referrerUri on SessionInfo for non-owners by Patrick Baumann · 4 years, 6 months ago
  31. 6381d61 make IDataLoaderManager and IDataLoader stable interfaces by Songchun Fan · 4 years, 6 months ago
  32. 0757179 Include session id when sending broadcasts (1/n) by JW Wang · 4 years, 6 months ago
  33. e075629 Remove AndroidPackageWrite by Winson · 4 years, 7 months ago
  34. 5e0a1d5 ParsingPackage/ParsedPackage split source migration by Winson · 4 years, 7 months ago
  35. 8e9e6a3 Signature streaming from local file, property to disable incremental. by Alex Buynytskyy · 4 years, 7 months ago
  36. 04f7391 Incremental installations in PackageManagerShellCommand. by Alex Buynytskyy · 4 years, 6 months ago
  37. cd4d387 Incremental install via adb. by Alex Buynytskyy · 4 years, 7 months ago
  38. 03f92b2 Refactor to prepare for incremental native lib extraction by Songchun Fan · 4 years, 7 months ago
  39. fc0e80a Merge "Fix ClassCastException from toArray()." by Alan Stokes · 4 years, 7 months ago
  40. ee59d54 Fix ClassCastException from toArray(). by Alan Stokes · 4 years, 7 months ago
  41. ae3eabe APEX and system apps can't be installed in a streaming fashion. by Alex Buynytskyy · 4 years, 7 months ago
  42. c5682f5 Unifying non-incremental and incremental. by Alex Buynytskyy · 4 years, 7 months ago
  43. c0c5a37 Removing Java Stream usages from install session. by Alex Buynytskyy · 4 years, 7 months ago
  44. 133a628 Session states refactor. by Alex Buynytskyy · 4 years, 7 months ago
  45. cace1e5 Merge "Exclude package installer during secure FRP" by Todd Kennedy · 4 years, 7 months ago
  46. b3f4556 Merge "Async DataLoader calls." by Alex Buynytskyy · 4 years, 7 months ago
  47. c961a87 Exclude package installer during secure FRP by Todd Kennedy · 4 years, 7 months ago
  48. 0f0b3e5 Extend unit tests to cover InstallSource. by Alan Stokes · 4 years, 7 months ago
  49. eb5f7cd Sending the whole files list to DataLoader. by Alex Buynytskyy · 4 years, 7 months ago
  50. 6bce3f6 Async DataLoader calls. by Alex Buynytskyy · 4 years, 7 months ago
  51. 769f815 On reboot session handling. by Alex Buynytskyy · 4 years, 7 months ago
  52. 6f527bf Merge "Streaming Installation API update." by Alex Buynytskyy · 4 years, 7 months ago
  53. e069787 Streaming Installation API update. by Alex Buynytskyy · 4 years, 7 months ago
  54. b43c634 Merge "Export timestamp of the creation of install session. The timestamp is an useful signal for downstream to determine post-creation operation." by TreeHugger Robot · 4 years, 7 months ago
  55. 8c0289cc Merge "Revert "Re-seal the sessions on reboot."" by Mohammad Samiul Islam · 4 years, 7 months ago
  56. 6367296 Revert "Re-seal the sessions on reboot." by Mohammad Samiul Islam · 4 years, 7 months ago
  57. 354d669 Remove validation of APKs on transfer. by Alex Buynytskyy · 4 years, 7 months ago
  58. 595db8a Re-seal the sessions on reboot. by Alex Buynytskyy · 4 years, 7 months ago
  59. bc969f4 Export timestamp of the creation of install session. The timestamp is an by Pinyao Ting · 4 years, 9 months ago
  60. 2b7b42e Merge "Fix incremental installation" by Songchun Fan · 4 years, 7 months ago
  61. 9439be2 Fix incremental installation by Songchun Fan · 4 years, 8 months ago
  62. 5835b59 Merge "Preserve install initiatior package on uninstall." by Alan Stokes · 4 years, 8 months ago
  63. 72b7e67 Preserve install initiatior package on uninstall. by Alan Stokes · 4 years, 8 months ago
  64. 8bc4b04 Merge "Implementing installation using DataLoader." by Alex Buynytskyy · 4 years, 8 months ago
  65. 476138c Implementing installation using DataLoader. by Alex Buynytskyy · 4 years, 8 months ago
  66. 2b0b898 Fix extractNativeLib condition check by Songchun Fan · 4 years, 8 months ago
  67. 82adfcb Replace com.android.internal.util.Preconditions.checkNotNull with by Daulet Zhanguzin · 4 years, 8 months ago
  68. 1ecfcec Migrating Incremental* APIs to PackageManager APIs. by Alex Buynytskyy · 4 years, 8 months ago
  69. 0bb6808 Add rollback data policy (1/n) by JW Wang · 4 years, 9 months ago
  70. 8d76b33 Merge "[incremental] change temp dir" by Songchun Fan · 4 years, 8 months ago
  71. ea14d19 Migrating Incremental* APIs to PackageManager APIs. by Alex Buynytskyy · 4 years, 8 months ago
  72. 720a781 [incremental] change temp dir by Songchun Fan · 4 years, 8 months ago
  73. da20815 DataLoader version of installation API. by Alex Buynytskyy · 4 years, 9 months ago
  74. 13068a5 Enable basic incremental installation by Songchun Fan · 4 years, 8 months ago
  75. 14ff717 Revert "Revert "Deprecate PackageParser#Package"" by Winson · 4 years, 10 months ago
  76. 4e75869 [incremental/installation] new API to add file to session by Songchun Fan · 4 years, 9 months ago
  77. ea4fe39 Adding a non-blocking version of transfer. by Alex Buynytskyy · 4 years, 9 months ago
  78. 7e2b8e6 Require INSTALL_PACKAGES if FRP is enabled by Todd Kennedy · 4 years, 9 months ago
  79. 15a17ba Making install session seal+verification non blocking. by Alex Buynytskyy · 4 years, 9 months ago
  80. da00497 Allow staging multiple session with non-overlapping packages (apk-only) by Mohammad Samiul Islam · 4 years, 11 months ago
  81. 0054993 Minor refactorings and cleanups. by Alex Buynytskyy · 4 years, 9 months ago
  82. 2b1d32a Simplifying callback calls in PackageInstallerSession. by Alex Buynytskyy · 4 years, 9 months ago
  83. b08c2ea Merge "Don't send session committed broadcast for dry runs" into qt-qpr1-dev am: 15040587a5 by Gavin Corkery · 4 years, 9 months ago
  84. 5ed8537 Add originatingPackageName to InstallSource. by Alan Stokes · 4 years, 10 months ago
  85. 8f5109dd Don't send session committed broadcast for dry runs by Gavin Corkery · 4 years, 9 months ago
  86. 819fea2 Move more fields to InstallSource. by Alan Stokes · 4 years, 10 months ago
  87. 69d2abf Add InstallSource to hold trustable installer information. by Alan Stokes · 4 years, 11 months ago
  88. 8e18a0a Revert "Deprecate PackageParser#Package" by Winson Chiu · 5 years ago
  89. 243e7ea Deprecate PackageParser#Package by Winson · 5 years ago
  90. 52560d5 Add staged session state in dumpsys output for install sessions by Mohammad Samiul Islam · 5 years ago
  91. ad7e270 Add .apex suffix to apex files during validation by Mohammad Samiul Islam · 5 years ago
  92. f2449f7 Always restore staged sessions on boot. by Dario Freni · 5 years ago
  93. 503c8a0 Keep finalized staged sessions in session database by Dario Freni · 5 years ago
  94. 00321b7 Adds sanity checks to session commit and abandon by Patrick Baumann · 5 years ago
  95. d8eb8b2 Restricted permission mechanism - framework by Svet Ganov · 5 years ago
  96. 56c14dd Return the update timestamp in getStagedSessions() by Dario Freni · 5 years ago
  97. 3bb363f Merge "fail multi install when child fails" by TreeHugger Robot · 5 years ago
  98. 0787f0c Merge "Make updatedMillis a private field" by Gavin Corkery · 5 years ago
  99. 0af7143 fail multi install when child fails by Todd Kennedy · 5 years ago
  100. 43f1af9 Enforce multipackage installs have consistent rollback params by shafik · 5 years ago