Skip to content

Commit 4a344b5

Browse files
committed
chore: reverting unnecessary changes
1 parent babd4e6 commit 4a344b5

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

app-thunderbird/badging/fossDaily-badging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ other-activities
7575
other-receivers
7676
other-services
7777
package: name='net.thunderbird.android.daily' platformBuildVersionName='16' platformBuildVersionCode='36' compileSdkVersion='36' compileSdkVersionCodename='16'
78-
property: name='android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE' value='This service is used to maintain a continuous connection to an IMAP server to be able to provide instant notifications to the user when a new email arrives. Firebase Cloud Messaging is not suitable for this task, neither are mechanisms like AndroidX WorkManager. Other foreground service types aren't a good fit for this use case.'
78+
property: name='android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE' value='This service is used to maintain a continuous connection to an IMAP server to be able to provide instant notifications to the user when a new email arrives. Firebase Cloud Messaging is not suitable for this task, neither are mechanisms like AndroidX WorkManager. Other foreground service types aren't a good fit for this use case.'
7979
provides-component:'app-widget'
8080
supports-any-density: 'true'
8181
supports-screens: 'small' 'normal' 'large' 'xlarge'

app-thunderbird/badging/fullBeta-badging.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
application-icon-120:'res/drawable/ic_app_logo.xml'
2-
application-icon-160:'res/drawable/ic_app_logo.xml'
3-
application-icon-240:'res/drawable/ic_app_logo.xml'
4-
application-icon-320:'res/drawable/ic_app_logo.xml'
5-
application-icon-480:'res/drawable/ic_app_logo.xml'
6-
application-icon-640:'res/drawable/ic_app_logo.xml'
7-
application-icon-65534:'res/drawable/ic_app_logo.xml'
1+
application-icon-120:'res/mipmap-anydpi-v26/ic_launcher.xml'
2+
application-icon-160:'res/mipmap-anydpi-v26/ic_launcher.xml'
3+
application-icon-240:'res/mipmap-anydpi-v26/ic_launcher.xml'
4+
application-icon-320:'res/mipmap-anydpi-v26/ic_launcher.xml'
5+
application-icon-480:'res/mipmap-anydpi-v26/ic_launcher.xml'
6+
application-icon-640:'res/mipmap-anydpi-v26/ic_launcher.xml'
7+
application-icon-65534:'res/mipmap-anydpi-v26/ic_launcher.xml'
88
application-label-ar:'Thunderbird Beta'
99
application-label-be:'Thunderbird Beta'
1010
application-label-bg:'Thunderbird Beta'
@@ -75,7 +75,7 @@ other-activities
7575
other-receivers
7676
other-services
7777
package: name='net.thunderbird.android.beta' platformBuildVersionName='16' platformBuildVersionCode='36' compileSdkVersion='36' compileSdkVersionCodename='16'
78-
property: name='android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE' value='This service is used to maintain a continuous connection to an IMAP server to be able to provide instant notifications to the user when a new email arrives. Firebase Cloud Messaging is not suitable for this task, neither are mechanisms like AndroidX WorkManager. Other foreground service types aren't a good fit for this use case.'
78+
property: name='android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE' value='This service is used to maintain a continuous connection to an IMAP server to be able to provide instant notifications to the user when a new email arrives. Firebase Cloud Messaging is not suitable for this task, neither are mechanisms like AndroidX WorkManager. Other foreground service types aren't a good fit for this use case.'
7979
provides-component:'app-widget'
8080
supports-any-density: 'true'
8181
supports-screens: 'small' 'normal' 'large' 'xlarge'

app-thunderbird/badging/fullDaily-badging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ other-activities
7575
other-receivers
7676
other-services
7777
package: name='net.thunderbird.android.daily' platformBuildVersionName='16' platformBuildVersionCode='36' compileSdkVersion='36' compileSdkVersionCodename='16'
78-
property: name='android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE' value='This service is used to maintain a continuous connection to an IMAP server to be able to provide instant notifications to the user when a new email arrives. Firebase Cloud Messaging is not suitable for this task, neither are mechanisms like AndroidX WorkManager. Other foreground service types aren't a good fit for this use case.'
78+
property: name='android.app.PROPERTY_SPECIAL_USE_FGS_SUBTYPE' value='This service is used to maintain a continuous connection to an IMAP server to be able to provide instant notifications to the user when a new email arrives. Firebase Cloud Messaging is not suitable for this task, neither are mechanisms like AndroidX WorkManager. Other foreground service types aren't a good fit for this use case.'
7979
provides-component:'app-widget'
8080
supports-any-density: 'true'
8181
supports-screens: 'small' 'normal' 'large' 'xlarge'

app-thunderbird/src/main/kotlin/net/thunderbird/android/ThunderbirdKoinModule.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
package net.thunderbird.android
2+
23
import app.k9mail.feature.widget.shortcut.LauncherShortcutActivity
34
import com.fsck.k9.AppConfig
45
import com.fsck.k9.DefaultAppConfig

legacy/core/src/main/java/com/fsck/k9/notification/CoreNotificationKoinModule.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import android.content.Context
55
import androidx.core.app.NotificationManagerCompat
66
import java.util.concurrent.Executors
77
import kotlin.time.ExperimentalTime
8-
import org.koin.core.scope.get
98
import org.koin.dsl.module
109

1110
val coreNotificationModule = module {

0 commit comments

Comments
 (0)