3345 Commits

Author SHA1 Message Date
Naveen Singh
b38f4c2acf fix: lower the prefetch limit to avoid unnecessary refresh (#585) 2025-10-28 23:48:29 +05:30
Naveen Singh
07b7e92d82 perf: improve mark as read performance (#584)
Refs: https://github.com/FossifyOrg/Messages/issues/574
2025-10-28 18:55:36 +05:30
dependabot[bot]
893fb3c2f9 chore(deps): bump room from 2.8.2 to 2.8.3 (#581)
Bumps `room` from 2.8.2 to 2.8.3.

Updates `androidx.room:room-runtime` from 2.8.2 to 2.8.3

Updates `androidx.room:room-ktx` from 2.8.2 to 2.8.3

Updates `androidx.room:room-compiler` from 2.8.2 to 2.8.3

---
updated-dependencies:
- dependency-name: androidx.room:room-runtime
  dependency-version: 2.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-ktx
  dependency-version: 2.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-compiler
  dependency-version: 2.8.3
  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-10-27 18:00:17 +00:00
dependabot[bot]
0adcf4ffe1 chore(deps): bump kotlin from 2.2.20 to 2.2.21 (#579)
Bumps `kotlin` from 2.2.20 to 2.2.21.

Updates `org.jetbrains.kotlin.android` from 2.2.20 to 2.2.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.2.21)

Updates `org.jetbrains.kotlin.plugin.serialization` from 2.2.20 to 2.2.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.20...v2.2.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.2.21
  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-10-27 23:20:57 +05:30
dependabot[bot]
ea019a6ca9 chore(deps): bump com.google.devtools.ksp from 2.2.20-2.0.4 to 2.3.0 (#580)
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.2.20-2.0.4 to 2.3.0.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/2.2.20-2.0.4...2.3.0)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.3.0
  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-10-27 17:50:43 +00:00
Naveen Singh
b2acaa3099 feat: bump org.fossify.commons to 5.7.0 (#578)
* feat: bump org.fossify.commons to 5.6.0

* fix: apply system insets to floating action button

* feat: bump org.fossify.commons to 5.7.0
2025-10-27 20:19:06 +05:30
dependabot[bot]
4a45681245 chore(deps): bump androidx.lifecycle:lifecycle-process (#527)
Bumps androidx.lifecycle:lifecycle-process from 2.8.7 to 2.9.4.

---
updated-dependencies:
- dependency-name: androidx.lifecycle:lifecycle-process
  dependency-version: 2.9.4
  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-10-26 23:41:27 +05:30
hosêyň abāspanā
dfe8ed22e1 chore(l10n): update Luri (Bakhtiari) translations
Currently translated at 2.6% (3 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/bqi/
Via: Weblate
2025-10-26 23:20:03 +05:30
sudo-py-dev
136b462731 chore(l10n): update Hebrew translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/he/
Via: Weblate
2025-10-26 23:20:03 +05:30
Naveen Singh
c91ce9560d chore: bump target SDK version to 35 (#471)
* chore: bump target SDK version to 35

* fix: address nullability issues

* chore: bump target SDK version to 36

* refactor: update edge-to-edge implementation

* refactor: update edge-to-edge implementation

* refactor: update edge-to-edge implementation

* refactor: update edge-to-edge implementation

* refactor: migrate away from deprecated onBackPressed()

* chore(deps): update org.fossify.commons to 5.5.0

* docs: update changelog

* fix: add missing dependencies

* chore: update lint baselines
2025-10-26 22:58:17 +05:30
Naveen Singh
f3408f1f9a feat: call directly instead of launching dialpad (#563)
Refs: https://github.com/FossifyOrg/Messages/issues/562
2025-10-23 20:39:09 +05:30
fossifybot[bot]
9773ccb82b chore(release): v1.5.0 (17) (#555)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1.5.0
2025-10-18 18:13:09 +00:00
Naveen Singh
219e651a46 docs: shorten changelog (#568)
* docs: shorten changelog

* docs: remove entry related to seconds instead

The list size change is more important to show
2025-10-18 23:39:10 +05:30
Naveen Singh
3d26d40d72 fix: prevent keyboard from showing up keyboard in short code threads (#567) 2025-10-18 14:47:59 +05:30
Naveen Singh
365778aaa9 fix: apply proper color to archived label (#566) 2025-10-18 02:15:36 +05:30
hosêyň abāspanā
ea9d966422 feat(l10n): add Luri (Bakhtiari) translations
Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/bqi/
Via: Weblate
2025-10-17 19:05:00 +05:30
hosêyň abāspanā
c9d9769556 chore(l10n): update Luri (Bakhtiari) translations
Currently translated at 50.0% (1 of 2 strings)

Translation: Fossify/Messages metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger-metadata/bqi/
Via: Weblate
2025-10-17 19:05:00 +05:30
rcasl
e3e2c7d167 chore(l10n): update Galician translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/gl/
Via: Weblate
2025-10-17 19:05:00 +05:30
rcasl
e60c071457 chore(l10n): update Spanish translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/es/
Via: Weblate
2025-10-17 19:05:00 +05:30
VfBFan
5e107c7e93 chore(l10n): update German translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/de/
Via: Weblate
2025-10-17 19:05:00 +05:30
Dominik Rogić
fd0a5bdaf5 chore(l10n): update Croatian translations
Currently translated at 100.0% (2 of 2 strings)

Translation: Fossify/Messages metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger-metadata/hr/
Via: Weblate
2025-10-17 19:05:00 +05:30
Jeff Huang
f08a55c043 chore(l10n): update Chinese (Traditional Han script) translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/zh_Hant/
Via: Weblate
2025-10-17 19:05:00 +05:30
Naveen Singh
f98b1c20ea docs: update changelog (#565) 2025-10-17 18:59:10 +05:30
Agnieszka C
772ed341fc feat: show seconds in the message properties dialog (#260)
Refs: #260
2025-10-17 18:53:51 +05:30
Naveen Singh
2ed6dd07b8 feat: always show pin/unpin as action (#561)
* feat: always show pin/unpin as action

* docs: update changelog
2025-10-15 21:12:24 +05:30
Naveen Singh
0a66c46f0d feat: add unread badge count for conversations (#560)
* feat: add unread badge count for conversations

* fix: mark all messages read on thread open

* fix: address some lint issues

* fix: mark as read/unread in the local db as well

* docs: update changelog

Refs: https://github.com/FossifyOrg/Messages/issues/264, https://github.com/FossifyOrg/Messages/issues/177
2025-10-15 20:33:54 +05:30
Naveen Singh
627f19471e fix: address infinite recursion due to duplicated method names (#559) 2025-10-15 15:07:27 +05:30
Naveen Singh
58d2dc4610 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
2025-10-15 14:29:03 +05:30
Naveen Singh
93a2907fce fix: fetch older messages as needed before jumping to searched message (#557)
Refs: https://github.com/FossifyOrg/Messages/issues/350
2025-10-15 03:15:37 +05:30
Naveen Singh
3303fc7c07 fix: avoid unnecessary refresh by splitting refresh events (#556)
* fix: avoid unnecessary refresh by splitting refresh events

* fix: suppress unused parameter lint error

Refs: https://github.com/FossifyOrg/Messages/issues/82
2025-10-15 01:40:20 +05:30
Naveen Singh
72eb0af8ec perf: optimize loading messages in threads (#552)
* perf: improve lazy loading and remove spinner

* perf: optimize message loading by caching and reducing queries

* docs: update changelog

* style: use constant for cache size

* refactor: minor consistency improvement

* fix: override loaded preview size

* refactor: streamline message loading logic in scroll listener

* refactor: organize some dedup related code

* build: bump detekt return count limit

2 is 2 low

* fix: check contacts permissions before registering observer

* fix: disable fetching media resolutions in threads

* refactor: remove resolution fetching related code

* perf: cache MMS thread participants

* refactor: remove unused BitmapFactory import

* fix: invalidate participants cache when necessary

* fix: return copied participants from cache

* fix: adjust image loading dimensions in threads

* fix: use stable ids for header items

* fix: always rely on database check before flipping `allMessagesFetched`
2025-10-15 00:46:45 +05:30
dependabot[bot]
d6160b8448 chore(deps): bump room from 2.8.1 to 2.8.2 (#550)
Bumps `room` from 2.8.1 to 2.8.2.

Updates `androidx.room:room-runtime` from 2.8.1 to 2.8.2

Updates `androidx.room:room-ktx` from 2.8.1 to 2.8.2

Updates `androidx.room:room-compiler` from 2.8.1 to 2.8.2

---
updated-dependencies:
- dependency-name: androidx.room:room-runtime
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-ktx
  dependency-version: 2.8.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.room:room-compiler
  dependency-version: 2.8.2
  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-10-13 23:02:17 +05:30
dependabot[bot]
269a321d2f chore(deps): bump com.google.devtools.ksp (#551)
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.2.20-2.0.3 to 2.2.20-2.0.4.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/2.2.20-2.0.3...2.2.20-2.0.4)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.2.20-2.0.4
  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-10-13 23:02:05 +05:30
fossifybot[bot]
c3f5cc0ef9 chore(release): v1.4.0 (16) (#529)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1.4.0
2025-10-13 09:06:28 +05:30
cat
4371e264af chore(l10n): update Danish translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/da/
Via: Weblate
2025-10-13 09:05:11 +05:30
LaKato
ba7043c7a9 chore(l10n): update Esperanto translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/eo/
Via: Weblate
2025-10-13 09:05:11 +05:30
Naveen Singh
d0312e0e40 fix: update send button state when compression is skipped (#547)
Refs: https://github.com/FossifyOrg/Messages/issues/165
2025-10-12 17:03:56 +05:30
Naveen Singh
9b9af6e702 chore(deps): bump org.fossify.commons to 5.3.0 (#545) 2025-10-09 21:30:19 +05:30
en2sv
1aa724f24c chore(l10n): update Swedish translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/sv/
Via: Weblate
2025-10-09 21:27:11 +05:30
Giovanni Donisi
03dca4c48c chore(l10n): update Italian translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/it/
Via: Weblate
2025-10-09 21:27:11 +05:30
mrkaato0
2ffe296b9d chore(l10n): update Finnish translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/fi/
Via: Weblate
2025-10-09 21:27:11 +05:30
cat
e7223c67c9 chore(l10n): update Danish translations
Currently translated at 98.2% (111 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/da/
Via: Weblate
2025-10-09 21:27:11 +05:30
Aindriú Mac Giolla Eoin
b137879d98 chore(l10n): update Irish translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/ga/
Via: Weblate
2025-10-09 21:27:11 +05:30
cat
76dcdc5dd7 chore(l10n): update Danish translations
Currently translated at 100.0% (2 of 2 strings)

Translation: Fossify/Messages metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger-metadata/da/
Via: Weblate
2025-10-09 21:27:11 +05:30
Edgars Andersons
157d19a8f0 chore(l10n): update Latvian translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/lv/
Via: Weblate
2025-10-09 21:27:11 +05:30
Bamowen
c026b722b1 chore(l10n): update French translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/fr/
Via: Weblate
2025-10-09 21:27:11 +05:30
Priit Jõerüüt
ff88e71b9b chore(l10n): update Estonian translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/et/
Via: Weblate
2025-10-09 21:27:11 +05:30
cat
66e83b1b65 chore(l10n): update Danish translations
Currently translated at 98.2% (111 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/da/
Via: Weblate
2025-10-09 21:27:11 +05:30
ikanakova
40309f0dcd chore(l10n): update Czech translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/cs/
Via: Weblate
2025-10-09 21:27:11 +05:30
Cabbar Hayıroğlu
c1cc94c37a chore(l10n): update Turkish translations
Currently translated at 100.0% (113 of 113 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/tr/
Via: Weblate
2025-10-09 21:27:11 +05:30