sk22
sk22
I actually stopped using Nextcloud because I decided to sync things via Syncthing instead, and thus having this implemented would help a lot. I still have the notes folder from...
Same problem here. 
^ mentioned this issue by accident, sorry about this!
implemented this in my fork's [feature/bookmark](https://github.com/sk22/mastodon-android-fork/tree/feature/bookmarks) branch: https://github.com/mastodon/mastodon-android/compare/master...sk22:feature/bookmarks (my fork's latest release has the feature!) though, the implementation is quite hacky, as apparently mastodon uses a different mechanism for the...
I agree that it gets more complicated with the "Unlisted" option being available (as new users might not understand what this even means) – but it's also an essential part...
Oh, btw: The distinction between "Unlisted" and "Public" is pretty complicated to wrap one's head around and I think that those options could use some clearer naming. I've created an...
i'm able to reproduce the bug this way: * un-blur a picture in the (home) timeline * open the post in thread view * blur the post in thread view...
given my assumption about the app first downloading a preview image from the server is correct, i'm not sure on what's the best way to fix this. maybe preview images...
> Bitmaps take a lot of memory so there's a hard limit to their maximum size when displayed in lists. oh okay, so it's not some preview that's getting downloaded...
alright, good to know