* define interface for workaround
* expose opaque theme support in bar color provider
* update iOS implementation or bar color provider
* update Android implementation or bar color provider
* restore option in advanced settings
* update Gradle scripts
* apply workaround in MainActivity
* update l10n
* update DB schema
* update domain model
* update repository
* add option to advanced settings
* avoid marking post sas read is option disabled
* add String to timestamp conversion utils
* refactor: key generation in sort serializer
* add long to long map serializer
* add post last seen date repository
* update login/logout use cases
* update post detail screen
* update DI
* chore(deps): bump network.chaintech:compose-multiplatform-media-player
Bumps [network.chaintech:compose-multiplatform-media-player](https://github.com/Chaintech-Network/ComposeMultiplatformMediaPlayer) from 1.0.28 to 1.0.29.
- [Commits](https://github.com/Chaintech-Network/ComposeMultiplatformMediaPlayer/commits)
---
updated-dependencies:
- dependency-name: network.chaintech:compose-multiplatform-media-player
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* enhancement: use video preview in post cards, with play button to open full screen
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akesi Seli <andongue.nena@gmail.com>
* update build scripts
* update l10n
* update progress hud color
* add new method to service
* add new method to user repository
* create dialog
* implement account deletion in settings
* update DI
* exclude special tags from user detail
even after creating new ones
* prevent creation of tags with same name of an existing tag (case-insensitive)
* load tags for main post in post detail screen
* rename "User tags" to "User tags and roles"
* introduce headers in tag list
* move user tags from profile menu to settings
* make it possible to create colorless tags
and solve the bug with "Cancel" on the color picker dialog
* display colorless tags with outline
* introduce UserTagType and remove useless data class
* migrate DB schema and update repository
* add use case to create special tags
* call use case when needed
* update l10n
* add extension to populate special tags
* update UI components
* update screens where tags are displayed
* set custom username color for me and op cases
* filter out special tags from user detail selection
* update tag management screen
- prevent special tag deletion
- prevent special tag renaming
- show special tags first in list
- preserve tag type upon editing
- show border around colorless tags
* remove useless dependency
* create common utility to calculate top bar padding
* solve some deprecation issues in DefaultBarColorProvider
* remove unnecessary background in some placeholders
* remove edge-to-edge from advanced settings (enabled by default)
* simplify custom top bars
* update all usages of material3 Scaffold
* migrate tests from JUnit to kotlin.test (assertions, annotations)
* isolate custom sort serialization to shared component
* update community sort repository
* implement user sort repository
* update :core:persistence DI
* rename saveAsDefault in ChangeSortType event
* update usage of ChangeSortType in community detail
* load custom sort type in user detail
* update DI for :unit:userdetail
* update models
* fix user tag repository
* define user tag helper (api, impl, test)
* update tag management in list
- move edit dialog to common module
- reset cache when items are edited
* update tag management in user detail
- reset tags when items are edited
- add possibility to add new tags
* update switch account and logout use cases
* load tags during content pagination
* update UI components to display user tags
* update l10n
* move color components to common module
* create new UI components
* update persistence layer
- add color property
- add missing getter
- fix test accordingly
* add tag list screen
* add tag detail screen
* update build scripts and DI configuration
* add possibility to open tag management from profile side menu
* add possibility to edit tag membership in user detail
* update XML resources
- remove lang string
- add language names in default
* expose language names from resources
* refactor Extensions.kt
* update CONTRIBUTING.md
* rename login screen
* update usages of login screen
* minor readability changes in login vm/use case
* add possibility to observe accounts
* update manage accounts view model
* move Strings away from messages package
* move Locales to separate file
* move ProvideStrings to separate file
* update usage in App
* update usage in DefaultL10nManager
* move language related extensions to :core:l10n
* update l10n utils
* update UI usages of LocalStrings
* update documentation
* define SerializationPlugin
* apply convention to modules where needed
* add more tests to DefaultNavigationCoordinator
due to Codecov failure
* add new GitHub badges
- latest version (including pre-preleases)
- total downloads