tane/apps/app_seeds/test/services
vjrj 8a7dc8d3dc fix(market): recover by itself when the shared connection comes up
Fresh installs could sit on 'can't reach the servers' forever: the offers
cubit captured the transport once at build time, the shared connection only
retried on a connectivity CHANGE, and a silently-filtered relay could stall
the pool for minutes.

- SocialConnection: retry with backoff after a failed attempt while started
  and not knowingly offline (injectable schedule for tests)
- OffersCubit: follow connection.sessions, re-attach the transport and re-run
  the last discovery on (re)connect; announce drops via connectionEpoch
- market _init: record the wanted area on the cubit even while offline
- NostrOfferTransport.discoverPage: sort a copy (channel lists may be
  unmodifiable)
2026-07-22 16:08:34 +02:00
..
ocr style: dart format reflow (no behavior change) 2026-07-09 22:19:43 +02:00
auto_backup_service_test.dart refactor(branding): rename app Tanemaki → Tane 2026-07-12 13:04:16 +02:00
auto_backup_store_test.dart feat(backup): add automatic weekly encrypted backups 2026-07-10 10:17:36 +02:00
coarse_location_test.dart fix(android): drop geolocator for a native LocationManager channel 2026-07-17 09:19:05 +02:00
device_id_store_test.dart feat(sync): device-to-device inventory sync, end to end 2026-07-10 23:45:40 +02:00
discovery_area_test.dart fix(market): search your zone by a coarse prefix, not the exact cell 2026-07-10 16:12:38 +02:00
export_import_service_test.dart refactor(branding): rename app Tanemaki → Tane 2026-07-12 13:04:16 +02:00
i18n_ja_locale_test.dart feat(i18n): full RTL/CJK support — fonts, Japanese locale, directional fixes 2026-07-14 11:11:19 +02:00
i18n_pt_br_locale_test.dart feat(i18n): complete Portuguese, add Brazilian Portuguese (pt_BR) 2026-07-20 23:11:01 +02:00
inbox_service_test.dart feat(social): local blocklist — hide blocked authors' offers, chats and incoming messages, with unblock management 2026-07-13 08:25:49 +02:00
label_sheet_service_test.dart feat(i18n): full RTL/CJK support — fonts, Japanese locale, directional fixes 2026-07-14 11:11:19 +02:00
locale_store_test.dart feat(i18n): add Asturian (asturianu) as a language 2026-07-10 15:43:33 +02:00
lot_history_test.dart feat(app): ask 'how did it do?' when a harvest is noted (schema v13) 2026-07-18 12:18:25 +02:00
message_store_test.dart feat(chat): usable 1:1 chat — bottom-anchored, Drift-backed, dated 2026-07-11 06:40:50 +02:00
notification_service_test.dart feat(messages): unread badges + OS notification for private messages 2026-07-10 21:12:00 +02:00
offer_outbox_test.dart feat(block2): offline outbox — share now, publish when connected 2026-07-10 10:45:53 +02:00
offer_thumbnail_test.dart feat(market): embed offer photos inline instead of a media server 2026-07-10 21:27:59 +02:00
onboarding_store_test.dart feat(market): one-time community-rules gate before joining the market, publishing or messaging 2026-07-13 08:24:59 +02:00
plantare_service_test.dart feat(plantare): PlantareService — orchestrate the signed handshake 2026-07-14 11:21:46 +02:00
profile_cache_test.dart feat(profile): profile photo or seed-illustration avatar 2026-07-11 22:21:52 +02:00
profile_store_test.dart feat(profile): profile photo or seed-illustration avatar 2026-07-11 22:21:52 +02:00
saved_offers_store_test.dart feat(market): save others' offers as favorites (Wallapop-style) 2026-07-13 08:21:43 +02:00
saved_search_alert_service_test.dart feat(social): add SavedSearchAlertService + notification alerts channel 2026-07-17 13:18:29 +02:00
saved_searches_store_test.dart feat(social): add SavedSearchesStore with alert bookkeeping 2026-07-17 13:18:29 +02:00
seed_label_scan_test.dart feat(app): scan a printed seed label back into its record 2026-07-18 12:26:27 +02:00
share_catalog_service_test.dart refactor(branding): rename app Tanemaki → Tane 2026-07-12 13:04:16 +02:00
social_account_store_test.dart feat(identity): switch social identity, all from the one backup 2026-07-10 20:22:24 +02:00
social_connection_test.dart fix(market): recover by itself when the shared connection comes up 2026-07-22 16:08:34 +02:00
social_service_test.dart feat(block2): wire the social identity into app_seeds (DI, no UI) 2026-07-10 02:44:37 +02:00
social_settings_test.dart feat(social): standard NIP-56 reporting — ReportTransport in commons_core, report sheet on offers and chats, local hide + optional block 2026-07-13 08:26:38 +02:00
sync_service_test.dart feat(sync): device-to-device inventory sync, end to end 2026-07-10 23:45:40 +02:00
unread_service_test.dart feat(chat): usable 1:1 chat — bottom-anchored, Drift-backed, dated 2026-07-11 06:40:50 +02:00