Kingkor Roy Tirtho
2f6fa7add1
fix: ignore episodes in tracks
2024-03-20 23:36:41 +06:00
Kingkor Roy Tirtho
75b05f3dc8
feat: make many provider autoDispose after 5 minutes of no usage
2024-03-20 23:22:48 +06:00
Kingkor Roy Tirtho
36316f5e94
fix: user album loading next page indicator
2024-03-19 22:08:41 +06:00
Kingkor Roy Tirtho
3081237999
fix: glitching when loading
2024-03-19 21:33:25 +06:00
Kingkor Roy Tirtho
aea4bd7d16
fix: remove direct access to provider.value
2024-03-17 17:04:42 +06:00
Kingkor Roy Tirtho
51710d5aee
feat: use providers in remaining pages and remove fl_query
2024-03-17 16:56:35 +06:00
Kingkor Roy Tirtho
d2a9ff6652
feat: use provider in add track dialog
2024-03-17 15:21:57 +06:00
Kingkor Roy Tirtho
82802fef2c
feat: use provider for create playlist
2024-03-17 15:01:56 +06:00
Kingkor Roy Tirtho
4d774b6ef1
feat: use provider in lyrics screen
2024-03-17 14:45:09 +06:00
Kingkor Roy Tirtho
ac8121647b
feat: use providers in generate playlist
2024-03-17 13:52:17 +06:00
Kingkor Roy Tirtho
b76e265f23
feat: use provider in search page
2024-03-17 12:59:50 +06:00
Kingkor Roy Tirtho
25badae7ad
feat: use provider for playlist and album card and heart button
2024-03-17 12:33:11 +06:00
Kingkor Roy Tirtho
4ae530d29d
feat: use providers on library page
2024-03-17 12:03:20 +06:00
Kingkor Roy Tirtho
786342912b
feat: use providers in artist page
2024-03-17 11:09:26 +06:00
Kingkor Roy Tirtho
84cb8d7988
feat: use new providers for playlist and albums screen
2024-03-17 10:49:17 +06:00
Kingkor Roy Tirtho
dc999b81f0
chore: fix dart lint issues
2024-03-16 22:02:11 +06:00
Kingkor Roy Tirtho
94b3e160c2
feat: use providers in home screen
2024-03-16 21:36:12 +06:00
Kingkor Roy Tirtho
f83d6e08e1
feat: add playlist create and update and favorite handlers
2024-03-16 20:13:17 +06:00
Kingkor Roy Tirtho
f8550ae3d6
feat: add view and spotify friends provider
2024-03-15 22:14:18 +06:00
Kingkor Roy Tirtho
29ffc280a5
feat: add search provider
2024-03-15 22:06:40 +06:00
Kingkor Roy Tirtho
91c6ddbc2d
feat: add playlist related providers
2024-03-15 21:38:43 +06:00
Kingkor Roy Tirtho
1d580e8b6a
feat: add lyrics provider
2024-03-13 20:22:41 +06:00
Kingkor Roy Tirtho
54b32459a8
feat: add all categories providers
2024-03-13 19:59:50 +06:00
Kingkor Roy Tirtho
78b7759f10
feat: add artist related providers
2024-03-13 19:42:31 +06:00
Kingkor Roy Tirtho
00b2b76037
feat: add album is saved, new releases and tracks providers
2024-03-13 18:57:59 +06:00
Kingkor Roy Tirtho
39d07567c4
feat: add riverpod based favorite album provider
2024-03-13 17:35:33 +06:00
Kingkor Roy Tirtho
35e9920b51
chore: add riverpod lint
2024-03-13 14:34:51 +06:00
Kingkor Roy Tirtho
e516afb185
fix(android): only ask battery optimization once #1252
2024-03-09 00:00:36 +06:00
Kingkor Roy Tirtho
a248a4b48c
chore: fix getting started showing up everytime
2024-03-08 23:07:55 +06:00
Kingkor Roy Tirtho
a6164c5791
chore: add untranslated messages
2024-03-08 20:53:04 +06:00
Kingkor Roy Tirtho
5019c14c44
chore: fix getting started screen theme and bump version and generate changelogs
2024-03-08 19:50:57 +06:00
Kingkor Roy Tirtho
b354f57d4e
chore: hide songlink when not youtube track
2024-03-08 19:12:40 +06:00
Kingkor Roy Tirtho
ca76a39910
fix: album images are small in certain places
2024-03-08 19:10:33 +06:00
TAE-IN Sappho KIM
fdea9307bb
feat(translations): add Korean translation ( #1275 )
...
* Create Korean translation
* More natrual translation on Korean
* Add credit of Korean translation
2024-03-05 20:52:48 +06:00
Kingkor Roy Tirtho
b0970090b1
chore: add song link text in player view shortcut
2024-03-01 19:16:52 +06:00
Kingkor Roy Tirtho
a9a1d4c9dc
fix: album, artist page not loading #1282
2024-03-01 18:55:33 +06:00
Kingkor Roy Tirtho
e6a20b5a16
chore: fix add null check before accessing auth cookie from hive box #1264
2024-02-26 10:05:50 +06:00
Kingkor Roy Tirtho
0ae6af61c9
chore: untranslated messages
2024-02-25 23:06:40 +06:00
Kingkor Roy Tirtho
761d968ceb
Merge branch 'master' into dev
2024-02-25 23:01:11 +06:00
0x00646f616e6e63
019ba865e2
feat(translations): Added Vietnamese ( #1135 )
...
* feat: Added Vietnamese
* fix: better translation
* fix: better translation
* fix: better translation
* chore: add translator credit
---------
Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com>
2024-02-25 22:59:54 +06:00
Kingkor Roy Tirtho
4d6af8c0a7
chore: add translations for getting started screen
2024-02-25 22:48:27 +06:00
olivier2
17105a640b
fix(android): audio issue when screen is off and broadcast audio session id ( #1221 & #1247 )
...
* this change fixes the garbled audio on my Pixel 6a while the screen is off. Not familiar with libmpv, but seems to favor audiotrack audio output over opensles. KRTirtho/spotube#571
* get audio session id, send it to AudioTrack in libmpv, broadcast it to other apps. Fixes KRTirtho/spotube#1221
---------
Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com>
2024-02-25 22:26:06 +06:00
Kingkor Roy Tirtho
a850ed270b
chore: add error handling in song link
2024-02-25 22:06:47 +06:00
Kingkor Roy Tirtho
96a2a1f5a6
feat: add getting started page
2024-02-25 22:01:38 +06:00
Kingkor Roy Tirtho
ca71406505
chore: remove residual files
2024-02-25 11:14:00 +06:00
Kingkor Roy Tirtho
9095a8c8f8
feat: add songlink based track matching for youtube and open song link button
...
songlink.com will provide accurate match verified by community for most spotify tracks improving overall match accuracy for Youtube audio source
2024-02-25 11:13:23 +06:00
Kingkor Roy Tirtho
6f71e52ea8
fix: no draggable scrollbar in playlist/album page #1158
2024-02-24 22:53:30 +06:00
Kingkor Roy Tirtho
ab08c82c8d
fix: friends list not scrollable with mouse drag
2024-02-24 18:38:18 +06:00
Kuyumee
6f8271f5e9
feat: Sort by Duration ( #1238 )
2024-02-18 23:35:42 +06:00
Kingkor Roy Tirtho
3294f657fe
fix(android): system back button in player page exits the app
2024-02-18 23:05:43 +06:00