Artur
Artur
This one will still die (in most cases my code comes across this line...): https://github.com/nextcloud/Android-SingleSignOn/blob/95ced6841da33239e699c0033f88582b5bcb15eb/src/main/java/com/nextcloud/android/sso/api/NextcloudRetrofitServiceMethod.java#L190
@David-Development Actually not, since @stefan-niedermann keeps throwing feature requests at my head... If you say you really need my help, I'll see what I can do, although I hate testing...
We use LiveData in the Deck-app a lot. I have some methods written, that could come handy, when you are going to implement the support: https://github.com/stefan-niedermann/nextcloud-deck/blob/master/app/src/main/java/it/niedermann/nextcloud/deck/persistence/sync/adapters/db/util/LiveDataHelper.java e.g. you can turn...
@xarinatan Hi! Can you please try if this dev build performs any better? [(ノ◕ヮ◕)ノ*:・゚✧ APK](https://github.com/stefan-niedermann/nextcloud-deck/actions/runs/7400022496/artifacts/1145731619) This APK will install along with your current version. In your app drawer you'll find...
@xarinatan > the server logs this error: I just checked on this, I have strong indications that the server is having a bug here... I'll dig a little more, since...
Hi @kotnik, that's actually an awesome hint, thanks! I'll try it as soon as I get to find some free time!
@kotnik I hacked a filter for deleted boards in a quick-and-dirty manner, so we can test if this fixes anything for you. Lets see... Can you please try the following...
@xarinatan thanks for testing! Gosh, apparently Android doesn't like javas stream-feature. Ok, lets do it the classic way then, here you go: [(ᕗ ͠° ਊ ͠° )ᕗ APK](https://github.com/stefan-niedermann/nextcloud-deck/actions/runs/7854880315/artifacts/1235482029)
@xarinatan thanks for testing again! At least we're not getting `403`, thats what the fix was supposed to fix. So your server is telling us that its fine when you...
@xarinatan thanks for your research! - regarding `connection rejected`: this could be related to apache's max connection limit. Could you check what value is set on your installation? And yes,...