mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00

* chore: fix analyzer issues * fix(updater): dead link (#1408) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * Update use_update_checker.dart --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * fix(linux): tray icon not showing #541 upgrade old packages * fix(search): load more button not working #1417 * fix: spotify friends and user profile icon (mobile) showing when not authenticated #1410 * chore: add docker and m1 based linux arm build * cd: fix sed failing us * cd: use docker cask * fix: windows SSL Certificate error breaking login #905 (#1474) * fix: certificate error by using custom ssl certificate * Cd/docker linux ar (#1468) * cd: use docker buildx * cd: use linux host for linux arm instead of macos m1 m1 doesn't support nested virtualization. (Apple truly sucks) * cd: don't specify arch in Dockerfile * cd: use custom Dockerfile from ubuntu instead of flutter image * cd: add setup java for android * cd: add flutter distributor pre-built docker image for arm * cd: save me from this cursed arm build * cd: ?? * cd: ?? * cd: use docker build * fix: windows SSL Exception for Signing in * refactor: extract update checker as a basic function instead of a hook * cd: fix windows build error due to nightly version format * cd: fix github versioning scheme * chore: remove assets/ca entry in pubspec.yaml * fix(macos): Logs directory not created by default #1353 * refactor: Dart based Github Workflow CLI (#1490) * feat: add build dart script for windows * feat: add android build support * feat: add linux build support * feat: add macos build support * feat: add ios build support * feat: add deps install command and workflow file * cd: what? * cd: what? * cd: what? * cd: update workflow inputs * cd: replace release binary * cd: run flutter pub get * cd: use dpkg zstd instead of xz, windows disable innoInstall, fix channel enum.name and reset pubspec after changing build no for nightly * cd: fix tar copy path * cd: fix copy linux command * cd: fix windows inno depend and fix android aab path * cd: idk * cd: linux why??? * cd: windows choco copy failed * cd: use dart tar archive for creating tar file * cd: fix linux file copy error * cd: use tar command directly * feat: add linux_arm platform * cd: add linux_arm platform * cd: don't know what? * feat: notification about nightly channel update * chore: fix some errors parsing nightly version info * refactor: move dart scripts as commands under CLI * chore: add translated message command to command list * feat(translations): add Basque translation (#1493) * added Basque translation * chore: fix country codes and language native name --------- Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * feat(translations): add georgian language (#1450) * feat: add georgian language * feat: translate more georgian words * feat(translations): add Finnish translations (#1449) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * added finnish translation * chore: fix arb syntax errors and language in l10n entries --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> Co-authored-by: Onni Nevala <nevalaonni@gmail.com> * feat(translations): add Indonesian translation (#1426) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * Add Indonesia translation --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * feat(translations): Improve tr locales (#1419) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * Improve tr locales --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * feat(player): add volume slider floating label showing percentage (#1445) * docs: broken link in README.md (fixes #1310) (#1311) * docs: remove appimage link in readme #1082 (#1171) * Updating Readme according to #1082 Updating Readme according to #1082 * Added explanation The explanation is now given and the expression is more formal and explanatory, instead of just linking the issue. * add volume level tooltip in volume_slider --------- Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com> * fix: fallback to LRCLIB when lyrics line less than 6 lines #1461 * feat: Local music library (#1479) * feat: add one additional library folder This folder just doesn't get downloaded to. I think I'm going to rework it so that it can be multiple folders, but I'm going to commit my progress so far anyway. Signed-off-by: Blake Leonard <me@blakes.dev> * chore: update dependencies so that it builds I'm not sure if this breaks CI or something, but I couldn't build it locally to test my changes, so I made these changes and it builds again. Signed-off-by: Blake Leonard <me@blakes.dev> * feat: index multiple folders of local music If you used a previous commit from this branch, this is a breaking change, because it changes the type of a configuration field. but since this is still in development, it should be fine. Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: manage local library in local tracks tab This also refactors the list to use slivers instead. That's the easiest way to have multiple scrolling lists here... The console keeps getting spammed with some intermediate layout error but I can't hold it long enough to figure out what's causing it. Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: use folder add/remove icons in library Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: remove redundant settings page Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: rename "Local Tracks" to just "Local" Not sure if this would be the recommended way to do it... Signed-off-by: Blake Leonard <me@blakes.dev> * fix: console spam about useless Expanded Signed-off-by: Blake Leonard <me@blakes.dev> * chore: remove completed TODO Signed-off-by: Blake Leonard <me@blakes.dev> * chore: use new Platform constants; regenerate plugins Signed-off-by: Blake Leonard <me@blakes.dev> * refactor: put local libraries on separate pages Signed-off-by: Blake Leonard <me@blakes.dev> --------- Signed-off-by: Blake Leonard <me@blakes.dev> * fix: local track not showing up in queue * feat: local library folder cards * feat: personalized stats based on local music history (#1522) * feat: add playback history provider * feat: implement recently played section * refactor: use route names * feat: add stats summary and top tracks/artists/albums * feat: add top date based filtering * feat: add stream money calculation * refactor: place search in mobile navbar and settings in home appbar * feat: add individual minutes and streams page * feat(stats): add individual minutes and streams page * chore: default period to 1 month * feat: add text to explain user how hypothetical fees are calculated * chore: ensure usage of route names instead of direct paths * cd: add cache key * cd: remove media_kit_event_loop from git * fix: some text are garbled in different parts of the app #1463 #1505 * refactor: use replace http with dio and use it as the default * cd: use dio in cli as well * chore: fix home feed not showing up * chore: downloaded tracks folder not opening * feat: play initially available tracks of playlist/album immediately and fetch rest in background #670 * feat: upgrade to Flutter 3.22.0 * refactor: migrate deprecated warnings * fix(playback): skipping tracks with unplayable sources instead of falling back #1492 * chore: migrate android gradle to declarative config syntax * chore: disable impeller for now * fix(windows): installer tries to install in current directory * chore: upgrade deps and appbar bg fix * chore: podspec update * chore: bump version and generate changelogs --------- Signed-off-by: Blake Leonard <me@blakes.dev> Co-authored-by: Kshamendra <github@ghoulcloud.slmail.me> Co-authored-by: MerkomassDev <70111455+MerkomassDev@users.noreply.github.com> Co-authored-by: Karim <37943746+ksaadDE@users.noreply.github.com> Co-authored-by: Josu Igoa <josuigoa@ni.eus> Co-authored-by: Omari Sopromadze <omari.sopromadze@gmail.com> Co-authored-by: ctih <78687256+ctih1@users.noreply.github.com> Co-authored-by: Onni Nevala <nevalaonni@gmail.com> Co-authored-by: Yusril Rapsanjani <yusriltakeuchi@gmail.com> Co-authored-by: W͏ I͏ N͏ Z͏ O͏ R͏ T͏ <75412448+mikropsoft@users.noreply.github.com> Co-authored-by: Akash Pattnaik <akashjio66666@gmail.com> Co-authored-by: Blake Leonard <blake@1024256.xyz>
128 lines
6.0 KiB
Dart
128 lines
6.0 KiB
Dart
import 'package:fluentui_system_icons/fluentui_system_icons.dart';
|
|
import 'package:flutter/material.dart';
|
|
import 'package:flutter_feather_icons/flutter_feather_icons.dart';
|
|
import 'package:simple_icons/simple_icons.dart';
|
|
|
|
abstract class SpotubeIcons {
|
|
static const home = FluentIcons.home_12_regular;
|
|
static const search = FeatherIcons.search;
|
|
static const library = FluentIcons.library_16_regular;
|
|
static const music = FeatherIcons.music;
|
|
static const play = FluentIcons.play_12_regular;
|
|
static const pause = FeatherIcons.pause;
|
|
static const skipForward = FeatherIcons.skipForward;
|
|
static const skipBack = FeatherIcons.skipBack;
|
|
static const stop = FeatherIcons.square;
|
|
static const filter = FeatherIcons.filter;
|
|
static const refresh = FeatherIcons.refreshCw;
|
|
static const settings = FeatherIcons.settings;
|
|
static const shuffle = FeatherIcons.shuffle;
|
|
static const repeat = FluentIcons.arrow_repeat_all_16_regular;
|
|
static const repeatOne = Icons.repeat_one_rounded;
|
|
static const remove = FeatherIcons.minus;
|
|
static const removeFilled = FeatherIcons.minusCircle;
|
|
static const add = FeatherIcons.plus;
|
|
static const addFilled = FeatherIcons.plusSquare;
|
|
static const heart = FeatherIcons.heart;
|
|
static const heartFilled = Icons.favorite_rounded;
|
|
static const queue = Icons.queue_music_rounded;
|
|
static const queueAdd = Icons.add_to_photos_outlined;
|
|
static const queueRemove = Icons.remove_outlined;
|
|
static const download = FeatherIcons.download;
|
|
static const done = FeatherIcons.checkCircle;
|
|
static const alternativeRoute = Icons.alt_route_rounded;
|
|
static const sort = Icons.sort_rounded;
|
|
static const moreVertical = FeatherIcons.moreVertical;
|
|
static const moreHorizontal = FeatherIcons.moreHorizontal;
|
|
static const share = FeatherIcons.share2;
|
|
static const playlistAdd = Icons.playlist_add_rounded;
|
|
static const playlistRemove = Icons.playlist_remove_rounded;
|
|
static const trash = FeatherIcons.trash2;
|
|
static const clock = FeatherIcons.clock;
|
|
static const lyrics = Icons.lyrics_rounded;
|
|
static const lyricsOff = Icons.lyrics_outlined;
|
|
static const noLyrics = Icons.music_off_outlined;
|
|
static const logout = FeatherIcons.logOut;
|
|
static const login = FeatherIcons.logIn;
|
|
static const dashboard = FeatherIcons.grid;
|
|
static const darkMode = FeatherIcons.moon;
|
|
static const platform = FeatherIcons.smartphone;
|
|
static const palette = Icons.palette_outlined;
|
|
static const colorBucket = Icons.format_color_fill_rounded;
|
|
static const album = FeatherIcons.disc;
|
|
static const artist = FeatherIcons.user;
|
|
static const audioQuality = Icons.multitrack_audio_rounded;
|
|
static const fastForward = FeatherIcons.fastForward;
|
|
static const angleRight = FeatherIcons.chevronRight;
|
|
static const angleLeft = FeatherIcons.chevronLeft;
|
|
static const angleDown = FeatherIcons.chevronDown;
|
|
static const shoppingBag = FeatherIcons.shoppingBag;
|
|
static const screenSearch = Icons.screen_search_desktop_outlined;
|
|
static const save = FeatherIcons.save;
|
|
static const barChart = FeatherIcons.barChart2;
|
|
static const folder = FeatherIcons.folder;
|
|
static const update = FeatherIcons.refreshCcw;
|
|
static const info = FeatherIcons.info;
|
|
static const userRemove = FeatherIcons.userX;
|
|
static const close = FeatherIcons.x;
|
|
static const minimize = FeatherIcons.chevronDown;
|
|
static const personalized = FeatherIcons.star;
|
|
static const genres = FeatherIcons.music;
|
|
static const zoomIn = FeatherIcons.zoomIn;
|
|
static const zoomOut = FeatherIcons.zoomOut;
|
|
static const tray = FeatherIcons.chevronDown;
|
|
static const miniPlayer = Icons.picture_in_picture_rounded;
|
|
static const maximize = FeatherIcons.maximize2;
|
|
static const pinOn = Icons.push_pin_rounded;
|
|
static const pinOff = Icons.push_pin_outlined;
|
|
static const hoverOn = Icons.back_hand_rounded;
|
|
static const hoverOff = Icons.back_hand_outlined;
|
|
static const dragHandle = Icons.drag_indicator;
|
|
static const lightning = Icons.flash_on_rounded;
|
|
static const colorSync = FeatherIcons.activity;
|
|
static const language = FeatherIcons.globe;
|
|
static const error = FeatherIcons.alertTriangle;
|
|
static const piped = FeatherIcons.cloud;
|
|
static const magic = Icons.auto_fix_high_outlined;
|
|
static const selectionCheck = Icons.checklist_rounded;
|
|
static const volumeHigh = FeatherIcons.volume2;
|
|
static const volumeMedium = FeatherIcons.volume1;
|
|
static const volumeLow = FeatherIcons.volume;
|
|
static const volumeMute = FeatherIcons.volumeX;
|
|
static const timer = FeatherIcons.clock;
|
|
static const logs = FeatherIcons.fileText;
|
|
static const clipboard = FeatherIcons.clipboard;
|
|
static const api = FeatherIcons.database;
|
|
static const skip = FeatherIcons.fastForward;
|
|
static const noWifi = FeatherIcons.wifiOff;
|
|
static const wifi = FeatherIcons.wifi;
|
|
static const window = Icons.window_rounded;
|
|
static const user = FeatherIcons.user;
|
|
static const edit = FeatherIcons.edit;
|
|
static const web = FeatherIcons.globe;
|
|
static const amoled = FeatherIcons.sunset;
|
|
static const file = FeatherIcons.file;
|
|
static const stream = Icons.stream_rounded;
|
|
static const lastFm = SimpleIcons.lastdotfm;
|
|
static const spotify = SimpleIcons.spotify;
|
|
static const eye = FeatherIcons.eye;
|
|
static const noEye = FeatherIcons.eyeOff;
|
|
static const normalize = FeatherIcons.barChart2;
|
|
static const wikipedia = SimpleIcons.wikipedia;
|
|
static const discord = SimpleIcons.discord;
|
|
static const youtube = SimpleIcons.youtube;
|
|
static const radio = FeatherIcons.radio;
|
|
static const github = SimpleIcons.github;
|
|
static const openCollective = SimpleIcons.opencollective;
|
|
static const anonymous = FeatherIcons.user;
|
|
static const history = FeatherIcons.clock;
|
|
static const connect = FeatherIcons.link;
|
|
static const speaker = FeatherIcons.speaker;
|
|
static const monitor = FeatherIcons.monitor;
|
|
static const power = FeatherIcons.power;
|
|
static const bluetooth = FeatherIcons.bluetooth;
|
|
static const chart = FeatherIcons.barChart2;
|
|
static const folderAdd = FeatherIcons.folderPlus;
|
|
static const folderRemove = FeatherIcons.folderMinus;
|
|
}
|