Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NewParkAPP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
YONG-LIN SU
NewParkAPP
Commits
f2e2d901
Commit
f2e2d901
authored
Oct 16, 2025
by
lai\lai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git update
parent
1ef1587f
Changes
10
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
595 additions
and
7 deletions
+595
-7
deploymentTargetDropDown.xml
.idea/deploymentTargetDropDown.xml
+17
-0
deploymentTargetSelector.xml
.idea/deploymentTargetSelector.xml
+10
-0
gradle.xml
.idea/gradle.xml
+1
-1
migrations.xml
.idea/migrations.xml
+10
-0
other.xml
.idea/other.xml
+549
-0
build.gradle
app/build.gradle
+1
-1
CarPrinter_LKP34L.java
...va/ecom/android/newparkapp/printer/CarPrinter_LKP34L.java
+2
-0
T02StartViewModel.java
.../ecom/android/newparkapp/viewModel/T02StartViewModel.java
+2
-2
build.gradle
build.gradle
+2
-2
gradle-wrapper.properties
gradle/wrapper/gradle-wrapper.properties
+1
-1
No files found.
.idea/deploymentTargetDropDown.xml
0 → 100644
View file @
f2e2d901
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"deploymentTargetDropDown"
>
<targetSelectedWithDropDown>
<Target>
<type
value=
"QUICK_BOOT_TARGET"
/>
<deviceKey>
<Key>
<type
value=
"VIRTUAL_DEVICE_PATH"
/>
<value
value=
"C:\Users\k5499\.android\avd\Pixel_7_API_30.avd"
/>
</Key>
</deviceKey>
</Target>
</targetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown
value=
"2025-04-14T01:43:03.881431600Z"
/>
</component>
</project>
\ No newline at end of file
.idea/deploymentTargetSelector.xml
0 → 100644
View file @
f2e2d901
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"deploymentTargetSelector"
>
<selectionStates>
<SelectionState
runConfigName=
"app"
>
<option
name=
"selectionMode"
value=
"DROPDOWN"
/>
</SelectionState>
</selectionStates>
</component>
</project>
\ No newline at end of file
.idea/gradle.xml
View file @
f2e2d901
...
...
@@ -5,7 +5,6 @@
<option
name=
"linkedExternalProjectsSettings"
>
<GradleProjectSettings>
<option
name=
"testRunner"
value=
"GRADLE"
/>
<option
name=
"distributionType"
value=
"DEFAULT_WRAPPED"
/>
<option
name=
"externalProjectPath"
value=
"$PROJECT_DIR$"
/>
<option
name=
"gradleJvm"
value=
"jbr-17"
/>
<option
name=
"modules"
>
...
...
@@ -14,6 +13,7 @@
<option
value=
"$PROJECT_DIR$/app"
/>
</set>
</option>
<option
name=
"resolveExternalAnnotations"
value=
"false"
/>
</GradleProjectSettings>
</option>
</component>
...
...
.idea/migrations.xml
0 → 100644
View file @
f2e2d901
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"ProjectMigrations"
>
<option
name=
"MigrateToGradleLocalJavaHome"
>
<set>
<option
value=
"$PROJECT_DIR$"
/>
</set>
</option>
</component>
</project>
\ No newline at end of file
.idea/other.xml
0 → 100644
View file @
f2e2d901
This diff is collapsed.
Click to expand it.
app/build.gradle
View file @
f2e2d901
...
...
@@ -8,7 +8,7 @@ android {
defaultConfig
{
applicationId
"ecom.android.newparkapp"
minSdk
27
targetSdk
3
0
targetSdk
3
1
versionCode
1
versionName
"Dev Ver.3.0.8(無車辨)"
...
...
app/src/main/java/ecom/android/newparkapp/printer/CarPrinter_LKP34L.java
View file @
f2e2d901
...
...
@@ -383,6 +383,8 @@ public class CarPrinter_LKP34L{
nowCalendar
.
add
(
Calendar
.
MINUTE
,
carCase
.
space
.
getAddMinutes
());
nHour
=
nowCalendar
.
get
(
Calendar
.
HOUR_OF_DAY
);
b60Min
=
nowCalendar
.
get
(
Calendar
.
MINUTE
)
==
59
;
if
(
nHour
>=
22
)
break
;
}
// 開始列印
...
...
app/src/main/java/ecom/android/newparkapp/viewModel/T02StartViewModel.java
View file @
f2e2d901
build.gradle
View file @
f2e2d901
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins
{
id
'com.android.application'
version
'7.
2.1
'
apply
false
id
'com.android.library'
version
'7.
2.1
'
apply
false
id
'com.android.application'
version
'7.
4.2
'
apply
false
id
'com.android.library'
version
'7.
4.2
'
apply
false
}
task
clean
(
type:
Delete
)
{
...
...
gradle/wrapper/gradle-wrapper.properties
View file @
f2e2d901
#Thu Jul 14 17:20:14 CST 2022
distributionBase
=
GRADLE_USER_HOME
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.
3.3
-bin.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-7.
5
-bin.zip
distributionPath
=
wrapper/dists
zipStorePath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
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