- Get this repository:
-
git clone
https://git.not.enabled/snap-store-desktop-next
Import details
This repository is an import of the Git repository at https://github.com/ubuntu/app-center.git.
Last successful import was .
Branches
Name | Last Modified | Last Commit |
---|---|---|
dependabot/ |
2023-10-19 01:54:33 UTC |
chore(deps): bump flutter_lints from 2.0.3 to 3.0.0
Author:
chore(deps): bump flutter_lints from 2.0.3 to 3.0.0 Bumps [flutter_lints](https:/ --- Signed-off-by: dependabot[bot] <support@ |
dependabot/ |
2023-10-10 01:53:17 UTC |
chore(deps): bump package_info_plus from 4.1.0 to 5.0.0
Author:
chore(deps): bump package_info_plus from 4.1.0 to 5.0.0 Bumps [package_ --- Signed-off-by: dependabot[bot] <support@ |
main | 2023-10-09 09:25:23 UTC |
Translations update from Hosted Weblate (#1452)
Author:
Weblate (bot)
Translations update from Hosted Weblate (#1452) * Translated using Weblate (Slovak) Currently translated at 100.0% (118 of 118 strings) Translation: Ubuntu Software Store/app-center * Translated using Weblate (Slovak) Currently translated at 100.0% (118 of 118 strings) Translation: Ubuntu Software Store/app-center * Translated using Weblate (Finnish) Currently translated at 100.0% (118 of 118 strings) Translation: Ubuntu Software Store/app-center * Translated using Weblate (Esperanto) Currently translated at 100.0% (118 of 118 strings) Translation: Ubuntu Software Store/app-center * Translated using Weblate (Swedish) Currently translated at 100.0% (118 of 118 strings) Translation: Ubuntu Software Store/app-center * Translated using Weblate (Swedish) Currently translated at 100.0% (118 of 118 strings) Translation: Ubuntu Software Store/app-center * Translated using Weblate (Slovak) Currently translated at 100.0% (118 of 118 strings) Translation: Ubuntu Software Store/app-center * Translated using Weblate (Swedish) Currently translated at 100.0% (118 of 118 strings) Translation: Ubuntu Software Store/app-center * Translated using Weblate (Swedish) Currently translated at 100.0% (118 of 118 strings) Translation: Ubuntu Software Store/app-center --------- Co-authored-by: Milan Šalka <salka. |
mantic | 2023-10-02 08:57:53 UTC |
feat(snap): fetch active change
Author:
Dennis Loose
feat(snap): fetch active change |
archive/main | 2023-09-17 09:20:38 UTC |
Merge pull request #1274 from weblate/weblate-ubuntu-software-ubuntu-software
Author:
Tim Holmes-Mitra
Merge pull request #1274 from weblate/ Translations update from Hosted Weblate |
archive/dev | 2023-08-19 09:51:26 UTC |
feat: update explore page (#1345)
Author:
Dennis Loose
feat: update explore page (#1345) * add missing l10n string * fix featured productivity snaps * remove obsolete explore provider * update explore page * add comments |
archive/candidate | 2023-06-04 10:13:56 UTC |
Release 0.3.0 to candidate (#1253)
Author:
Frederik Feichtmeier
Release 0.3.0 to candidate (#1253) * snap: use flutter 3.7.0 (#942) * Installed page - update icon/button styling (#946) Fixes #913 * Release_0.2.8-alpha (#947) * Show deb dependency sizes (#950) * add PackageDependecy class * show size of missing dependencies * Translations update from Hosted Weblate (#932) * Translated using Weblate (Spanish) Currently translated at 98.7% (154 of 156 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Spanish) Currently translated at 100.0% (156 of 156 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Russian) Currently translated at 99.3% (160 of 161 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 98.7% (159 of 161 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 98.7% (159 of 161 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (161 of 161 strings) Translation: Ubuntu Software Store/ubuntu- --------- Co-authored-by: gallegonovato <fran-carro@ * make search available from App downwards (#945) Fixes #921 * PackageModel: make checkDependencies optional in init (#952) * Don't use full width on Settings page (#949) * Don't use full width on Settings page * Add fake titlebar to theme tile * fix scroll behavior in dependency dialog (#955) * Settings: move to trailing & open in dialog (#953) * Settings: move to trailing & open in dialog * Navigate to repo and about in navigator * add padding * Better layout * background color * Added gear icon (#957) * SettingsPage: add license button and route, improve layout (#964) * Changed font size for app_header (#963) * Changed font size * Only use theme * Added text color (#967) * SettingsModel: clean up (#968) - make properties nullable * LicensePage tweaks (#965) * Licensepage tweaks Small tweaks for license page: - Removed duplicate back button * Added const * Wrapped in ClipRRect * AppPage Gallery dialog should resize on window size change (#972) Bonus: use YaruDialogTitlebar Fixes #971 * AppPage Gallery Dialog: use appData.name as title (#973) * SnapUpdates: refresh all should not ask for password before every update (#970) * SnapUpdates: refresh all should not ask for password before every update * check if list is empty * if (_snapsWithUpda * Merge updates and installed pages (#974) * merge updates and installed * make appformat popup useable * use context select and valuekeys * Select snap list * Add package updates * Improve package updates design * l10n, and add filter popup for packagekit * HIde searchbar for deb updates * specify when to hide searchbar * Remove collection item * remove import * Move name filtering to model * filter packages by searchQuery * fix NPE * init the packagekit filter * if (searchQuery? * Remove unused code * Add remove button deb tiles, select packagekit first if available * Translations update from Hosted Weblate (#961) * Translated using Weblate (Spanish) Currently translated at 100.0% (161 of 161 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Occitan) Currently translated at 100.0% (161 of 161 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Spanish) Currently translated at 100.0% (163 of 163 strings) Translation: Ubuntu Software Store/ubuntu- --------- Co-authored-by: gallegonovato <fran-carro@ * Shortcuts (#956) * Add shortcuts to sections in the sidebar * Special case games page * Fix package installer index * AppImageBanner: add icon * SectionBanner: switch between dark and light text * set selection section on page change, adjust section banner height to avoid jumping * change art and design gradient * Collection: sort snaps by update and SnapSort (#975) * Collection: sort snaps by update and SnapSort * No need for maps * Header: 20 pixels runspacing at line overflow * PackageService: remove filter in isInstalled (#979) uninstalled packages need to be included in the search to correctly * PackageService: fix isInstalled (#981) * Update list of installed packages upon installation/ * PackageService: update _installedPackages * PackageService: emit signal after installing/removing * update package service tests * Collection: fix tile shape and divider (#985) based on list length and index * CollectionPage: re-add deb controls and improve layout (#989) - re-add all debian package related controls (refresh, update all) * Hide disabled Open button for snaps (#990) * Hide open disabled - Hide open disabled * Hide Open for snaps when disabled * Translations update from Hosted Weblate (#984) * Translated using Weblate (Spanish) Currently translated at 100.0% (165 of 165 strings) Translation: Ubuntu Software Store/ubuntu- --------- Co-authored-by: gallegonovato <fran-carro@ * make sure isInstalled doesn't get reset if another version is found (#992) * fixing a mess (#995) Co-authored-by: MadsRH <madsrh@gmail.com> * UpdateBanner: rename to PackageUpdateBanner (#993) * Packagekit progress indicator (#944) * PackageControls: access PackageModel via Provider * update packagekit * add new localization strings * add more PackageStates * PackageModel: expose transaction progress * PackageControls: show progress, remaining DL size * update tests * show transaction perentage in updateAll * CollectionPage: remove PackageControls parameters * CollectionPage: set isInstalled in model * CollectionModel: make _installedSnaps null at start (#997) * CollectionModel: make _installedSnaps null at start * bool get snapUpdatesAvai * remove loadSnaps duplicate * remove duplicate getter * CollectionModel: remove unecessary list clearing (#999) * rebuild package tiles when installed packages change (#1001) * rebuild package tiles when installed packages change * remove unused key * PackageService: reduce signals in getInstalledPac only send one packages changed signal after the transaction completes, Co-authored-by: Frederik Feichtmeier <frederik. * CollectionPage: improve performance (#1004) * CollectionPage: improve performance - service: use a second list of IDs only for checking the installedId vs updateId versions so the installed list does get overwritten when checking for updates * physics: const NeverScrollable * add optional parameter to getInstalledPac * App: add more shortcut pageItems (#1000) * App: add more shortcut pageItems - iot * fix _commandLineLis * Add productivty, remove server + iot * helper method and paperplane icon * `StartPage`: show appstream data as soon as possible (#1006) * SnapService: pass section name in sectionsChanged * ExploreModel: add unified startPageApps property * CollectionPage: improve icon and design and fix bugs (#1010) * CollectionPage: improve icon and design * Sort children and fix busy bug * keep header with checkbox * fix package tile padding * enable snap list after check, disable color for update button, remove snap updates from normal snap list * Changed Offline text color to grey (#1013) * Changed text color to grey * Update offline_page.dart * Fix overflow error in review/ratings (#1017) * fix overflow error in review/ratings * remove unused sizedBox * [Reviews/Rating] expand inkwell to include blank space (#1018) * [Reviews/Rating] expand inkwell to include blank space * empty commit for test failure? * show all items in Additional Information section (#1020) * remove extra bottom padding in review dialog (#1021) * remove awkward review carousel cutoff (#1022) * CollectionPage: show to top button (#1024) * CollectionPage: show to top button * dispose controller * only show the button for packagekit for now * animate * Collection page: show badge on app format selector (#1027) Fixes #1026 * Translations update from Hosted Weblate (#1028) * Added translation using Weblate (Ukrainian) * Translated using Weblate (German) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Spanish) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (French) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Russian) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Esperanto) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Ukrainian) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- --------- Co-authored-by: Макс Лисенко <maxonyt2@ * Pubspec: Upgrade handy_window (#1029) Fixes #1023 * CollectionPage: organize (#1031) * CollectionPage: organize * re-wrap snap collection in the scrollview to show the FAB * Align FAB bottom right without stack * software_test: increase timeout window * Release 0.2.9-alpha (#1034) * Package updating page: add padding (#1039) * Remove unnecessary toolips (#1038) * Remove unnecessary toolips - removed unnecessary toolips * Added length to license tooltip * Package type visualization improvements (#1040) Fixes #1036 * Added padding (#1045) * Only show date for debs (#1046) * Bring section banner closer to design (#1044) * Bring section banner closer to design * Improve spacing * PackagePage: set appIsInstalled in AppPage (#1048) * ExploreModel: enable packageKit before loading StartPage components (#1050) * Correctly look for snap updates (#1051) Fixes #1042 * Remove the package updating details (#1052) Fixes #1041 Co-authored-by: Dennis Loose <dennis. * exempt common bots from CLA (#1053) * Revert "exempt common bots from CLA (#1053)" (#1055) This reverts commit fe060388bc8bced * SnapPage: add a share button (#1056) Fixes #1047 * Tooltips for publisher icons (#1059) * Added tooltip for icons * Added string for Star developer * Add tooltip for share icon (#1057) * Switch to yaru_window (#1063) * AppBanner: better publishername guessing (#1064) Fixes #986 * Fix Title alignment (#1065) Fixes #895 * Use HdyWindow directly from libhandy (#978) Probably fixes: #868 * Fix: Can't switch snap tracking channel without reinstalling (#1071) Fixes #1069 * Use snapd.dart to find snaps with updates (#1070) * SnapService: fetch refreshable snaps from snapd * SnapService: make localSnaps read-only * snap_utils: remove isSnapUpdateAva * update snap service test * Find unlisted snaps by exact name (#1077) * fix null check (#1084) * Remove pubspec_overrides: no longer needed with yaru_window (#1085) * Make publisher name click search for publisher (#1078) * Make publisher name click search for publisher * Update lib/app/ Co-authored-by: Dennis Loose <dennis. * Update lib/app/ Co-authored-by: Dennis Loose <dennis. --------- Co-authored-by: Dennis Loose <dennis. * added ellipsis and overflow (#1087) * Smaller fontsize for YaruExpanders (#1089) * Removed scaledFontSize (#1091) Removed scaledFontSize and set titleLarge at size 23 * Snap channel dropdown text styling (#1093) * fix snapd.dart git ref until PR is merged (#1097) * AppModel: return sum of snap and deb updates (#1102) * AppModel: return sum of snap and deb updates * test update badge * ExplorePage: reset searchQuery in initState (#1101) Co-authored-by: Frederik Feichtmeier <frederik. * Changed sizebox height (#1100) * Changed sizebox height * use localization string --------- Co-authored-by: Dennis Loose <dennis. * update snapd.dart (#1104) * Removed isExpanded for text color (#1095) * Use primary color for links (#1094) * Use primary color for links * Use primary color for links * Removed blue contributor links * Alert dialog for removing snap (#1110) * Add dialog * Added translation strings * trailing comma * typo * UpdateDialog: Added width to container (#1115) fixes expand sections to full width #1114 * SectionBanner Font tweaks (#1112) removed transparency, changed fontweight * @Zoospora gradients for sectionbanners (#1111) * SnapPage: use outline for snapchannel button (#1117) * Update from yaru (#1108) * Update from yaru - stronger borders * update yaru to 0.5.5 * Implement Ratings and Reviews redesign (#1119) * Review styling (#1121) * New translations strings * Styling fixes * ReviewRatingBar: simplify alignment and detachment (#1122) * Replace Collection with Manage (#1124) * Added Manage string * Replaced collection with manage * Text aligned left (#1127) * Shorter translation for Package type (#1123) * New translation for package type * New translation string * appformat toggle button fontweight (#1129) * Add isSelected styling * add isSelected * Cancel `refreshAll` if first PolKit authentication request is cancelled (#1130) * SnapService: rethrow auth-cancelled exception * SnapService: cancel refreshAll on first auth-cancelled * CollectionModel: use refreshAll from SnapService * Update cla-check.yaml * Attempt to fix CLA (#1132) * Attempt to fix CLA * PackagePage: show dependency sizes (#1133) * PackagePage: show dependency sizes * add dependency package summary * fix integration test * Fix the CLA check - attempt 7 (#1134) Co-authored-by: Frederik Feichtmeier <frederik. * Add summary to dialog (#1137) * pass AppFindings to SectionBanner (#1140) * Allow cancelling ongoing snap changes (#1139) * SnapService: add abortChange * SnapService: notify only if change is 'Done' * add abortChange to snap models * add cancel button to snap controls * update snap service test * remove unneeded removeChange in abortChange * Dependency removal (#1138) * bump packagekit version * update localization strings * add autoremove parameter to remove() * ensure isInstalled is set after model is initialized * get deps for installed packages that can be removed * add dependency dialog for package removal * update test * check dependencies after install/remove * add missing trailing comma * set isInstalled to false for local debs * UpdatePage: switch appformat dropdown to toggle button (#1146) Fixes #1080 * use desktop launch interface (#1141) * add snapcraft_launcher to pubspec * use PrivilegedDeskt * add desktop-launch plug to snapcraft.yaml * ExplorePage: detangle and prepare for more pages (#1149) * ExplorePage: detangle and prepare for more pages - split startpage into GenericStartPage, ExploreAllPage and GamesStartPage * Move loading into banner and grid * Linkcolor blue - again (#1150) * More readable publisherName for app_banners (#1151) * Changed textstyle for publisherName * Removed italic * bodyMedium font in app format dropdown (#1152) * removed unnecessary sized box (#1157) * Remove themeTile artifacts (#1160) * remove theme tiel artifacts * revert border radius change * fix swipe animation not resetting (#1162) * Use yMMMd format for ReleasedAt (#1163) * fix(UI): explore page snaps have lower case letters (#1167) * Additional Information fixes (#1159) * Additional Information fixes - use horizontal 20 pixel spacing * Icon, right, tooltip on hover * Issue1173 - review divider (#1180) * Thinner divider for reviews * Revert height * Use same height as master * Fixed more dividers * Use divider with padding * Changes searchfield font size (#1155) * Changes searchfield font size * Revert searchfield height --------- Co-authored-by: Frederik Feichtmeier <frederik. * show installed apps when installing snap (#1166) Co-authored-by: Frederik Feichtmeier <frederik. * feat(UI): add total ratings along with reviews (#1187) * fix(UI): explore page snaps have lower case letters * feat(UI): add total ratings along with reviews * Make collection page 📄 lazy 🦥 load its packages (#1188) Fixes #1009 * Review improvements (#1189) * Text fixes for review dialog * New string for review dialog Related to issue 1186 * Removed unused package * Make search page 📃 lazy 🦥 loading its list (#1191) Fixes #1007 * feat(UI): allow only full star rating (#1205) * Translation strings (#1206) * fix(integration somehow `netplan set renderer= * Translations update from Hosted Weblate (#1220) * Added translation using Weblate (Ukrainian) * Translated using Weblate (German) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Spanish) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (French) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Russian) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Esperanto) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Ukrainian) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (German) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Spanish) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Esperanto) Currently translated at 98.4% (192 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (German) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (French) Currently translated at 95.3% (186 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Italian) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Esperanto) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Simplified)) Currently translated at 2.5% (5 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Added translation using Weblate (Czech) * Translated using Weblate (Czech) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- --------- Co-authored-by: Макс Лисенко <maxonyt2@ * ci: pin flutter version to 3.7 (#1229) * Translations update from Hosted Weblate (#1227) * Added translation using Weblate (Ukrainian) * Translated using Weblate (German) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Spanish) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (French) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Russian) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Esperanto) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Ukrainian) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (German) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Spanish) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Esperanto) Currently translated at 98.4% (192 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (German) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (French) Currently translated at 95.3% (186 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Italian) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Esperanto) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Simplified)) Currently translated at 2.5% (5 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Added translation using Weblate (Czech) * Translated using Weblate (Czech) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Added translation using Weblate (Slovak) * Translated using Weblate (Chinese (Simplified)) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Korean) Currently translated at 45.6% (89 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- --------- Co-authored-by: Макс Лисенко <maxonyt2@ * Upgrade to dart 3 and flutter 3.10 (#1232) * Upgrade to dart 3 and flutter 3.10 * Translations update from Hosted Weblate (#1230) * Added translation using Weblate (Ukrainian) * Translated using Weblate (German) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Spanish) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (French) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Russian) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Esperanto) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Ukrainian) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (German) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Spanish) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Esperanto) Currently translated at 98.4% (192 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (German) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (French) Currently translated at 95.3% (186 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Italian) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Esperanto) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Simplified)) Currently translated at 2.5% (5 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Added translation using Weblate (Czech) * Translated using Weblate (Czech) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Added translation using Weblate (Slovak) * Translated using Weblate (Chinese (Simplified)) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Korean) Currently translated at 45.6% (89 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Danish) Currently translated at 46.6% (91 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Persian) Currently translated at 37.4% (73 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Finnish) Currently translated at 50.2% (98 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Indonesian) Currently translated at 36.4% (71 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Japanese) Currently translated at 81.0% (158 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Portuguese) Currently translated at 81.0% (158 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Russian) Currently translated at 86.1% (168 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Occitan) Currently translated at 82.0% (160 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Korean) Currently translated at 45.6% (89 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Polish) Currently translated at 52.8% (103 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Traditional)) Currently translated at 86.1% (168 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Simplified)) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Turkish) Currently translated at 27.6% (54 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Ukrainian) Currently translated at 86.1% (168 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Finnish) Currently translated at 90.2% (176 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- --------- Co-authored-by: Макс Лисенко <maxonyt2@ * Use the new switch expression (#1234) * SettingsPage: simplify theme switch logic (#1235) as suggested in https:/ * fix(packagekit): ensure packagekit daemon is active (#1238) * fix(packagekit): ensure packagekit daemon is active * test(packagekit): mock DBusClient * Translations update from Hosted Weblate (#1233) * Added translation using Weblate (Ukrainian) * Translated using Weblate (German) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Spanish) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (French) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Russian) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Esperanto) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Ukrainian) Currently translated at 100.0% (169 of 169 strings) Translation: Ubuntu Software Store/ubuntu- * Update translation files Updated by "Cleanup translation files" hook in Weblate. Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (German) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Spanish) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Esperanto) Currently translated at 98.4% (192 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (German) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (French) Currently translated at 95.3% (186 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Italian) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Esperanto) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Simplified)) Currently translated at 2.5% (5 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Added translation using Weblate (Czech) * Translated using Weblate (Czech) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Added translation using Weblate (Slovak) * Translated using Weblate (Chinese (Simplified)) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Korean) Currently translated at 45.6% (89 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Danish) Currently translated at 46.6% (91 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Persian) Currently translated at 37.4% (73 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Finnish) Currently translated at 50.2% (98 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Indonesian) Currently translated at 36.4% (71 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Japanese) Currently translated at 81.0% (158 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Portuguese) Currently translated at 81.0% (158 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Russian) Currently translated at 86.1% (168 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Occitan) Currently translated at 82.0% (160 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Korean) Currently translated at 45.6% (89 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Polish) Currently translated at 52.8% (103 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Traditional)) Currently translated at 86.1% (168 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Simplified)) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Turkish) Currently translated at 27.6% (54 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Ukrainian) Currently translated at 86.1% (168 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Finnish) Currently translated at 90.2% (176 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (French) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Polish) Currently translated at 70.2% (137 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Traditional)) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- --------- Co-authored-by: Макс Лисенко <maxonyt2@ * chore(deps): odrs ^0.0.1 (#1240) * fix(explore): filter search results after search (#1241) Rather than performing a search with a scope limited by the selected * fix(explore): prefer desktop appstream components (#1242) If multiple appstream components belong to the same package, prefer the Co-authored-by: Frederik Feichtmeier <frederik. * Translations update from Hosted Weblate (#1243) * Translated using Weblate (Polish) Currently translated at 89.2% (174 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- --------- Co-authored-by: WaldiS <sto@tutanota.de> * chore: pin snapd.dart 0.4.8 (#1245) * fix: Installed snap list taking long to load (#1248) Fixes #1219 * Use cached_ * Add cached_ * feat: Cache app banners * feat: Cache app icons * feat(review): validate input (#1250) - name (user_display) is not optional https:/ Co-authored-by: Frederik Feichtmeier <frederik. * Translations update from Hosted Weblate (#1244) * Translated using Weblate (Polish) Currently translated at 89.2% (174 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Danish) Currently translated at 46.6% (91 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Danish) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (German) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Spanish) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (French) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Japanese) Currently translated at 81.0% (158 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Italian) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Swedish) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Esperanto) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Chinese (Simplified)) Currently translated at 99.4% (194 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Czech) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- * Translated using Weblate (Slovak) Currently translated at 100.0% (195 of 195 strings) Translation: Ubuntu Software Store/ubuntu- --------- Co-authored-by: WaldiS <sto@tutanota.de> * Raise version to 0.3.0 --------- Co-authored-by: J-P Nurmi <jp.nurmi@ |
1 → 7 of 7 results | First • Previous • Next • Last |
Other repositories
Name | Last Modified |
---|---|
lp:snap-store-desktop-next | 2023-10-19 |
lp:~ubuntu-desktop/snap-store-desktop-next/+git/snap-store-desktop-next | 2023-08-14 |
lp:~jpnurmi/snap-store-desktop-next | 2022-10-18 |
1 → 3 of 3 results | First • Previous • Next • Last |