davidoskky
  • Joined on 2022-08-16
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 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 created branch alignment in davidoskky/ReaderForSelfoss-multiplatform 2025-03-11 16:12:51 +00:00
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.

davidoskky created pull request Louvorg/ReaderForSelfoss-multiplatform#185 2025-03-03 17:39:54 +00:00
Show a confirmation dialog before deleting sources
davidoskky commented on issue Louvorg/ReaderForSelfoss-multiplatform#184 2025-03-03 17:34:03 +00:00
Can not add sources if url does not end with a slash

Strange, I was able to reproduce this on my physical device and on emulated devices with API 25, 34 and 35. I'm running Selfoss 2.19 stable, but I reckon I do not have a second instance running…

ba4b27651b Move binding source binding logic to the viewholder.
3ad2ad402f Add a confirmation when deleting a source
Compare 2 commits »
davidoskky created branch delete_sources_safe in davidoskky/ReaderForSelfoss-multiplatform 2025-02-28 19:13:08 +00:00
davidoskky opened issue Louvorg/ReaderForSelfoss-multiplatform#184 2025-02-28 18:45:38 +00:00
Can not add sources if url does not end with a slash
davidoskky commented on issue Louvorg/ReaderForSelfoss-multiplatform#156 2025-02-28 14:14:25 +00:00
Add confirmation for feed deletion

I'm working on this, if that is alright.