Skip to content

Commit

Permalink
GitHub Source: Add trackworktime
Browse files Browse the repository at this point in the history
  • Loading branch information
rumboalla committed Oct 3, 2023
1 parent f2dbcab commit 6544201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/src/main/kotlin/com/apkupdater/data/github/GitHubApp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ val GitHubApps = listOf(
GitHubApp("keepass2android.keepass2android_nonet", "PhilippC", "keepass2android", contains("nonet")),
GitHubApp("keepass2android.keepass2android", "PhilippC", "keepass2android", notContains("nonet")),
GitHubApp("eu.darken.sdmse", "d4rken-org", "sdmaid"),
GitHubApp("oss.krtirtho.spotube", "KRTirtho", "spotube")
GitHubApp("oss.krtirtho.spotube", "KRTirtho", "spotube"),
GitHubApp("org.zephyrsoft.trackworktime", "mathisdt", "trackworktime")
)

fun contains(text: String) = Regex("^.*$text.*\$")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ data class GitHubRelease(
val author: GitHubAuthor,
val body: String = ""
)

0 comments on commit 6544201

Please sign in to comment.