Impressia è una app Pixelfed per iPhone semplice e intuitiva che si concentra sulla presentazione e sulla condivisione delle foto. Con Impressia è possibile sfogliare una timeline dedicata esclusivamente alle foto. Ciò significa che non troverete altri tipi di media nell'app, in modo da potervi concentrare esclusivamente sulla scoperta e sulla fruizione di belle fotografie. https://pixelfed.uno
Go to file
Marcin Czachursk 7773aad78c Note 2023-01-28 11:51:10 +01:00
MastodonKit A lot of fixes. 2023-01-26 15:10:47 +01:00
Vernissage Information about issues 2023-01-28 11:48:26 +01:00
Vernissage.xcodeproj Reduce size of carousel change. 2023-01-27 15:46:09 +01:00
.gitignore Add gitignore 2022-12-29 17:33:15 +01:00
README.md Note 2023-01-28 11:51:10 +01:00
icon.afdesign Change icons. 2023-01-06 13:44:02 +01:00

README.md

Vernissage

Font

Font used in the application is: Fleur De Leah https://fonts.google.com/specimen/Fleur+De+Leah?preview.text=Vernissage%20for&preview.text_type=custom

Issues

  • Follow/unfollow hashtags is not available through the API

Pixelfed uses endpoint (POST): https://pixelfed.social/api/local/discover/tag/subscribe, with body:

{
    "name": "streetphotography"
}
  • Bookmark/unbookmark statuses from external servers is not working (404 as a respnse)

Here also Pixelfed uses different endpoing (POST): https://pixelfed.social/i/bookmark, with body:

{
    "item":"524216615476909436"
}

Even if we save bookmark on the web, we don't have reflected that information in statuses JSON.

  • Reboost is not working

Seems like reboost is working only from Pixelfed to Mastodon. When I'm following someone from Pixelfed from my pixelfed account I don't see his reboost on my Pixelfed home timeline.

  • Trend are not availabe through the API

Pixelfed uses endpoint (GET): https://pixelfed.social/api/pixelfed/v2/discover/posts/trending?range=daily This endpoint is not working in different servers e.g.: https://pxlmo.com/api/pixelfed/v2/discover/posts/trending?range=daily