这是indexloc提供的服务,不要输入任何密码
Skip to content
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: 2 additions & 0 deletions ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
shouldUseLaunchSchemeArgsEnv = "YES">
<MacroExpansion>
<BuildableReference
Expand Down Expand Up @@ -72,6 +73,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down
1 change: 1 addition & 0 deletions lib/i18n/aria/aria_id-ID.i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,4 @@ userSaysSomethingSensitive(rich): "Postingan oleh {name} mengandung konten sensi
vibrateNote: "Getarkan untuk note baru"
vibrateNotification: "Getarkan untuk notifikasi baru"
webBrowser: "Peramban web"
willBePostedOn: "Akan diposting pada {date} "
2 changes: 1 addition & 1 deletion lib/i18n/strings.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/// To regenerate, run: `dart run slang`
///
/// Locales: 31
/// Strings: 62810 (2026 per locale)
/// Strings: 62811 (2026 per locale)

// coverage:ignore-file
// ignore_for_file: type=lint, unused_import
Expand Down
1 change: 1 addition & 0 deletions lib/i18n/strings_id_ID.g.dart
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ class _TranslationsAriaIdId extends TranslationsAriaEnUs {
@override String get vibrateNote => 'Getarkan untuk note baru';
@override String get vibrateNotification => 'Getarkan untuk notifikasi baru';
@override String get webBrowser => 'Peramban web';
@override String willBePostedOn({required Object date}) => 'Akan diposting pada ${date} ';
}

// Path: misskey
Expand Down
6 changes: 0 additions & 6 deletions macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ PODS:
- webcrypto (0.1.1):
- Flutter
- FlutterMacOS
- window_manager (0.2.0):
- FlutterMacOS

DEPENDENCIES:
- flutter_image_compress_macos (from `Flutter/ephemeral/.symlinks/plugins/flutter_image_compress_macos/macos`)
Expand All @@ -33,7 +31,6 @@ DEPENDENCIES:
- screen_retriever_macos (from `Flutter/ephemeral/.symlinks/plugins/screen_retriever_macos/macos`)
- wakelock_plus (from `Flutter/ephemeral/.symlinks/plugins/wakelock_plus/macos`)
- webcrypto (from `Flutter/ephemeral/.symlinks/plugins/webcrypto/darwin`)
- window_manager (from `Flutter/ephemeral/.symlinks/plugins/window_manager/macos`)

SPEC REPOS:
trunk:
Expand All @@ -58,8 +55,6 @@ EXTERNAL SOURCES:
:path: Flutter/ephemeral/.symlinks/plugins/wakelock_plus/macos
webcrypto:
:path: Flutter/ephemeral/.symlinks/plugins/webcrypto/darwin
window_manager:
:path: Flutter/ephemeral/.symlinks/plugins/window_manager/macos

SPEC CHECKSUMS:
flutter_image_compress_macos: c26c3c13ea0f28ae6dea4e139b3292e7729f99f1
Expand All @@ -72,7 +67,6 @@ SPEC CHECKSUMS:
screen_retriever_macos: 776e0fa5d42c6163d2bf772d22478df4b302b161
wakelock_plus: 4783562c9a43d209c458cb9b30692134af456269
webcrypto: aa788ff6b0a956e5d6e613b35b99c13e220ca2d0
window_manager: 3a1844359a6295ab1e47659b1a777e36773cd6e8

PODFILE CHECKSUM: c2e95c8c0fe03c5c57e438583cae4cc732296009

Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2224,10 +2224,10 @@ packages:
dependency: transitive
description:
name: win32
sha256: "329edf97fdd893e0f1e3b9e88d6a0e627128cc17cc316a8d67fda8f1451178ba"
sha256: "66814138c3562338d05613a6e368ed8cfb237ad6d64a9e9334be3f309acfca03"
url: "https://pub.dev"
source: hosted
version: "5.13.0"
version: "5.14.0"
window_manager:
dependency: "direct main"
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: aria
description: "A client app for Misskey, a federated social media platform."
publish_to: "none"
version: 1.2.1+65
version: 1.2.2+66

environment:
sdk: ">=3.8.0 <4.0.0"
Expand Down
Loading