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

v1.0.9 #461

Merged
merged 34 commits into from
Oct 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
b113127
New translations app_en.arb (Chinese Simplified)
dreautall Jul 21, 2024
431ef08
New translations app_en.arb (French)
dreautall Jul 21, 2024
5477403
New translations app_en.arb (German)
dreautall Jul 21, 2024
443cdca
New translations app_en.arb (Slovenian)
dreautall Jul 21, 2024
6745eb8
New translations full_description.txt (French)
dreautall Jul 21, 2024
da716d0
New translations full_description.txt (Italian)
dreautall Jul 21, 2024
bcb10ab
New translations full_description.txt (Chinese Simplified)
dreautall Jul 21, 2024
0790223
New translations short_description.txt (French)
dreautall Jul 21, 2024
918b03c
New translations short_description.txt (Spanish)
dreautall Jul 21, 2024
daae15b
New translations short_description.txt (Chinese Simplified)
dreautall Jul 21, 2024
cdb075d
New translations short_description.txt (Portuguese, Brazilian)
dreautall Jul 21, 2024
8587a68
New translations app_en.arb (Hungarian)
dreautall Jul 24, 2024
cc55d77
New translations full_description.txt (Hungarian)
dreautall Jul 24, 2024
a0b892e
New translations short_description.txt (Hungarian)
dreautall Jul 24, 2024
1b70827
New translations app_en.arb (Chinese Simplified)
dreautall Aug 11, 2024
289d762
Merge branch 'develop' into l10n
dreautall Sep 20, 2024
2fb9a24
Update app_zh.arb
dreautall Oct 13, 2024
cb1e256
Merge branch 'develop' into l10n
dreautall Oct 13, 2024
ca7e78c
Merge pull request #424 from dreautall/l10n
dreautall Oct 13, 2024
d21bd0c
fix lint warning
dreautall Oct 13, 2024
01dcb3b
New translations app_en.arb (Chinese Simplified)
dreautall Oct 13, 2024
e7a41b5
New translations full_description.txt (Chinese Simplified)
dreautall Oct 13, 2024
580206b
test to enable predictive back gestures
dreautall Oct 13, 2024
4dc74dd
Update app_zh.arb
dreautall Oct 13, 2024
4f4e893
Merge pull request #458 from dreautall/l10n
dreautall Oct 13, 2024
51f07ff
change gradle build to (hopefully) fix crashes in Play Console
dreautall Oct 13, 2024
e20bf73
Merge branch 'develop' of https://github.com/dreautall/waterfly-iii i…
dreautall Oct 13, 2024
9dd085b
New translations app_en.arb (Chinese Simplified)
dreautall Oct 13, 2024
068a128
New translations full_description.txt (Chinese Simplified)
dreautall Oct 13, 2024
1f4b44c
Update app_zh.arb
dreautall Oct 14, 2024
cbe631c
Merge pull request #459 from dreautall/l10n
dreautall Oct 14, 2024
8f6e66a
[pub] upgrade
dreautall Oct 14, 2024
161bad4
bump version
dreautall Oct 14, 2024
4cb3117
Merge branch 'develop' of https://github.com/dreautall/waterfly-iii i…
dreautall Oct 14, 2024
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
8 changes: 4 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ android {
ndkVersion flutter.ndkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11

// Added: flutter_local_notifications
coreLibraryDesugaringEnabled true
}

kotlinOptions {
jvmTarget = '1.8'
jvmTarget = '11'
}

sourceSets {
Expand Down Expand Up @@ -101,7 +101,7 @@ dependencies {
implementation 'com.google.android.material:material:1.8.0'
implementation "androidx.lifecycle:lifecycle-viewmodel:2.5.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0"
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' // Added: flutter_local_notifications
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:2.0.2' // Added: flutter_local_notifications
implementation 'androidx.window:window:1.1.0-rc01' // Added: flutter_local_notifications
implementation 'androidx.window:window-java:1.1.0-rc01' // Added: flutter_local_notifications
}
Expand Down
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
android:label="Waterfly III"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher"
android:enableOnBackInvokedCallback="false"
android:enableOnBackInvokedCallback="true"
android:usesCleartextTraffic="true"
android:networkSecurityConfig="@xml/network_security_config"
>
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/368.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Hotfix for crashes at startup
- Maintenance release to upgrade flutter, package versions etc.
- Fix for notification listener handling
- Add day in transaction page
- Text fields are now initially capitalized
2 changes: 1 addition & 1 deletion fastlane/metadata/android/es-ES/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
App no oficial para Firefly III, un gestor de finanzas personales de código abierto.
App no oficial para Firefly III, un gestor de finanzas de código abierto.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/fr-FR/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Waterfly III est une application non officielle pour votre propre instance de Fi

Cette application nécessite une instance de Firefly III autohébergée sur votre propre serveur, veuillez visiter https://www.firefly-iiii.org/ pour plus d'informations sur ce logiciel. Il ne s'agit que d'une application cliente qui ne peut pas fonctionner de manière autonome!

Fonctionnalités:
Fonctionnalités :

- Tableau de bord avec graphiques et aperçu du budget
- Liste des opérations avec filtres
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/fr-FR/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
App non officielle pour Firefly III, un gestionnaire de finances personnelles.
Application non officielle pour Firefly III, un gestionnaire de finances personnelles open source.
6 changes: 3 additions & 3 deletions fastlane/metadata/android/hu-HU/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
A Waterfly III egy nem hivatalos alkalmazás a Firefly III-hoz, mely egy ingyenes, nyílt forráskódú, saját üzemeltetésű pénzügyi menedzser.

Ehhez az alkalmazáshoz saját üzemeltetésű Firefly III szolgáltatásra van szükség. A szoftverrel kapcsolatos további információkért látogasson el a https://www.firefly-iii.org/ oldalra. Ez csak egy társalkalmazás, önálló használatra nem képes!
Ehhez az alkalmazáshoz saját szerveren tárolt Firefly III példányra van szükség. A szoftverrel kapcsolatos további információkért látogasson el a https://www.firefly-iii.org/ oldalra. Ez csak egy társalkalmazás ami nem tud önállóan futni!

Jellemzők:
Funkciók:

- Irányítópult diagramokkal és költségvetési áttekintéssel
- Tranzakciós lista szűrőkkel
- Tranzakciók hozzáadása és szerkesztése automatikus kiegészítéssel, beleértve a mellékleteket, az osztott tranzakciókat és a több pénznem támogatását
- Malacpersely támogatás (megtekintés és pénz hozzáadása)
- Persely támogatás (megtekintés és pénz hozzáadása)
- Értesítésfigyelő szolgáltatás, amellyel egyszerűen hozhat létre új tranzakciókat a bejövő értesítések alapján (például a Google Pay szolgáltatásból vagy a banki alkalmazásból)
- Teljesen nyílt forráskódú: https://github.com/dreautall/waterfly-iii
- Nincsenek hirdetések vagy nyomkövetők
Expand Down
1 change: 1 addition & 0 deletions fastlane/metadata/android/hu-HU/short_description.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Nem hivatalos alkalmazás Firefly III-hoz, egy nyílt forráskódú személyes pénzügyi menedzserhez.
4 changes: 2 additions & 2 deletions fastlane/metadata/android/it-IT/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Waterfly III è un'app non ufficiale per la tua istanza personale di Firefly III, un gestore di finanze libero e open source.

Quest'app necessita di collegarsi a una istanza Firefly III installata sul tuo server, visita https://www.firefly-iii.org/ per maggiori informazioni su questo software. Si tratta di un'app integrativa e non funziona da sola!
Quest'app necessita di collegarsi a una istanza FIrefly III installata sul tuo server, visita https://www.firefly-iii.org/ per maggiori informazioni su questo software. Si tratta di un'app integrativa e non funziona da sola!

Caratteristiche:

Expand All @@ -12,6 +12,6 @@ Caratteristiche:
- Totalmente open source: https://github.com/dreautall/waterfly-iii
- Nessun annuncio o tracciamento

Contributo:
Contribuire:

Se si incappa in un problema o nella mancanza di una funzione, siete liberi d'inviare un riscontro attraverso il Play Store, per e-mail o aprendo una Issue su GitHub.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/pt-BR/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
App não oficial do Firefly III, um gerente de finanças pessoais de código aberto.
App não oficial do Firefly III, um gerente de finanças pessoais de código aberto
4 changes: 2 additions & 2 deletions fastlane/metadata/android/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=1.0.8
versionCode=361
versionName=1.0.9
versionCode=368
20 changes: 10 additions & 10 deletions fastlane/metadata/android/zh-CN/full_description.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Waterfly III 是一款适用于您自己的 Firefly III(免费开源财务管理器)实例的非官方应用程序
Waterfly III 是您自己的 Fifly III实例的一个非官方应用,一个免费和开放源码财务管理器

此应用程序需要在您自己的服务器上安装有自托管的 Firefly III 实例,请访问 https://www.firefly-iii.org/ 以获取有关软件的更多信息。 这只是一个配套应用程序,不能独立运行!
这个应用程序需要您自己的服务器上的Frefly III实例。请访问https://www.firefrey-iii.org/ 了解更多有关该软件的信息。 这只是一个配套应用程序,不能独立运行! 这只是一个配套应用程序,不能独立运行! 这只是一个配套应用程序,不能独立运行! 这只是一个配套应用程序,不能独立运行! 这只是一个配套应用程序,不能独立运行!

特点
特征

- 带有图表和预算概览的仪表盘
- 带有图表和预算概览的仪表板
- 带过滤器的交易列表
- 添加和编辑自动完成的交易,包括附件、拆分交易和多货币支持
- 支持存钱罐(查看和添加资金
- 通知监听服务,可根据收到的通知(例如来自 Google Pay 或您的银行应用程序)轻松创建新交易
- 完全开源:https://github.com/dreautall/waterfly-iii
- 添加和编辑自动完成的交易,包括附件、分割交易和多货币支持
- 银行支持 (查看和添加资金)
- 通知侦听器服务可根据收到的通知轻松创建新交易(例如,来自 Google Pay 或您的银行应用程序)
- 完全开放源码:https://github.com/dreautall/waterfly-iii
- 没有广告或追踪器

贡献
捐款

如果您遇到错误或功能缺失,请随时在 Play 商店中提供反馈、给我发送电子邮件或在 GitHub 上开 issue
如果您正在运行错误或错过功能,请随时在游戏商店提供反馈。 给我发送电子邮件或在 GitHub 上打开一个问题
2 changes: 1 addition & 1 deletion fastlane/metadata/android/zh-CN/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
开源个人财务管理软件 Firefly III 的非官方应用程序。
Firefly III 的非官方应用程序,一款开源个人财务管理器
6 changes: 6 additions & 0 deletions lib/app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,12 @@ class _WaterflyAppState extends State<WaterflyApp> {
appBarTheme: const AppBarTheme(
shape: RoundedRectangleBorder(),
),
pageTransitionsTheme: const PageTransitionsTheme(
builders: <TargetPlatform, PageTransitionsBuilder>{
TargetPlatform.android:
PredictiveBackPageTransitionsBuilder(),
},
),
),
darkTheme: ThemeData(
brightness: Brightness.dark,
Expand Down
6 changes: 3 additions & 3 deletions lib/l10n/app_de.arb
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@
"@errorAPIUnavailable": {
"description": "Error thrown when API is unavailable."
},
"errorFieldRequired": "Dieses Feld wird benötigt.",
"errorFieldRequired": "Dies ist ein Pflichtfeld.",
"@errorFieldRequired": {
"description": "Error: Required field was left empty."
},
Expand Down Expand Up @@ -816,7 +816,7 @@
"@settingsDialogDebugMailCreate": {
"description": "Button to confirm mail creation after privacy disclaimer is shown."
},
"settingsDialogDebugMailDisclaimer": "ACHTUNG: Ein E-Mail Entwurf wird mit angehängtem Fehlerprotokoll (einer Textdatei) erstellt. Das Fehlerprotokoll kann sensible Informationen, wie zum Beispiel die URL deiner Firefly-Instanz, enthalten (auch wenn ich versuche, geheime Informationen wie den API-Schlüssel nicht zu protokollieren). Bitte lese vor dem Senden der Mail das Protokoll durch und zensiere alle Informationen, die du nicht teilen möchtest.\n\nBitte sende keine Fehlerprotokolle ohne vorherige Absprache mit mir via Mail/GitHub. Ich werde alle ohne Kontext eingesendete Protokolle aus Datenschutzgründen löschen. Lade die Protokolle nie auf GitHub oder anderswo hoch.",
"settingsDialogDebugMailDisclaimer": "ACHTUNG: Ein E-Mail Entwurf wird mit angehängtem Fehlerprotokoll erstellt. Das Fehlerprotokoll kann sensitive Informationen wie zum Beispiel die URL deiner Firefly-Instanz enthalten (auch wenn ich versuche geheime Informationen wie den API-Schlüssel nicht zu protokollieren). Bitte lese vor dem Senden der Mail das Protokoll durch und zensiere alle Informationen, die du nicht teilen möchtest.\n\nBitte sende keine Fehlerprotokolle ohne vorherige Absprache mit mir via Mail/GitHub. Ich werde alle ohne Kontext eingesendete Protokolle aus Datenschutzgründen löschen. Lade die Protokolle nie auf GitHub oder anderswo hoch.",
"@settingsDialogDebugMailDisclaimer": {
"description": "Privacy disclaimer shown before sending logs"
},
Expand Down Expand Up @@ -957,7 +957,7 @@
"@settingsVersion": {
"description": "Current App Version"
},
"settingsVersionChecking": "überprüfe…",
"settingsVersionChecking": "Überprüfe…",
"@settingsVersionChecking": {
"description": "Shown while checking for app version"
},
Expand Down
8 changes: 4 additions & 4 deletions lib/l10n/app_fr.arb
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@
"@loginWelcome": {
"description": "Login screen welcome banner"
},
"logoutConfirmation": "Êtes-vous sûr de vouloir vous déconnecter?",
"logoutConfirmation": "Êtes-vous sûr de vouloir vous déconnecter ?",
"@logoutConfirmation": {
"description": "Get user confirmation if he really wants to log out"
},
Expand Down Expand Up @@ -884,7 +884,7 @@
"@settingsNLPermissionNotGranted": {
"description": "A requested permission was not granted."
},
"settingsNLPermissionRemove": "Supprimer la permission?",
"settingsNLPermissionRemove": "Supprimer la permission ?",
"@settingsNLPermissionRemove": {
"description": "Dialog title asking if permission should be removed."
},
Expand Down Expand Up @@ -965,15 +965,15 @@
"@transactionAttachments": {
"description": "Button Label: Attachments"
},
"transactionDeleteConfirm": "Êtes-vous sûr de vouloir supprimer cette opération?",
"transactionDeleteConfirm": "Êtes-vous sûr de vouloir supprimer cette opération ?",
"@transactionDeleteConfirm": {
"description": "Confirmation text to delete transaction"
},
"transactionDialogAttachmentsDelete": "Supprimer la pièce jointe",
"@transactionDialogAttachmentsDelete": {
"description": "Button Label: Delete Attachment"
},
"transactionDialogAttachmentsDeleteConfirm": "Êtes-vous sûr de vouloir supprimer cette pièce jointe?",
"transactionDialogAttachmentsDeleteConfirm": "Êtes-vous sûr de vouloir supprimer cette pièce jointe ?",
"@transactionDialogAttachmentsDeleteConfirm": {
"description": "Confirmation text to delete attachment"
},
Expand Down
Loading
Loading