Commit Graph

1559 Commits

Author SHA1 Message Date
dependabot[bot]
e2252a2840
chore(deps): bump fuzzywuzzy from 0.2.0 to 1.1.6 (#775)
Bumps [fuzzywuzzy](https://github.com/sphericalkat/dart-fuzzywuzzy) from 0.2.0 to 1.1.6.
- [Release notes](https://github.com/sphericalkat/dart-fuzzywuzzy/releases)
- [Changelog](https://github.com/SphericalKat/dart-fuzzywuzzy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sphericalkat/dart-fuzzywuzzy/commits/v1.1.6)

---
updated-dependencies:
- dependency-name: fuzzywuzzy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-07 18:03:31 +06:00
dependabot[bot]
b30494ea8d
chore(deps): bump flutter_riverpod from 2.4.0 to 2.4.3 (#785)
Bumps [flutter_riverpod](https://github.com/rrousselGit/riverpod) from 2.4.0 to 2.4.3.
- [Commits](https://github.com/rrousselGit/riverpod/compare/flutter_riverpod-v2.4.0...flutter_riverpod-v2.4.3)

---
updated-dependencies:
- dependency-name: flutter_riverpod
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-07 18:02:49 +06:00
dependabot[bot]
4c40d2d990
chore(deps): bump hooks_riverpod from 2.4.0 to 2.4.3 (#786)
Bumps [hooks_riverpod](https://github.com/rrousselGit/riverpod) from 2.4.0 to 2.4.3.
- [Commits](https://github.com/rrousselGit/riverpod/compare/hooks_riverpod-v2.4.0...hooks_riverpod-v2.4.3)

---
updated-dependencies:
- dependency-name: hooks_riverpod
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-07 18:02:39 +06:00
Kingkor Roy Tirtho
1f15b6720f chore: update fl_query & add support 2023-10-07 12:15:28 +06:00
Kingkor Roy Tirtho
b7521a9021 chore: fix player overlay bg blur 2023-10-01 13:32:11 +06:00
Kingkor Roy Tirtho
6299143e4c chore: fix player overlay bg blur 2023-10-01 13:27:15 +06:00
Kingkor Roy Tirtho
8ca1aa38a2 chore: include interscrollbar in left out pages 2023-10-01 13:24:36 +06:00
Kingkor Roy Tirtho
a3250882df chore: fix width of scrollbar & non-interactive scrollbar in android 2023-10-01 13:19:34 +06:00
Kingkor Roy Tirtho
5bb8231782 fix: get rid of overflow errors & status bar dark color 2023-10-01 11:39:33 +06:00
Kingkor Roy Tirtho
821b6c1f28 Merge branch 'dev' into pull-up-player 2023-10-01 10:12:23 +06:00
Kingkor Roy Tirtho
20d70927c9 fix(android): system navigator back doesn't close player 2023-10-01 10:08:24 +06:00
Kingkor Roy Tirtho
9aee0568bf
feat: swipe to open player view (#765)
* feat: sliding up player support

* fix: minor glitches
2023-09-30 22:03:34 +06:00
Kingkor Roy Tirtho
84a4bcd948
feat: thicken the scrollbars & make 'em interactive for mobile (#764) 2023-09-30 22:03:16 +06:00
Kingkor Roy Tirtho
e5d0aaf80d fix: minor glitches 2023-09-30 21:13:35 +06:00
Kingkor Roy Tirtho
083319fd24 feat: sliding up player support 2023-09-30 20:22:16 +06:00
Kingkor Roy Tirtho
b1d79428a3 chore: fix translations & normalize audio icon 2023-09-30 18:46:32 +06:00
Kingkor Roy Tirtho
931664e6b6 refactor: migrate to catcher to catcher_2 2023-09-30 18:33:04 +06:00
Kingkor Roy Tirtho
b2b5445799 chore: add new non-translated messages 2023-09-30 18:23:01 +06:00
meenbeese
c7432bbd98
feat: improve and unify the logging framework (#738)
* Improve logging framework for better debugging

Signed-off-by: meenbeese <meenbeese@tutanota.com>

* Remove logger statements from /bin dir

---------

Signed-off-by: meenbeese <meenbeese@tutanota.com>
2023-09-30 18:20:45 +06:00
Mohammad Hasan Keramat J
fe42cfe843
feat(translations): add Farsi Translations (#760)
Signed-off-by: Mohammad Hasan Keramat J <ikeramat@protonmail.com>
Co-authored-by: ali <alinasiri576@gmail.com>
2023-09-29 18:54:16 +06:00
Kingkor Roy Tirtho
f5bd90731d
feat: LastFM scrobbling support (#761)
* feat: add login with lastfm support

* feat: add lastfm scrobbling support

* fix: scrobblenaut local path
2023-09-29 18:45:00 +06:00
wescode
c09a572925
fix: not fetching all followed artists (#759)
Co-authored-by: me <whickle@gmail.com>
2023-09-29 18:44:26 +06:00
Kingkor Roy Tirtho
e54762be6a
feat: customizable stream/download file formats (#757)
* feat: add codec configuration in settings

* fix: show no value for codec configuration in smaller screen

* feat: implement configurable codec for download & streaming music
2023-09-28 17:02:41 +06:00
Kingkor Roy Tirtho
5a758d8671 chore: fix genres & personalized content not loading 2023-09-28 15:27:13 +06:00
Kingkor Roy Tirtho
94c386638f feat: add restore default settings button 2023-09-27 13:34:19 +06:00
Kingkor Roy Tirtho
101c32523d feat: show error dialog on failed to login 2023-09-27 13:16:35 +06:00
Kingkor Roy Tirtho
15d466a045 fix(android): audio doesn't resume on interruption end 2023-09-27 12:44:07 +06:00
Kingkor Roy Tirtho
2eb3754953 refactor: playlist editor dialog 2023-09-27 12:27:32 +06:00
Kingkor Roy Tirtho
460f3471b5 chore: fix route change error 2023-09-26 22:57:12 +06:00
Kingkor Roy Tirtho
d3b7a435f9 chore: remove openFile call 2023-09-26 22:35:25 +06:00
Kingkor Roy Tirtho
b3cf639ee2 fix(android ): file_selector getDirectoryPath returns unusable content urls #720 2023-09-26 22:34:21 +06:00
Kingkor Roy Tirtho
a7e102ffc7 fix: valid non-ASCII characters get removed from downloaded file name #745 2023-09-26 21:02:49 +06:00
Kingkor Roy Tirtho
ae2745fdb7 refactor: fix caching isn't working with spotify 0.12 2023-09-26 20:22:05 +06:00
Kingkor Roy Tirtho
afbb8ba5a7 refactor: make compatible with spotify lib 0.12 2023-09-26 19:49:59 +06:00
Kingkor Roy Tirtho
52768a7ec9 Merge branch 'master' into dev 2023-09-26 19:09:11 +06:00
Kingkor Roy Tirtho
9db88a5c09 chore: untranslated messges 2023-09-26 19:09:08 +06:00
Kingkor Roy Tirtho
2d93441188 fix: keyboard shortcuts changing route but not update sidebar 2023-09-26 18:47:37 +06:00
muhammadbahaa2001
38493f9dd7
feat(translations): add Arabic Translations (#740)
* Create app_ar.arb

* Update app_ar.arb

* Update app_ar.arb

* Update app_ar.arb

* Update app_ar.arb

* Update app_ar.arb

* Update app_ar.arb

* Update app_ar.arb

* Update app_ar.arb

* Update app_ar.arb

* Update app_ar.arb

* Update app_ar.arb

* Arabic Translate Added
2023-09-26 17:59:32 +06:00
dependabot[bot]
6dced5ece0
chore(deps): bump spotify from 0.11.0 to 0.12.0 (#733)
Bumps [spotify](https://github.com/rinukkusu/spotify-dart) from 0.11.0 to 0.12.0.
- [Release notes](https://github.com/rinukkusu/spotify-dart/releases)
- [Changelog](https://github.com/rinukkusu/spotify-dart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rinukkusu/spotify-dart/commits)

---
updated-dependencies:
- dependency-name: spotify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-26 17:58:17 +06:00
Thomas Duffin
6593b6919e
chore: add banner and capsule images for steam library (#660)
These images meet the desired quality and dimensions for Steam Grid DB's assets, allowing users to to add them to their steam library when launching Spotube from within the Steam interface (such as when using a Steamdeck).

I've already submitted to steam grid DB, but these assets may also come in handy in other places so thought it would make sense to offer them to the project :)
2023-09-26 17:57:39 +06:00
Yuri V
4368c4a866
feattranslations): add Ukrainian translation (#742)
* Ukrainian translation

* Added to list

* Fixed locale

* Fix quotes

* Update l10n.dart

fix UK -> UA
2023-09-21 14:49:23 +06:00
Joshua Samenfink
5115e041e7
fix: add libmpv1 for ubuntu-based systems (#739) 2023-09-20 21:01:56 +06:00
Kingkor Roy Tirtho
c325911c0d feat: configurable audio normalization switch 2023-09-17 00:39:00 +06:00
Kingkor Roy Tirtho
126d6017f2
chore(android): Add hot nightly flavor (#727)
* feat(android): add flavor support

* feat(android): add nightly icons & splash screens

* chore(vscode): group icon config yml with pubspec

* ci: update apk & appbundle path
2023-09-17 00:23:18 +06:00
Kingkor Roy Tirtho
da10ab2e29 feat: add audio normalization #164 2023-09-16 23:41:47 +06:00
Kingkor Roy Tirtho
ffe8d9ca6d feat: loading indicator for genre and personalized pages 2023-09-16 13:08:32 +06:00
Kingkor Roy Tirtho
5c5dbf69ec feat: add Amoled theme #724 2023-09-16 12:35:46 +06:00
Kingkor Roy Tirtho
532248b55d chore: bump version to 3.1.2 & generate CHANGELOG + generate credits 2023-09-15 22:48:40 +06:00
Kingkor Roy Tirtho
e56f29a510 chore: update the translations 2023-09-15 22:43:03 +06:00
Kingkor Roy Tirtho
c3e696b942 Merge branch 'master' into dev 2023-09-15 22:36:43 +06:00