1. 20 8月, 2016 1 次提交
  2. 19 8月, 2016 2 次提交
  3. 13 8月, 2016 2 次提交
  4. 10 8月, 2016 2 次提交
  5. 09 8月, 2016 2 次提交
    • A
      Remove //base dependency from asset system (#2885) · 13af58bf
      Adam Barth 提交于
      This patch centralizes the asset bundle processing in //flutter/assets and
      removes the //base dependency from the code.
      13af58bf
    • M
      Roll mojo (#2881) · cb40b67f
      mikejurka 提交于
      * Update to mojo ba13534f2b2af27a1d73e176f7406dbab25f8e14
      
      * Fix build for updated mojo
      
      * Fix android build. Undo some of the mojo roll.
      
      * Fix iOS build.
      cb40b67f
  6. 08 8月, 2016 1 次提交
  7. 06 8月, 2016 2 次提交
  8. 05 8月, 2016 1 次提交
  9. 04 8月, 2016 1 次提交
  10. 02 8月, 2016 2 次提交
  11. 29 7月, 2016 1 次提交
  12. 13 7月, 2016 1 次提交
  13. 16 6月, 2016 4 次提交
  14. 14 6月, 2016 1 次提交
  15. 12 6月, 2016 1 次提交
  16. 11 6月, 2016 1 次提交
  17. 19 5月, 2016 2 次提交
  18. 10 5月, 2016 1 次提交
    • A
      Remove main_ios.mm (#2662) · 215fa986
      Adam Barth 提交于
      We no longer provide the main function for Flutter apps on iOS. Instead, we
      just provide Flutter.framework, and the end-developer provides main.
      
      Also, remove unused build rules for building Runner.app. We don't build that
      target anymore.
      215fa986
  19. 07 5月, 2016 1 次提交
  20. 06 5月, 2016 1 次提交
  21. 04 5月, 2016 1 次提交
    • A
      Move main_ios.mm over to public APIs (#2637) · 29c80227
      Adam Barth 提交于
      After this patch, main_ios.mm now consumes Flutter.framework via public APIs.
      This patch prepares us to move Flutter on iOS over to consuming
      Flutter.framework as a binary artifact.
      29c80227
  22. 03 5月, 2016 1 次提交
  23. 30 4月, 2016 1 次提交
    • A
      Remove FNL build configuration (#2635) · 716cbd24
      Adam Barth 提交于
      These build definitions no longer work with the current version of FNL. Once
      FNL is ready, we'll add new build definitions that work for it again.
      716cbd24
  24. 29 4月, 2016 1 次提交
    • A
      Clarify which source files are part of Flutter.framework (#2630) · d980ee5d
      Adam Barth 提交于
      All the headers for Flutter.framework are now in framework/Headers and all the
      source files for Flutter.framework are now in framework/Source. Previously it
      was unclear that FlutterAppDelegate and main_ios.mm weren't part of
      Flutter.framework. (They still build as part of the framework, but that's
      something I'll fix in a later patch.)
      d980ee5d
  25. 26 4月, 2016 1 次提交
  26. 23 4月, 2016 1 次提交
  27. 21 4月, 2016 1 次提交
  28. 09 4月, 2016 1 次提交
    • A
      Rename PlatformViewAndroid to io.flutter.view.FlutterView (#2586) · a299d69f
      Adam Barth 提交于
      This patch cleans up the public Java interface to the Flutter engine. The code
      that we intend to be re-usable is now in the io.flutter.view package. The two
      public classes are:
      
       * FlutterMain, which controls initialization of the system, and
       * FlutterView, which is an Android view that hosts a Flutter app.
      
      We'll need to interate on these interface over time, but at least these names
      are more reasonable.
      a299d69f
  29. 07 4月, 2016 1 次提交
  30. 29 3月, 2016 1 次提交