Skip to content

Commit 2408f49

Browse files
Rollback changes
1 parent 03a8839 commit 2408f49

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ android {
4141
}
4242

4343
defaultConfig {
44-
applicationId "com.cloudchewie.loftifyforlove"
44+
applicationId "com.cloudchewie.loftify"
4545
minSdkVersion 23
4646
targetSdkVersion flutter.targetSdkVersion
4747
versionCode flutterVersionCode.toInteger()

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:tools="http://schemas.android.com/tools"
3-
package="com.cloudchewie.loftifyforlove">
3+
package="com.cloudchewie.loftify">
44

55
<queries>
66
<intent>
@@ -21,7 +21,7 @@
2121
<application
2222
android:name="${applicationName}"
2323
android:icon="@mipmap/ic_launcher"
24-
android:label="Lofter"
24+
android:label="Loftify"
2525
android:networkSecurityConfig="@xml/network_security_config"
2626
android:requestLegacyExternalStorage="true"
2727
android:extractNativeLibs="true"

lib/Utils/uri_util.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ import 'package:url_launcher/url_launcher.dart';
1919
import '../Screens/Info/user_detail_screen.dart';
2020
import '../Screens/Post/post_detail_screen.dart';
2121
import '../Widgets/Dialog/custom_dialog.dart';
22+
import '../generated/l10n.dart';
2223
import 'ilogger.dart';
2324

2425
class UriUtil {

lib/Widgets/PostItem/general_post_item_builder.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import '../../Utils/itoast.dart';
2525
import '../../Utils/route_util.dart';
2626
import '../../Utils/uri_util.dart';
2727
import '../../Utils/utils.dart';
28+
import '../../generated/l10n.dart';
2829
import '../BottomSheet/bottom_sheet_builder.dart';
2930
import '../Custom/floating_modal.dart';
3031
import '../Custom/hero_photo_view_screen.dart';

lib/l10n/intl_en.arb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@@locale": "en",
3-
"appName": "Lofter",
3+
"appName": "Loftify",
44
"all": "全部",
55
"save": "保存",
66
"saveSuccess": "保存成功",
@@ -392,7 +392,7 @@
392392
"noDynamic": "暂无动态",
393393
"noLike": "暂无喜欢",
394394
"noRecommend": "暂无推荐",
395-
"noHistory": "暂无历史",
395+
"noHistory": "暂无足迹",
396396
"noFavorite": "暂无收藏",
397397
"noArticle": "暂无文章",
398398
"noEmotePackage": "暂无表情包",

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class MyApp extends StatelessWidget {
149149
const MyApp({
150150
super.key,
151151
required this.home,
152-
this.title = 'Lofter',
152+
this.title = 'Loftify',
153153
});
154154

155155
@override

0 commit comments

Comments
 (0)