Refactor Android Package Name and Remove Temporary Filesmain 1.0.0
@ -0,0 +1 @@ |
||||
GG |
||||
@ -1,6 +1,6 @@ |
||||
<project version="4"> |
||||
<component name="ExternalStorageConfigurationManager" enabled="true" /> |
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="temurin-17" project-jdk-type="JavaSDK"> |
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" project-jdk-name="jbr-17" project-jdk-type="JavaSDK"> |
||||
<output url="file://$PROJECT_DIR$/build/classes" /> |
||||
</component> |
||||
<component name="ProjectType"> |
||||
@ -1,4 +1,4 @@ |
||||
package com.example.udptest000; |
||||
package cf.cafelutza.gg; |
||||
|
||||
import android.content.Context; |
||||
|
||||
@ -1,14 +1,13 @@ |
||||
package com.example.udptest000; |
||||
package cf.cafelutza.gg; |
||||
|
||||
import android.os.Bundle; |
||||
import android.widget.EditText; |
||||
|
||||
import androidx.appcompat.app.ActionBar; |
||||
import androidx.appcompat.app.AppCompatActivity; |
||||
import androidx.preference.EditTextPreference; |
||||
import androidx.preference.PreferenceFragmentCompat; |
||||
|
||||
|
||||
|
||||
public class SettingsActivity extends AppCompatActivity { |
||||
|
||||
@Override |
||||
@ -1,4 +1,4 @@ |
||||
package com.example.udptest000; |
||||
package cf.cafelutza.gg; |
||||
|
||||
import android.content.Context; |
||||
import android.graphics.Bitmap; |
||||
@ -1,4 +1,4 @@ |
||||
package com.example.udptest000; |
||||
package cf.cafelutza.gg; |
||||
|
||||
import android.annotation.SuppressLint; |
||||
import android.os.AsyncTask; |
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 982 B After Width: | Height: | Size: 982 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 7.6 KiB After Width: | Height: | Size: 7.6 KiB |
@ -1,7 +1,7 @@ |
||||
<resources> |
||||
<string name="app_name">UDPtest000</string> |
||||
<string name="app_name">GG</string> |
||||
<string name="title_activity_settings">SettingsActivity</string> |
||||
<string name="title_activity_main">MainActivity</string> |
||||
<string name="title_activity_main_screen">MainScreen</string> |
||||
<string name="title_activity_main_screen">GG</string> |
||||
<string name="title_activity_main2">MainActivity2</string> |
||||
</resources> |
||||
@ -1,4 +1,4 @@ |
||||
package com.example.udptest000; |
||||
package cf.cafelutza.gg; |
||||
|
||||
import org.junit.Test; |
||||
|
||||