1. 793f738 Merge "Incremental apps removal on data loader failures." into rvc-dev by Yurii Zubrytskyi · 4 years, 6 months ago
  2. 1d6e6bf Merge "Removing race condition accessing shared binder object." into rvc-dev by Yurii Zubrytskyi · 4 years, 6 months ago
  3. 2cf1d18 Incremental apps removal on data loader failures. by Alex Buynytskyy · 4 years, 6 months ago
  4. b6e02f7 Removing race condition accessing shared binder object. by Alex Buynytskyy · 4 years, 6 months ago
  5. a62cc03 Merge "Relocate some static methods into PackageInstallerSession" into rvc-dev by Mohammad Samiul Islam · 4 years, 6 months ago
  6. 10323a1 Relocate some static methods into PackageInstallerSession by Mohammad Samiul Islam · 4 years, 6 months ago
  7. c282de9 Duplicate file(s) detection and failure. by Alex Buynytskyy · 4 years, 6 months ago
  8. 922cd08 Introduce per-app API for installer whitelisting by Eugene Susla · 4 years, 6 months ago
  9. 6bc126b Do not set referrerUri on SessionInfo for non-owners by Patrick Baumann · 4 years, 6 months ago
  10. 6381d61 make IDataLoaderManager and IDataLoader stable interfaces by Songchun Fan · 4 years, 7 months ago
  11. 0757179 Include session id when sending broadcasts (1/n) by JW Wang · 4 years, 7 months ago
  12. e075629 Remove AndroidPackageWrite by Winson · 4 years, 8 months ago
  13. 5e0a1d5 ParsingPackage/ParsedPackage split source migration by Winson · 4 years, 8 months ago
  14. 8e9e6a3 Signature streaming from local file, property to disable incremental. by Alex Buynytskyy · 4 years, 7 months ago
  15. 04f7391 Incremental installations in PackageManagerShellCommand. by Alex Buynytskyy · 4 years, 7 months ago
  16. cd4d387 Incremental install via adb. by Alex Buynytskyy · 4 years, 7 months ago
  17. 03f92b2 Refactor to prepare for incremental native lib extraction by Songchun Fan · 4 years, 7 months ago
  18. fc0e80a Merge "Fix ClassCastException from toArray()." by Alan Stokes · 4 years, 7 months ago
  19. ee59d54 Fix ClassCastException from toArray(). by Alan Stokes · 4 years, 7 months ago
  20. ae3eabe APEX and system apps can't be installed in a streaming fashion. by Alex Buynytskyy · 4 years, 8 months ago
  21. c5682f5 Unifying non-incremental and incremental. by Alex Buynytskyy · 4 years, 8 months ago
  22. c0c5a37 Removing Java Stream usages from install session. by Alex Buynytskyy · 4 years, 8 months ago
  23. 133a628 Session states refactor. by Alex Buynytskyy · 4 years, 8 months ago
  24. cace1e5 Merge "Exclude package installer during secure FRP" by Todd Kennedy · 4 years, 8 months ago
  25. b3f4556 Merge "Async DataLoader calls." by Alex Buynytskyy · 4 years, 8 months ago
  26. c961a87 Exclude package installer during secure FRP by Todd Kennedy · 4 years, 8 months ago
  27. 0f0b3e5 Extend unit tests to cover InstallSource. by Alan Stokes · 4 years, 8 months ago
  28. eb5f7cd Sending the whole files list to DataLoader. by Alex Buynytskyy · 4 years, 8 months ago
  29. 6bce3f6 Async DataLoader calls. by Alex Buynytskyy · 4 years, 8 months ago
  30. 769f815 On reboot session handling. by Alex Buynytskyy · 4 years, 8 months ago
  31. 6f527bf Merge "Streaming Installation API update." by Alex Buynytskyy · 4 years, 8 months ago
  32. e069787 Streaming Installation API update. by Alex Buynytskyy · 4 years, 8 months ago
  33. 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, 8 months ago
  34. 8c0289cc Merge "Revert "Re-seal the sessions on reboot."" by Mohammad Samiul Islam · 4 years, 8 months ago
  35. 6367296 Revert "Re-seal the sessions on reboot." by Mohammad Samiul Islam · 4 years, 8 months ago
  36. 354d669 Remove validation of APKs on transfer. by Alex Buynytskyy · 4 years, 8 months ago
  37. 595db8a Re-seal the sessions on reboot. by Alex Buynytskyy · 4 years, 8 months ago
  38. bc969f4 Export timestamp of the creation of install session. The timestamp is an by Pinyao Ting · 4 years, 9 months ago
  39. 2b7b42e Merge "Fix incremental installation" by Songchun Fan · 4 years, 8 months ago
  40. 9439be2 Fix incremental installation by Songchun Fan · 4 years, 8 months ago
  41. 5835b59 Merge "Preserve install initiatior package on uninstall." by Alan Stokes · 4 years, 8 months ago
  42. 72b7e67 Preserve install initiatior package on uninstall. by Alan Stokes · 4 years, 8 months ago
  43. 8bc4b04 Merge "Implementing installation using DataLoader." by Alex Buynytskyy · 4 years, 8 months ago
  44. 476138c Implementing installation using DataLoader. by Alex Buynytskyy · 4 years, 9 months ago
  45. 2b0b898 Fix extractNativeLib condition check by Songchun Fan · 4 years, 8 months ago
  46. 82adfcb Replace com.android.internal.util.Preconditions.checkNotNull with by Daulet Zhanguzin · 4 years, 9 months ago
  47. 1ecfcec Migrating Incremental* APIs to PackageManager APIs. by Alex Buynytskyy · 4 years, 9 months ago
  48. 0bb6808 Add rollback data policy (1/n) by JW Wang · 4 years, 10 months ago
  49. 8d76b33 Merge "[incremental] change temp dir" by Songchun Fan · 4 years, 9 months ago
  50. ea14d19 Migrating Incremental* APIs to PackageManager APIs. by Alex Buynytskyy · 4 years, 9 months ago
  51. 720a781 [incremental] change temp dir by Songchun Fan · 4 years, 9 months ago
  52. da20815 DataLoader version of installation API. by Alex Buynytskyy · 4 years, 10 months ago
  53. 13068a5 Enable basic incremental installation by Songchun Fan · 4 years, 9 months ago
  54. 14ff717 Revert "Revert "Deprecate PackageParser#Package"" by Winson · 5 years ago
  55. 4e75869 [incremental/installation] new API to add file to session by Songchun Fan · 4 years, 10 months ago
  56. ea4fe39 Adding a non-blocking version of transfer. by Alex Buynytskyy · 4 years, 10 months ago
  57. 7e2b8e6 Require INSTALL_PACKAGES if FRP is enabled by Todd Kennedy · 4 years, 10 months ago
  58. 15a17ba Making install session seal+verification non blocking. by Alex Buynytskyy · 4 years, 10 months ago
  59. da00497 Allow staging multiple session with non-overlapping packages (apk-only) by Mohammad Samiul Islam · 5 years ago
  60. 0054993 Minor refactorings and cleanups. by Alex Buynytskyy · 4 years, 10 months ago
  61. 2b1d32a Simplifying callback calls in PackageInstallerSession. by Alex Buynytskyy · 4 years, 10 months ago
  62. b08c2ea Merge "Don't send session committed broadcast for dry runs" into qt-qpr1-dev am: 15040587a5 by Gavin Corkery · 4 years, 10 months ago
  63. 5ed8537 Add originatingPackageName to InstallSource. by Alan Stokes · 4 years, 10 months ago
  64. 8f5109dd Don't send session committed broadcast for dry runs by Gavin Corkery · 4 years, 10 months ago
  65. 819fea2 Move more fields to InstallSource. by Alan Stokes · 5 years ago
  66. 69d2abf Add InstallSource to hold trustable installer information. by Alan Stokes · 5 years ago
  67. 8e18a0a Revert "Deprecate PackageParser#Package" by Winson Chiu · 5 years ago
  68. 243e7ea Deprecate PackageParser#Package by Winson · 5 years ago
  69. 52560d5 Add staged session state in dumpsys output for install sessions by Mohammad Samiul Islam · 5 years ago
  70. ad7e270 Add .apex suffix to apex files during validation by Mohammad Samiul Islam · 5 years ago
  71. f2449f7 Always restore staged sessions on boot. by Dario Freni · 5 years ago
  72. 503c8a0 Keep finalized staged sessions in session database by Dario Freni · 5 years ago
  73. 00321b7 Adds sanity checks to session commit and abandon by Patrick Baumann · 5 years ago
  74. d8eb8b2 Restricted permission mechanism - framework by Svet Ganov · 5 years ago
  75. 56c14dd Return the update timestamp in getStagedSessions() by Dario Freni · 5 years ago
  76. 3bb363f Merge "fail multi install when child fails" by TreeHugger Robot · 5 years ago
  77. 0787f0c Merge "Make updatedMillis a private field" by Gavin Corkery · 5 years ago
  78. 0af7143 fail multi install when child fails by Todd Kennedy · 5 years ago
  79. 43f1af9 Enforce multipackage installs have consistent rollback params by shafik · 6 years ago
  80. 00a08f1 Add an api to get active staged session by Nikita Ioffe · 6 years ago
  81. 13f8161 Make updatedMillis a private field by Gavin Corkery · 5 years ago
  82. d831121 Forget about staged installs that are old or in a terminal state. by Gavin Corkery · 6 years ago
  83. ff3abed Merge "Properly fail commit of a new staged session if another one is in progress" by Nikita Ioffe · 6 years ago
  84. 2665fc0 Merge "Add metric logging for new delegated APIs" by Rubin Xu · 6 years ago
  85. 8e5b703c Properly fail commit of a new staged session if another one is in progress by Nikita Ioffe · 6 years ago
  86. 8b17ad0 Add metric logging for new delegated APIs by Rubin Xu · 6 years ago
  87. 47799f4 Don't resume uncommitted sessions. by Dario Freni · 6 years ago
  88. da998cf Fail committing new staged session if another one is already in progress by Nikita Ioffe · 6 years ago
  89. 988f779 Delete packageDir after abandoning staged session by shafik · 6 years ago
  90. 868b69d Merge "Unblock broadcasts when systemReady() finished." by Dario Freni · 6 years ago
  91. 9b12ca9 Merge "StagingManager: Support abandoning staged sessions" by Shafik Nassar · 6 years ago
  92. 7d98a45 Merge "Add "Staged" to API related to staged sessions." by Dario Freni · 6 years ago
  93. 14f885b Unblock broadcasts when systemReady() finished. by Dario Freni · 6 years ago
  94. 60a96c1 Add "Staged" to API related to staged sessions. by Dario Freni · 6 years ago
  95. 31756bd Merge "Implement staged directory clean up for staged install" by Shafik Nassar · 6 years ago
  96. 5eacf09 Implement staged directory clean up for staged install by Mohammad Samiul Islam · 6 years ago
  97. 07205e3 StagingManager: Support abandoning staged sessions by shafik · 6 years ago
  98. a3c30c2 Merge "Throw a checked exception on child session linkage" by Dario Freni · 6 years ago
  99. e485198 Merge "Fix missing .fsv_sig after partial split install" by TreeHugger Robot · 6 years ago
  100. fdc5208 Fix missing .fsv_sig after partial split install by Victor Hsieh · 6 years ago