Skip to content

Commit

Permalink
v2.6.0 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zorgluf committed Jun 27, 2022
1 parent aca1a80 commit 563752a
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 19 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "fr.nuage.souvenirs"
minSdkVersion 24
targetSdkVersion 30
versionCode 20
versionName "2.5.0"
versionCode 21
versionName "2.6.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "souvenirs-$versionName")
}
Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/21.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
New Feature: Add audio support. Audio will play on view mode until an audio stop command is set
New Feature: Add video support.
Fix: Album list refresh on wifi setting change

14 changes: 7 additions & 7 deletions metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Make photo albums, add text and handwritten annotations. Upload them on Nextcloud server and share with friends/family.
Make photo albums, add text, video, sound and handwritten annotations. Support for photosphere image format in viewer.
Upload your albums on a Nextcloud server and share them with family and friends.

To upload an album to a Nextcloud instance, you will need:
<ul>
Expand All @@ -8,11 +9,9 @@ To upload an album to a Nextcloud instance, you will need:

<b>Yet an other gallery app</b>

Old school paper albums are not just a collection of time ordered photos, they are visuals and texts organised to tell a story, make you remember a moment in the past.
From a personal point of view, an album is not just a collection of time ordered photos, they are visuals and texts organised to tell a story, to help you remember moment and feelings from the past.

The goal of this gallery app is to mimic a full photo album though image spacial organisation, text and hand drawings, giving you the tools to express and store your memories ("souvenirs" in french).

Well, at least trying to do it that way with my amateur android programming skills...
The goal of this gallery app is to mimic an old fashion photo album though image spacial organisation, text and hand drawings, giving you the tools to express and store your memories ("souvenirs" in french). Well, at least trying to do it that way with my amateur android programming skills... And spice it a bit with some more "modern" items inside your album, like videos or sound/music.

<b>Album modes</b>

Expand All @@ -21,7 +20,7 @@ Album are composed of several pages where you can include image or text blocs.
There are two possible album mode available :
<ul>
<li>Tile mode : images and text blocs are organised in tiles fully covering the page. You can pan/zoom each images and handwritten annotations over them.</li>
<li>Free mode : you can resize images and blocs however you want on your page, even overlaid them. This mode need more time to design your album and generally leaves blank area that are not optimized for small smartphone.</li>
<li>Free mode : you can resize images and blocs however you want on your page, even overlaid them. This mode need more time to design your album and generally leaves blank area that are not optimized for small smartphone. (deprecated)</li>
</ul>

<i>Permission explained : the application need the following permissions : "INTERNET", "GET_ACCOUNTS". These permissions are used exclusively to upload/download albums from the nextcloud server and using the nextcloud account on the device.
Expand All @@ -31,5 +30,6 @@ The following third party libraries are used by this app :
<li>The media loading library <a href='https://github.com/bumptech/glide'>Glide</a></li>
<li>The <a href='https://github.com/nextcloud/Android-SingleSignOn'>Nextcloud Single Sign On</a> library</li>
<li>The <a href='https://square.github.io/retrofit/'>retrofit</a> http client</li>
<li>The <a href='https://photo-sphere-viewer.js.org/'>photo sphere viewer</a> javascript library</li>
</ul>
</i>
</i>
Binary file modified metadata/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified metadata/en-US/images/phoneScreenshots/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/images/phoneScreenshots/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/images/phoneScreenshots/6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/en-US/images/phoneScreenshots/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion metadata/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Make photo albums and share them on Nextcloud
Make photo albums and share them on Nextcloud. Support for image, sound, video, photosphere and annotations.
15 changes: 7 additions & 8 deletions metadata/fr/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Réalisez des albums photos, ajoutez du texte ou des annotations manuscrites.
Partagez vos albums sur un serveur Nextcloud.
Réalisez des albums photos, ajoutez du texte ou des annotations manuscrites. Possibilité d'ajouter des vidéos, sons, ou des images au format photosphere.
Téléchargerz et partagez vos albums sur un serveur Nextcloud.

Pour partager un album sur une instance Nextcloud, vous aurez besoin :
<ul>
Expand All @@ -9,11 +9,9 @@ Pour partager un album sur une instance Nextcloud, vous aurez besoin :

<b>Encore une application de gallerie photo</b>

Les albums papiers traditionnels ne sont pas juste une suite de photos ordonnées dans le temps, ce sont des supports visuels conçus pour raconter une histoire, vous rappeler un souvenir.
Les albums ne sont pas juste une suite de photos ordonnées dans le temps, ce sont des supports visuels conçus pour raconter une histoire, vous rappeler un souvenir.

L'objectif de cette application est de reproduire cet objet à travers une organisation spatiale des photos, de textes ou d'annotations manuelles, vous donnant les outils pour enregistrer des souvenirs et non une succession de photos.

Bon, au moins essayer de le faire avec des compétences d'amateur en programmation android...
L'objectif de cette application est de reproduire cet objet traditionnel à travers une organisation spatiale des photos, de textes ou d'annotations manuelles, vous donnant les outils pour enregistrer des souvenirs et non une succession de photos. C'est du moins ce que j'essaye de faire avec des compétences d'amateur en programmation android...

<b>Style d'album</b>

Expand All @@ -22,7 +20,7 @@ Les albums sont constitués de pages sur lesquels on peut insérer des photos ou
Deux styles d'album sont disponibles :
<ul>
<li>Le style tuile : les photo et blocs de texte sont agencés sous forme de tuiles contigues sur toute la page. Vous pouvez déplacer et zoomer les images à l'intérieur des tuiles et ajouter des annotations manuscrites.</li>
<li>Le style libre : vous pouvez redimensionner les photos et les blocs comme vous le désirez sur la page, même les superposer. Ce style vous demandera plus de temps de conception de l'ablum et laisse souvent du vide entre les éléments, ce qui n'optimise pas la lecture sur un petit smartphone.</li>
<li>Le style libre : vous pouvez redimensionner les photos et les blocs comme vous le désirez sur la page, même les superposer. Ce style vous demandera plus de temps de conception de l'ablum et laisse souvent du vide entre les éléments, ce qui n'optimise pas la lecture sur un petit smartphone. (plus supporté, deprecated)</li>
</ul>

<i>Explication des permissions : l'application a besoins des permissions suivantes : "INTERNET", "GET_ACCOUNTS". Ces permissions sont utilisées exclisivement pour télécharger des albums depuis le serveur Nextcloud et utiliser le compte nextcloud sur l'appareil.
Expand All @@ -32,5 +30,6 @@ Cette application utilise les libraries tierces suivantes :
<li>The media loading library <a href='https://github.com/bumptech/glide'>Glide</a></li>
<li>The <a href='https://github.com/nextcloud/Android-SingleSignOn'>Nextcloud Single Sign On</a> library</li>
<li>The <a href='https://square.github.io/retrofit/'>retrofit</a> http client</li>
<li>The <a href='https://photo-sphere-viewer.js.org/'>photo sphere viewer</a> javascript library</li>
</ul>
</i>
</i>
2 changes: 1 addition & 1 deletion metadata/fr/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Conception d'album photos et partage sur Nextcloud
Conception d'album photos et partage sur Nextcloud. Supporte l'ajout de video, audio et photopshere.

0 comments on commit 563752a

Please sign in to comment.