Commit Graph

598 Commits

Author SHA1 Message Date
Kingkor Roy Tirtho
178b4eaf32
Merge pull request #236 from KRTirtho/dependabot/pub/youtube_explode_dart-1.12.1
chore(deps): bump youtube_explode_dart from 1.12.0 to 1.12.1
2022-10-25 12:14:21 +06:00
Kingkor Roy Tirtho
148f048723
Merge pull request #233 from KRTirtho/dependabot/pub/http-0.13.5
chore(deps): bump http from 0.13.4 to 0.13.5
2022-10-25 12:13:53 +06:00
Kingkor Roy Tirtho
e6761a6f8e feat(search): infinite scroll for tracks, artists, playlists and albums 2022-10-25 12:13:19 +06:00
Kingkor Roy Tirtho
1d4847ab0a feat(PlayerView): shortcut button for opening lyrics #273 2022-10-24 18:09:24 +06:00
dependabot[bot]
53aac9044b
chore(deps): bump http from 0.13.4 to 0.13.5
Bumps [http](https://github.com/dart-lang/http/tree/master/pkgs) from 0.13.4 to 0.13.5.
- [Release notes](https://github.com/dart-lang/http/releases)
- [Commits](https://github.com/dart-lang/http/commits/HEAD/pkgs)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 12:02:39 +00:00
Kingkor Roy Tirtho
6b6907af3f feat(lyrics): tabs for both synced and static lyrics #182
refactor: remove code-style warnings
2022-10-24 17:59:58 +06:00
Kingkor Roy Tirtho
0b79a1181c fix(login): not working in android in Brazil or Ukraine regions 2022-10-23 16:08:15 +06:00
Kingkor Roy Tirtho
b3ac5ca3bb fix(auth): refresh access token timer not working
refactor: use fl_query for spotify API instead of riverpod
2022-10-23 16:06:03 +06:00
Kingkor Roy Tirtho
b5144dfa26
Merge pull request #269 from Lucifer25x/patch-1
Fix typo
2022-10-17 14:16:39 +06:00
Lucifer25x
361513b7a2
Fix typo 2022-10-16 22:41:57 +04:00
Kingkor Roy Tirtho
dcc8ba5a54 feat(android-playback): option to download track bytes and play instead of Streaming 2022-10-16 11:21:21 +06:00
Kingkor Roy Tirtho
3b4306b7ab fix:(auth): can't login using Facebook/Google social login #267 2022-10-15 22:27:22 +06:00
Kingkor Roy Tirtho
5ffed01a37 cd(flathub): publish flow update 2022-10-14 11:16:11 +06:00
Kingkor Roy Tirtho
83792bdca2
Merge pull request #259 from karniv00l/ios
Basic support for iOS, fix missing Rust lib
2022-10-14 07:44:26 +06:00
Piotr Rogowski
861247d430
Basic support for iOS, fix missing Rust lib 2022-10-13 19:36:22 +02:00
Kingkor Roy Tirtho
43557e40df fix: bottom navigation bar settings tile not active when selected
docs: add Readme library credit and remove Login section
2022-10-13 23:01:03 +06:00
Kingkor Roy Tirtho
c83410bac2 chore: bump version and generate CHANGELOG 2022-10-13 19:41:25 +06:00
Kingkor Roy Tirtho
88d7ce55a5 feat(downloader): replace /skip all choice for downloaded tracks 2022-10-13 19:21:12 +06:00
Kingkor Roy Tirtho
cb4bd25df1 feat: sort tracks in playlist, album and local tracks 2022-10-13 18:59:30 +06:00
Kingkor Roy Tirtho
91d5d1003b fix(desktop): window maximized state doesn't persist 2022-10-13 17:55:29 +06:00
Kingkor Roy Tirtho
618c6da0eb fix: local audio doesn't get refreshed after getting permission 2022-10-13 17:49:54 +06:00
Kingkor Roy Tirtho
abf4a5763a fix: cached local track is fetched from network, body is not behind AppBar in desktop 2022-10-12 21:02:50 +06:00
Kingkor Roy Tirtho
8a72f62d14 fix(android): dynamic status bar and safearea, playerview artist link, login success redirect 2022-10-12 19:54:04 +06:00
Kingkor Roy Tirtho
933b8d58e7 cd: fix version no. of build 2022-10-11 22:49:18 +06:00
Kingkor Roy Tirtho
0ebac05a4b fix: PlayerOverlay not hiding when not playing and unneeded bottom space in TrackTableView 2022-10-11 14:57:26 +06:00
Kingkor Roy Tirtho
0ca97b495f feat: use of smaller sized images
cd: fix versioning of pubspec
2022-10-11 14:41:44 +06:00
Kingkor Roy Tirtho
4ef7429aa8 cd: nightly build with proper build number 2022-10-11 12:02:18 +06:00
Kingkor Roy Tirtho
ff35e06a66 feat: animated transition of root PageWindowTitleBar 2022-10-10 23:25:58 +06:00
Kingkor Roy Tirtho
4df917e65e fix: categories not showing for oauth exception, maximized window size is stored
feat: UserLibrary and UserAlbums using fl_query
2022-10-10 22:54:10 +06:00
Kingkor Roy Tirtho
3e498a4827 feat: implemented go_route shell/nested route
BRIEF DESCRIPTION:
- Nested Routes like React-Router/Spotify Web/desktop
- Except Login routes everything is nested and wrapped by a Shell
- PlayerOverlay is no more a overlay
A really simple Sidebar now
2022-10-10 20:00:47 +06:00
Kingkor Roy Tirtho
25e6b236b8
Merge pull request #248 from KRTirtho/dependabot/pub/go_router-5.0.5
chore(deps): bump go_router from 3.1.0 to 5.0.5
2022-10-09 11:07:27 +06:00
Kingkor Roy Tirtho
edb6f3cd1c feat: volume slider mouse scroll and preference for Rotating Album Art #255 2022-10-09 10:52:51 +06:00
Kingkor Roy Tirtho
6d4c6b1738 feat(categories): Reenable Featured playlists 2022-10-09 10:07:06 +06:00
Kingkor Roy Tirtho
0653dab6ee fix(authorization): android no redirecting to app after login when device locale isn't set to en 2022-10-05 12:19:40 +06:00
Kingkor Roy Tirtho
677f3dcf29 fix(auth): AuthProvider not updated after refreshing access token 2022-10-03 20:57:04 +06:00
Kingkor Roy Tirtho
756b91007e feat(auth): new authentication flow using cookies and webview in android 2022-10-03 20:38:36 +06:00
dependabot[bot]
9a1f90acc0
chore(deps): bump go_router from 3.1.0 to 5.0.5
Bumps [go_router](https://github.com/flutter/packages/tree/main/packages) from 3.1.0 to 5.0.5.
- [Release notes](https://github.com/flutter/packages/releases)
- [Commits](https://github.com/flutter/packages/commits/go_router-v5.0.5/packages)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-02 05:39:46 +00:00
Kingkor Roy Tirtho
139d4dc033 fix(android): file_picker and permission_handler failure for sdk < 33 2022-10-02 11:37:18 +06:00
Kingkor Roy Tirtho
c77b0e198b feat: smoother list using fl_query and waypoint
fix(theme): remove splash effect
feat(artists-albums): horizontal paginated list instead of grid view page
2022-10-02 11:04:27 +06:00
Kingkor Roy Tirtho
7eea968bcf
Merge pull request #247 from vedantmgoyal2009/patch-1
Update spotube-release.yml
2022-10-01 10:34:07 +06:00
Vedant
09fce4e8bc
Update spotube-release.yml 2022-09-30 22:48:37 +05:30
Kingkor Roy Tirtho
36cebe480c docs: Readme package + plugin credits and Team section 2022-09-29 22:29:55 +06:00
Kingkor Roy Tirtho
8f258e709a feat(keyboard-shortcuts): home sidebar tab navigation and close app 2022-09-29 22:08:05 +06:00
Kingkor Roy Tirtho
2734454717 feat(keyboard shortcuts): play/pause on space, seek position on left/right 2022-09-29 21:50:05 +06:00
Kingkor Roy Tirtho
dbb81de763 fix: no appropriate output when playlist is empty #201 2022-09-26 13:14:55 +06:00
Kingkor Roy Tirtho
9b3ef2ffa2
Merge pull request #232 from karniv00l/macos-files
Fix file paths for MacOS
2022-09-26 09:37:47 +06:00
Kingkor Roy Tirtho
56a99c4d29 docs: removed all gtag and stupid google ads stuff 2022-09-23 13:39:39 +06:00
dependabot[bot]
b12fcff25a
chore(deps): bump youtube_explode_dart from 1.12.0 to 1.12.1
Bumps [youtube_explode_dart](https://github.com/Hexer10/youtube_explode_dart) from 1.12.0 to 1.12.1.
- [Release notes](https://github.com/Hexer10/youtube_explode_dart/releases)
- [Changelog](https://github.com/Hexer10/youtube_explode_dart/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Hexer10/youtube_explode_dart/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-22 00:15:33 +00:00
Piotr Rogowski
8f64f5452d
Fix file paths for MacOS 2022-09-21 21:56:21 +02:00
Kingkor Roy Tirtho
1191bf232d fix(web): not building due to metadata_god ffi
chore: update metadata_god and remove win32v3 override
2022-09-21 23:10:05 +06:00