From 517ef59af77c52ac0dc7c1c5b25a5ca73d07e952 Mon Sep 17 00:00:00 2001 From: zoe Date: Sat, 6 Aug 2022 16:50:30 +0200 Subject: [PATCH] fix long usernames not working and finish rename --- android/app/build.gradle | 2 +- android/app/src/debug/AndroidManifest.xml | 2 +- android/app/src/main/AndroidManifest.xml | 4 +- .../com/example/slothmu/MainActivity.kt | 2 +- android/app/src/profile/AndroidManifest.xml | 2 +- ios/Runner.xcodeproj/project.pbxproj | 6 +-- ios/Runner/Info.plist | 2 +- lib/business_logic/auth/oauth.dart | 2 +- lib/business_logic/timeline/timeline.dart | 4 +- lib/global.dart | 2 +- lib/i18n/en.json | 2 +- lib/main.dart | 12 +++--- lib/pages/timeline/timeline.dart | 2 +- lib/partials/main_scaffold.dart | 10 ++--- lib/partials/media_attachment.dart | 4 +- lib/partials/post.dart | 37 ++++++++++--------- lib/partials/thread.dart | 2 +- linux/CMakeLists.txt | 4 +- linux/my_application.cc | 4 +- macos/Runner.xcodeproj/project.pbxproj | 6 +-- .../xcshareddata/xcschemes/Runner.xcscheme | 8 ++-- macos/Runner/Configs/AppInfo.xcconfig | 4 +- pubspec.yaml | 2 +- test/user/user_test.dart | 2 +- web/index.html | 4 +- web/manifest.json | 4 +- windows/CMakeLists.txt | 4 +- windows/runner/Runner.rc | 8 ++-- windows/runner/main.cpp | 2 +- 29 files changed, 76 insertions(+), 73 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 07d139b..b650a47 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -44,7 +44,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId "com.example.slothmu" + applicationId "com.example.loris" // You can update the following values to match your application needs. // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. minSdkVersion flutter.minSdkVersion diff --git a/android/app/src/debug/AndroidManifest.xml b/android/app/src/debug/AndroidManifest.xml index 0d06d0f..e74fc66 100644 --- a/android/app/src/debug/AndroidManifest.xml +++ b/android/app/src/debug/AndroidManifest.xml @@ -1,5 +1,5 @@ + package="com.example.loris"> - + - slothmu + loris