Tobias Kaminsky
Tobias Kaminsky
@AndyScherzinger Is there a reason why you put this in library? This could also be a normal function like the thumbnails...
@przybylski This seems to work for me with OC 8.2. @AndyScherzinger I have moved the avatar loading from lib to normal app to use the thumbnail cache system. I will...
@AndyScherzinger Maybe you can change the rectangular avatar to round like in the web? (And also add them to the account list in the settings screen?)
For the thumbnail generation it is easy to determine if the thumbnail needs to be updated as the fileID changes. But for the avatar there is not such an id....
Starting with 1.6.9 I do get ``` Error while evaluating property 'allSource' of task ':spotbugsGplayDebug' > path may not be null or empty string. path='null' ``` which was fine on...
There is no way to automatically add beta/rc, so we do it manually, but not update the version code, so that it is not updated automatically. Ref: https://gitlab.com/fdroid/fdroiddata/-/issues/2166 https://gitlab.com/fdroid/fdroidserver/-/issues/528 https://gitlab.com/fdroid/fdroidserver/-/issues/161
It is a proposal and issue is still open, so I understand that this is not yet implemented.
We should also check if not needed packages are stripped out, e.g. if we include nextcloud-commons with e.g. 200 classes, but we use only 2, then proguard/other shrinking systems should...
Plan - [ ] Talk: integrate Log_OC to test - [ ] Files: move LogsActivity to library - [ ] Talk: make use of LogsActivity
Shrinking app: - [ ] https://developer.android.com/studio/build/shrink-code#shrink-code - [ ] how does this influence app? - [ ] crash reports on play store still working?