1. 11 Nov, 2021 2 commits
  2. 27 Aug, 2021 2 commits
  3. 28 Jun, 2021 1 commit
  4. 18 May, 2021 1 commit
  5. 17 May, 2021 1 commit
    • uKetki's avatar
      Android App Bundles - Add test cases for dynamic feature modules (#2609) · ddf29416
      uKetki authored
      * Prepared test data for dynamic feature module. Each feature has some distinctly unique characteristics:
      1. kotlin -> Feature written in Kotlin and will be available on-demand
      2. java -> Feature written in Java and will be available conditionally for minsdk=21 and maxSdk=24
      3. native -> Feature written in Java using JNI and will be available on-demand
      4. initialInstall -> Feature written in Java and will be available at install-time
      
      * Setup workspace with kotlinc path
      ddf29416
  6. 30 Apr, 2021 1 commit
  7. 29 Apr, 2021 1 commit
  8. 14 Apr, 2021 1 commit
  9. 01 Apr, 2021 1 commit
  10. 29 Mar, 2021 2 commits
  11. 19 Mar, 2021 1 commit
    • uKetki's avatar
      Android App Bundles - Add Play feature delivery support for dex and native features in Buck (#2592) · 74492384
      uKetki authored
      * [1/n Dynamic Feature Support] Create Android Optimiser layer and segregate responsibility of AndroidBinaryBuildable and AndroidBinaryOptimizer
      
      * [2/n Dynamic Feature Support] Update documentation of android_bundle rule to include changes required for dynamic features
      
      - Creates the final dex for base and dynamic feature by utilizing the application_module_configs flag, which will internally create an APKModuleGraph for each feature and generate a respective zip file.
      
      * [3/n Dynamic Feature Support] Add a new configuration flag useDynamicFeature to support dynamic features related attributes
      
      * [4/n Dynamic Feature Support] Define new configuration application_modules_with_manifest to decouple the manifest behavior from the resources
      
      * [5/n Dynamic Feature Support] Enable buck to support dynamic features with native libraries
      74492384
  12. 12 Jan, 2021 1 commit
  13. 08 Jan, 2021 1 commit
  14. 07 Jan, 2021 1 commit
  15. 16 Dec, 2020 1 commit
  16. 10 Nov, 2020 1 commit
  17. 20 Oct, 2020 1 commit
  18. 13 Oct, 2020 1 commit
    • Mike Kaplinskiy's avatar
      Add support for async worker processes (#2547) · 32440f9b
      Mike Kaplinskiy authored
      * Allow WorkerProcess to be used for multiple jobs at the same time.
      
      No users yet, but next up is the process pool.
      
      * Introduce a new `async` option to worker tools.
      
      This makes buck call the tool concurrently, without waiting for responses. It's up to the tool to provide responses with the right ids, in any order.
      
      * Write some tests, fix some bugs
      
      * Add back license
      
      * Update WorkerProcessPool.java
      
      * Fix windows tests
      
      Don't crash all of buck when a worker process fails.
      
      * Code review feedback and clarifications, I hope
      32440f9b
  19. 06 Oct, 2020 1 commit
  20. 22 Sep, 2020 4 commits
  21. 09 Sep, 2020 1 commit
    • Jinlin Zhang's avatar
      Skip flaky tests on Windows platform (#2536) · ffd2df6e
      Jinlin Zhang authored
      * Skip flaky tests on Windows platform
      
      * Skip flaky tests on Windows platform
      
      * Skip flaky tests on Windows platform
      
      * Skip flaky tests on Windows platform
      
      * Skip a flaky test on Windows
      ffd2df6e
  22. 02 Sep, 2020 3 commits
  23. 01 Sep, 2020 1 commit
  24. 31 Aug, 2020 1 commit
  25. 28 Aug, 2020 2 commits
  26. 25 Aug, 2020 3 commits
  27. 17 Aug, 2020 1 commit
  28. 13 Aug, 2020 1 commit
  29. 12 Aug, 2020 1 commit