Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update flutte, fix clear all settings, add more click l10n strings #1137

Merged
merged 2 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]

env:
FLUTTER_VERSION: '3.27.2'
FLUTTER_VERSION: '3.27.3'

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
FLUTTER_VERSION: '3.27.2'
FLUTTER_VERSION: '3.27.3'

jobs:
release_with_macos_dmg:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

env:
FLUTTER_VERSION: '3.27.2'
FLUTTER_VERSION: '3.27.3'

jobs:
build_and_release_linux_snap_edge_amd64:
Expand Down
4 changes: 3 additions & 1 deletion lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,9 @@
"@skipToLivStream": {},
"searchSimilarStation": "Ähnlichen Sender suchen",
"@searchSimilarStation": {},
"clicks": "Clicks",
"clicks": "Klicks",
"theClick": "Klick",
"toClick": "klicken",
"@clicks": {},
"exposeOnlineHeadline": "Veröffentliche deine Höraktivität online",
"@exposeOnlineHeadline": {},
Expand Down
4 changes: 3 additions & 1 deletion lib/l10n/app_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,9 @@
"skipToLivStream": "Skip to live stream",
"searchSimilarStation": "Search similar station",
"onlineArtError": "Online art lookup is currently not available",
"clicks": "Clicks",
"clicks": "clicks",
"theClick": "click",
"toClick": "click",
"exposeOnlineHeadline": "Expose your listening activity online",
"exposeToDiscordTitle": "Discord",
"exposeToDiscordSubTitle": "The artist and title of the song/station/podcast you are currently listening to are shared.",
Expand Down
2 changes: 1 addition & 1 deletion lib/persistence_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Future<void> wipeCustomSettings({required String filename}) async {

final file = File(p.join(workingDir, filename));

if (!file.existsSync()) {
if (file.existsSync()) {
await file.delete();
}
}
Expand Down
2 changes: 2 additions & 0 deletions macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import audio_service
import audio_session
import connectivity_plus
import device_info_plus
import file_picker
import file_selector_macos
import irondash_engine_context
import media_kit_libs_macos_video
Expand All @@ -29,6 +30,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
AudioSessionPlugin.register(with: registry.registrar(forPlugin: "AudioSessionPlugin"))
ConnectivityPlusPlugin.register(with: registry.registrar(forPlugin: "ConnectivityPlusPlugin"))
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
FilePickerPlugin.register(with: registry.registrar(forPlugin: "FilePickerPlugin"))
FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin"))
IrondashEngineContextPlugin.register(with: registry.registrar(forPlugin: "IrondashEngineContextPlugin"))
MediaKitLibsMacosVideoPlugin.register(with: registry.registrar(forPlugin: "MediaKitLibsMacosVideoPlugin"))
Expand Down
6 changes: 6 additions & 0 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ PODS:
- FlutterMacOS
- device_info_plus (0.0.1):
- FlutterMacOS
- file_picker (0.0.1):
- FlutterMacOS
- file_selector_macos (0.0.1):
- FlutterMacOS
- flutter_discord_rpc (0.0.1):
Expand Down Expand Up @@ -48,6 +50,7 @@ DEPENDENCIES:
- audio_session (from `Flutter/ephemeral/.symlinks/plugins/audio_session/macos`)
- connectivity_plus (from `Flutter/ephemeral/.symlinks/plugins/connectivity_plus/darwin`)
- device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`)
- file_picker (from `Flutter/ephemeral/.symlinks/plugins/file_picker/macos`)
- file_selector_macos (from `Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos`)
- flutter_discord_rpc (from `Flutter/ephemeral/.symlinks/plugins/flutter_discord_rpc/macos`)
- FlutterMacOS (from `Flutter/ephemeral`)
Expand All @@ -74,6 +77,8 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/connectivity_plus/darwin
device_info_plus:
:path: Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos
file_picker:
:path: Flutter/ephemeral/.symlinks/plugins/file_picker/macos
file_selector_macos:
:path: Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos
flutter_discord_rpc:
Expand Down Expand Up @@ -112,6 +117,7 @@ SPEC CHECKSUMS:
audio_session: dea1f41890dbf1718f04a56f1d6150fd50039b72
connectivity_plus: 18382e7311ba19efcaee94442b23b32507b20695
device_info_plus: ce1b7762849d3ec103d0e0517299f2db7ad60720
file_picker: e716a70a9fe5fd9e09ebc922d7541464289443af
file_selector_macos: cc3858c981fe6889f364731200d6232dac1d812d
flutter_discord_rpc: 67a7c10ea24d9d3bf35d01af643f48fbcfa7c24f
FlutterMacOS: 8f6f14fa908a6fb3fba0cd85dbd81ec4b251fb24
Expand Down
Loading