Philipp Fruck

Results 30 comments of Philipp Fruck

@bubelov What is the current state of this issue? I was using the debug build you provided in #16 until recently, which worked just fine (even with mark scrolled entries...

@bubelov thanks for the quick response. I uninstalled the debug build and did a fresh install of news v0.3.1 with clean storage, but the issue persists. I also downgraded my...

Also, v0.3.1 using SSO with nextcloud 3.18.0 on android 10 (with google services, in case this matters) has been confirmed to work without such crashes

@bubelov You're right, in standalone mode I do not experience any issues. When using NC SSO, scrolling the news feed works fine but opening a specific article force closes the...

@bubelov Seems to be an android 12 issue to me, same configuration on android 10 seems to work. To reproduce, simply open the detail-view of an artical a few times...

@bubelov I can reproduce the issue with direct login. Very strange.

@bubelov Yes I have. I am running Nextcloud v22.2.3 dockerized and have news v16.2.1 installed. When looking at the results of `docker-compose logs -f` I got the following output for...

@bubelov I've setup logcat and captured the following error message: ```log [11-24 17:37:52.978 13956:20418 D/OwnCloudClient #0] REQUEST PUT /index.php/apps/news/api/v1-2/items/read/multiple [11-24 17:37:53.008 27582:27582 E/AndroidRuntime] FATAL EXCEPTION: main Process: co.appreactor.news, PID: 27582...

Looking into it. Seems to be an issue with the underlying SSL Context. ```python def custom_session(): """ Defines a new session with custom SSL context to support edge cases with...

So IMO we have two relatively simple options to implement this. I would rather pass the verify flag to the `custom_session` function than to the request function. Within the `custom_session`...