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
8f258e709a
feat(keyboard-shortcuts): home sidebar tab navigation and close app
2022-09-29 22:08:05 +06:00
Kingkor Roy Tirtho
8c7adde890
fix(layout): Fix adaptive UI not working correctly by providing a overriding option
2022-09-12 15:02:47 +06:00
Kingkor Roy Tirtho
d9addcda8e
feat(mpris): MPRIS metadata are now updated in realtime
...
refactor(download-button): use download provider and queue instead of custom logic
2022-09-09 13:05:02 +06:00
Kingkor Roy Tirtho
d841b06882
refactor(audio-metadata): migrate from dart audio tagging library to rust based in-house solution
...
* fix(home): android bottom-bar abnormal empty top space for unknown reason
* chore: bump deps and use pub.dev version of spotify package
2022-09-05 00:09:05 +06:00
Kingkor Roy Tirtho
8d77b6900a
feat: add download tab on library
...
Addition of download badge in sidebar and navbar library icon
Fix SpotubeMarqueeText behavior using auto_size_text
2022-08-19 11:53:52 +06:00
Kingkor Roy Tirtho
2818ed5c9d
feat: add web support although nothing works just as expected
2022-08-14 23:03:33 +06:00
Kingkor Roy Tirtho
e21755322f
feat(download): track table view multi select improvement, tap to play track support, existing track replace confirmation dialog and bulk download confirmation dialog
2022-08-09 12:52:15 +06:00
Kingkor Roy Tirtho
42294b027a
Fixed no Settings icon on larger displays
...
Window size persistance support
2022-07-13 19:22:58 +06:00
Kingkor Roy Tirtho
e2bba4ac94
Safearea fix for Home widgets
2022-07-05 14:48:02 +06:00
Kingkor Roy Tirtho
da2e371dfd
Blur effect applied in Lyrics, PlayerView & PlayerOverlay
...
Drag to scroll support for Playlist Categories
Sidebar user name & settings icon moved down
2022-07-05 14:08:56 +06:00
Kingkor Roy Tirtho
bea7fd14b7
dbus MPRIS implemented, OS media control support added
...
Hotkey support removed due to too much key_display_binding issue caused by window resize & re-renders
2022-06-26 13:27:38 +06:00
Kingkor Roy Tirtho
41102b3bb8
Perfction on new Playlist & Album View
...
TrackCollectionView shows ShimmerTrackTile (loading) seperately
2022-06-15 17:51:37 +06:00
Kingkor Roy Tirtho
063b239b5d
Shimmer Loading animations for Playlist,Album, artist & categories
2022-06-14 14:52:39 +06:00
Kingkor Roy Tirtho
f3bacad233
Customizable Track Match Algorigthm
...
AudioQuality Option
2022-06-04 22:27:11 +06:00
Kingkor Roy Tirtho
46d9b656f9
Update Checker implemented
...
private playlists of current user aren't shown fix (https://github.com/KRTirtho/spotube/issues/92 )
2022-05-30 16:59:47 +06:00
Kingkor Roy Tirtho
9224b4c316
expanded Cached netwrok request support
2022-05-29 23:32:47 +06:00
Kingkor Roy Tirtho
20ada95312
Partial async caching support added using FutureProvider
2022-05-29 22:00:02 +06:00
Kingkor Roy Tirtho
09160b1a53
Fixed statusbar color issue created by the new theme
...
ChooseColorSchemeDialog now scrollable
Initial FutureProvider integration
Uri launches in System Webview in android fix
2022-05-28 19:17:48 +06:00
Kingkor Roy Tirtho
5accf5c56c
Re initiating ipc login is now no longer required for https://github.com/rinukkusu/spotify-dart/pull/118
2022-05-26 13:13:34 +06:00
Kingkor Roy Tirtho
c0e2a21765
youtube search is now less official prone
...
classic genius-lyrics selection improved
[android] fixed status white icon in white bg & black icon in dark bg
2022-05-02 23:06:17 +06:00
Kingkor Roy Tirtho
91ce0bd17c
release-build workflow creation with choco publish support
...
[android] always Black StatusBar fix
2022-04-26 17:48:44 +06:00
Kingkor Roy Tirtho
cea6fd9797
optimized search for both youtube track & synched subtitle
...
flutter_distributor .deb build support
2022-04-25 22:15:01 +06:00
Kingkor Roy Tirtho
e92f107e55
improved ranking system for matched youtube search results
...
synced lyrics initial implementation using rentanadviser
2022-04-19 12:59:12 +06:00
Kingkor Roy Tirtho
4efd600d13
card shadow showing in the background of titlebar & searchbar fix
...
Create/Remove playlist support
Add/Remove Track to playlist(s) support
Favorite/Un-favorite from any PlaylistView's TrackTile support
2022-04-17 18:07:49 +06:00
Kingkor Roy Tirtho
f7510d7eae
recommendation country set from settings suport added
2022-04-04 20:21:32 +06:00
Kingkor Roy Tirtho
0036df6e12
activate log level in release with env var
...
Check if the track already exists in the disk while download button is pressed
2022-04-04 19:55:17 +06:00
Kingkor Roy Tirtho
c27b497c4b
Follow/Unfollow artist/playlist support
...
Save/Remove album support
Add/Remove track from favorite support
Easier way to create secrets locally
Updated contribution details according newest changes
2022-03-30 20:38:14 +06:00
Kingkor Roy Tirtho
0cf5bfea50
implemented custom logger
...
[android] fixed solid color screen until the player on the navbar is stopped
2022-03-23 11:51:58 +06:00
Kingkor Roy Tirtho
8dea8dc051
android appWindow related bug in Home fix
2022-03-21 21:28:26 +06:00
Kingkor Roy Tirtho
6f6c00d76d
anonymous (guest) login support added
...
build pipeline update to support anon login
not logged in guards added
2022-03-19 14:34:39 +06:00
Kingkor Roy Tirtho
c64f329c42
Android SafeArea issues fixed
...
configurations for different plugin for android added
adjusted platform bound opertations
2022-03-15 19:47:29 +06:00
Kingkor Roy Tirtho
932462d773
sperated PlayerControl from PlayerOverlay
...
PlayerControls slider & duration are now vertical
hotkey init moved to Home
Player & YoutubeExplode are provided through riverpod
Playback handles all things Player used to do
GoRoutes are seperated from main to individual model file
usePaletteColor bugfix occuring for before initilizing mount
2022-03-12 19:10:21 +06:00
Kingkor Roy Tirtho
d608fa7d02
PlayerOverlay works as expected
...
imageToUrlString uses uuid instead of DateTime.now()
seperated parts of Player for reuse accross different sizes of screen's specific widgets
integrating go_router to follow declarative route approach
2022-03-10 12:29:29 +06:00
Kingkor Roy Tirtho
b585bf2df2
Tweaks for responsiveness
...
for appwindow.size
Home component moved to its own subdir
2022-03-08 22:25:49 +06:00