14 Commits

Author SHA1 Message Date
melod1n 96b4fc8539 ui: improve Compose stability and message UI
- Add minute/second abbreviations and kotlin.time-based relative time formatter
- Introduce FastPreview and update previews to use AppTheme with dark/dynamic colors
- Refactor attachments preview grid & waveform to use ImmutableList and reduce recompositions
- Tweak message bubble reply styling and swipe-to-reply animation/haptics
- Add Compose Stability Analyzer plugin and enable it in debug builds
- Cache shared images by sha256 and improve share intent/chooser text
- Minor UX polish (e.g., “No views”) and immutability annotations
2026-02-06 22:14:01 +03:00
melod1n 2a238fa1bf Refactor: Upgrade Gradle and streamline build logic
This commit upgrades the project's build system and refactors the build logic for better maintainability and alignment with modern practices.

The Gradle version has been updated from 8.14.2 to 9.3.0, and the Android Gradle Plugin (AGP) has been upgraded to version 9.0.0. This required migrating the build logic to use the new `com.android.build.api.dsl` interfaces instead of the deprecated `com.android.build.gradle` ones.

Key changes:
- Upgraded Gradle to `9.3.0`.
- Upgraded Android Gradle Plugin to `9.0.0`.
- Updated various dependencies including Kotlin, Compose BOM, Chucker, and serialization.
- Removed the explicit `kotlin-android` plugin application, as it's now handled by AGP.
- Migrated build convention plugins to use the new AGP DSL APIs.
- Commented out the custom APK naming logic in `app/build.gradle.kts`.
- Added new `gradle.properties` flags for build configuration.
- Corrected the namespace in `core/model` from `datastore` to `model`.
2026-01-24 14:58:04 +03:00
melod1n 0500969d81 domain module 2024-08-11 17:40:13 +03:00
melod1n 648850f1c8 gradle build convention 2024-08-11 14:53:32 +03:00
dependabot[bot] 96d556d18d Bump dev.iurysouza.modulegraph from 0.8.1 to 0.10.0 (#33)
Bumps dev.iurysouza.modulegraph from 0.8.1 to 0.10.0.

---
updated-dependencies:
- dependency-name: dev.iurysouza.modulegraph
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-09 09:20:23 -07:00
melod1n 3503ecffab Upstream changes (#23) 2024-07-10 16:12:32 -07:00
melod1n 8a6378f509 upstream changes
upstream changes
2023-08-09 03:49:14 +03:00
melod1n 7a99347841 Lot of global changes (#10)
Global update
2022-08-30 09:49:52 -07:00
melod1n 8d0cd19322 Code saving and stuff (#9)
lil update
2022-03-25 14:20:12 -07:00
melod1n 9a9bde97cb api refactoring for retrofit2 2021-09-09 12:28:27 +03:00
melod1n 1209c37e24 Move from java/ to kotlin/ directory
Android 12 dynamic color usage on login screen
2021-08-31 02:18:29 +03:00
melod1n c77ebae57a lil update 2021-08-04 23:01:22 +03:00
melod1n 1c773df3e1 Android Navigation Component, Dagger Hilt and other things 2021-07-10 17:39:43 +03:00
melod1n 98bbc6a791 code saving 2021-06-26 21:58:57 +03:00