1896 Commits

Author SHA1 Message Date
Dieguitux
736940e0e7
fix: improve image download and share (#314)
* remove notification center events for image share

* update zoomable image contract

* update zoomable image UI

* update zoomable image BL

* update zoomable image DI
2025-02-05 22:48:00 +01:00
dependabot[bot]
6d5aebc7a2
chore(deps): bump coil from 3.0.4 to 3.1.0 (#313)
Bumps `coil` from 3.0.4 to 3.1.0.

Updates `io.coil-kt.coil3:coil` from 3.0.4 to 3.1.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](https://github.com/coil-kt/coil/compare/3.0.4...3.1.0)

Updates `io.coil-kt.coil3:coil-network-ktor3` from 3.0.4 to 3.1.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](https://github.com/coil-kt/coil/compare/3.0.4...3.1.0)

Updates `io.coil-kt.coil3:coil-compose-core` from 3.0.4 to 3.1.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](https://github.com/coil-kt/coil/compare/3.0.4...3.1.0)

Updates `io.coil-kt.coil3:coil-gif` from 3.0.4 to 3.1.0
- [Release notes](https://github.com/coil-kt/coil/releases)
- [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md)
- [Commits](https://github.com/coil-kt/coil/compare/3.0.4...3.1.0)

---
updated-dependencies:
- dependency-name: io.coil-kt.coil3:coil
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.coil-kt.coil3:coil-network-ktor3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.coil-kt.coil3:coil-compose-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.coil-kt.coil3:coil-gif
  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>
2025-02-05 14:08:19 +01:00
dependabot[bot]
1da726501e
chore(deps): bump network.chaintech:compose-multiplatform-media-player from 1.0.29 to 1.0.30 (#309)
* 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.29 to 1.0.30.
- [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>

* update video player composable

---------

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>
2025-01-31 09:03:05 +01:00
dependabot[bot]
a8bc2984fb
chore(deps): bump com.materialkolor:material-kolor from 2.0.1 to 2.0.2 (#310)
Bumps [com.materialkolor:material-kolor](https://github.com/jordond/materialkolor) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/jordond/materialkolor/releases)
- [Commits](https://github.com/jordond/materialkolor/compare/2.0.1...2.0.2)

---
updated-dependencies:
- dependency-name: com.materialkolor:material-kolor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-31 08:09:05 +01:00
dependabot[bot]
c2321d78a1
chore(deps): bump ksp from 2.1.0-1.0.29 to 2.1.10-1.0.29 (#306)
* chore(deps): bump ksp from 2.1.0-1.0.29 to 2.1.10-1.0.29

Bumps `ksp` from 2.1.0-1.0.29 to 2.1.10-1.0.29.

Updates `com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin` from 2.1.0-1.0.29 to 2.1.10-1.0.29
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/2.1.0-1.0.29...2.1.10-1.0.29)

Updates `com.google.devtools.ksp` from 2.1.0-1.0.29 to 2.1.10-1.0.29
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/2.1.0-1.0.29...2.1.10-1.0.29)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): update kotlin from 2.1.0 to 2.1.10

* remove unneeded ktorfit-ksp version declaration

---------

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>
2025-01-29 21:24:59 +01:00
Weblate (bot)
62cf37352a
Added translation using Weblate (Tamil) (#305)
Co-authored-by: தமிழ்நேரம் <anishprabu.t@gmail.com>
2025-01-28 13:37:12 +01:00
dependabot[bot]
6c755ee97d
chore(deps): bump com.materialkolor:material-kolor from 2.0.0 to 2.0.1 (#302)
Bumps [com.materialkolor:material-kolor](https://github.com/jordond/materialkolor) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/jordond/materialkolor/releases)
- [Commits](https://github.com/jordond/materialkolor/compare/2.0.0...2.0.1)

---
updated-dependencies:
- dependency-name: com.materialkolor:material-kolor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-27 23:34:21 +01:00
Dieguitux
c17f31e8ee
enhancement: add workaround for solid status bar color (#303)
* 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
2025-01-27 23:33:22 +01:00
Akesi Seli
a49cc6258e version 1.14.1-beta07 2025-01-27 21:19:43 +01:00
Dieguitux
17e29c81d4
feat: manually mark items as read or unread (#296)
* add option identifier

* update post list

* update community detail

* update multi-community
2025-01-24 22:53:40 +01:00
Dieguitux
fa3fcfa047
enhancement: display public images on Imgur (#294)
* normalize URLs for Imgur.com

* update post layout to handle Imgur images
2025-01-23 23:41:50 +01:00
Dieguitux
c13388485b
refactor: improve bans and filters screen (#293)
- FAB menu items
- access shared data in mutual exclusion
2025-01-23 22:43:11 +01:00
Weblate (bot)
1fe2926374
Translations update from Hosted Weblate (#292)
* Translated using Weblate (Spanish)

Currently translated at 100.0% (519 of 519 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/es/

* Translated using Weblate (Spanish)

Currently translated at 100.0% (519 of 519 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/es/

* Translated using Weblate (French)

Currently translated at 100.0% (519 of 519 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/fr/

* Translated using Weblate (Italian)

Currently translated at 100.0% (519 of 519 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/it/

---------

Co-authored-by: beyanibash <weblate.xbvvu@simplelogin.com>
Co-authored-by: Diego Beraldin <diego.beraldin@gmail.com>
Co-authored-by: Matth78 <3684177+Matth7878@users.noreply.github.com>
2025-01-23 20:05:11 +01:00
Dieguitux
05651edd61
chore: update README.md
add reference to newest app features
2025-01-23 19:34:32 +01:00
Dieguitux
536668b10d
fix: remove custom WindowInsets from Scaffolds (#291) 2025-01-23 19:24:57 +01:00
Dieguitux
deacb5413c
feat: add option to not mark posts as read on interaction (#288)
* update l10n

* update DB schema

* update domain model

* update repository

* add option to advanced settings

* avoid marking post sas read is option disabled
2025-01-23 00:37:43 +01:00
Dieguitux
45b5f18024
chore: update README.md
Update Play Store link
2025-01-23 00:33:24 +01:00
Weblate (bot)
4ea652fb21
Translated using Weblate (French) (#287)
Currently translated at 100.0% (517 of 517 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/fr/

Co-authored-by: Matth78 <3684177+Matth7878@users.noreply.github.com>
2025-01-23 00:27:50 +01:00
Dieguitux
d5702e31d3
feat: show unread comments with different background in post detail (#286)
* 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
2025-01-22 23:42:04 +01:00
Weblate (bot)
65dea9c9a6
Translations update from Hosted Weblate (#284)
* Translated using Weblate (Finnish)

Currently translated at 94.9% (491 of 517 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/fi/

* Translated using Weblate (Finnish)

Currently translated at 94.9% (491 of 517 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/fi/

* Translated using Weblate (Finnish)

Currently translated at 94.9% (491 of 517 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/fi/

* Translated using Weblate (French)

Currently translated at 100.0% (517 of 517 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/fr/

* Translated using Weblate (Finnish)

Currently translated at 100.0% (517 of 517 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/fi/

* Translated using Weblate (Finnish)

Currently translated at 100.0% (517 of 517 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/fi/

* Translated using Weblate (Finnish)

Currently translated at 100.0% (517 of 517 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/fi/

* Translated using Weblate (Finnish)

Currently translated at 100.0% (517 of 517 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/fi/

---------

Co-authored-by: LibreTranslate <noreply-mt-libretranslate@weblate.org>
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>
Co-authored-by: Diego Beraldin <diego.beraldin@gmail.com>
2025-01-20 23:00:40 +01:00
dependabot[bot]
df182622ae
chore(deps): bump sh.calvin.reorderable:reorderable from 2.4.2 to 2.4.3 (#282)
Bumps [sh.calvin.reorderable:reorderable](https://github.com/Calvin-LL/Reorderable) from 2.4.2 to 2.4.3.
- [Release notes](https://github.com/Calvin-LL/Reorderable/releases)
- [Commits](https://github.com/Calvin-LL/Reorderable/compare/v2.4.2...v2.4.3)

---
updated-dependencies:
- dependency-name: sh.calvin.reorderable:reorderable
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-20 21:28:43 +01:00
dependabot[bot]
e0b24311cf
chore(deps): bump org.kodein.di:kodein-di from 7.24.1 to 7.25.0 (#283)
Bumps [org.kodein.di:kodein-di](https://github.com/kosi-libs/Kosi-Kodein) from 7.24.1 to 7.25.0.
- [Commits](https://github.com/kosi-libs/Kosi-Kodein/commits)

---
updated-dependencies:
- dependency-name: org.kodein.di:kodein-di
  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>
2025-01-20 21:28:30 +01:00
Dieguitux
43ddb58c3a
chore: add feddit.org to list of default instances (#281) 2025-01-19 11:20:01 +01:00
Dieguitux
634fd1430d
fix: add workaround to make it possible to see quotes spanning multiple-paragraphs (#280) 2025-01-19 11:08:46 +01:00
Dieguitux
5fb294b2bb
fix: add bar theme option only if supported (#279)
* add test for supported feature

* update advanced settings screen

* update DI
2025-01-19 10:36:45 +01:00
Akesi Seli
632050f597 chore: update acknowledgements 2025-01-19 08:47:18 +01:00
Weblate (bot)
02011a5e11
Translated using Weblate (French) (#277)
Currently translated at 97.8% (506 of 517 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/fr/

Co-authored-by: Matth78 <3684177+Matth7878@users.noreply.github.com>
2025-01-19 08:44:58 +01:00
Akesi Seli
d2ca36d737 version 1.14.1-beta06 1.14.1-beta06 2025-01-17 19:09:18 +01:00
Weblate (bot)
7cf0e1c1f6
Translated using Weblate (Italian) (#273)
Currently translated at 100.0% (517 of 517 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/it/

Co-authored-by: Diego Beraldin <diego.beraldin@gmail.com>
2025-01-17 19:08:28 +01:00
Dieguitux
ac93d20fe3
fix: disallow "top" sort type expansion for comments in post detail, user detail, explore (#272)
* fix: comment sort bottom sheet type in post detail

* chore: remove unused variable

* fix: comment sort bottom sheet type in user detail

* fix: comment sort bottom sheet type in explore
2025-01-17 19:02:30 +01:00
Akesi Seli
ecd09ffbe3 chore: update acknowledgements 2025-01-17 14:35:31 +01:00
Weblate (bot)
7be62038b1
Translated using Weblate (Finnish) (#270)
Currently translated at 85.2% (441 of 517 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/fi/

Co-authored-by: Ricky Tigg <ricky.tigg@gmail.com>
2025-01-17 14:12:45 +01:00
dependabot[bot]
ace74c3386
chore(deps): bump org.kotlincrypto.hash:bom from 0.5.6 to 0.6.0 (#269)
Bumps [org.kotlincrypto.hash:bom](https://github.com/KotlinCrypto/hash) from 0.5.6 to 0.6.0.
- [Release notes](https://github.com/KotlinCrypto/hash/releases)
- [Changelog](https://github.com/KotlinCrypto/hash/blob/master/CHANGELOG.md)
- [Commits](https://github.com/KotlinCrypto/hash/compare/0.5.6...0.6.0)

---
updated-dependencies:
- dependency-name: org.kotlincrypto.hash:bom
  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>
2025-01-16 09:37:49 +01:00
dependabot[bot]
83d967df3b
chore(deps): bump androidx-activity from 1.9.3 to 1.10.0 (#267)
Bumps `androidx-activity` from 1.9.3 to 1.10.0.

Updates `androidx.activity:activity-compose` from 1.9.3 to 1.10.0

Updates `androidx.activity:activity` from 1.9.3 to 1.10.0

---
updated-dependencies:
- dependency-name: androidx.activity:activity-compose
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.activity:activity
  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>
2025-01-16 09:37:28 +01:00
dependabot[bot]
0e27b84f0a
chore(deps): bump multiplatform-markdown-renderer from 0.29.0 to 0.30.0 (#268)
Bumps `multiplatform-markdown-renderer` from 0.29.0 to 0.30.0.

Updates `com.mikepenz:multiplatform-markdown-renderer` from 0.29.0 to 0.30.0
- [Release notes](https://github.com/mikepenz/multiplatform-markdown-renderer/releases)
- [Changelog](https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/mikepenz/multiplatform-markdown-renderer/compare/v0.29.0...v0.30.0)

Updates `com.mikepenz:multiplatform-markdown-renderer-m3` from 0.29.0 to 0.30.0
- [Release notes](https://github.com/mikepenz/multiplatform-markdown-renderer/releases)
- [Changelog](https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/mikepenz/multiplatform-markdown-renderer/compare/v0.29.0...v0.30.0)

Updates `com.mikepenz:multiplatform-markdown-renderer-coil3` from 0.29.0 to 0.30.0
- [Release notes](https://github.com/mikepenz/multiplatform-markdown-renderer/releases)
- [Changelog](https://github.com/mikepenz/multiplatform-markdown-renderer/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/mikepenz/multiplatform-markdown-renderer/compare/v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: com.mikepenz:multiplatform-markdown-renderer
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.mikepenz:multiplatform-markdown-renderer-m3
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.mikepenz:multiplatform-markdown-renderer-coil3
  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>
2025-01-16 09:37:05 +01:00
Dieguitux
8cf9de2a8c
chore: remove arg name for single param invocations (#266)
and other minor style improvements
2025-01-15 10:28:02 +01:00
Dieguitux
a6b3359659
fix: simplify video and image post URL matching (#265) 2025-01-14 23:06:05 +01:00
Akesi Seli
9627cf2770 version 1.14.1-beta05 1.14.1-beta05 2025-01-13 13:30:11 +01:00
dependabot[bot]
1604ea43de
chore(deps): bump network.chaintech:compose-multiplatform-media-player from 1.0.28 to 1.0.29 (#263)
* 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>
2025-01-13 10:50:46 +01:00
Dieguitux
705c0893e2
fix: avoid concurrency issue while posts are being marked as read before opening detail (#262)
* update PostListScreen

* update CommunityDetailScreen

* update FilteredContentsScreen

* update MultiCommunityScreen

* update UserDetailScreen

* update ProfileLoggedScreen

* update InboxChatScreen

* update InboxMentionsScreen

* update InboxRepliesScreen
2025-01-13 09:56:32 +01:00
Dieguitux
9f4ebbcf38
fix: remove bug in sanitization step which broke table rendering (#261) 2025-01-12 22:10:39 +01:00
Dieguitux
334c129135
fix: day count in date formatting (#260) 2025-01-12 21:29:12 +01:00
Dieguitux
cb1db3c97a
fix(md): formatting quotes and bulleted lists inside quotes (#259)
* fix: add another fix for bulleted lists inside quotes

* enhancement: avoid using Italic font style for quotes
2025-01-12 12:53:30 +01:00
Akesi Seli
35147628c5 chore: update Matrix link in website 2025-01-12 12:53:17 +01:00
Weblate (bot)
03f24aa9b6
Translations update from Hosted Weblate (#258)
* Translated using Weblate (Spanish)

Currently translated at 100.0% (517 of 517 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/es/

* Translated using Weblate (Italian)

Currently translated at 100.0% (517 of 517 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/it/

---------

Co-authored-by: Diego Beraldin <diego.beraldin@gmail.com>
2025-01-12 08:33:32 +01:00
Weblate (bot)
dfb178abad
Translations update from Hosted Weblate (#253)
* Translated using Weblate (German)

Currently translated at 85.7% (441 of 514 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/de/

* Translated using Weblate (Finnish)

Currently translated at 85.7% (441 of 514 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/fi/

* Translated using Weblate (French)

Currently translated at 85.7% (441 of 514 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/fr/

* Translated using Weblate (Polish)

Currently translated at 86.1% (443 of 514 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/pl/

* Translated using Weblate (Portuguese (Brazil))

Currently translated at 85.7% (441 of 514 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/pt_BR/

* Translated using Weblate (Portuguese)

Currently translated at 85.7% (441 of 514 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/pt/

* Translated using Weblate (Ukrainian)

Currently translated at 85.7% (441 of 514 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/uk/

* Translated using Weblate (Chinese (Simplified Han script))

Currently translated at 53.1% (273 of 514 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/zh_Hans/

* Translated using Weblate (Chinese (Traditional Han script, Hong Kong))

Currently translated at 81.5% (419 of 514 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/zh_Hant_HK/

* Translated using Weblate (Chinese (Traditional Han script))

Currently translated at 81.9% (421 of 514 strings)

Translation: RaccoonForLemmy/app
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/app/zh_Hant/
2025-01-10 23:42:00 +01:00
Dieguitux
0b50e944c5
feat: add possibility to delete account from web preferences (#251)
* 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
2025-01-10 23:20:23 +01:00
Weblate (bot)
552dc4709e
Translated using Weblate (Spanish) (#250)
Currently translated at 100.0% (3 of 3 strings)

Translation: RaccoonForLemmy/metadata
Translate-URL: https://hosted.weblate.org/projects/raccoonforlemmy/metadata/es/

Co-authored-by: Diego Beraldin <diego.beraldin@gmail.com>
2025-01-10 16:11:59 +01:00
Akesi Seli
21ea6839b2 version 1.14.1-beta04 1.14.1-beta04 2025-01-10 13:36:34 +01:00
Dieguitux
3519fbd5ab
enhancement: date, time and period formatting (#249)
* update abbreviations (month, million)

* make time indications more precise

* update usages
2025-01-10 13:25:31 +01:00