Skip to content

Commit

Permalink
prepare for release 2.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff committed May 15, 2022
1 parent e98cdf7 commit 4e4eb69
Show file tree
Hide file tree
Showing 11 changed files with 53 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 2.5.10
* New: manage camera roll archive on server
* New: show sync status in Setting menu
* Fixed crash when opening app on Android 9
* Fixed QR code scanning function in Login screen

## Version 2.5.9
* Fixed sync setting error that accidentally turns off album auto sync. You might need to take a look at the 'Setting'.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId 'site.leos.apps.lespas'
minSdk 25
targetSdk 31
versionCode 56
versionName '2.5.9'
versionCode 57
versionName '2.5.10'

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'
archivesBaseName = "LesPas-v$versionName"
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/de-DE/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Neu: Verwaltung des Kamerarollenarchivs auf dem Server
* Neu: Anzeige des Synchronisierungsstatus im Einstellungsmenü
* Absturz beim Öffnen der App unter Android 9 behoben
* Funktion zum Scannen von QR-Codes im Anmeldebildschirm behoben
* Weitere Verbesserungen und Fehlerkorrekturen
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* New: manage camera roll archive on server
* New: show sync status in Setting menu
* Fixed crash when opening app on Android 9
* Fixed QR code scanning function in Login screen
* Other improvements and bugs fixes
5 changes: 5 additions & 0 deletions fastlane/metadata/android/es-ES/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Nuevo: gestionar el archivo del rollo de la cámara en el servidor
* Nuevo: mostrar el estado de sincronización en el menú de ajustes
* Corregido el fallo al abrir la aplicación en Android 9
* Corregida la función de escaneo de códigos QR en la pantalla de inicio de sesión
* Otras mejoras y correcciones de errores
5 changes: 5 additions & 0 deletions fastlane/metadata/android/fr-FR/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Nouveau : gestion des archives de la liste des caméras sur le serveur
* Nouveau : affichage de l'état de la synchronisation dans le menu Paramètres
* Correction d'un crash à l'ouverture de l'application sous Android 9
* Correction de la fonction de lecture du code QR dans l'écran de connexion
* Autres améliorations et corrections de bugs
5 changes: 5 additions & 0 deletions fastlane/metadata/android/ja-JP/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* カメラロールのアーカイブをサーバーで管理する機能を追加しました。
* 設定メニューに同期状態を表示する機能を追加
* Android 9 でアプリを起動するとクラッシュする問題を修正
* ログイン画面でのQRコード読み取り機能の修正
* その他の改善・バグフィックス
5 changes: 5 additions & 0 deletions fastlane/metadata/android/pt-BR/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* Novo: gerenciar o arquivo de rolos de câmera no servidor
* Novo: mostrar status de sincronização no menu Setting
* Corrigida a falha ao abrir o aplicativo no Android 9
* Função de varredura fixa de código QR na tela de Login
* Outras melhorias e correções de bugs
5 changes: 5 additions & 0 deletions fastlane/metadata/android/zh-CN/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* 新增功能:管理服务器上的相机备份
* 设置菜单新增显示当前的相册同步状态
* 修复Android 9版本上程序打开即时崩溃的问题
* 修复登录界面二维码扫描功能
* 其他改进以及错误修复
5 changes: 5 additions & 0 deletions fastlane/metadata/android/zh-HK/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* 新增功能:管理伺服器上的相機備份
* 設置菜單新增顯示當前相冊同步狀態
* 修復Android 9版本上App打開即時崩潰的問題
* 修復登錄界面二維碼掃描功能
* 其他改進以及錯誤修復
5 changes: 5 additions & 0 deletions fastlane/metadata/android/zh-TW/changelogs/57.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
* 新增功能:管理伺服器上的相機備份
* 設置菜單新增顯示當前相冊同步狀態
* 修復Android 9版本上App打開即時崩潰的問題
* 修復登錄界面二維碼掃描功能
* 其他改進以及錯誤修復

0 comments on commit 4e4eb69

Please sign in to comment.