mirror of
https://github.com/ImranR98/Obtainium.git
synced 2026-07-30 17:06:26 -04:00
- Remove double top padding on add-app and import-from-URL-list pages: content area no longer adds MediaQuery.padding.top since the AppBar/SliverAppBar already accounts for system bar insets. - Fix source names showing raw translation keys in group headers and filter dropdown. Eight sources used name = tr(key) in their constructor, which resolved before translations loaded at startup. Changed to @override String get name => tr(key) so resolution is always lazy. Store sourceIdentifier (stable) instead of name in AppInMemory.sourceType; resolve to display name at presentation time via a lookup map built from SourceProvider.sources. - Remove redundant crowdsourced-app-configs button from the settings page app bar (an ActionChip on the add-app page already provides the same link).