1. 25 Sep, 2019 1 commit
  2. 19 Jan, 2019 2 commits
  3. 21 Dec, 2018 1 commit
  4. 19 Dec, 2018 3 commits
  5. 18 Dec, 2018 1 commit
  6. 15 Jun, 2018 1 commit
  7. 01 Jun, 2018 1 commit
  8. 31 May, 2018 2 commits
  9. 28 May, 2018 4 commits
  10. 21 Feb, 2018 1 commit
  11. 05 Feb, 2018 1 commit
  12. 31 Jan, 2018 1 commit
    • xster's avatar
      Fastlane instructives for tool publishing the Gallery (#14347) · 82ddabd3
      xster authored
      * first round fastlane working on Android
      
      * clean up and start ios
      
      * Partial iOS
      
      * Got a fastfile that works on iOS
      
      * Finalize Android push instructions
      
      * Finalize instructions for iOS
      
      * Extra cleanup and optipng
      
      * Disable readme autogen and add a default readme
      82ddabd3
  13. 08 Jan, 2018 1 commit
  14. 06 Jan, 2018 1 commit
  15. 04 Jan, 2018 2 commits
  16. 03 Jan, 2018 2 commits
  17. 14 Dec, 2017 2 commits
  18. 11 Jul, 2017 1 commit
    • Yegor's avatar
      add Android instrumentation test (#11063) · 18d9b20f
      Yegor authored
      * add Android instrumentation test
      
      * add devicelab test
      
      * add to manifest.yaml
      
      * rename _smoke_test.dart to _smoketest.dart to prevent flutter test from picking it up
      
      * volatile fields; style fixes
      
      * use ConditionVariable; fix sh script
      18d9b20f
  19. 29 Jun, 2017 1 commit
  20. 20 Jun, 2017 1 commit
  21. 09 May, 2017 1 commit
  22. 08 May, 2017 2 commits
  23. 02 May, 2017 1 commit
  24. 28 Mar, 2017 1 commit
  25. 28 Feb, 2017 1 commit
  26. 21 Feb, 2017 1 commit
  27. 10 Feb, 2017 1 commit
    • Jakob Andersen's avatar
      Make new project template gradle-based for Android. (#7902) · b246c5e7
      Jakob Andersen authored
      * Make new project template gradle-based for Android.
      
      With this change, the 'new project' template uses the same gradle-based build for Android as the hello_services example. This has some implications on build performance, since we're now building a complete Android app instead of just combining a pre-compiled .dex with the Flutter assets.
      
      The very first build is a little over 2x slower, since it needs to download gradle and build the build scripts before getting to the actual code. Subsequent builds with changes to the code are comparable to the old builds. Null builds are faster. Enabling the gradle daemon speeds up subsequent builds by around 5s.
      
      * Move Flutter Gradle plugin to Flutter root.
      b246c5e7
  28. 31 Jan, 2017 1 commit
  29. 15 Dec, 2016 1 commit