Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
11684a3
Added code generation step on release publish action
mikev-cw Jan 28, 2026
a4b2e16
Dettaglio export popup avviso su android
AlessandroBonomo28 Feb 3, 2026
3e085db
simplified error message
AlessandroBonomo28 Feb 5, 2026
36c439e
Formatted code
theperu Feb 6, 2026
4719ff8
Merge pull request #511 from AlessandroBonomo28/main
theperu Feb 6, 2026
93ec7e9
build: pubspec update + ios settings update (#509)
lucaantonelli Feb 20, 2026
5af1310
Add changelog for version 1034
mikev-cw Feb 21, 2026
c66e8c3
Settings redesign
theperu Feb 26, 2026
42f486e
Dart format
theperu Feb 26, 2026
d2b8577
include recurring transactions in account balance calculations (#517)
theperu Feb 27, 2026
3661dd5
feat: frequent category list real data (#513)
lucaantonelli Feb 27, 2026
127a46c
Fix: demo data issues and category reorder with subcategories (#515)
theperu Feb 27, 2026
0c36fbd
Moving urls to constants.dart
theperu Feb 27, 2026
650062c
fix: sync subcategory colors when parent category color is updated
theperu Feb 28, 2026
813145f
Implemented import from MoneyManager
Mattia-Sacchi Mar 5, 2026
dcb69f5
Merge pull request #516 from theperu/feature/settings-redesign
theperu Mar 6, 2026
dd70d4a
Bug fixes, The icons and colors are now randomized on import (MoneyMa…
Mattia-Sacchi Mar 6, 2026
79c359c
Merge branch 'RIP-Comm:main' into main
Mattia-Sacchi Mar 6, 2026
c96c1b4
Import/Export databases
Mattia-Sacchi Mar 7, 2026
53ea76a
Import database direcly from moneymanager
Mattia-Sacchi Mar 13, 2026
97f123c
Both CSV Import and DB are working
Mattia-Sacchi Mar 20, 2026
df2bb5c
Refactor backup page
Mattia-Sacchi Mar 20, 2026
2ebbe22
typo
Mattia-Sacchi Mar 20, 2026
c16a1a2
Spezzato il file in due
Mattia-Sacchi Mar 21, 2026
09b6d41
Fixed import with rollback if it's not working properly
Mattia-Sacchi Mar 22, 2026
cd5a24f
divided screens
Mattia-Sacchi Mar 26, 2026
2c86057
Test custom picker
Mattia-Sacchi Mar 31, 2026
402aa57
changed directory
Mattia-Sacchi Apr 6, 2026
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 .fvmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"flutter": "3.38.3"
"flutter": "3.38.8"
}
7 changes: 6 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,14 @@ jobs:
flutter-version: ${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
channel: stable
cache: true
cache-key: flutter
cache-key: flutter-${{ steps.fvm-config-action.outputs.FLUTTER_VERSION }}
cache-path: ${{ runner.tool_cache }}/flutter

- name: Check versions
run: |
flutter --version
dart --version

- name: Get dependencies
run: flutter pub get

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:

- name: Install dependencies
run: flutter pub get

- name: Run build_runner
run: |
dart run build_runner build --delete-conflicting-outputs

- name: Dump keystore
uses: timheuer/base64-to-file@v1.2.4
Expand Down
2 changes: 1 addition & 1 deletion ios/Flutter/AppFrameworkInfo.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
<key>CFBundleVersion</key>
<string>1.0</string>
<key>MinimumOSVersion</key>
<string>12.0</string>
<string>13.0</string>
</dict>
</plist>
6 changes: 5 additions & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Uncomment this line to define a global platform for your project
# platform :ios, '12.0'
platform :ios, '13.0'

# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
ENV['COCOAPODS_DISABLE_STATS'] = 'true'
Expand Down Expand Up @@ -39,5 +39,9 @@ end
post_install do |installer|
installer.pods_project.targets.each do |target|
flutter_additional_ios_build_settings(target)

target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
end
end
end
43 changes: 28 additions & 15 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,30 +40,35 @@ PODS:
- Flutter
- flutter_native_splash (2.4.3):
- Flutter
- local_auth_darwin (0.0.1):
- Flutter
- FlutterMacOS
- package_info_plus (0.4.5):
- Flutter
- path_provider_foundation (0.0.1):
- Flutter
- FlutterMacOS
- permission_handler_apple (9.3.0):
- Flutter
- SDWebImage (5.21.0):
- SDWebImage/Core (= 5.21.0)
- SDWebImage/Core (5.21.0)
- SDWebImage (5.21.5):
- SDWebImage/Core (= 5.21.5)
- SDWebImage/Core (5.21.5)
- shared_preferences_foundation (0.0.1):
- Flutter
- FlutterMacOS
- sqflite_darwin (0.0.4):
- Flutter
- FlutterMacOS
- sqlite3 (3.49.1):
- sqlite3/common (= 3.49.1)
- sqlite3/common (3.49.1)
- sqlite3/dbstatvtab (3.49.1):
- sqlite3 (3.49.2):
- sqlite3/common (= 3.49.2)
- sqlite3/common (3.49.2)
- sqlite3/dbstatvtab (3.49.2):
- sqlite3/common
- sqlite3/fts5 (3.49.1):
- sqlite3/fts5 (3.49.2):
- sqlite3/common
- sqlite3/perf-threadsafe (3.49.1):
- sqlite3/perf-threadsafe (3.49.2):
- sqlite3/common
- sqlite3/rtree (3.49.1):
- sqlite3/rtree (3.49.2):
- sqlite3/common
- sqlite3_flutter_libs (0.0.1):
- Flutter
Expand All @@ -83,6 +88,8 @@ DEPENDENCIES:
- Flutter (from `Flutter`)
- flutter_local_notifications (from `.symlinks/plugins/flutter_local_notifications/ios`)
- flutter_native_splash (from `.symlinks/plugins/flutter_native_splash/ios`)
- local_auth_darwin (from `.symlinks/plugins/local_auth_darwin/darwin`)
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
- permission_handler_apple (from `.symlinks/plugins/permission_handler_apple/ios`)
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
Expand All @@ -109,6 +116,10 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/flutter_local_notifications/ios"
flutter_native_splash:
:path: ".symlinks/plugins/flutter_native_splash/ios"
local_auth_darwin:
:path: ".symlinks/plugins/local_auth_darwin/darwin"
package_info_plus:
:path: ".symlinks/plugins/package_info_plus/ios"
path_provider_foundation:
:path: ".symlinks/plugins/path_provider_foundation/darwin"
permission_handler_apple:
Expand All @@ -127,19 +138,21 @@ SPEC CHECKSUMS:
DKImagePickerController: 946cec48c7873164274ecc4624d19e3da4c1ef3c
DKPhotoGallery: b3834fecb755ee09a593d7c9e389d8b5d6deed60
file_picker: b159e0c068aef54932bb15dc9fd1571818edaf49
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_local_notifications: df98d66e515e1ca797af436137b4459b160ad8c9
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
flutter_local_notifications: ff50f8405aaa0ccdc7dcfb9022ca192e8ad9688f
flutter_native_splash: df59bb2e1421aa0282cb2e95618af4dcb0c56c29
local_auth_darwin: 63c73d6d28cc3e239be2b6aa460ea6e317cd5100
package_info_plus: c0502532a26c7662a62a356cebe2692ec5fe4ec4
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
SDWebImage: f84b0feeb08d2d11e6a9b843cb06d75ebf5b8868
SDWebImage: e9c98383c7572d713c1a0d7dd2783b10599b9838
shared_preferences_foundation: fcdcbc04712aee1108ac7fda236f363274528f78
sqflite_darwin: 5a7236e3b501866c1c9befc6771dfd73ffb8702d
sqlite3: fc1400008a9b3525f5914ed715a5d1af0b8f4983
sqlite3: 3c950dc86011117c307eb0b28c4a7bb449dce9f1
sqlite3_flutter_libs: cc304edcb8e1d8c595d1b08c7aeb46a47691d9db
SwiftyGif: 706c60cf65fa2bc5ee0313beece843c8eb8194d4
url_launcher_ios: 5334b05cef931de560670eeae103fd3e431ac3fe

PODFILE CHECKSUM: 4305caec6b40dde0ae97be1573c53de1882a07e5
PODFILE CHECKSUM: 9825c73c49f0e8b8218ad917d16459c48629562e

COCOAPODS: 1.16.2
Loading