Luigi Martinelli
Luigi Martinelli
If a specific feature is disabled from the config file, there's no reason to load specific middlewares and routes. I am referring to: 1. ImpersonatingMiddleware 2. RenewPasswordMiddleware https://github.com/phpsa/filament-authentication/blob/d32ce3624a90532c8b4a0407766a62ba6f4afded/src/FilamentAuthentication.php#L58 And for...
Add note about the unability to advertise Service UUIDs in Windows Bluetooth API.
### Changes Made - Added database migration system Implemented a structured migration system to handle database schema evolution systematically. - Initial Schema (_createDB) is now handled as a migration -...
### Description The app currently lacks the ability to follow the system's theme setting. Users should have an option to use their device's theme preference, with the app updating in...
### Description Currently, the app lacks a proper migration system, which I believe is a crucial feature at this stage of development. Implementing structured migrations would help manage schema changes...
### Summary I'd like to suggest considering [drift](https://pub.dev/packages/drift) as an alternative to direct sqflite usage for database management. ### Background Currently, the project uses sqflite (^2.4.2) for database operations. While...
### Description The app works on Android builds without Google Play Services, making it suitable for F-Droid. Publishing there would improve access for open-source users. ### Proposed Solution Submit the...
## 🎯 Description Adds safe area padding to the bottom bar to fix overlap with system navigation in the "New transaction" page (add_page.dart). Closes: #382 ## 📱 Changes - Added...
In reference to issue #292 Could someone please assist with testing this on iOS? I'm unable to test today. It could be appropriate to involve an approval from the UI/UX...
This issue is to track the proposed change as per PR #437.