Skip to content

Commit

Permalink
refactor: rename to hitsz
Browse files Browse the repository at this point in the history
  • Loading branch information
oldkingOK committed Jul 26, 2024
1 parent 3426923 commit 5fb26cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# ZJU Connect for Android
# HITSZ Connect for Android
2 changes: 1 addition & 1 deletion app/src/main/java/cx/myth/zjuconnect/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ protected void onCreate(Bundle savedInstanceState) {

NotificationCompat.Builder builder = new NotificationCompat.Builder(this, "zjuconnect")
.setSmallIcon(R.drawable.ic_launcher_foreground)
.setContentTitle("ZJU Connect")
.setContentTitle("HITSZ Connect")
.setContentText(getResources().getString(R.string.connected));

builder.setOngoing(true);
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="sans-serif"
android:text="ZJU Connect for Android"
android:text="HITSZ Connect for Android"
android:textAlignment="center"
android:textSize="20sp"
android:textStyle="bold" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">ZJU Connect</string>
<string name="app_name">HITSZ Connect</string>
<string name="previous">上一段</string>
<string name="started">已启动!</string>
<string name="stopped">已停止!</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<resources>
<string name="app_name">ZJU Connect</string>
<string name="app_name">HITSZ Connect</string>
<!-- Strings used for fragments for navigation -->
<string name="previous">Previous</string>

Expand Down

0 comments on commit 5fb26cb

Please sign in to comment.