Rahul Sahani
d43eb9a75e
Merge 80d5f870bb
into ba27dc70e4
2025-03-16 12:57:32 -06:00
Kingkor Roy Tirtho
ba27dc70e4
Merge pull request #2550 from KRTirtho/dev
...
Release 4.0.2
2025-03-16 23:57:54 +06:00
Kingkor Roy Tirtho
0ec9f3535b
chore: bump to 4.0.2 and generate changelog
2025-03-16 23:52:08 +06:00
Kingkor Roy Tirtho
df72ba6960
chore: convert all spotify calls to invoke signature to capture invalid access token exception
2025-03-16 21:22:29 +06:00
Kingkor Roy Tirtho
d9057dae57
fix: invalid access token exception #2525
2025-03-16 10:32:41 +06:00
Kingkor Roy Tirtho
e61b79585e
chore: remove print statement
2025-03-15 21:09:51 +06:00
Kingkor Roy Tirtho
a9e5636e96
chore: add a fallback init token retrieval method
2025-03-15 21:07:59 +06:00
Kingkor Roy Tirtho
723b6b1f38
Merge pull request #2524 from KRTirtho/dev
...
Release 4.0.1
2025-03-15 17:21:27 +06:00
Kingkor Roy Tirtho
764950b286
Revert "chore: spotify home feed recommendations now showing up"
...
This reverts commit 290affd435
.
2025-03-15 17:15:29 +06:00
Kingkor Roy Tirtho
290affd435
chore: spotify home feed recommendations now showing up
2025-03-15 17:00:57 +06:00
Kingkor Roy Tirtho
c59b5c651e
chore: reenable impeller
2025-03-15 16:48:24 +06:00
Kingkor Roy Tirtho
e4ac7cacc9
chore: generate changelogs and migrate to non synthetic l10n
2025-03-15 16:44:57 +06:00
Kingkor Roy Tirtho
26b1c31f8f
chore: flutter 3.29.2 and bump of to 4.0.1
2025-03-15 16:31:20 +06:00
VARUN M
4bfe334419
feat(translation): add tamil translation for spotube ( #2501 )
...
* feat: add tamil language for spotube
* fix: syntax error lib/l10n/app_ta.arb
---------
Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com>
2025-03-15 16:28:27 +06:00
Justin May
48fcfbc928
feat(translation): add tagalog language support
...
Added Tagalog translation
2025-03-15 16:26:49 +06:00
Kingkor Roy Tirtho
95e09ffc94
chore: remove certificate check for dio
2025-03-15 14:23:38 +06:00
Kingkor Roy Tirtho
968fd09eb3
chore: add random user agent
2025-03-15 10:48:34 +06:00
Kingkor Roy Tirtho
1a32264bc7
fix: spotify authentication 429 errors
2025-03-15 10:37:29 +06:00
Kingkor Roy Tirtho
59f298a935
fix: spotify login broken due to new totp requirement #2494
2025-03-15 01:41:51 +06:00
Kingkor Roy Tirtho
bbe3394e9e
fix: lastfm form broken in other locales #2447
2025-03-12 15:05:32 +06:00
Kingkor Roy Tirtho
7cde803bee
feat(local_library): add support for x-flac, opus and x-wav
2025-03-12 14:20:19 +06:00
Kingkor Roy Tirtho
cd475e93d0
chore: upgrade action flutter to 3.29.1
2025-03-12 13:48:07 +06:00
Kingkor Roy Tirtho
3d334d96fd
fix(desktop): double titlebar in local library folders and massive space in overlay player
2025-03-11 21:28:57 +06:00
Kingkor Roy Tirtho
bd4cd22e4e
fix(generate_playlist): create playlist not adding tracks nor navigating to playlist page
2025-03-11 00:16:53 +06:00
Kingkor Roy Tirtho
c709de6bf1
fix: language picker search broken
2025-03-10 20:44:52 +06:00
Kingkor Roy Tirtho
ccbac85171
chore: remove GeistMono
2025-03-10 20:15:28 +06:00
Kingkor Roy Tirtho
50123b235c
fix: add to playlist not working in smaller screen devices
2025-03-10 20:07:51 +06:00
Rahul Sahani
80d5f870bb
Merge pull request #1 from Rahul-Sahani04/enhance-media-controls
...
Enhance media controls and add social sharing features
2025-03-09 13:35:18 +05:30
Rahul Sahani
b5a8835c28
Enhance media controls and add social sharing features
...
Add enhanced media controls and social sharing features.
* **Enhanced Media Controls:**
- Add volume control slider to `PlayerControls` widget in `lib/modules/player/player_controls.dart`.
- Implement keyboard shortcuts for media controls (play/pause, next/previous track, volume up/down) in `PlayerControls` widget.
- Add "lyrics" button to `PlayerView` widget in `lib/modules/player/player.dart`.
* **Social Sharing Features:**
- Add feature to share the currently playing track on social media platforms in `lib/components/track_tile/track_options.dart`.
- Add share button to `TrackPresentationTopSection` widget in `lib/components/track_presentation/presentation_top.dart`.
* **Settings:**
- Add dark mode toggle in the settings page in `lib/pages/settings/settings.dart`.
* **CI Configuration:**
- Add `.ci.yaml` file for continuous integration configuration.
2025-03-09 13:34:56 +05:30
Rahul Sahani
99a896f04a
Add cool features to iOS app
...
Add features to display current playing track information and support media controls on iOS.
* **HomePlayerWidget.swift**
- Add track title, artist name, and album art display in the HomePlayerWidget.
- Update SimpleEntry struct to include trackTitle, artistName, and albumArt properties.
- Modify placeholder, getSnapshot, and getTimeline methods to include new properties.
- Update HomePlayerWidgetEntryView to display new track information.
* **Info.plist**
- Add support for media controls on the lock screen and control center.
- Add integration with Siri for voice commands to control playback.
* **main.dart**
- Register the HomePlayerWidget for iOS by adding glanceProvider listener.
* **glance.dart**
- Add code to update the HomePlayerWidget with the current track information, including track title, artist name, and album art.
2025-03-09 13:21:45 +05:30
Kingkor Roy Tirtho
4072531c62
fix(android): navigation overlaying in app navigation
2025-03-09 10:05:02 +06:00
Kingkor Roy Tirtho
464666c01a
Merge pull request #2410 from KRTirtho/dev
...
chore: update linux appdata screenshot
2025-03-07 20:22:32 +06:00
Kingkor Roy Tirtho
4db9a95a91
chore: update linux appdata screenshot
2025-03-07 20:20:56 +06:00
Kingkor Roy Tirtho
0e58cd0e99
Merge pull request #2408 from KRTirtho/dev
...
chore: add new images
2025-03-07 20:18:03 +06:00
Kingkor Roy Tirtho
3cce2868de
website: remove playstore button
2025-03-07 20:12:05 +06:00
Kingkor Roy Tirtho
894b0d7e5e
Merge branch 'dev' into website
2025-03-07 20:08:09 +06:00
Kingkor Roy Tirtho
7befbca8e5
chore: update images
2025-03-07 20:06:58 +06:00
Kingkor Roy Tirtho
d4f70f56e4
Merge pull request #2405 from KRTirtho/dev
...
Release 4.0.0
2025-03-07 18:05:55 +06:00
Kingkor Roy Tirtho
180d07a1be
chore: bump version to v4.0.0 and generate changelogs, translations and credits
2025-03-07 17:38:25 +06:00
Kingkor Roy Tirtho
91871d0d26
feat: custom piped & invidious instance support
2025-03-07 11:50:39 +06:00
Kingkor Roy Tirtho
c3bbc129ad
fix: piped api not working
2025-03-07 10:22:09 +06:00
Kingkor Roy Tirtho
a9586a64f2
chore: enable sliding transition for queue, alternative source and lyrics page for small screen
2025-03-06 23:04:04 +06:00
Kingkor Roy Tirtho
677f95f266
fix: youtube_explode_dart failing for many videos due to youtube ios client visitor data change
2025-03-05 22:13:42 +06:00
Kingkor Roy Tirtho
f4b1e550bf
chore: use latest flutter_new_pipe_extractor
2025-03-05 22:02:07 +06:00
Kingkor Roy Tirtho
bb71fc0eea
chore: use pages instead of drawer for queue, lyrics, sources in mobile
2025-03-04 18:26:59 +06:00
Kingkor Roy Tirtho
7eb0e69dd7
chore: upgrade to latest working shadcn_flutter
2025-03-03 22:23:29 +06:00
Kingkor Roy Tirtho
30bf0bed62
chore: add back pull down to refresh
2025-03-02 22:04:22 +06:00
Kingkor Roy Tirtho
c82b68a513
fix: follow artist not working #2057
2025-03-02 21:19:28 +06:00
Kingkor Roy Tirtho
edc9636940
chore: fix adaptive select tile scrolling not working
2025-02-23 11:33:44 +06:00
Kingkor Roy Tirtho
47edb8bf96
chore: improve home screen performance
2025-02-23 09:55:46 +06:00