Vernissage è una app Pixelfed per iPhone semplice e intuitiva che si concentra sulla presentazione e sulla condivisione delle foto. Con Vernissage è 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 Czachurski 910f68f750 Remove QRCode dependencies 2023-12-27 10:08:36 +01:00
.github Add sponsor information 2023-03-28 10:46:49 +02:00
Assets Add new icons 2023-10-06 17:19:53 +02:00
ClientKit Improve counter on home timeline 2023-11-20 15:23:42 +01:00
CoreData Fix not displayed rebloged statuses on timeline 2023-11-21 12:50:40 +01:00
EnvironmentKit Add application badge with number of new notifications 2023-10-24 14:04:23 +02:00
Localization Merge pull request #105 from xabirequejo/develop 2023-12-10 12:05:14 +01:00
PixelfedKit Move german translation to xcstrings files 2023-12-01 23:03:29 +01:00
Resources Add Spanish translation 2023-10-18 17:52:49 +02:00
ServicesKit Move german translation to xcstrings files 2023-12-01 23:03:29 +01:00
SharedAssets.xcassets Enable automatic resource generator 2023-09-19 19:32:27 +02:00
Vernissage Fix not displayed rebloged statuses on timeline 2023-11-21 12:50:40 +01:00
Vernissage.xcodeproj Remove QRCode dependencies 2023-12-27 10:08:36 +01:00
VernissageShare Add indicator to notifications icon 2023-10-22 10:09:02 +02:00
VernissageWidget Remove QRCode dependencies 2023-12-27 10:08:36 +01:00
WidgetsKit Add new empty result view 2023-12-27 08:12:54 +01:00
.gitignore Add gitignore 2022-12-29 17:33:15 +01:00
.swiftlint.yml Change version to 1.4.0 (113) 2023-04-15 08:24:13 +02:00
LICENSE Change license to Apache 2.0 2023-03-28 10:35:38 +02:00
README.md #73 Publish status without text message 2023-10-22 13:19:01 +02:00

README.md

Vernissage

Vernissage is a simple and intuitive Pixelfed client that is focused on showcasing and sharing photos. With Vernissage, you can browse through a timeline that is dedicated to photos only. This means that you won't find any other types of media in the app, so you can focus solely on discovering and enjoying beautiful photography.

Our app features a clean and minimalistic interface that is designed to put the focus on the images. You can easily like and comment on photos, as well as follow other users to keep up with their latest posts.

Vernissage is 100% free and open-source.

So, whether you're a professional photographer, an amateur enthusiast, or simply someone who loves to discover and share stunning photos, Vernissage is the perfect app for you. Try it out today and join our growing community of passionate photo lovers.

It's built entirely in SwiftUI.

Contributing

You can fork and clone repository. Change development team and bundle id. Do your changes and create a pull a request 👍.

Thank you in advance for any, even the smallest help, with the development of the project 💕!

Translations

Application is using new translation mechanism introduced in XCode 15 (xcstring). Here you can find description how this mechanism is working: https://www.youtube.com/watch?v=jNbnwwLrJE8.

In the applications we have several string catalogs:

  • Localization/Localizable
  • EnvironmentKit/Source/EnvironmentKit/Localizable
  • WidgetKit/Source/WidgetKit/Localizable
  • ServicesKit/Source/ServicesKit/Localizable
  • PixelfedKit/Source/PixelfedKit/Localizable
  • ClientKit/Source/ClientKit/Localizable

Right now it's very easy to find new (not translated yet) titles. Also you can mark titles which need some review. However you need to have XCode 15 installed. There isn't right now good external tool that have similar features.

translations

From time to time you have to come back and translate lines which has been added since the last translation.

Technical debt

Things that should be implemented in version 2.0: