1. 15 Jun, 2018 1 commit
  2. 01 Jun, 2018 1 commit
  3. 31 May, 2018 2 commits
  4. 28 May, 2018 4 commits
  5. 21 Feb, 2018 1 commit
  6. 05 Feb, 2018 1 commit
  7. 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
  8. 08 Jan, 2018 1 commit
  9. 06 Jan, 2018 1 commit
  10. 04 Jan, 2018 2 commits
  11. 03 Jan, 2018 2 commits
  12. 14 Dec, 2017 2 commits
  13. 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
  14. 29 Jun, 2017 1 commit
  15. 20 Jun, 2017 1 commit
  16. 09 May, 2017 1 commit
  17. 08 May, 2017 2 commits
  18. 02 May, 2017 1 commit
  19. 28 Mar, 2017 1 commit
  20. 28 Feb, 2017 1 commit
  21. 21 Feb, 2017 1 commit
  22. 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
  23. 31 Jan, 2017 1 commit
  24. 15 Dec, 2016 1 commit
  25. 03 Jun, 2016 1 commit
  26. 14 Mar, 2016 1 commit