0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-20 04:02:14 +02:00
Commit Graph

19 Commits

Author SHA1 Message Date
cketti
658884a1b7 Remove folder notification class 2024-09-09 00:04:26 +02:00
cketti
8e85321ead
Merge pull request #8099 from thunderbird/settings_provider
Add `SettingsProvider` to migrate settings to another app
2024-09-09 00:03:57 +02:00
cketti
ec2e81e0cb Remove default signature 2024-09-05 12:53:10 +02:00
cketti
f14629932e Initialize Koin early
Android allows content providers to not only be initialized, but also accessed before the `Application` instance has been initialized. This can lead to crashes if a content provider tries to resolve dependencies using Koin. Initializing Koin from `Application.attachBaseContext()` avoids this problem.
2024-09-03 16:31:32 +02:00
Wolf-Martell Montwé
6a3155bcfb
Move theme declaration to app modules 2024-08-08 15:34:37 +02:00
Wolf-Martell Montwé
49a273e5b8
Add :legacy:ui:theme module and move ThemeManager and ThemeProvider 2024-08-07 14:47:15 +02:00
Wolf-Martell Montwé
19ee10e011
Move MessageReference to :legacy:message module 2024-08-07 14:47:14 +02:00
Wolf-Martell Montwé
701c91d566
Move MessagingListener and SimpleMessagingListener to :legacy:message module 2024-08-07 14:47:13 +02:00
Wolf-Martell Montwé
3b6bc6f470
Merge pull request #8054 from wmontwe/split-legacy-part-3
Split legacy - part 3
2024-08-07 12:20:22 +00:00
Wolf-Martell Montwé
b8156d93d5
Move feature flags to app modules 2024-08-07 13:48:04 +02:00
Wolf-Martell Montwé
80ed770a44
Move ListenableMessageStore, MessageStore, MessageStoreFactory and MessageStoreManager to :legacy:mailstore 2024-08-06 17:21:24 +02:00
Wolf-Martell Montwé
a98b3b967b
Move AccountManager to :legacy:account module 2024-08-06 17:21:23 +02:00
Wolf-Martell Montwé
99f03db172
Move SearchSpecification, ConditionsTreeNode and LocalSearch to :legacy:search module 2024-08-06 17:21:03 +02:00
Wolf-Martell Montwé
73ea230642
Remove unused outboxFolderName from CoreResourceProvider 2024-08-06 16:27:43 +02:00
Wolf-Martell Montwé
b7a64f2388
Move Account to :legacy:account module 2024-08-05 11:05:52 +02:00
Wolf-Martell Montwé
a60155ebf5
Add :legacy:di module and move DI 2024-08-01 12:55:32 +02:00
Wolf-Martell Montwé
d112632e69
Move Identity to :legacy:account module 2024-07-31 16:48:13 +02:00
cketti
bb1d12919e Use [...] for outer subject when encrypting the subject 2024-07-15 15:51:02 +02:00
Wolf-Martell Montwé
9541a79cfe
Rename app module to legacy 2024-07-02 14:27:23 +02:00