Compare commits

..

No commits in common. "master" and "v125030901" have entirely different histories.

6 changed files with 9 additions and 59 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@v46 uses: tj-actions/changed-files@v45
with: with:
files: | files: |
androidApp/src/** androidApp/src/**

View File

@ -31,9 +31,8 @@ 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@v46 uses: tj-actions/changed-files@v45
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,30 +1,3 @@
**v125040991
- fix: Connectivity toast message was causing issues.
- Changelog for v125030901
--------------------------------------------------------------------
**v125030901
- Merge pull request 'fix-reload' (#195) from fix-reload into master
- fix: Infinite scroll needs loading stats.
- fix: do not reload items on resume.
- Merge pull request 'tests' (#193) from tests into master
- ci: Instrumentation tests coverage in ci.
- ci: Instrumentation tests coverage in ci.
- ci: Instrumentation tests coverage in ci.
- chore: better handling of coroutine dispatchers.
- ci: Instrumentation tests coverage in ci.
- chore: comment robolectric tests for now.
- fix: Fixed source deletion test.
- Merge pull request 'Fix alignment changes resetting reader article position' (#190) from davidoskky/ReaderForSelfoss-multiplatform:alignment into master
- Refactor star icon handling
- Don't restart activity changing alignment
- Changelog for v125030711
--------------------------------------------------------------------
**v125030711 **v125030711
- Merge pull request 'fix: initial status loading issues.' (#192) from connectivity into master - Merge pull request 'fix: initial status loading issues.' (#192) from connectivity into master

View File

@ -82,7 +82,7 @@ class MyApp :
} else { } else {
R.string.network_connectivity_lost R.string.network_connectivity_lost
} }
launch(Dispatchers.Main) {
Toast Toast
.makeText( .makeText(
applicationContext, applicationContext,
@ -92,7 +92,6 @@ class MyApp :
} }
} }
} }
}
repository.migrate(driverFactory) repository.migrate(driverFactory)
} }

View File

@ -1,17 +0,0 @@
**v125030901**
- Merge pull request 'fix-reload' (#195) from fix-reload into master
- fix: Infinite scroll needs loading stats.
- fix: do not reload items on resume.
- Merge pull request 'tests' (#193) from tests into master
- ci: Instrumentation tests coverage in ci.
- ci: Instrumentation tests coverage in ci.
- ci: Instrumentation tests coverage in ci.
- chore: better handling of coroutine dispatchers.
- ci: Instrumentation tests coverage in ci.
- chore: comment robolectric tests for now.
- fix: Fixed source deletion test.
- Merge pull request 'Fix alignment changes resetting reader article position' (#190) from davidoskky/ReaderForSelfoss-multiplatform:alignment into master
- Refactor star icon handling
- Don't restart activity changing alignment
- Changelog for v125030711

View File

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