From 063e3d7c91330b8343cd92ec630872645141b6a2 Mon Sep 17 00:00:00 2001 From: fengshengxiong Date: Mon, 19 Aug 2024 13:51:10 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=E9=80=9A=E7=9F=A5=E6=A0=8F?= =?UTF-8?q?=E5=AA=92=E4=BD=93=E6=8E=A7=E5=88=B6=202.=E4=B8=8B=E4=B8=80?= =?UTF-8?q?=E9=A6=96=E4=B8=8A=E4=B8=80=E9=A6=96=E5=A2=9E=E5=8A=A0=E9=98=B2?= =?UTF-8?q?=E6=8A=96=203.=E9=9B=86=E6=88=90fb=204.=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=8D=95=E6=9B=B2=E5=A2=9E=E5=8A=A0=E4=B8=8B=E8=BD=BD=205.?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=90=8E=E5=8F=B0=E6=92=AD=E6=94=BE=EF=BC=88?= =?UTF-8?q?iOS=E4=BB=8D=E6=9C=89=E9=97=AE=E9=A2=98=EF=BC=89=206.=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=B3=BB=E7=BB=9F=E7=8A=B6=E6=80=81=E6=A0=8F=E9=A2=9C?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/src/main/AndroidManifest.xml | 35 +- .../com/tone/music/offline/MainActivity.kt | 4 +- android/app/src/main/res/values/strings.xml | 6 + ios/Runner.xcodeproj/project.pbxproj | 6 +- ios/Runner/Info.plist | 413 +++++++++--------- lib/ads/interstitial_ad_manager.dart | 69 ++- lib/components/view_state_widget.dart | 16 +- lib/data/cache/music_cache_manager.dart | 2 +- lib/facebook/facebook_manager.dart | 17 + .../firebase_remote_config_manager.dart | 4 +- lib/global/app_config.dart | 4 +- lib/global/network_connectivity_service.dart | 2 +- lib/main.dart | 42 +- lib/modules/launch/launch_controller.dart | 4 +- .../sidea/controllers/player_controller.dart | 11 +- .../controllers/music_player_controller.dart | 152 ++++--- .../sideb/music_bar/music_bar_view.dart | 28 +- .../sideb/search_music/search_music_view.dart | 32 +- .../sideb/widgets/browse_item_atv.dart | 110 ++++- lib/modules/web_page/web_page_view.dart | 3 +- lib/utils/audio_util.dart | 1 + pubspec.yaml | 10 +- 22 files changed, 610 insertions(+), 361 deletions(-) create mode 100644 android/app/src/main/res/values/strings.xml create mode 100644 lib/facebook/facebook_manager.dart diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 9160878..bca9003 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -9,8 +9,14 @@ + + + + + + + android:windowSoftInputMode="adjustResize" + tools:ignore="Instantiatable"> + + + + + + + + + + + + + + + + +