relatica/lib/riverpod_controllers
Hank Grabowski 7e990cfe0c Fix block status not propagating properly. 2024-12-20 09:45:39 -05:00
..
networking Fix block status not propagating properly. 2024-12-20 09:45:39 -05:00
account_services.dart Add stack trace to ever severe error logged 2024-12-19 16:24:37 -05:00
account_services.g.dart Fix DM status update reflecting in notifications, etc. 2024-12-19 20:23:23 -05:00
autocomplete_services.dart Implement hashtag/connection autocomplete services in Riverpod 2024-12-01 20:15:24 -05:00
autocomplete_services.g.dart Implement hashtag/connection autocomplete services in Riverpod 2024-12-01 20:15:24 -05:00
background_updater_services.dart Fix deleting post doesn't get reflected in timeline... 2024-12-18 23:12:17 -05:00
background_updater_services.g.dart Fix deleting post doesn't get reflected in timeline... 2024-12-18 23:12:17 -05:00
blocks_services.dart Fix block status not propagating properly. 2024-12-20 09:45:39 -05:00
blocks_services.g.dart Fix DM status update reflecting in notifications, etc. 2024-12-19 20:23:23 -05:00
cache_clear_service.dart Refactor Friendica Status Client into RP providers 2024-12-10 16:13:02 -05:00
cache_clear_service.g.dart Refactor Friendica Status Client into RP providers 2024-12-10 16:13:02 -05:00
circles_repo_services.dart Add stack trace to ever severe error logged 2024-12-19 16:24:37 -05:00
circles_repo_services.g.dart Fix DM status update reflecting in notifications, etc. 2024-12-19 20:23:23 -05:00
connection_manager_services.dart Fix block status not propagating properly. 2024-12-20 09:45:39 -05:00
connection_manager_services.g.dart Fix DM status update reflecting in notifications, etc. 2024-12-19 20:23:23 -05:00
direct_message_services.dart Fix DM status update reflecting in notifications, etc. 2024-12-19 20:23:23 -05:00
direct_message_services.g.dart Fix DM status update reflecting in notifications, etc. 2024-12-19 20:23:23 -05:00
entry_tree_item_services.dart Cleanup TODOs 2024-12-19 21:30:14 -05:00
entry_tree_item_services.g.dart Cleanup TODOs 2024-12-19 21:30:14 -05:00
feature_checker_services.dart Add stack trace to ever severe error logged 2024-12-19 16:24:37 -05:00
feature_checker_services.g.dart Fix DM status update reflecting in notifications, etc. 2024-12-19 20:23:23 -05:00
fediverse_server_validator_services.dart Remove keep alive on CheckIfFediverseProvider 2024-12-19 11:20:48 -05:00
fediverse_server_validator_services.g.dart Fix notifications icon always shows unread 2024-12-19 15:36:33 -05:00
focus_mode.dart Port rest of settings into RP settings provider 2024-09-20 20:57:05 -04:00
focus_mode.g.dart Update Ref var type on providers for latest Riverpod deprecation 2024-12-01 16:41:07 -05:00
follow_requests_services.dart Refactor FriendicaRelationshipClient to RP 2024-12-12 23:57:57 -05:00
follow_requests_services.g.dart Refactor FriendicaRelationshipClient to RP 2024-12-12 23:57:57 -05:00
gallery_services.dart Code cleanup from dart analyze for stuff I wanted to fix 2024-12-16 19:46:38 -05:00
gallery_services.g.dart Port ObjectBoxCache to Riverpod 2024-12-16 20:21:16 -05:00
globals_services.dart Port ObjectBoxCache to Riverpod 2024-12-16 20:21:16 -05:00
globals_services.g.dart Port ObjectBoxCache to Riverpod 2024-12-16 20:21:16 -05:00
hashtag_service.dart Port ObjectBoxCache to Riverpod 2024-12-16 20:21:16 -05:00
hashtag_service.g.dart Port ObjectBoxCache to Riverpod 2024-12-16 20:21:16 -05:00
instance_info_services.dart Add stack trace to ever severe error logged 2024-12-19 16:24:37 -05:00
instance_info_services.g.dart Fix DM status update reflecting in notifications, etc. 2024-12-19 20:23:23 -05:00
interactions_details_services.dart Refactor FriendicaInteractionsClients to RP provider 2024-12-12 16:31:04 -05:00
interactions_details_services.g.dart Refactor FriendicaInteractionsClients to RP provider 2024-12-12 16:31:04 -05:00
log_service.dart Refactor log viewer so doesn't need to be refreshed every time a line is added. Use logHistoryProvider for running list of elements 2024-12-01 19:51:36 -05:00
log_service.g.dart Refactor log viewer so doesn't need to be refreshed every time a line is added. Use logHistoryProvider for running list of elements 2024-12-01 19:51:36 -05:00
notification_services.dart Fix DM status update reflecting in notifications, etc. 2024-12-19 20:23:23 -05:00
notification_services.g.dart Fix DM status update reflecting in notifications, etc. 2024-12-19 20:23:23 -05:00
persistent_info_services.dart Add stack trace to ever severe error logged 2024-12-19 16:24:37 -05:00
persistent_info_services.g.dart Fix DM status update reflecting in notifications, etc. 2024-12-19 20:23:23 -05:00
reshared_via_services.dart Refactor ResharedVia services into RP provider 2024-11-29 07:26:02 -05:00
reshared_via_services.g.dart Update Ref var type on providers for latest Riverpod deprecation 2024-12-01 16:41:07 -05:00
rp_provider_extension.dart Update Ref var type on providers for latest Riverpod deprecation 2024-12-01 16:41:07 -05:00
settings_services.dart Fix timeout setting not being stored correctly 2024-12-12 11:33:49 -05:00
settings_services.g.dart Fix timeout setting not being stored correctly 2024-12-12 11:33:49 -05:00
status_service.dart Code cleanup from dart analyze for stuff I wanted to fix 2024-12-16 19:46:38 -05:00
status_service.g.dart Add lastStatusTime accessor to StatusServiceProvider 2024-12-16 19:39:59 -05:00
timeline_entry_filter_services.dart Add stack trace to ever severe error logged 2024-12-19 16:24:37 -05:00
timeline_entry_filter_services.g.dart Fix DM status update reflecting in notifications, etc. 2024-12-19 20:23:23 -05:00
timeline_entry_services.dart Cleanup TODOs 2024-12-19 21:30:14 -05:00
timeline_entry_services.g.dart Fix timelines not updating when adding new post 2024-12-19 00:15:23 -05:00
timeline_services.dart Add stack trace to ever severe error logged 2024-12-19 16:24:37 -05:00
timeline_services.g.dart Fix DM status update reflecting in notifications, etc. 2024-12-19 20:23:23 -05:00