dependabot[bot]
e86fd91646
chore(deps): bump flutter_lints from 1.0.4 to 2.0.1
...
Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages ) from 1.0.4 to 2.0.1.
- [Release notes](https://github.com/flutter/packages/releases )
- [Commits](https://github.com/flutter/packages/commits/flutter_lints-v2.0.1/packages )
---
updated-dependencies:
- dependency-name: flutter_lints
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-21 03:12:03 +00:00
Kingkor Roy Tirtho
9ba46e3060
Merge pull request #191 from Demizo/feature_duration_matching
...
[Feature] Add Duration Match Algorithm (Needs Testing)
2022-09-19 12:25:09 +06:00
Demizo
cf1a8eff2a
Merge branch 'KRTirtho:master' into feature_duration_matching
2022-09-18 12:34:59 -05:00
Kingkor Roy Tirtho
ddcaed11e2
Merge pull request #213 from karniv00l/dependabot
...
Add Dependabot for pub and GH Actions
2022-09-18 20:00:49 +06:00
Piotr Rogowski
d986a92702
Add Dependabot for pub and GH Actions
2022-09-18 13:43:53 +02:00
Kingkor Roy Tirtho
4b9792c34a
fix(auth): Android login local server not starting
2022-09-14 22:54:00 +06:00
Kingkor Roy Tirtho
08575e3d09
chore: update metadata_god to v0.1.1
2022-09-13 13:31:06 +06:00
Kingkor Roy Tirtho
a3b64d3ebe
chore: bump next release version and add CHANGELOG
...
cd: release GHA uses git tags and runs on publish
2022-09-13 12:45:12 +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
74d56792c6
chore(player-controls): add bottom space to life up player control buttons
2022-09-13 09:53:38 +06:00
Kingkor Roy Tirtho
d5ff927c72
feat(search): horizontal swipe scroll support for Desktop platform
2022-09-13 09:42:31 +06:00
Kingkor Roy Tirtho
427954150a
fix(artist-page): SpotubeMarqueeText used in ArtistCard crashes the app
2022-09-13 09:38:12 +06:00
Kingkor Roy Tirtho
16064f68e8
feat: remove macos bounds for reading and writing audio metadata
2022-09-12 22:49:01 +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
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
192acc169e
chore: generate CHANGELOG
2022-09-09 17:33:14 +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
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
cae9993429
feat(playback): add repeat track support #166
2022-09-09 10:53:34 +06:00
Kingkor Roy Tirtho
daa62c73f7
refactor(image-to-string): use asset placeholders instead of dicebear URIs
2022-09-08 23:55:48 +06:00
Kingkor Roy Tirtho
531fae64f9
feat(synced-lyrics): animated active text size
2022-09-08 23:28:16 +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
f31e736181
cd: run ssh even on job fail
2022-09-06 21:07:14 +06:00
Kingkor Roy Tirtho
db2ba1ad7a
cd: remove linux ssh step
2022-09-05 23:07:00 +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
f3cca25ecf
cd: debugging shell configuration added
2022-09-05 14:07:45 +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
Demizo
b2f20d458d
Integrated duration matching into authentic and popular algorithms
...
- Integrated duration matching into authentic and popular algorithms
- Removed duration matching option
2022-09-03 12:29:23 -05:00
Demizo
0fce2c6347
Merge branch 'KRTirtho:master' into feature_duration_matching
2022-09-03 11:46:41 -05:00
Kingkor Roy Tirtho
2ab1fba3d6
fix(downloader): downloaded track is corrupted for tagging
2022-09-03 13:50:33 +06:00
Kingkor Roy Tirtho
47ab4c588d
Merge pull request #192 from Demizo/feature_organized_settings
...
[Feature] Organize Settings With Headers
2022-09-03 10:42:09 +06:00
Demizo
1263a0cfcf
Merge branch 'feature_organized_settings' of https://github.com/Demizo/spotube into feature_organized_settings
2022-09-02 23:33:02 -05:00
Demizo
97dcd8b6e2
Moved support button to about section
...
support button is now im the about section
2022-09-02 23:32:57 -05:00
Demizo
7ae453b81d
Merge branch 'KRTirtho:master' into feature_duration_matching
2022-09-02 23:23:12 -05:00
Demizo
8097fb0769
Merge branch 'KRTirtho:master' into feature_organized_settings
2022-09-02 23:22:55 -05:00
Kingkor Roy Tirtho
747efc6ee6
fix(sidebar): user image url
2022-09-03 09:53:44 +06:00
Kingkor Roy Tirtho
663b08f428
Merge branch 'master' of github.com:KRTirtho/spotube
2022-09-03 09:50:05 +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
Demizo
b179d2a945
Organized Settings With Headers
...
Settings are now organized into headers. Account and donations have been moved to the top to improve the experience of first time users.
2022-09-02 15:20:59 -05:00
Kingkor Roy Tirtho
3b24018bba
Merge pull request #190 from Demizo/fix_username_overflow
...
[FIX] Fade Long Usernames on Sidebar
2022-09-02 10:51:30 +06:00
Demizo
0ae0e196fd
Username and Icon now flexible
...
Nested username and icon within a flexible box
2022-09-01 23:37:14 -05:00
Demizo
a550d21b9a
[Feature] Add Duration Match Algorithm
...
Added duration matching option to track matching algorithms
2022-09-01 21:53:48 -05:00
Demizo
c439a526dd
Fade Long Usernames on Sidebar
...
Long usernames now fade out on the sidebar to make room for the settings button
2022-09-01 17:01:17 -05:00
Kingkor Roy Tirtho
c3bf5119eb
feat(broken): Broken Warning! Initial Local Audio Player
2022-08-30 16:08:01 +06:00