Commit graph

21 commits

Author SHA1 Message Date
dependabot[bot]
6749332969
chore(deps): bump gradle-wrapper from 8.13 to 9.3.1 (#687)
* chore(deps): bump gradle-wrapper from 8.13 to 9.3.1

Bumps gradle-wrapper from 8.13 to 9.3.1.

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* build: update archive name definition

---------

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 <snaveen935@gmail.com>
2026-02-07 19:14:54 +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
7a291d7804
fix: properly handle keyword blocking (#535)
Refs: https://github.com/FossifyOrg/Messages/issues/99
2025-10-05 12:47:39 +05:30
Naveen Singh
528a29891d
fix: remove shortcut badger (#484)
* fix: remove shortcut badger
* docs: update changelog

Refs: https://github.com/FossifyOrg/Messages/issues/64, https://github.com/FossifyOrg/Messages/issues/483
2025-08-11 18:48:44 +05:30
Naveen Singh
251248f21a
chore: ignore extra translations in lint (#451)
* chore: ignore extra translations in lint

Extra translations are removed automatically by Weblate

* chore: update detekt rules

More compose-friendly

* chore: update lint baselines
2025-07-03 21:17:43 +05:30
dependabot[bot]
020db16d39
chore(deps): bump org.fossify:commons from 3.0.5 to 4.0.0 (#440)
* chore(deps): bump org.fossify:commons from 3.0.5 to 4.0.0

Bumps [org.fossify:commons](https://github.com/FossifyOrg/commons) from 3.0.5 to 4.0.0.
- [Commits](https://github.com/FossifyOrg/commons/compare/3.0.5...4.0.0)

---
updated-dependencies:
- dependency-name: org.fossify:commons
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

* fix(i18n): generate locale config automatically

One can be maintained in-app if missing translations become a problem.

---------

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 <snaveen935@gmail.com>
2025-06-25 15:45:47 +05:30
Naveen Singh
432ea617c9
chore: update lint rules and baselines (#442) 2025-06-24 16:14:54 +05:30
Naveen Singh
c437370a02
build: move app version to gradle.properties (#404) 2025-05-26 14:12:01 +05:30
Naveen Singh
8623492354 build: allow builds without signing configuration 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
3b4f084a83
Disable language splits
See https://github.com/FossifyOrg/General-Discussion/issues/242
2024-12-26 14:11:38 +05:30
Naveen Singh
7d2b87adc1
Remove support for Android and older versions
See https://github.com/orgs/FossifyOrg/discussions/241
2024-12-26 14:09:12 +05:30
Ensar Sarajčić
c425db736f Add reusable workflows for PRs and testing builds 2024-09-28 12:36:38 +02:00
Naveen
5d76785c3c
Exclude dependency info from APKs
Because this info is encrypted and only readable by Google. It serves no purpose in foss releases.

See https://github.com/FossifyOrg/Phone/issues/43 for more info.
2024-01-22 19:33:59 +05:30
Naveen
9c28cfb77c
Rename fdroid flavor to foss 2024-01-18 01:08:33 +05:30
Naveen
d71db351ca
Enable resource shrinking 2024-01-17 20:47:37 +05:30
Naveen
8ca36fc35b
Update commons 2023-12-21 17:10:11 +05:30
Naveen
b63d904dfe
Remove unused kotlin-parcelize plugin 2023-09-19 23:43:41 +05:30
Ensar Sarajčić
2d14709169 Clean up gradle deprecation warnings 2023-09-13 15:07:46 +02:00
Naveen
3e1675d579
Migrate build scripts to use version catalogs and kts 2023-08-17 12:57:42 +05:30