Compare commits
2 Commits
0b7f832573
...
a602f7adf2
Author | SHA1 | Date | |
---|---|---|---|
a602f7adf2 | |||
cf6ef51edf |
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,3 +1,23 @@
|
|||||||
|
**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
|
||||||
|
@ -82,13 +82,14 @@ class MyApp :
|
|||||||
} else {
|
} else {
|
||||||
R.string.network_connectivity_lost
|
R.string.network_connectivity_lost
|
||||||
}
|
}
|
||||||
|
launch(Dispatchers.Main) {
|
||||||
Toast
|
Toast
|
||||||
.makeText(
|
.makeText(
|
||||||
applicationContext,
|
applicationContext,
|
||||||
toastMessage,
|
toastMessage,
|
||||||
Toast.LENGTH_SHORT,
|
Toast.LENGTH_SHORT,
|
||||||
).show()
|
).show()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
17
fastlane/metadata/android/en-US/changelogs/v125030901.txt
Normal file
17
fastlane/metadata/android/en-US/changelogs/v125030901.txt
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
**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
|
Reference in New Issue
Block a user