Skip to content

Commit

Permalink
Remove downloader module
Browse files Browse the repository at this point in the history
Signed-off-by: LooKeR <[email protected]>
  • Loading branch information
Iamlooker committed Mar 19, 2023
1 parent 3905855 commit f896f50
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 348 deletions.
1 change: 0 additions & 1 deletion buildSrc/src/main/kotlin/Modules.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ object Modules {
const val coreDatabase = ":core:database"
const val coreDatastore = ":core:datastore"
const val coreModel = ":core:model"
const val downloader = ":downloader"
const val installer = ":installer"
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private fun Context.syncWorkNotification(): Notification {
val channel = NotificationChannel(
SyncNotificationChannelID,
getString(CommonR.string.sync_repositories),
NotificationManager.IMPORTANCE_DEFAULT,
NotificationManager.IMPORTANCE_LOW,
).apply {
description = getString(CommonR.string.sync_repositories)
}
Expand All @@ -39,6 +39,6 @@ private fun Context.syncWorkNotification(): Notification {
)
.setSmallIcon(CommonR.drawable.ic_sync)
.setContentTitle(getString(CommonR.string.syncing))
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
.setPriority(NotificationCompat.PRIORITY_LOW)
.build()
}
1 change: 0 additions & 1 deletion downloader/.gitignore

This file was deleted.

48 changes: 0 additions & 48 deletions downloader/build.gradle.kts

This file was deleted.

176 changes: 0 additions & 176 deletions downloader/src/main/java/com/looker/downloader/Downloader.kt

This file was deleted.

23 changes: 0 additions & 23 deletions downloader/src/main/java/com/looker/downloader/DownloaderModule.kt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ include(
":core:database",
":core:datastore",
":core:model",
":downloader",
":installer"
)

0 comments on commit f896f50

Please sign in to comment.