feat: use standard list item sizes for conversations (#558)
* fix: update unresolved reference to launcher icon * fix: use standard 40dp avatar size for list items * fix: use standard text size for conversation list items * feat: move conversation datetime to the top-right * feat: move the conversation pin indicator to the bottom-right * refactor: convert conversation item layouts to ConstraintLayout * fix: use standard padding for elements in conversation list item * fix: use proper constraints for list items * fix: use standard list item height for conversations * feat: lower pin indicator alpha to 0.7 * fix: use standard text sizes from commons * docs: update changelog * fix: minor layout fixes Refs: https://github.com/FossifyOrg/General-Discussion/issues/118, https://github.com/FossifyOrg/Messages/issues/376
This commit is contained in:
parent
93a2907fce
commit
58d2dc4610
6 changed files with 126 additions and 127 deletions
|
|
@ -7,10 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
## [Unreleased]
|
||||
### Changed
|
||||
- Optimized loading messages in conversations
|
||||
- Updated conversation item design to be more compact ([#376])
|
||||
|
||||
### Fixed
|
||||
- Fixed position reset when opening attachments in conversations ([#82])
|
||||
- Fixed automatic scroll to searched message in conversations ([#350])
|
||||
- Fixed non-standard text and avatar sizes in list items
|
||||
|
||||
## [1.4.0] - 2025-10-12
|
||||
### Added
|
||||
|
|
@ -171,6 +173,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
[#349]: https://github.com/FossifyOrg/Messages/issues/349
|
||||
[#350]: https://github.com/FossifyOrg/Messages/issues/350
|
||||
[#359]: https://github.com/FossifyOrg/Messages/issues/359
|
||||
[#376]: https://github.com/FossifyOrg/Messages/issues/376
|
||||
[#456]: https://github.com/FossifyOrg/Messages/issues/456
|
||||
[#461]: https://github.com/FossifyOrg/Messages/issues/461
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue