Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
NotiTest
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gavin An
NotiTest
Commits
fc96d019
Commit
fc96d019
authored
Mar 26, 2025
by
Gavin An
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
라이브러리 업
parent
8b9ece91
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
97 additions
and
9 deletions
+97
-9
.idea/appInsightsSettings.xml
.idea/appInsightsSettings.xml
+45
-0
.idea/compiler.xml
.idea/compiler.xml
+1
-1
.idea/deploymentTargetSelector.xml
.idea/deploymentTargetSelector.xml
+13
-0
.idea/git_toolbox_blame.xml
.idea/git_toolbox_blame.xml
+6
-0
.idea/gradle.xml
.idea/gradle.xml
+1
-0
.idea/misc.xml
.idea/misc.xml
+2
-1
.idea/runConfigurations.xml
.idea/runConfigurations.xml
+17
-0
app/build.gradle
app/build.gradle
+7
-7
app/src/main/java/com/example/notitest/MainActivity.kt
app/src/main/java/com/example/notitest/MainActivity.kt
+5
-0
No files found.
.idea/appInsightsSettings.xml
0 → 100644
View file @
fc96d019
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"AppInsightsSettings"
>
<option
name=
"tabSettings"
>
<map>
<entry
key=
"Android Vitals"
>
<value>
<InsightsFilterSettings>
<option
name=
"connection"
>
<ConnectionSetting>
<option
name=
"appId"
value=
"com.realbyteapps.moneya"
/>
</ConnectionSetting>
</option>
<option
name=
"failureTypes"
>
<list>
<option
value=
"FATAL"
/>
</list>
</option>
<option
name=
"signal"
value=
"SIGNAL_UNSPECIFIED"
/>
<option
name=
"timeIntervalDays"
value=
"SEVEN_DAYS"
/>
<option
name=
"visibilityType"
value=
"ALL"
/>
</InsightsFilterSettings>
</value>
</entry>
<entry
key=
"Firebase Crashlytics"
>
<value>
<InsightsFilterSettings>
<option
name=
"connection"
>
<ConnectionSetting>
<option
name=
"appId"
value=
"PLACEHOLDER"
/>
<option
name=
"mobileSdkAppId"
value=
""
/>
<option
name=
"projectId"
value=
""
/>
<option
name=
"projectNumber"
value=
""
/>
</ConnectionSetting>
</option>
<option
name=
"signal"
value=
"SIGNAL_UNSPECIFIED"
/>
<option
name=
"timeIntervalDays"
value=
"THIRTY_DAYS"
/>
<option
name=
"visibilityType"
value=
"ALL"
/>
</InsightsFilterSettings>
</value>
</entry>
</map>
</option>
</component>
</project>
\ No newline at end of file
.idea/compiler.xml
View file @
fc96d019
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"CompilerConfiguration"
>
<component
name=
"CompilerConfiguration"
>
<bytecodeTargetLevel
target=
"
17
"
/>
<bytecodeTargetLevel
target=
"
21
"
/>
</component>
</component>
</project>
</project>
\ No newline at end of file
.idea/deploymentTargetSelector.xml
0 → 100644
View file @
fc96d019
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"deploymentTargetSelector"
>
<selectionStates>
<SelectionState
runConfigName=
"testModuleTwo"
>
<option
name=
"selectionMode"
value=
"DROPDOWN"
/>
</SelectionState>
<SelectionState
runConfigName=
"testModuleOne"
>
<option
name=
"selectionMode"
value=
"DROPDOWN"
/>
</SelectionState>
</selectionStates>
</component>
</project>
\ No newline at end of file
.idea/git_toolbox_blame.xml
0 → 100644
View file @
fc96d019
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"GitToolBoxBlameSettings"
>
<option
name=
"version"
value=
"2"
/>
</component>
</project>
\ No newline at end of file
.idea/gradle.xml
View file @
fc96d019
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
<component
name=
"GradleSettings"
>
<component
name=
"GradleSettings"
>
<option
name=
"linkedExternalProjectsSettings"
>
<option
name=
"linkedExternalProjectsSettings"
>
<GradleProjectSettings>
<GradleProjectSettings>
<option
name=
"testRunner"
value=
"CHOOSE_PER_TEST"
/>
<option
name=
"externalProjectPath"
value=
"$PROJECT_DIR$"
/>
<option
name=
"externalProjectPath"
value=
"$PROJECT_DIR$"
/>
<option
name=
"gradleJvm"
value=
"#GRADLE_LOCAL_JAVA_HOME"
/>
<option
name=
"gradleJvm"
value=
"#GRADLE_LOCAL_JAVA_HOME"
/>
<option
name=
"modules"
>
<option
name=
"modules"
>
...
...
.idea/misc.xml
View file @
fc96d019
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"DesignSurface"
>
<component
name=
"DesignSurface"
>
<option
name=
"filePathToZoomLevelMap"
>
<option
name=
"filePathToZoomLevelMap"
>
...
@@ -7,7 +8,7 @@
...
@@ -7,7 +8,7 @@
</map>
</map>
</option>
</option>
</component>
</component>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_
17"
default=
"true"
project-jdk-name=
"jbr-17
"
project-jdk-type=
"JavaSDK"
>
<component
name=
"ProjectRootManager"
version=
"2"
languageLevel=
"JDK_
21"
default=
"true"
project-jdk-name=
"jbr-21
"
project-jdk-type=
"JavaSDK"
>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
<output
url=
"file://$PROJECT_DIR$/build/classes"
/>
</component>
</component>
<component
name=
"ProjectType"
>
<component
name=
"ProjectType"
>
...
...
.idea/runConfigurations.xml
0 → 100644
View file @
fc96d019
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"RunConfigurationProducerService"
>
<option
name=
"ignoredProducers"
>
<set>
<option
value=
"com.intellij.execution.junit.AbstractAllInDirectoryConfigurationProducer"
/>
<option
value=
"com.intellij.execution.junit.AllInPackageConfigurationProducer"
/>
<option
value=
"com.intellij.execution.junit.PatternConfigurationProducer"
/>
<option
value=
"com.intellij.execution.junit.TestInClassConfigurationProducer"
/>
<option
value=
"com.intellij.execution.junit.UniqueIdConfigurationProducer"
/>
<option
value=
"com.intellij.execution.junit.testDiscovery.JUnitTestDiscoveryConfigurationProducer"
/>
<option
value=
"org.jetbrains.kotlin.idea.junit.KotlinJUnitRunConfigurationProducer"
/>
<option
value=
"org.jetbrains.kotlin.idea.junit.KotlinPatternConfigurationProducer"
/>
</set>
</option>
</component>
</project>
\ No newline at end of file
app/build.gradle
View file @
fc96d019
...
@@ -16,8 +16,8 @@ android {
...
@@ -16,8 +16,8 @@ android {
}
}
compileOptions
{
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1
7
sourceCompatibility
JavaVersion
.
VERSION_1
8
targetCompatibility
JavaVersion
.
VERSION_1
7
targetCompatibility
JavaVersion
.
VERSION_1
8
}
}
kotlinOptions
{
jvmTarget
=
'17'
}
kotlinOptions
{
jvmTarget
=
'17'
}
...
@@ -32,11 +32,11 @@ android {
...
@@ -32,11 +32,11 @@ android {
dependencies
{
dependencies
{
implementation
fileTree
(
dir:
"libs"
,
include:
[
"*.jar"
])
implementation
fileTree
(
dir:
"libs"
,
include:
[
"*.jar"
])
implementation
'androidx.core:core-ktx:1.1
2
.0'
implementation
'androidx.core:core-ktx:1.1
5
.0'
implementation
'androidx.appcompat:appcompat:1.
6.1
'
implementation
'androidx.appcompat:appcompat:1.
7.0
'
implementation
'androidx.constraintlayout:constraintlayout:2.
1.4
'
implementation
'androidx.constraintlayout:constraintlayout:2.
2.1
'
testImplementation
'junit:junit:4.13.2'
testImplementation
'junit:junit:4.13.2'
androidTestImplementation
'androidx.test.ext:junit:1.
1.5
'
androidTestImplementation
'androidx.test.ext:junit:1.
2.1
'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.
5
.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.
6
.1'
}
}
\ No newline at end of file
app/src/main/java/com/example/notitest/MainActivity.kt
View file @
fc96d019
...
@@ -103,6 +103,11 @@ class MainActivity : AppCompatActivity() {
...
@@ -103,6 +103,11 @@ class MainActivity : AppCompatActivity() {
}
}
fun
clearEt
()
{
fun
clearEt
()
{
startActivity
(
Intent
.
makeRestartActivityTask
(
(
packageManager
.
getLaunchIntentForPackage
(
packageName
))
!!
.
component
));
binding
.
etNotiText1
.
text
?.
clear
()
binding
.
etNotiText1
.
text
?.
clear
()
binding
.
etNotiText2
.
text
?.
clear
()
binding
.
etNotiText2
.
text
?.
clear
()
binding
.
etPackageId1
.
text
?.
clear
()
binding
.
etPackageId1
.
text
?.
clear
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment