Block a user
davidoskky
pushed to alignment at davidoskky/ReaderForSelfoss-multiplatform
2025-03-13 18:42:24 +00:00
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
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
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.
Can not add sources if url does not end with a slash
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.
davidoskky
pushed to delete_sources_safe at davidoskky/ReaderForSelfoss-multiplatform
2025-03-09 11:43:00 +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.