Add support for PieFed.
Full changelog
- Add support for PieFed.
- Fix a bug where when you open a post, the spinner will appear to stutter for a moment.
- Fix a bug where pulling to refresh on the post screen will cause all comments to refresh even if they have not changed.
- Fix a bug where inline images will sometimes not load until the screen is refreshed.
- Fix a bug where "Prev" button doesn't load the page if pressed on page 2 when Infinity mode is off.
Update
Fix some bugs and re-releasing as v1.67.1
- Add some default PieFed instances to the login form auto-complete.
- Fix a bug where you can't log into PieFed with a password with more than 60 characters.
Update 2
Release should be fully rolled out now.
Update 3
Fix more bugs and releasing the fixes as v1.67.2.
- Fix a bug on PieFed where updating a comment/post will not refresh the comment/post.
- Fix a bug where uploading an image will fail with an error.
- Fix a bug on PieFed where opening a comment will sometimes error.
- Fix a bug on PieFed where Webp files cannot be uploaded.
Update 3
Fix more bugs and releasing the fixes as v1.67.3.
- Fix a bug that prevents updating posts/comments on instances that do not allow content to use the
Undetermined
language id.
Update 4
Fix more bugs and releasing the fixes as v1.67.4.
- Fix a bug where sending a comment to a post will cause weird behavior. Eg. comments being orphaned randomly.
- Fix a rare bug where a website might be mis-identified. Eg. a regular website being identified as a lemmy server.
There seems to be an issue with the mobile API at the moment: https://piefed.zip/post/223804
Yep, that sounds exactly like what I'm seeing.
On another note, reading your reply in the Summit inbox and tapping on "go to post" in the context section results in the following error:
Seems like at least the first issue has been fixed 20 minutes ago: https://piefed.zip/post/223804#comment_512392
Will fix in a patch update.
The cause for this one is PieFed doesn't behave like Lemmy. For the Lemmy API, you can navigate to a post using comment ID alone. PieFed requires a post id and a comment id.