Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
AndiovisualRecord
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yu_Tung
AndiovisualRecord
Commits
830961c1
Commit
830961c1
authored
Aug 05, 2020
by
Yu_Tung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify SOPread's Path
parent
b88710f6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
37 additions
and
6 deletions
+37
-6
gradle.xml
.idea/gradle.xml
+9
-4
jarRepositories.xml
.idea/jarRepositories.xml
+26
-0
build.gradle
app/build.gradle
+1
-1
MainPresenter.java
.../com/example/audiovisualrecord/ui/main/MainPresenter.java
+1
-1
No files found.
.idea/gradle.xml
View file @
830961c1
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<project
version=
"4"
>
<component
name=
"GradleMigrationSettings"
migrationVersion=
"1"
/>
<component
name=
"GradleSettings"
>
<component
name=
"GradleSettings"
>
<option
name=
"linkedExternalProjectsSettings"
>
<option
name=
"linkedExternalProjectsSettings"
>
<GradleProjectSettings>
<GradleProjectSettings>
<compositeConfiguration>
<option
name=
"delegatedBuild"
value=
"false"
/>
<compositeBuild
compositeDefinitionSource=
"SCRIPT"
/>
<option
name=
"testRunner"
value=
"PLATFORM"
/>
</compositeConfiguration>
<option
name=
"distributionType"
value=
"DEFAULT_WRAPPED"
/>
<option
name=
"distributionType"
value=
"DEFAULT_WRAPPED"
/>
<option
name=
"externalProjectPath"
value=
"$PROJECT_DIR$"
/>
<option
name=
"externalProjectPath"
value=
"$PROJECT_DIR$"
/>
<option
name=
"modules"
>
<set>
<option
value=
"$PROJECT_DIR$"
/>
<option
value=
"$PROJECT_DIR$/app"
/>
</set>
</option>
<option
name=
"resolveModulePerSourceSet"
value=
"false"
/>
<option
name=
"resolveModulePerSourceSet"
value=
"false"
/>
<option
name=
"testRunner"
value=
"PLATFORM"
/>
</GradleProjectSettings>
</GradleProjectSettings>
</option>
</option>
</component>
</component>
...
...
.idea/jarRepositories.xml
0 → 100644
View file @
830961c1
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"RemoteRepositoriesConfiguration"
>
<remote-repository>
<option
name=
"id"
value=
"central"
/>
<option
name=
"name"
value=
"Maven Central repository"
/>
<option
name=
"url"
value=
"https://repo1.maven.org/maven2"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"jboss.community"
/>
<option
name=
"name"
value=
"JBoss Community repository"
/>
<option
name=
"url"
value=
"https://repository.jboss.org/nexus/content/repositories/public/"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"BintrayJCenter"
/>
<option
name=
"name"
value=
"BintrayJCenter"
/>
<option
name=
"url"
value=
"https://jcenter.bintray.com/"
/>
</remote-repository>
<remote-repository>
<option
name=
"id"
value=
"Google"
/>
<option
name=
"name"
value=
"Google"
/>
<option
name=
"url"
value=
"https://dl.google.com/dl/android/maven2/"
/>
</remote-repository>
</component>
</project>
\ No newline at end of file
app/build.gradle
View file @
830961c1
...
@@ -9,7 +9,7 @@ android {
...
@@ -9,7 +9,7 @@ android {
targetSdkVersion
29
targetSdkVersion
29
versionCode
1
versionCode
1
versionName
"1.0.
5
"
versionName
"1.0.
6
"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
testInstrumentationRunner
"androidx.test.runner.AndroidJUnitRunner"
}
}
buildTypes
{
buildTypes
{
...
...
app/src/main/java/com/example/audiovisualrecord/ui/main/MainPresenter.java
View file @
830961c1
...
@@ -346,7 +346,7 @@ public class MainPresenter<V extends MainContract.View> implements MainContract.
...
@@ -346,7 +346,7 @@ public class MainPresenter<V extends MainContract.View> implements MainContract.
}
else
if
(
"仁武氯乙烯廠製造一課"
.
equals
(
pathFactoryClass
)
&&
"落實度查核"
.
equals
(
pathShootType
)
&&
"DD"
.
equals
(
pathClass
))
{
}
else
if
(
"仁武氯乙烯廠製造一課"
.
equals
(
pathFactoryClass
)
&&
"落實度查核"
.
equals
(
pathShootType
)
&&
"DD"
.
equals
(
pathClass
))
{
path
=
"/仁武氯乙烯廠製造一課/3_SOP落實度查核/DD"
;
path
=
"/仁武氯乙烯廠製造一課/3_SOP落實度查核/DD"
;
}
else
if
(
"仁武氯乙烯廠製造二課"
.
equals
(
pathFactoryClass
)
&&
"SOP導讀"
.
equals
(
pathShootType
))
{
}
else
if
(
"仁武氯乙烯廠製造二課"
.
equals
(
pathFactoryClass
)
&&
"SOP導讀"
.
equals
(
pathShootType
))
{
path
=
"/仁武氯乙烯廠製造二課/1_SOP導讀
"
;
path
=
"/仁武氯乙烯廠製造二課/1_SOP導讀
/"
+
pathClass
;
}
else
if
(
"仁武氯乙烯廠製造二課"
.
equals
(
pathFactoryClass
)
&&
"SOP審視會議"
.
equals
(
pathShootType
))
{
}
else
if
(
"仁武氯乙烯廠製造二課"
.
equals
(
pathFactoryClass
)
&&
"SOP審視會議"
.
equals
(
pathShootType
))
{
path
=
"/仁武氯乙烯廠製造二課/2_SOP審視修訂"
;
path
=
"/仁武氯乙烯廠製造二課/2_SOP審視修訂"
;
}
}
...
...
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