Added screenshots and IT+NL translation for Fdroid

Updated to v1.2.1
Corrected minor issue message texts
This commit is contained in:
massimiliano 2019-08-24 09:31:47 +02:00
parent 151d6bf2ea
commit afe37de455
50 changed files with 81 additions and 14 deletions

View File

@ -6,8 +6,8 @@ android {
applicationId "org.disroot.disrootapp"
minSdkVersion 15
targetSdkVersion 28
versionCode 19
versionName "1.2.0"
versionCode 20
versionName "1.2.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {

View File

@ -143,7 +143,7 @@ public class StateActivity extends AppCompatActivity {
String name = c.getString("name");
String description = c.getString("description");
String updated_at = c.getString("updated_at");
String lastUpdated = "Last Updated: " + updated_at;
String lastUpdated = "Last Updated: " + updated_at + '"';
String status_name = c.getString("status_name");
// tmp hash map for single service

View File

@ -135,9 +135,9 @@ public class StateMessagesActivity extends AppCompatActivity {
String name = c.getString("name");
String message = c.getString("message");
String scheduled_at = c.getString("scheduled_at");
String scheduledAt = "Scheduled at: " + scheduled_at;
String scheduledAt = "Scheduled at: " + '"' + scheduled_at + '"';
String updated_at = c.getString("updated_at");
String lastUpdated = "Last Updated: " + updated_at;
String lastUpdated = "Last Updated: " + updated_at + '"';
String human_status = c.getString("human_status");
// tmp hash map for single service

View File

@ -45,6 +45,6 @@ public class Constants {
public static final String URL_DisApp_BINHELP = "https://howto.disroot.org/en/tutorials/office/bin";
public static final String URL_DisApp_UPLOADHELP = "https://howto.disroot.org/en/tutorials/office/lufi";
public static final String URL_DisApp_POLLHELP = "https://howto.disroot.org/en/tutorials/office/polls";
public static final String URL_DisApp_BOARDHELP = "https://howto.disroot.org/en/tutorials/project_board;
public static final String URL_DisApp_BOARDHELP = "https://howto.disroot.org/en/tutorials/project_board";
public static final String URL_DisApp_NOTESHELP = "https://howto.disroot.org/en/tutorials/cloud/clients/mobile/android/using-notes";
}

View File

@ -177,7 +177,7 @@
<string name="Operational">Voll betriebsfähig</string>
<string name="MajorOutage">Schwerer Ausfall</string>
<string name="EmailService">Email Service</string>
<string name="LastUpdated">"Letztes update: \"</string>
<string name="LastUpdated">Letztes update: \"</string>
<string name="WebmailService">WebMail Service</string>
<string name="Cloud">Cloud</string>
<string name="PerformanceIssues">Performance Probleme</string>

View File

@ -138,7 +138,7 @@
<string name="Operational">Operativo</string>
<string name="MajorOutage">Interrupción mayor</string>
<string name="EmailService">Servicio de correo</string>
<string name="LastUpdated">Última actualización: \</string>
<string name="LastUpdated">Última actualización: \"</string>
<string name="WebmailService">Servicio de WebMail</string>
<string name="Cloud">Nube</string>
<string name="PerformanceIssues">Problemas de desempeño</string>

View File

@ -167,7 +167,7 @@
<string name="Operational">Opérationnel</string>
<string name="MajorOutage">Panne majeure</string>
<string name="EmailService">Service d\'email</string>
<string name="LastUpdated">Dernière mise à jour: \</string>
<string name="LastUpdated">Dernière mise à jour: \"</string>
<string name="WebmailService">Service WebMail</string>
<string name="Cloud">Cloud</string>
<string name="PerformanceIssues">Problèmes de performance</string>

View File

@ -137,7 +137,7 @@
<string name="Operational">Operazionale</string>
<string name="MajorOutage">Grave interruzione del servizio</string>
<string name="EmailService">Servizio Email</string>
<string name="LastUpdated">Ultimo aggiornamento: \</string>
<string name="LastUpdated">Ultimo aggiornamento: \"</string>
<string name="WebmailService">Servizio WebMail</string>
<string name="Cloud">Cloud</string>
<string name="PerformanceIssues">Problemi di performanza</string>

View File

@ -139,7 +139,7 @@
<string name="Operational">Operationeel</string>
<string name="MajorOutage">Ernstige storing</string>
<string name="EmailService">Email Service</string>
<string name="LastUpdated">"Laatst geupdate: \"</string>
<string name="LastUpdated">Laatst geupdate: \"</string>
<string name="WebmailService">WebMail Service</string>
<string name="Cloud">Cloud</string>
<string name="PerformanceIssues">Prestatieproblemen</string>

View File

@ -137,7 +137,7 @@
<string name="Operational">Operational</string>
<string name="MajorOutage">Major Outage</string>
<string name="EmailService">Email Service</string>
<string name="LastUpdated">Last updated: \</string>
<string name="LastUpdated">Last updated: \"</string>
<string name="WebmailService">WebMail Service</string>
<string name="Cloud">Cloud</string>
<string name="PerformanceIssues">Performance Issues</string>

View File

@ -138,7 +138,7 @@
<string name="Operational">Operativni</string>
<string name="MajorOutage">Ozbiljan zastoj</string>
<string name="EmailService">Usluga E-pošte</string>
<string name="LastUpdated">Datum nadogradnje: \</string>
<string name="LastUpdated">Datum nadogradnje: \"</string>
<string name="WebmailService">Usluga Web pošte</string>
<string name="Cloud">Oblak</string>
<string name="PerformanceIssues">Problemi sa performansama</string>

View File

@ -138,7 +138,7 @@
<string name="Operational">Operational</string>
<string name="MajorOutage">Major Outage</string>
<string name="EmailService">Email Service</string>
<string name="LastUpdated">"Last updated: \"</string>
<string name="LastUpdated">Last updated: \"</string>
<string name="WebmailService">WebMail Service</string>
<string name="Cloud">Cloud</string>
<string name="PerformanceIssues">Performance Issues</string>

View File

@ -1,5 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="1.2.1" versioncode="20" >
<change>Updated the need more help links to the actual How to's</change>
<change>Added some screenshots in F-Droid app description</change>
<change>Added It, Nl translations of the description in F-Droid</change>
</release>
<release version="1.2.0" versioncode="19" >
<change>Notifications works as a service now</change>
<change>Added shortcut to battery optimizations in menu</change>

BIN
metadata/en-US/phoneScreenshots/01.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 71 KiB

BIN
metadata/en-US/phoneScreenshots/02.png Normal file → Executable file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -0,0 +1,29 @@
<b>Disroot</b> è una piattaforma che fornisce servizi online basati sui principi di libertà, privacy, federazione e decentralizzazione.
Questa applicazione è come il tuo coltellino svizzero per la piattaforma Disroot, realizzata dalla comunità per la comunità.
Se non si dispone di un account Disroot è comunque possibile utilizzare questa applicazione per accedere a tutti i servizi Disroot che non richiedono un account:
* Etherpad
* Ethercalc
* Private bin
* Upload
* Poll
* Searx
* Diaspora* (requires a Diaspora only account)
L'applicazione potrebbe richiedere l'installazione di applicazioni aggiuntive. Si consiglia vivamente di installare F-Droid - una app store di applicazioni gratuite e open source - in quanto non tutte le applicazioni possono essere trovate sul Play Store di Google e F-Droid è più orientato alla privacy (nessun tracking, nessun account necessario) ed è possibile scaricarlo [qui](https://f-droid.org/FDroid.apk).
<b>Lingue supportate:</b>
* Ingelse
* Spagnolo
* Francese
* Italiano
* Olandese
* Portogese
* Serbo
* Tedesco
<b>***Novità***</b>
L'applicazione esegue un servizio in background per notificare i nuovi messaggi di stato Disroot. Se si desidera sfruttare appieno questa funzione, è necessario disabilitare l'ottimizzazione della batteria per l'applicazione.
<b>Sostieni il proggetto:</b>
✋ Partecipa alla discussione su <a href="xmpp:disroot@chat.disroot.org">xmpp:disroot@chat.disroot.org</a>
✋ Connettiti con noi <a href="https://hub.disroot.org/channel/disroot</a>

BIN
metadata/it-IT/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1 @@
Questa applicazione è come il tuo coltellino svizzero per la piattaforma Disroot.

1
metadata/it-IT/title.txt Normal file
View File

@ -0,0 +1 @@
Disroot app

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -0,0 +1,29 @@
<b>Disroot</b> is een platform dat online diensten aanbiedt op basis van principes van vrijheid, privacy, federatie en decentralisatie.
Deze app is als uw Zwitsers legermes voor het Disroot-platform, gemaakt door de gemeenschap voor de gemeenschap.
Als u geen Disroot account heeft kunt u deze app nog steeds gebruiken om toegang te krijgen tot alle Disroot diensten die geen account nodig hebben:
* Etherpad
* Ethercalc
* Private bin
* Upload
* Poll
* Searx
* Diaspora* (vereist een Diaspora account)
Het kan nodig zijn om extra apps te installeren. Wij raden u ten zeerste aan F-Droid te installeren - een gratis en open source app marktplaats - omdat niet alle apps kunnen worden gevonden op Google's Play Store en F-Droid is meer privacy georiënteerd (geen tracking, geen account nodig) kunt u het downloaden [hier](https://f-droid.org/FDroid.apk).
<b>Ondersteunde talen:</b>
* Engels
* Spaans
* Frans
* Italiaans
* Nederlands
* Portugees
* Servisch
* Duits
<b>***Nieuw***</b>
De app draait een achtergronddienst om u op de hoogte te stellen van nieuwe Disroot status berichten. Als u volledig gebruik wilt maken van deze functie, moet u de batterijoptimalisatie voor de app uitschakelen.
<b>Steun het project:</b>
✋ Neem deel aan de discussie op <a href="xmpp:disroot@chat.disroot.org">xmpp:disroot@chat.disroot.org</a>
✋ Verbind met ons <a href="https://hub.disroot.org/channel/disroot</a>

BIN
metadata/nl-NL/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1 @@
Deze app is als uw Zwitsers legermes aan het Disroot platform

1
metadata/nl-NL/title.txt Normal file
View File

@ -0,0 +1 @@
Disroot app