1. 24 May, 2022 3 commits
  2. 23 May, 2022 3 commits
  3. 20 May, 2022 2 commits
  4. 19 May, 2022 1 commit
  5. 18 May, 2022 2 commits
  6. 17 May, 2022 2 commits
  7. 15 May, 2022 4 commits
  8. 13 May, 2022 2 commits
  9. 12 May, 2022 8 commits
  10. 10 May, 2022 4 commits
  11. 08 May, 2022 3 commits
  12. 07 May, 2022 4 commits
  13. 06 May, 2022 2 commits
    • topjohnwu's avatar
      Release new canary build · 71e9c044
      topjohnwu authored
      71e9c044
    • Kazurin Nanako's avatar
      Fix "double install" caused by config changes · 42e5f515
      Kazurin Nanako authored
      Configuration changes in FlashFragment may cause the installation process to be triggered twice. The simplest way to reproduce this behavior is to choose a module ZIP file in landscape mode (which is the default on some tablets).
      
      This commit fixes the problem by ensuring `savedInstanceState == null` before starting installation.
      42e5f515