0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00
thunderbird-android/legacy
2024-09-10 14:19:11 +02:00
..
account Change AccountsChangeListener.java -> AccountsChangeListener.kt to Kotlin 2024-09-06 12:15:49 +02:00
common Remove folder notification class 2024-09-09 00:04:26 +02:00
core Merge pull request #8129 from arissystem/Hotfix-8045 2024-09-10 11:07:01 +02:00
crypto-openpgp Rename app module to legacy 2024-07-02 14:27:23 +02:00
di Add :legacy:di module and move DI 2024-08-01 12:55:32 +02:00
folder Remove folder notification class 2024-09-09 00:04:26 +02:00
mailstore Change getDisplayFoldersFlow from Account to account uuid 2024-09-10 14:19:11 +02:00
message Add MessagingControllerMailChecker to hide MessagingController´ from K9Drawer 2024-08-07 14:47:15 +02:00
notification Add :legacy:notification module and move notification light, settings and vibration there 2024-07-31 16:48:14 +02:00
preferences Add :legacy:preferences module and move GeneralSettings and GeneralSettingsManager 2024-08-07 14:47:14 +02:00
search Move SearchAccount to :legacy:search module 2024-08-06 17:21:23 +02:00
storage Remove folder notification class 2024-09-09 00:04:26 +02:00
testing Rename app module to legacy 2024-07-02 14:27:23 +02:00
ui Change getDisplayFoldersFlow from Account to account uuid 2024-09-10 14:19:11 +02:00
README.md Add legacy readme 2024-07-02 16:57:31 +02:00

Legacy

The submodules within this module are considered legacy code that will still be maintained for the purpose of supporting the existing implementation. Over time, the legacy code will be replaced with new features and improvements and will be removed.

Warning

It's not suggested to use the contained modules for new features!

Please consider writing new features within the feature modules and migrate existing functionality there.