davidoskky
  • Joined on 2022-08-16
davidoskky pushed to master at davidoskky/ReaderForSelfoss-multiplatform 2025-03-21 19:31:58 +00:00
ceba58e98f Merge pull request 'Fix alignment changes resetting reader article position' (#190) from davidoskky/ReaderForSelfoss-multiplatform:alignment into master
c3ee07dd85 Refactor star icon handling
93d99192b3 Don't restart activity changing alignment
Compare 3 commits »
davidoskky pushed to alignment at davidoskky/ReaderForSelfoss-multiplatform 2025-03-13 18:42:24 +00:00
c3ee07dd85 Refactor star icon handling
93d99192b3 Don't restart activity changing alignment
359dec2ca0 Changelog for v125030711
62354ec70a Merge pull request 'fix: initial status loading issues.' (#192) from connectivity into master
18a17251ac chore: check changes for translations and android.
Compare 6 commits »
davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#190 2025-03-13 14:39:00 +00:00
Fix alignment changes resetting reader article position

Build is failing for some api token misconfiguration.

davidoskky deleted branch incorrectArticles from davidoskky/ReaderForSelfoss-multiplatform 2025-03-12 15:09:47 +00:00
davidoskky deleted branch update_sources from davidoskky/ReaderForSelfoss-multiplatform 2025-03-12 15:09:29 +00:00
davidoskky deleted branch gradle_upgrade from davidoskky/ReaderForSelfoss-multiplatform 2025-03-12 15:08:42 +00:00
davidoskky deleted branch crowdin_transaltion from davidoskky/ReaderForSelfoss-multiplatform 2025-03-12 15:08:35 +00:00
davidoskky deleted branch dispatchers from davidoskky/ReaderForSelfoss-multiplatform 2025-03-12 15:08:26 +00:00
davidoskky pushed to master at davidoskky/ReaderForSelfoss-multiplatform 2025-03-12 15:07:23 +00:00
359dec2ca0 Changelog for v125030711
62354ec70a Merge pull request 'fix: initial status loading issues.' (#192) from connectivity into master
18a17251ac chore: check changes for translations and android.
5e91724ee2 fix: initial status loading issues.
Compare 4 commits »
davidoskky created pull request Louvorg/ReaderForSelfoss-multiplatform#190 2025-03-11 16:20:20 +00:00
Fix alignment changes resetting reader article position
davidoskky created branch alignment in davidoskky/ReaderForSelfoss-multiplatform 2025-03-11 16:12:51 +00:00
davidoskky pushed to alignment at davidoskky/ReaderForSelfoss-multiplatform 2025-03-11 16:12:51 +00:00
4a55bc0f1d Refactor star icon handling
4859b77ac0 Don't restart activity changing alignment
Compare 2 commits »
davidoskky pushed to master at davidoskky/ReaderForSelfoss-multiplatform 2025-03-11 14:39:09 +00:00
212d259a33 Merge pull request 'chore: new connectivity dep. Closes #84.' (#189) from connectivity into master
3bf60f1146 chore: new connectivity dep. Closes #84.
Compare 2 commits »
davidoskky commented on issue Louvorg/ReaderForSelfoss-multiplatform#41 2025-03-11 09:46:59 +00:00
Better handling of reloading content when inside the app

I'll take a stab at this. I'll try to make it so that it will easily allow implementing #78 as well.

davidoskky pushed to master at davidoskky/ReaderForSelfoss-multiplatform 2025-03-10 16:34:46 +00:00
ef13e300f0 Changelog for v125030681
f170d1157d chore: do not send reports on simulators.
af4752f0f0 Merge pull request 'chore: do not send reports on simulators.' (#188) from chore-acra-simulator into master
f0fa1a17b6 chore: do not send reports on simulators.
bb84d1541c Merge pull request 'fix: Url validation was not failing login. Added tests.' (#186) from fix-invalid-url into master
Compare 10 commits »
davidoskky reopened issue Louvorg/ReaderForSelfoss-multiplatform#184 2025-03-09 12:27:01 +00:00
Can not add sources if url does not end with a slash
davidoskky commented on issue Louvorg/ReaderForSelfoss-multiplatform#184 2025-03-09 12:27:00 +00:00
Can not add sources if url does not end with a slash

So, I went through both checks with the debugger. isBaseUrlInvalid does return true in both cases when you use a url without a final slash. However in the login process, that does not stop the…

davidoskky commented on pull request Louvorg/ReaderForSelfoss-multiplatform#185 2025-03-09 12:06:09 +00:00
Show a confirmation dialog before deleting sources

Do I have to add the new string to all translations string xml files? Build appears to fail because of that, but if I correctly remember doing that created conflicts with the tranlsations service.

43146b5aff Fix Ktlint warnings
davidoskky commented on issue Louvorg/ReaderForSelfoss-multiplatform#184 2025-03-03 21:25:37 +00:00
Can not add sources if url does not end with a slash

Here you go, right after tapping the button to add a source I am redirected to the home and the toast appears.