Compare commits

...

2 Commits

Author SHA1 Message Date
ea70c64873 ci: make file changes check from master. (#199)
All checks were successful
Master / build (push) Successful in 25s
## Types of changes

- [ ] I have read the **CONTRIBUTING** document.
- [ ] My code follows the code style of this project.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.
- [ ] This is **NOT** translation related.

This closes issue #XXX

This is implements feature #YYY

This finishes chore #ZZZ

Reviewed-on: #199
Co-authored-by: Amine <amine.bouabdallaoui@pm.me>
Co-committed-by: Amine <amine.bouabdallaoui@pm.me>
2025-04-15 20:03:24 +00:00
f4a1805474 Changelog for v125040991 2025-04-09 06:48:50 +00:00
4 changed files with 14 additions and 2 deletions

View File

@ -11,7 +11,7 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: "Check android app changes" - name: "Check android app changes"
id: check-android-changes id: check-android-changes
uses: tj-actions/changed-files@v45 uses: tj-actions/changed-files@v46
with: with:
files: | files: |
androidApp/src/** androidApp/src/**

View File

@ -31,8 +31,9 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: "Check translations changes" - name: "Check translations changes"
id: check-translations-changes id: check-translations-changes
uses: tj-actions/changed-files@v45 uses: tj-actions/changed-files@v46
with: with:
base_sha: ${{ github.event.pull_request.base.sha }}
files: | files: |
androidApp/src/main/res/values/strings.xml androidApp/src/main/res/values/strings.xml
- name: upload translation sources - name: upload translation sources

View File

@ -1,3 +1,10 @@
**v125040991
- fix: Connectivity toast message was causing issues.
- Changelog for v125030901
--------------------------------------------------------------------
**v125030901 **v125030901
- Merge pull request 'fix-reload' (#195) from fix-reload into master - Merge pull request 'fix-reload' (#195) from fix-reload into master

View File

@ -0,0 +1,4 @@
**v125040991**
- fix: Connectivity toast message was causing issues.
- Changelog for v125030901