diff --git a/README.md b/README.md index 83400d8..8325c24 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,9 @@ For help getting started with Flutter, view our [github release - recent]: https://github.com/stonega/tsacdop/releases [github downloads]: https://img.shields.io/github/downloads/stonega/tsacdop/total?color=%230000d&label=downloads [localizely]: https://img.shields.io/badge/dynamic/json?color=%2326c6da&label=localizely&query=%24.languages.length&url=https%3A%2F%2Fapi.localizely.com%2Fv1%2Fprojects%2Fbde4e9bd-4cb2-449b-9de2-18f231ddb47d%2Fstatus -[English]: https://img.shields.io/badge/dynamic/json?color=%2323CCC6&label=English&query=%24.languages%5B0%5D.reviewedProgress&url=https%3A%2F%2Fapi.localizely.com%2Fv1%2Fprojects%2Fbde4e9bd-4cb2-449b-9de2-18f231ddb47d%2Fstatus -[Chinese Simplified]: https://img.shields.io/badge/dynamic/json?color=%2323CCC6&label=Chinese%20Simplified&query=%24.languages%5B1%5D.reviewedProgress&url=https%3A%2F%2Fapi.localizely.com%2Fv1%2Fprojects%2Fbde4e9bd-4cb2-449b-9de2-18f231ddb47d%2Fstatus -[Franch]: https://img.shields.io/badge/dynamic/json?color=%2323CCC6&label=Franch&query=%24.languages%5B3%5D.reviewedProgress&url=https%3A%2F%2Fapi.localizely.com%2Fv1%2Fprojects%2Fbde4e9bd-4cb2-449b-9de2-18f231ddb47d%2Fstatus +[English]: https://img.shields.io/badge/dynamic/json?color=%2323CCC6&label=English&query=%24.languages%5B0%5D.reviewedProgress&url=https%3A%2F%2Fapi.localizely.com%2Fv1%2Fprojects%2Fbde4e9bd-4cb2-449b-9de2-18f231ddb47d%2Fstatus&suffix=% +[Chinese Simplified]: https://img.shields.io/badge/dynamic/json?color=%2323CCC6&label=Chinese%20Simplified&query=%24.languages%5B1%5D.reviewedProgress&url=https%3A%2F%2Fapi.localizely.com%2Fv1%2Fprojects%2Fbde4e9bd-4cb2-449b-9de2-18f231ddb47d%2Fstatus&suffix=% +[Franch]: https://img.shields.io/badge/dynamic/json?color=%2323CCC6&label=Franch&query=%24.languages%5B3%5D.reviewedProgress&url=https%3A%2F%2Fapi.localizely.com%2Fv1%2Fprojects%2Fbde4e9bd-4cb2-449b-9de2-18f231ddb47d%2Fstatus&suffix=% [localizely - website]: https://localizely.com/ [google play - icon]: https://img.shields.io/badge/google-playStore-%2323CCC6 [google play]: https://play.google.com/store/apps/details?id=com.stonegate.tsacdop diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index fef065c..1b12723 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -7,7 +7,7 @@ - + diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_icon.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml similarity index 100% rename from android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_icon.xml rename to android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml diff --git a/lib/podcasts/podcast_detail.dart b/lib/podcasts/podcast_detail.dart index 2cc5e92..637310d 100644 --- a/lib/podcasts/podcast_detail.dart +++ b/lib/podcasts/podcast_detail.dart @@ -352,7 +352,6 @@ class _PodcastDetailState extends State { }), physics: const AlwaysScrollableScrollPhysics(), - //primary: true, slivers: [ SliverAppBar( brightness: Brightness.dark, @@ -567,9 +566,8 @@ class _PodcastDetailState extends State { child: PopupMenuButton( shape: RoundedRectangleBorder( borderRadius: - BorderRadius.all( - Radius.circular( - 10))), + BorderRadius.circular( + 10)), elevation: 1, tooltip: s.homeSubMenuSortBy, child: Container( diff --git a/lib/util/audiopanel.dart b/lib/util/audiopanel.dart index 98a36b9..b72a3a9 100644 --- a/lib/util/audiopanel.dart +++ b/lib/util/audiopanel.dart @@ -64,7 +64,7 @@ class _AudioPanelState extends State with TickerProviderStateMixin { child: Container( color: Theme.of(context) .scaffoldBackgroundColor - .withOpacity(0.5), + .withOpacity(0.8), ), ), )