Commit Graph

66 Commits

Author SHA1 Message Date
dependabot[bot]
887de51d89
chore(deps): bump audio_service from 0.18.4 to 0.18.7
Bumps [audio_service](https://github.com/ryanheise/audio_service) from 0.18.4 to 0.18.7.
- [Release notes](https://github.com/ryanheise/audio_service/releases)
- [Commits](https://github.com/ryanheise/audio_service/compare/audio_service-v0.18.4...audio_service-v0.18.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-21 03:12:31 +00:00
Kingkor Roy Tirtho
08575e3d09 chore: update metadata_god to v0.1.1 2022-09-13 13:31:06 +06:00
Kingkor Roy Tirtho
91048f9b15 chore: use metadata_god pub.dev version 2022-09-13 12:23:07 +06:00
Kingkor Roy Tirtho
1a3556d39e fix(local-track): throwing exception when downloadLocation is empty
chore: bumped `audioplayers` to a git ref
2022-09-13 10:13:54 +06:00
Kingkor Roy Tirtho
5866b0fcd6 feat: add macos audio metadata tags support 2022-09-12 22:47:01 +06:00
Kingkor Roy Tirtho
2763155676 chore: update metadata_god deps git ref 2022-09-12 22:38:59 +06:00
Kingkor Roy Tirtho
56ed536130 chore: disable reading/writing audiotags in macOS for as unsupported platform for metadata_god
build: bump version to 2.4.0 for next release
fix: playlist view, album view, local track view play another track of already playing album/playlist behavior
2022-09-09 13:36:49 +06:00
Kingkor Roy Tirtho
64226a7344 chore: update metadata_god git ref 2022-09-08 12:48:25 +06:00
Kingkor Roy Tirtho
c68f894f5f chore: update the metadata_god plugin git commit ref 2022-09-08 11:16:22 +06:00
Kingkor Roy Tirtho
6b3ddcb741 chore: update pubspec.lock for metadata_god 2022-09-06 22:03:50 +06:00
Kingkor Roy Tirtho
b137cc96d3 chore: updated metadata_god locafile git commit ref 2022-09-06 21:14:30 +06:00
Kingkor Roy Tirtho
c4c5cc3d2e chore: dependency resolve for metadata_god 2022-09-05 23:05:53 +06:00
Kingkor Roy Tirtho
7071cdbfcf chore: metadata_god compatibility 2022-09-05 20:56:41 +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
2ab1fba3d6 fix(downloader): downloaded track is corrupted for tagging 2022-09-03 13:50:33 +06:00
Kingkor Roy Tirtho
e206f16723 feat(local-tracks): complete support for local tracks
Downloaded tracks are saved with metadata. Only MP3 file metadata support is available in local track player for now
2022-09-03 09:42:41 +06:00
Kingkor Roy Tirtho
c3bf5119eb feat(broken): Broken Warning! Initial Local Audio Player 2022-08-30 16:08:01 +06:00
Kingkor Roy Tirtho
307a8e21df fix: dropped flutter_downloader deps due to slow download speed and UserDownloads not showing for anonymous 2022-08-25 09:53:49 +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
08f913e976 feat: add download queue for desktop & initial playlist download support 2022-08-09 09:10:51 +06:00
Kingkor Roy Tirtho
615d5ce901 feat(ui): adaptive TrackTile actions & Setting ListTile 2022-08-07 22:16:27 +06:00
Kingkor Roy Tirtho
816707c643 feat: Ability to change download location added 2022-08-03 12:44:20 +06:00
Kingkor Roy Tirtho
ebb00cdcb6 Updated Screenshots
README more dependency credit added
2022-07-15 19:02:38 +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
9db99a07d0 Initial Volume maxed out to 100% fixed
Android audio is not pausing on other audio source is running
2022-07-12 01:35:10 +06:00
Kingkor Roy Tirtho
89bcfecfb5 Login guide added 2022-07-08 14:33:57 +06:00
Kingkor Roy Tirtho
c51a9a4c28 Playback track search retry-able now
Search page not rendering fix
2022-07-06 00:59:33 +06:00
Kingkor Roy Tirtho
aa2f900468 Android apk signing commands added 2022-07-04 08:46:38 +06:00
Kingkor Roy Tirtho
f896f65095 initial ingration with audioplayers flutter plugin
seek doesn't work on Endeavour OS (Arch)
2022-07-01 11:10:50 +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
8f200d6488 Keystore file generation path fixed 2022-06-15 19:05:22 +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
74df7a91b1 PlayerOverlay flickering fix
track Share popup menu not showing when not logged in fix
page tranistions changed to default material 3 design's
Wrong link in Login page fix
Changing UserPreferences provider resets the Playback provider
using using hookified_infinite_scroll_pagination officially
2022-06-07 19:53:33 +06:00
Kingkor Roy Tirtho
b05efd3d36 About dialog created
Settings page now scrollable
Playlist Create Dialog now scrollable
2022-06-02 22:45:56 +06:00
Kingkor Roy Tirtho
8d7e5b0c9d [android] Next/Prev track from notification/lockscreen support added (https://github.com/KRTirtho/spotube/issues/91) 2022-06-02 18:46:34 +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
211affa79d pubspec spotify-dart source changed to git 2022-05-26 13:19:10 +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
31551ac1dc application adpted to Flutter 3.0
Got ready for F-Droid release
2022-05-21 17:15:46 +06:00
Piotr Rogowski
1e2387ed00
Upgrade bitsdojo_window 2022-05-18 20:12:50 +02:00
Kingkor Roy Tirtho
f8a5ca4beb application about menu update
usePackageInfo hook
getLyrics bug fixes
2022-04-28 13:12:31 +06:00
Kingkor Roy Tirtho
8af0281b23 SyncedLyrics autoscrolling active lyric implementation
improved title cleaning for youtube search
2022-04-20 21:29:18 +06:00
Stelios Papamichail
2fd5d6fe9c Added support for marquee text on album's with long descriptions and static text for those with short ones 2022-04-01 01:20:01 +03: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
1d09eb451e made the secret creating part easy & documented 2022-03-26 10:02:29 +06:00
Kingkor Roy Tirtho
45f9d08595 lyrics not working bugfix
Download track feature complete support in Android
Android sudden solid color screen
inno-script updated for permission_handler
gensums updated for support for android apk
updated description of Spotube in every file
changes added to CHANGELOG
2022-03-24 13:30:59 +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
147f1373d4 uses Platform.environment instead of env 2022-03-18 12:40:08 +06:00
Kingkor Roy Tirtho
bbfb8f8522 Genius Lyrics works without access tokens
android background playback configuration added
2022-03-17 21:34:52 +06:00
Kingkor Roy Tirtho
f483c59915 android icons generated 2022-03-17 18:54:39 +06:00