0088d146f0
feat: enhance location map with route history, animations, follow mode, and fix API models
...
- Fix position address model nullability (province field missing from API)
- Fix health query order to sortDirection to match backend API
- Add pagination to health chart queries to prevent backend timeout
- Align GetDevicesResponseModel with full backend schema
- Add route history with gradient polyline, direction arrows, and clustering
- Add animated map movements
- Add follow mode with auto-refresh
- Add share location via Google Maps link
- Add fit bounds on history load
- Add expandable action buttons panel
- Add location list bottom sheet with type filters
- Add whitelist sync alongside secondary contacts
- Add loading state to linked devices screen
- Refactor location_map.dart: extract RouteHistoryLayer, MapActionsPanel
- Migrate setState to LocationMapViewModel
2026-03-22 02:30:21 +01:00
8e3a27e0d3
feat: add route history, map controls, and geofence/FP management
...
- Position history with polyline trail and date range picker
- Map style selector (standard, voyager, light, dark, satellite) persisted via SharedPreferences
- Geofence and frequent place CRUD with info cards
- Device banner with swipeable carousel
- Refresh position button
- Widget extraction: map controls, info cards, device banner, modal overlay
2026-03-18 19:48:30 +01:00
f1226b4c18
Merge remote-tracking branch 'origin/fusion-app' into legacy
...
# Conflicts:
# apps/mobile_app/lib/save_family_app.dart
# packages/sf_localizations/assets/l10n/de.json
# packages/sf_localizations/assets/l10n/en.json
# packages/sf_localizations/assets/l10n/es.json
# packages/sf_localizations/assets/l10n/fr.json
# packages/sf_localizations/assets/l10n/it.json
# packages/sf_localizations/assets/l10n/pt.json
# packages/sf_localizations/lib/src/generated/i18n.dart
2026-03-16 13:26:08 +01:00
b636550619
navigation fixes
2026-03-16 13:10:55 +01:00
90447ce9a0
Merge branch 'feature/remote-management' into legacy
...
# Conflicts:
# apps/mobile_app/lib/save_family_app.dart
# packages/sf_localizations/assets/l10n/de.json
# packages/sf_localizations/assets/l10n/en.json
# packages/sf_localizations/assets/l10n/es.json
# packages/sf_localizations/assets/l10n/fr.json
# packages/sf_localizations/assets/l10n/it.json
# packages/sf_localizations/assets/l10n/pt.json
# packages/sf_localizations/lib/src/generated/i18n.dart
2026-03-16 12:54:23 +01:00
440bbcac66
device management features, settings module and contact sync
...
Device management:
- Activity meter with steps charts and history
- Apps usage with daily breakdown and top apps
- Health monitoring (heart rate, oxygen, blood pressure)
- Scheduled activities with timeline and CRUD
- Contacts sync to device via contact-lists
- Locate device, rewards refactor
Settings (new module):
- Block phone
- SOS contacts
- WiFi networks
- Alarm refactor with full CRUD
- Settings menu with feature stubs
Account:
- Personal data and account settings refactor
Shared:
- 100+ i18n keys in 6 languages
- New routes in app_router
- WeekDayChips, TimeRangeSelector shared widgets
- Legacy dashboard shell simplified
2026-03-16 08:37:52 +01:00
69b3cf358a
add edit profile screens (child/parent) with SCA, paginated transactions, and reactive state refresh
2026-03-12 22:42:38 +01:00
e4000d57fc
activation key in legacy device setup
2026-03-09 15:32:53 +01:00
644d1c2abe
Legacy modules refactor: auth, control panel, location module, and session persistence
2026-03-09 02:28:31 +01:00
01de94876b
legacy login refactor
2026-03-06 00:44:12 +01:00
cf03bbc1b5
Merge commit '014ef1ad2615fe2981f18ed28adcde17edda4f1e' into fusion-app
2026-03-05 12:53:39 +01:00
77fa21b572
Configure app signing, update identifiers for store deployment, and localize dashboard tabs
2026-03-01 22:50:33 +01:00
7849240ff2
mcc groups, limits to expend, delete child device, card status, responsive states, added some overrides to AppDelegate, router modified, sca wallet fixes
2026-02-26 14:59:51 +01:00
0c93440f9b
app state fixed
2026-02-25 18:37:17 +01:00
4b4eb807d7
sca treezor login fixes
2026-02-24 16:29:24 +01:00
8a50bfb906
sign up fixes
2026-02-19 17:19:14 +01:00
722c978674
payin fixes , allowance setup device step modified , sca pin 2fa added, provisioning changes
2026-02-19 14:56:05 +01:00
2ba83a22ac
Payout, payin , moves between wallets in same user, childScreens, transactions , card children block and unblock
2026-02-17 20:54:14 +01:00
a221b7a71e
payment methods with HiPay, payment profile edited, allowance step in device setup, tio snackbar added and logout from profile settings
2026-02-15 14:05:08 +01:00
417f0021ad
create wallet, treezor session heartbeat, get payment profile, device setup refactor, flow management from splash screen, sca pin dynamic
2026-02-12 09:02:43 +01:00
80b0750f62
added device setup flow, qr reader, createChildProfile models and cookies packages
2026-01-20 07:37:29 +01:00
59d566e9a6
onboarding copy
2026-01-17 22:20:34 +01:00
d7706bf639
Merge remote-tracking branch 'origin/auth-login-and-2fa-login' into auth-recover-password
2026-01-05 10:35:18 +01:00
8754884544
sign up parameters fixed change document, documentType and country code
2026-01-05 10:03:18 +01:00
0e3fd8e6d5
sign up feature second version done
2025-12-26 14:47:08 +01:00
0b2f1ff869
Added two factor login, otp code widget and intl
2025-12-19 13:47:31 +01:00
efbdae81d4
Merge remote-tracking branch 'origin/auth-login-and-2fa-login' into auth-recover-password
...
# Conflicts:
# modules/auth/lib/src/core/data/datasource/auth_remote_datasource.dart
# modules/auth/lib/src/core/data/datasource/auth_remote_datasource_impl.dart
# modules/auth/lib/src/core/data/repositories/auth_repository_impl.dart
# modules/auth/lib/src/core/domain/repositories/auth_repository.dart
# modules/auth/lib/src/features/recover_password/presentation/new_password_screen.dart
# modules/auth/lib/src/features/recover_password/presentation/restore_password_screen.dart
# packages/design_system/lib/src/inputs/textfields.dart
# packages/sf_localizations/assets/l10n/de.json
# packages/sf_localizations/assets/l10n/en.json
# packages/sf_localizations/assets/l10n/es.json
# packages/sf_localizations/assets/l10n/fr.json
# packages/sf_localizations/assets/l10n/it.json
# packages/sf_localizations/assets/l10n/pt.json
# packages/sf_localizations/lib/src/generated/i18n.dart
2025-12-19 12:13:41 +01:00
ea6a9741ee
Updated locale keys
2025-12-18 11:13:58 +01:00
f6e07192dc
Added recover password texts to i18n
2025-12-18 10:56:06 +01:00
AlcalaJulian
076951af24
added login and 2fa login endpoints, providers and states
2025-12-10 14:56:36 +01:00
AlcalaJulian
0f30c7f422
added linkPhone use cases, auth repository providers and data folder
2025-12-09 10:08:36 +01:00
AlcalaJulian
6b3776f618
feat(auth,sf_infrastructure): register QuestiaApi/Dio and connect link_phone remote datasource
2025-12-04 16:07:02 +01:00
AlcalaJulian
6c5da2d492
- refactor to onboarding and add OnboardingContent, dots indicator and view model
...
- Integrate i18n for onboarding texts
2025-12-03 18:37:07 +01:00
AlcalaJulian
8d11c08f81
localizations fixes
2025-12-03 13:42:14 +01:00