pachli-android/core
Nik Clayton f0fc0fd530
refactor: Modularise core activity classes, (#393)
Continue modularisation by moving core activity classes that almost all
activities depende on to a `core.activity` module. This includes
core "helper" classes as well.

Implement core.activity:
- Contains BaseActivity, BottomSheetActivity
- Contains LinkHelper and other utility classes used by activities

Implement core.common.extensions:
- Move ViewBindingExtensions and ViewExtensions here

Implement core.common.util:
- Move BlurHashDecoder and VersionName here

Implement core.designsystem:
- Holds common resources (animations, colours, drawables, etc) used
  through the app
- Import "core.designsystem.R as DR" through the app to distinguish
  from the module's own resources

Implement feature.login:
- Move the LoginActivity and related code/resources to its own module

Implement tools/mvstring
- Moves string resources (and all translations) from one module to
  another
2024-01-30 11:37:00 +01:00
..
accounts refactor: Modularise core activity classes, (#393) 2024-01-30 11:37:00 +01:00
activity refactor: Modularise core activity classes, (#393) 2024-01-30 11:37:00 +01:00
common refactor: Modularise core activity classes, (#393) 2024-01-30 11:37:00 +01:00
database fix: Ensure actions happen against the correct status (#373) 2024-01-26 12:15:27 +01:00
designsystem refactor: Modularise core activity classes, (#393) 2024-01-30 11:37:00 +01:00
navigation refactor: Modularise core activity classes, (#393) 2024-01-30 11:37:00 +01:00
network refactor: Modularise core activity classes, (#393) 2024-01-30 11:37:00 +01:00
preferences chore(deps): update plugin ktlint to v12.1.0 (#358) 2024-01-09 17:50:20 +01:00
testing refactor: Destructure maps for more idiomatic code (#388) 2024-01-26 12:32:45 +01:00
AndroidManifest.xml refactor: Start creating core modules (#286) 2023-12-04 16:58:36 +01:00