Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.4.2 #1182

Merged
merged 4 commits into from
Aug 2, 2024
Merged

6.4.2 #1182

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/beta.build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
}

json="{"
json="$json\"default\": $(build_appinfo_entry),"
json="$json\"default\": $(build_appinfo_entry "en-US"),"
for dir in ./appstore_metadata/*/; do
dir="$(basename "$dir")"
if [[ -d "./appstore_metadata/$dir" ]]; then
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stable.build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
env:
DELIVER_METADATA_PATH: ${{ steps.metadata.outputs.path_ios }}
run: |
fastlane run upload_to_app_store api_key_path:"/Users/ci/appstoreconnect/key.json" team_id:"S8D843U34Y" ipa:"./Monal/build/ipa/Monal.ipa" app_version:"${{ steps.releasenotes.outputs.version }}" platform:ios reject_if_possible:true submit_for_review:true automatic_release:true skip_metadata:false skip_screenshots:true precheck_include_in_app_purchases:false version_check_wait_retry_limit:10 force:true
fastlane run upload_to_app_store api_key_path:"/Users/ci/appstoreconnect/key.json" team_id:"S8D843U34Y" ipa:"./Monal/build/ipa/Monal.ipa" app_version:"${{ steps.releasenotes.outputs.version }}" reject_if_possible:true submit_for_review:true automatic_release:true skip_metadata:false skip_screenshots:true precheck_include_in_app_purchases:false version_check_wait_retry_limit:10 force:true
- name: Notarize catalyst
run: xcrun notarytool submit ./Monal/build/app/Monal.zip --wait --team-id S8D843U34Y --key "/Users/ci/appstoreconnect/apiKey.p8" --key-id "$(cat /Users/ci/appstoreconnect/apiKeyId.txt)" --issuer "$(cat /Users/ci/appstoreconnect/apiIssuerId.txt)"
- name: Staple notarisation
Expand All @@ -181,7 +181,7 @@ jobs:
env:
DELIVER_METADATA_PATH: ${{ steps.metadata.outputs.path_macos }}
run: |
fastlane run upload_to_app_store api_key_path:"/Users/ci/appstoreconnect/key.json" team_id:"S8D843U34Y" pkg:"./Monal/build/app/Monal.pkg" app_version:"${{ steps.releasenotes.outputs.version }}" platform:mac reject_if_possible:true submit_for_review:true automatic_release:true skip_metadata:false skip_screenshots:true precheck_include_in_app_purchases:false version_check_wait_retry_limit:10 force:true
fastlane run upload_to_app_store api_key_path:"/Users/ci/appstoreconnect/key.json" team_id:"S8D843U34Y" pkg:"./Monal/build/app/Monal.pkg" app_version:"${{ steps.releasenotes.outputs.version }}" reject_if_possible:true submit_for_review:true automatic_release:true skip_metadata:false skip_screenshots:true precheck_include_in_app_purchases:false version_check_wait_retry_limit:10 force:true
# - name: Update xmpp.org client list with new timestamp
# run: ./scripts/push_xmpp.org.sh
- name: Remove fastlane metadata directory
Expand Down
20 changes: 20 additions & 0 deletions appstore_metadata/es-ES/description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Nunca hubo un mejor momento para empezar a usar XMPP, una red de pública de chat que no se encuentra bajo el control ni la propiedad de nadie. Monal es la vía rápida y amigable para usar XMPP. Solo descargue la app, ingrese o regístrese y estará listo para chatear en minutos. Se ve y se usa de la misma manera que las otras apps, así que no existe necesidad de “aprender XMPP” o preocuparse por lo que es.

Características más notables:
- Código abierto
- Sin publicidad! Fuerte foco en la privacidad. No envía información de uso ni "métricas"
- No recaba ningún tipo de información personal
- Con conexión directa al servidor, su contraseña y el resto de la información nunca se envían a terceros
- Chat encriptado con OMEMO
- Funciona con servidores corporativos de XMPP que requieren una VPN
- Soporta chat multi usuario (MUC - Multi User Chat) para chats en grupo
- Llamadas de Audio y Video

Implementa ciertas extensiones XMPP destinadas a mejorar la comunicación movil:
- XEP-0357: Notificaciones automáticas
- XEP-0280: Copia sincronizada de mensajes entre los distintos clientes
- XEP-0198: Gestión de flujo de datos para una reconexión rápida
- XEP-0199: Ping XMPP para mantener la conexión
- XEP-0313: Administrador de archivo de mensajes para descarga del historial de chat
- XEP-0352: Visualización de estado del cliente para reducir dramáticamente el uso de la batería
- XEP-0363: Carga de archivos HTTP para enviar imágenes en las conversaciones
1 change: 1 addition & 0 deletions appstore_metadata/es-ES/keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xmpp, jabber, chat, instant messaging, messaging, ejabberd, prosody, OMEMO
1 change: 1 addition & 0 deletions appstore_metadata/es-ES/marketing_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://monal-im.org/
1 change: 1 addition & 0 deletions appstore_metadata/es-ES/privacy_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://monal-im.org/privacy/
1 change: 1 addition & 0 deletions appstore_metadata/es-ES/support_url.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://monal-im.org/support/
1 change: 1 addition & 0 deletions scripts/set_version_number.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ echo ""
echo "***************************************************"
echo "* Setting buildNumber to $buildNumber and version to $buildVersion *"
echo "***************************************************"
sleep 1

set -x

Expand Down
Loading