Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Z
ZwemTimer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tools
android
ZwemTimer
Commits
4aa64f41
Verified
Commit
4aa64f41
authored
1 year ago
by
Ruben van Dijk
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup, made compatible with gitlab build.
parent
3d67f244
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#9534
passed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/build.gradle.kts
+1
-2
1 addition, 2 deletions
app/build.gradle.kts
app/src/main/java/nl/rubend/zwemtimer/Timer.kt
+0
-12
0 additions, 12 deletions
app/src/main/java/nl/rubend/zwemtimer/Timer.kt
with
1 addition
and
14 deletions
app/build.gradle.kts
+
1
−
2
View file @
4aa64f41
...
...
@@ -12,9 +12,8 @@ android {
minSdk
=
26
targetSdk
=
34
versionCode
=
1
versionName
=
"
1.0
"
versionName
=
"
UNKNOWN
"
testInstrumentationRunner
=
"androidx.test.runner.AndroidJUnitRunner"
vectorDrawables
{
useSupportLibrary
=
true
}
...
...
This diff is collapsed.
Click to expand it.
app/src/main/java/nl/rubend/zwemtimer/Timer.kt
+
0
−
12
View file @
4aa64f41
...
...
@@ -2,18 +2,12 @@ package nl.rubend.zwemtimer
import
androidx.compose.foundation.background
import
androidx.compose.foundation.layout.Box
import
androidx.compose.foundation.layout.IntrinsicSize
import
androidx.compose.foundation.layout.fillMaxHeight
import
androidx.compose.foundation.layout.fillMaxSize
import
androidx.compose.foundation.layout.fillMaxWidth
import
androidx.compose.foundation.layout.height
import
androidx.compose.foundation.layout.padding
import
androidx.compose.foundation.layout.width
import
androidx.compose.material3.Text
import
androidx.compose.runtime.Composable
import
androidx.compose.runtime.LaunchedEffect
import
androidx.compose.runtime.MutableState
import
androidx.compose.runtime.collectAsState
import
androidx.compose.runtime.getValue
import
androidx.compose.runtime.mutableIntStateOf
import
androidx.compose.runtime.mutableStateOf
...
...
@@ -22,14 +16,8 @@ import androidx.compose.runtime.setValue
import
androidx.compose.ui.Modifier
import
androidx.compose.ui.graphics.Color
import
androidx.compose.ui.graphics.Color.Companion.Green
import
androidx.compose.ui.graphics.Color.Companion.Red
import
androidx.compose.ui.platform.LocalContext
import
androidx.compose.ui.platform.LocalDensity
import
androidx.compose.ui.unit.TextUnit
import
androidx.compose.ui.unit.dp
import
androidx.compose.ui.unit.sp
import
kotlinx.coroutines.delay
import
kotlinx.coroutines.flow.MutableStateFlow
import
kotlinx.datetime.Clock
import
kotlinx.datetime.Instant
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment