Commit graph

3428 commits

Author SHA1 Message Date
Naveen Singh
8c5bb9a32c
ci: add fastlane metadata validation and update release trigger (#427)
* ci: auto trigger release pull requests when on changelog update

* chore: add code owners

* ci: add fastlane metadata validation
2025-06-09 15:23:57 +05:30
dependabot[bot]
99d2c749b4
chore(deps): bump org.fossify:commons from 3.0.1 to 3.0.3 (#421)
Bumps org.fossify:commons from 3.0.1 to 3.0.3.

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 3.0.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-06-07 15:18:36 +05:30
Naveen Singh
11c793831e
ci: update release workflows (#423) 2025-06-06 20:44:25 +05:30
Kachelkaiser
7849e2a635 chore(l10n): update German translations
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/de/
Via: Weblate
2025-06-06 18:45:11 +05:30
elid
eee5e463ad chore(l10n): update Hebrew translations
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/he/
Via: Weblate
2025-06-06 18:45:11 +05:30
Naveen Singh
fa05eb582b
chore(release): v1.2.0 (11) (#417)
* docs: update changelog

* chore(release): v1.2.0 (11)
2025-06-04 17:15:58 +05:30
elid
c0e7fc2174 chore(l10n): update Hebrew translations
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/he/
Via: Weblate
2025-06-04 17:10:15 +05:30
Oasis Tri
bacae95b36 chore(l10n): update French translations
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/fr/
Via: Weblate
2025-06-04 17:10:15 +05:30
elid
243f8635c8 chore(l10n): update Hebrew translations
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/he/
Via: Weblate
2025-06-04 17:10:15 +05:30
大王叫我来巡山
d7b06704e5 chore(l10n): update Chinese (Simplified Han script) translations
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/zh_Hans/
Via: Weblate
2025-06-04 17:10:15 +05:30
Flavio F. M
d22d9bc27f chore(l10n): update Portuguese (Brazil) translations
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/pt_BR/
Via: Weblate
2025-06-04 17:10:15 +05:30
Yurt Page
a3de18b621 chore(l10n): update Russian translations
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/ru/
Via: Weblate
2025-06-04 17:10:15 +05:30
elid
a08336a6d7 chore(l10n): update Hebrew translations
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/he/
Via: Weblate
2025-06-04 17:10:15 +05:30
elid
d956f6b2c0 chore(l10n): update Hebrew 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/he/
Via: Weblate
2025-06-04 17:10:15 +05:30
Do you know my name?
7f1e62461d chore(l10n): update Ukrainian translations
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/uk/
Via: Weblate
2025-06-04 17:10:15 +05:30
elid
1fe77c5f8f chore(l10n): update Hebrew translations
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/he/
Via: Weblate
2025-06-04 17:10:15 +05:30
elid
da33b8da11 chore(l10n): update Hebrew 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/he/
Via: Weblate
2025-06-04 17:10:15 +05:30
Vivien F
857a1fd445
feat: add conversation shortcuts (#280)
* Declare intent filter to open ThreadActivity from shortcut

* Add SimpleContact utilities

* Create the ShortcutHelper class

* update shortcuts on sending message, notification received and when opening thread.

* format code

* Avoid error when getConversations is called from UI thread

* Changed ranking of create new conversation shortcut to 0

* removed exception handling

* Run shortcut registration in background

* Changed shortcut creation and usage report

* do not create shortcut on opening conversation

* optimize imports

* Delete shortcut with conversation

* Show main activity if conversation does not exist

* removed old intent filter

* Specify Fossify thread activity in shortcut's intent

* Avoid dismissing activity if it's a new conversation

* Try to fix private contacts appearing as numbers

* Removed intent sanitizer since activity isn't exported anymore

* Update shortcut label and picture when changing conversation name

* refactor: cleanup code

* refactor: collapse empty tag

---------

Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com>
Co-authored-by: Naveen Singh <snaveen935@gmail.com>
2025-06-04 14:15:01 +05:30
dependabot[bot]
0b7434568b
chore(deps): bump com.android.application from 8.9.2 to 8.10.1 (#413)
Bumps com.android.application from 8.9.2 to 8.10.1.

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-version: 8.10.1
  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-06-03 15:29:40 +05:30
dependabot[bot]
826545838a
chore(deps): bump com.google.devtools.ksp from 1.9.25-1.0.20 to 2.1.21-2.0.1 (#412)
* chore(deps): bump com.google.devtools.ksp

Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 1.9.25-1.0.20 to 2.1.21-2.0.1.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](https://github.com/google/ksp/compare/1.9.25-1.0.20...2.1.21-2.0.1)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.1.21-2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* fix: make value nullable

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Naveen Singh <36371707+naveensingh@users.noreply.github.com>
2025-06-03 15:22:11 +05:30
dependabot[bot]
95f017a4f3
chore(deps): bump org.fossify:commons from b3897c7e30 to 3.0.1 (#409)
Bumps [org.fossify:commons](https://github.com/FossifyOrg/commons) from b3897c7e30 to 3.0.1.
- [Commits](https://github.com/FossifyOrg/commons/commits/3.0.1)

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 3.0.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03 14:59:31 +05:30
dependabot[bot]
2790347bd3
chore(deps): bump kotlin from 1.9.25 to 2.1.21 (#410)
Bumps `kotlin` from 1.9.25 to 2.1.21.

Updates `org.jetbrains.kotlin.android` from 1.9.25 to 2.1.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/v1.9.25...v2.1.21)

Updates `org.jetbrains.kotlin.plugin.serialization` from 1.9.25 to 2.1.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/v1.9.25...v2.1.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.1.21
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-version: 2.1.21
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-03 14:53:31 +05:30
dependabot[bot]
61c2ecf40a
chore(deps): bump room from 2.6.1 to 2.7.1 (#386)
Bumps `room` from 2.6.1 to 2.7.1.

Updates `androidx.room:room-runtime` from 2.6.1 to 2.7.1

Updates `androidx.room:room-ktx` from 2.6.1 to 2.7.1

Updates `androidx.room:room-compiler` from 2.6.1 to 2.7.1

---
updated-dependencies:
- dependency-name: androidx.room:room-runtime
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.room:room-ktx
  dependency-version: 2.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: androidx.room:room-compiler
  dependency-version: 2.7.1
  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-06-03 14:27:01 +05:30
dependabot[bot]
cca42ee85d
chore(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json (#388)
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.6.3 to 1.8.1.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.6.3...v1.8.1)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-version: 1.8.1
  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-06-03 14:26:29 +05:30
Naveen Singh
1c19be4b8f
ci(dependabot): add jitpack registry for gradle (#408) 2025-05-29 11:48:46 +05:30
Naveen Singh
c437370a02
build: move app version to gradle.properties (#404) 2025-05-26 14:12:01 +05:30
dependabot[bot]
6f7722d50b
chore(deps): bump io.gitlab.arturbosch.detekt from 1.23.3 to 1.23.8 (#389)
Bumps [io.gitlab.arturbosch.detekt](https://github.com/detekt/detekt) from 1.23.3 to 1.23.8.
- [Release notes](https://github.com/detekt/detekt/releases)
- [Commits](https://github.com/detekt/detekt/compare/v1.23.3...v1.23.8)

---
updated-dependencies:
- dependency-name: io.gitlab.arturbosch.detekt
  dependency-version: 1.23.8
  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-05-26 12:04:42 +05:30
Naveen Singh
9f0391e3c6
ci: use fossifybot github app token (#402) 2025-05-22 19:36:07 +05:30
Naveen Singh
7b12f46326
docs(templates): remove local PR template 2025-05-15 00:51:06 +05:30
Naveen Singh
9018e97035
ci: add release commenter and pr labeler workflows 2025-05-13 18:04:44 +05:30
dependabot[bot]
d0f6db3aec
chore(deps): bump fastlane-plugin-fossify from 1.0.0 to 1.0.2 (#394)
Bumps fastlane-plugin-fossify from 1.0.0 to 1.0.2.

---
updated-dependencies:
- dependency-name: fastlane-plugin-fossify
  dependency-version: 1.0.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-05-13 00:19:09 +05:30
Naveen Singh
86a1eb53b3
ci: update dependabot config to handle github actions (#391) 2025-05-07 08:59:40 -04:00
BlackSpectrum
4caa9a806e Translated using Weblate (Gujarati)
Currently translated at 78.1% (86 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/gu/
2025-05-07 08:42:24 +05:30
Guillaume
39e357a804 Translated using Weblate (Dutch)
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/nl/
2025-05-07 08:42:24 +05:30
Edgars Andersons
145892da72 Translated using Weblate (Latvian)
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/lv/
2025-05-07 08:42:24 +05:30
cat
66a308a3bc Translated using Weblate (Danish)
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/da/
2025-05-07 08:42:24 +05:30
xc.tm
4f13434bba Translated using Weblate (Hindi)
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/hi/
2025-05-07 08:42:24 +05:30
大王叫我来巡山
83659de0ab Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/zh_Hans/
2025-05-07 08:42:24 +05:30
ssantos
63d12e34be Translated using Weblate (Portuguese (Portugal))
Currently translated at 100.0% (110 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/pt_PT/
2025-05-07 08:42:24 +05:30
Lukas Hamm
ea3713521c Translated using Weblate (Lithuanian)
Currently translated at 74.5% (82 of 110 strings)

Translation: Fossify/Messages
Translate-URL: https://hosted.weblate.org/projects/fossify/sms-messenger/lt/
2025-05-07 08:42:24 +05:30
dependabot[bot]
7958eab4a6
chore(deps): bump com.android.application from 8.9.1 to 8.9.2 (#385)
Bumps com.android.application from 8.9.1 to 8.9.2.

---
updated-dependencies:
- dependency-name: com.android.application
  dependency-version: 8.9.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-05-06 05:24:24 -04:00
dependabot[bot]
0d60f72d5a
chore(deps): bump fastlane from 2.227.1 to 2.227.2 (#387)
Bumps [fastlane](https://github.com/fastlane/fastlane) from 2.227.1 to 2.227.2.
- [Release notes](https://github.com/fastlane/fastlane/releases)
- [Changelog](https://github.com/fastlane/fastlane/blob/master/CHANGELOG.latest.md)
- [Commits](https://github.com/fastlane/fastlane/compare/fastlane/2.227.1...fastlane/2.227.2)

---
updated-dependencies:
- dependency-name: fastlane
  dependency-version: 2.227.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-05-06 05:23:59 -04:00
Naveen Singh
a1dbff8b64 ci: add dependabot config 2025-05-05 20:20:50 +05:30
Naveen Singh
8623492354 build: allow builds without signing configuration 2025-05-05 20:20:50 +05:30
Naveen Singh
39683c6833 ci: setup release workflow 2025-05-05 20:20:50 +05:30
Naveen Singh
6841c52dbf style: reformat changelogs as per Keep a Changelog 2025-05-05 20:20:50 +05:30
Naveen Singh
e68fb218aa build: use env variables for release signing fallback 2025-05-05 20:20:50 +05:30
Naveen Singh
a309ceff32 refactor(build): rename prepaid product flavor to gplay 2025-05-05 20:20:50 +05:30
Naveen Singh
3c85e6b4eb chore: setup fastlane 2025-05-05 20:20:50 +05:30
Naveen Singh
aabf627462
Use workflow templates for minimizer and no-response 2025-04-04 01:54:55 +05:30