0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00
thunderbird-android/app-common
2024-09-03 11:24:12 +02:00
..
src/main Move app-common manifest to correct location 2024-07-26 15:44:26 +02:00
build.gradle.kts Add SettingsProvider to migrate settings to another app 2024-09-03 11:24:12 +02:00
README.md Add app-common module 2024-07-02 13:42:54 +02:00

App Common

App Common

This is the central integration point for shared code among the K-9 Mail and Thunderbird for Android applications. Its purpose is to collect and organize the individual feature modules that contain the actual functionality, as well as the "glue code" and configurations that tie them together.

By keeping the shared code focused on these boundaries, we can ensure that it remains lean and avoids unnecessary dependencies. This approach allows us to maintain a clean and modular architecture, making it easier to maintain and update the codebase.