1. 07 Jan, 2020 1 commit
    • yangwu.jia's avatar
      Merge branch 'feature/base_flutter_1.12_upgrade' into... · 9537ef83
      yangwu.jia authored
      Merge branch 'feature/base_flutter_1.12_upgrade' into feature/base_flutter_1.12_upgrade_for_androidx
      
      # Conflicts:
      #	android/src/main/java/com/idlefish/flutterboost/Platform.java
      #	android/src/main/java/com/idlefish/flutterboost/XFlutterTextureView.java
      #	android/src/main/java/com/idlefish/flutterboost/containers/FlutterSplashView.java
      #	example/android/gradle.properties
      9537ef83
  2. 31 Dec, 2019 1 commit
  3. 26 Dec, 2019 1 commit
  4. 25 Dec, 2019 2 commits
  5. 19 Dec, 2019 1 commit
  6. 18 Dec, 2019 2 commits
  7. 17 Dec, 2019 4 commits
  8. 11 Dec, 2019 7 commits
  9. 06 Dec, 2019 2 commits
  10. 04 Dec, 2019 1 commit
  11. 03 Dec, 2019 1 commit
    • XinLei's avatar
      Create no-response.yml · 1b4d0a27
      XinLei authored
      Add no-response bot to flutter-boost. 
      
      Maintainers just need to add more-information-needed label to the issue. The bot will automatically close the timeout issue without getting more information. If the issue adds more information after it is closed, the bot will reopen the issue and remove the more-information-needed label.
      1b4d0a27
  12. 28 Nov, 2019 1 commit
  13. 26 Nov, 2019 2 commits
  14. 22 Nov, 2019 2 commits
  15. 20 Nov, 2019 1 commit
  16. 18 Nov, 2019 7 commits
  17. 14 Nov, 2019 3 commits
  18. 13 Nov, 2019 1 commit
    • Vadaski's avatar
      fixed missing call super issue · 5691592f
      Vadaski authored
      BoostPageRoute 重写的 buildTransitions 返 MaterialPageRoute.buildTransitions 的结果,避免了 CupertinoPageRoute 跳转页面首页面跳转动画 secondaryAnimation 失效问题
      5691592f