Commit Graph

2529 Commits

Author SHA1 Message Date
Naveen Singh
00a219f162 docs(changelog): add entry about invisible status bar icons (#629)
* docs(changelog): add entry about invisible status bar icons
* chore(deps): bump org.fossify:commons to 5.7.3
2025-11-03 20:09:35 +05:30
fossifybot[bot]
b97e813bc3 chore: update lint baselines (#627)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-11-01 12:31:05 +05:30
Naveen Singh
8922727bbf ci: trigger release again (#625)
After https://github.com/FossifyOrg/.github/pull/112, the GitHub release should go through and Gplay should fail.
1.8.0
2025-10-30 01:03:44 +05:30
fossifybot[bot]
4794b9b1df chore(release): v1.8.0 (17) (#615)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-10-30 00:27:50 +05:30
Naveen Singh
2a17ce071e chore(deps): bump org.fossify.commons to 5.7.2 (#624) 2025-10-30 00:25:33 +05:30
Naveen Singh
bdeee474c9 chore(deps): bump org.fossify.commons to 5.7.1 (#623) 2025-10-29 20:18:19 +05:30
Naveen Singh
8f67b3c9cc fix: use full screen intent properly (#613)
* fix: add missing full screen notification permissions

I have no idea why this wasn't added yet the strings for requesting this permission exist.

* fix: drop manual check for interactive device

* fix: rework when full-screen intent is used

* docs: update changelog

* refactor: simplify method

* refactor: remove unused `isOreoPlus` import
2025-10-27 23:57:45 +05:30
dependabot[bot]
180719dea3 chore(deps): bump com.googlecode.libphonenumber:geocoder (#618)
Bumps [com.googlecode.libphonenumber:geocoder](https://github.com/google/libphonenumber) from 3.16 to 3.17.
- [Release notes](https://github.com/google/libphonenumber/releases)
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md)
- [Commits](https://github.com/google/libphonenumber/commits)

---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:geocoder
  dependency-version: '3.17'
  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 14:55:28 +00:00
Naveen Singh
5de464112f feat: bump org.fossify.commons to 5.7.0 (#620)
* feat: bump org.fossify.commons to 5.6.0

* feat: bump org.fossify.commons to 5.7.0
2025-10-27 20:19:19 +05:30
dependabot[bot]
d87aee04f1 chore(deps): bump kotlin from 2.2.20 to 2.2.21 (#617)
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 13:29:44 +00:00
dependabot[bot]
37bdc752aa chore(deps): bump com.googlecode.libphonenumber:libphonenumber (#616)
Bumps [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber) from 9.0.16 to 9.0.17.
- [Release notes](https://github.com/google/libphonenumber/releases)
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md)
- [Commits](https://github.com/google/libphonenumber/compare/v9.0.16...v9.0.17)

---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
  dependency-version: 9.0.17
  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 13:27:16 +00:00
Naveen Singh
87f6d2e277 chore: bump target SDK version to 35 (#492)
* chore: bump target SDK version to 35

* 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: migrate away from deprecated onBackPressed()

* fix: migrate away from deprecated `onBackPressed()`

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

* docs: update changelog

* build: bump detekt return count limit

* chore: update lint baselines
2025-10-26 22:58:28 +05:30
dependabot[bot]
85c8cfd247 chore(deps): bump org.fossify:commons from 5.3.0 to 5.4.0 (#612)
Bumps [org.fossify:commons](https://github.com/FossifyOrg/commons) from 5.3.0 to 5.4.0.
- [Commits](https://github.com/FossifyOrg/commons/compare/5.3.0...5.4.0)

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 5.4.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-20 13:23:28 +00:00
Copilot
28711d5ce6 fix: apply proper color on dialpad section label (#609) 2025-10-18 11:06:01 +05:30
fossifybot[bot]
dda289bef1 chore(release): v1.7.3 (16) (#605)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1.7.3
2025-10-16 22:18:24 +05:30
Dominik Rogić
874d895553 chore(l10n): update Croatian translations
Currently translated at 100.0% (2 of 2 strings)

Translation: Fossify/Phone metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer-metadata/hr/
Via: Weblate
2025-10-16 22:17:54 +05:30
hosêyň abāspanā
4bfadcb484 chore(l10n): update Luri (Bakhtiari) translations
Currently translated at 24.6% (19 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/bqi/
Via: Weblate
2025-10-16 22:17:54 +05:30
hosêyň abāspanā
d2b6705cff chore(l10n): update Luri (Bakhtiari) translations
Currently translated at 9.0% (7 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/bqi/
Via: Weblate
2025-10-16 22:17:54 +05:30
AATHINARAYANAN-T
e2c636e790 fix: always use proper sorting in favorites fragment (#608)
Refs: https://github.com/FossifyOrg/Phone/issues/389
2025-10-16 13:02:06 +05:30
dependabot[bot]
1fabef40d8 chore(deps): bump com.googlecode.libphonenumber:libphonenumber (#606)
Bumps [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber) from 9.0.15 to 9.0.16.
- [Release notes](https://github.com/google/libphonenumber/releases)
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md)
- [Commits](https://github.com/google/libphonenumber/compare/v9.0.15...v9.0.16)

---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
  dependency-version: 9.0.16
  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 19:51:31 +05:30
dependabot[bot]
0176a7dc32 chore(deps): bump com.googlecode.libphonenumber:geocoder (#607)
Bumps [com.googlecode.libphonenumber:geocoder](https://github.com/google/libphonenumber) from 3.15 to 3.16.
- [Release notes](https://github.com/google/libphonenumber/releases)
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md)
- [Commits](https://github.com/google/libphonenumber/commits)

---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:geocoder
  dependency-version: '3.16'
  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-13 19:50:50 +05:30
Naveen Singh
9eb9e5ca84 fix: prevent crash by disabling change animations (#604)
This should resolve the following crash:

Exception java.lang.IllegalStateException: at androidx.recyclerview.widget.RecyclerView.handleMissingPreInfoForChangeError (RecyclerView.java:4442)
2025-10-13 13:39:47 +05:30
fossifybot[bot]
f868269edd chore(release): v1.7.2 (15) (#587)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1.7.2
2025-10-09 22:00:10 +05:30
hosêyň abāspanā
5708661e0d chore(l10n): update Luri (Bakhtiari) translations
Currently translated at 5.1% (4 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/bqi/
Via: Weblate
2025-10-09 21:58:21 +05:30
hosêyň abāspanā
5f6d506fdb feat(l10n): add Luri (Bakhtiari) translations
Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/bqi/
Via: Weblate
2025-10-09 21:58:21 +05:30
Francesco Di Vi
6824f51617 chore(l10n): update Italian translations
Currently translated at 97.4% (75 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/it/
Via: Weblate
2025-10-09 21:58:21 +05:30
cat
5071504cf4 chore(l10n): update Danish translations
Currently translated at 98.7% (76 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/da/
Via: Weblate
2025-10-09 21:58:21 +05:30
cat
618efb9578 chore(l10n): update Danish translations
Currently translated at 98.7% (76 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/da/
Via: Weblate
2025-10-09 21:58:21 +05:30
cat
4bd0798961 chore(l10n): update Danish translations
Currently translated at 96.1% (74 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/da/
Via: Weblate
2025-10-09 21:58:21 +05:30
Ecron
1975c4181f chore(l10n): update Catalan translations
Currently translated at 100.0% (77 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/ca/
Via: Weblate
2025-10-09 21:58:21 +05:30
cat
660d2cff85 chore(l10n): update Danish translations
Currently translated at 100.0% (2 of 2 strings)

Translation: Fossify/Phone metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer-metadata/da/
Via: Weblate
2025-10-09 21:58:21 +05:30
sudo-py-dev
148d487edd chore(l10n): update Hebrew translations
Currently translated at 100.0% (77 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/he/
Via: Weblate
2025-10-09 21:58:21 +05:30
cat
54063c9c05 chore(l10n): update Danish translations
Currently translated at 96.1% (74 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/da/
Via: Weblate
2025-10-09 21:58:21 +05:30
en2sv
c63a1cd8fd chore(l10n): update Swedish translations
Currently translated at 100.0% (77 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/sv/
Via: Weblate
2025-10-09 21:58:21 +05:30
alanfox2000software
975a5713b4 chore(l10n): update Chinese (Traditional Han script, Hong Kong) translations
Currently translated at 100.0% (2 of 2 strings)

Translation: Fossify/Phone metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer-metadata/zh_Hant_HK/
Via: Weblate
2025-10-09 21:58:21 +05:30
alanfox2000software
d4a0caad29 chore(l10n): update Chinese (Traditional Han script, Hong Kong) translations
Currently translated at 100.0% (77 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/zh_Hant_HK/
Via: Weblate
2025-10-09 21:58:21 +05:30
alanfox2000software
1c9d31f075 chore(l10n): update Chinese (Traditional Han script) translations
Currently translated at 100.0% (2 of 2 strings)

Translation: Fossify/Phone metadata
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer-metadata/zh_Hant/
Via: Weblate
2025-10-09 21:58:21 +05:30
Petri Hämäläinen
fa34f91523 chore(l10n): update Finnish translations
Currently translated at 100.0% (77 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/fi/
Via: Weblate
2025-10-09 21:58:21 +05:30
IgorTrp
c18f02dfc3 chore(l10n): update Serbian translations
Currently translated at 100.0% (77 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/sr/
Via: Weblate
2025-10-09 21:58:21 +05:30
Lefterisp
18a7f36c50 chore(l10n): update Greek translations
Currently translated at 88.3% (68 of 77 strings)

Translation: Fossify/Phone
Translate-URL: https://hosted.weblate.org/projects/fossify/dialer/el/
Via: Weblate
2025-10-09 21:58:21 +05:30
Naveen Singh
6df041fff8 chore(deps): bump org.fossify.commons to 5.3.0 (#601) 2025-10-09 21:32:33 +05:30
Naveen Singh
bd00e90a98 fix: improve detection of hidden numbers in call logs (#595)
* fix: improve detection of hidden numbers in call logs
* docs: update changelog

Refs:  https://github.com/FossifyOrg/Phone/issues/594
2025-10-01 13:26:29 +05:30
fossifybot[bot]
6ce3d68d1b chore: update lint baselines (#599)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
2025-10-01 09:14:34 +05:30
dependabot[bot]
45029923ff chore(deps): bump org.fossify:commons from 5.0.2 to 5.2.0 (#598)
Bumps org.fossify:commons from 5.0.2 to 5.2.0.

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 5.2.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-09-29 16:46:41 +00:00
dependabot[bot]
8087b2b65c chore(deps): bump com.googlecode.libphonenumber:geocoder (#597)
Bumps [com.googlecode.libphonenumber:geocoder](https://github.com/google/libphonenumber) from 3.14 to 3.15.
- [Release notes](https://github.com/google/libphonenumber/releases)
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md)
- [Commits](https://github.com/google/libphonenumber/commits)

---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:geocoder
  dependency-version: '3.15'
  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-09-29 16:25:39 +00:00
dependabot[bot]
44b37d769f chore(deps): bump com.googlecode.libphonenumber:libphonenumber (#596)
Bumps [com.googlecode.libphonenumber:libphonenumber](https://github.com/google/libphonenumber) from 9.0.14 to 9.0.15.
- [Release notes](https://github.com/google/libphonenumber/releases)
- [Changelog](https://github.com/google/libphonenumber/blob/master/making-metadata-changes.md)
- [Commits](https://github.com/google/libphonenumber/compare/v9.0.14...v9.0.15)

---
updated-dependencies:
- dependency-name: com.googlecode.libphonenumber:libphonenumber
  dependency-version: 9.0.15
  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-09-29 15:25:00 +00:00
Naveen Singh
46db447e00 fix: don't limit search to 32bit ints (#592)
* fix: don't limit search to 32bit ints

This is a quick fix. Will do a proper rewrite later.

Refs: https://github.com/FossifyOrg/General-Discussion/issues/718

* docs: update changelog
2025-09-29 17:30:27 +05:30
Naveen Singh
72db893979 fix: correct contact photo retrieval in call history (#586)
Refs: https://github.com/FossifyOrg/Phone/issues/585
2025-09-24 14:26:34 +05:30
dependabot[bot]
0c2efa826b chore(deps): bump rexml from 3.4.1 to 3.4.2 (#574)
Bumps [rexml](https://github.com/ruby/rexml) from 3.4.1 to 3.4.2.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](https://github.com/ruby/rexml/compare/v3.4.1...v3.4.2)

---
updated-dependencies:
- dependency-name: rexml
  dependency-version: 3.4.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-18 10:32:25 +05:30
fossifybot[bot]
353b271881 chore(release): v1.7.1 (14) (#567)
Co-authored-by: fossifybot[bot] <212866877+fossifybot[bot]@users.noreply.github.com>
1.7.1
2025-09-17 10:28:39 +05:30