pachli-android/app
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
..
src refactor: Modularise core activity classes, (#393) 2024-01-30 11:37:00 +01:00
build.gradle.kts refactor: Modularise core activity classes, (#393) 2024-01-30 11:37:00 +01:00
gitTools.gradle ci: Upload orangeRelease to Google Play (internal track) (#134) 2023-09-28 13:50:02 +02:00
lint-baseline.xml refactor: Modularise core activity classes, (#393) 2024-01-30 11:37:00 +01:00
lint.xml build: Disable lint warnings about old versions of AGP (#379) 2024-01-23 23:18:27 +01:00
proguard-rules.pro fix: Prevent crash by keeping network.model.** classes (#369) 2024-01-19 09:39:44 +01:00