Commit Graph

1703 Commits

Author SHA1 Message Date
Kingkor Roy Tirtho
9294858fb6 fix: start radio not working #1629 2024-08-15 20:38:14 +06:00
Kingkor Roy Tirtho
b501078c43 cd: upgrade aur version 2024-08-11 18:07:26 +06:00
Kingkor Roy Tirtho
d0a225d0b1 chore: upgrade targetSdkVersion of android build.gradle 2024-08-11 17:16:50 +06:00
Kingkor Roy Tirtho
c681401b6e cd: fix playstore publish download faiils 2024-08-11 13:50:39 +06:00
Kingkor Roy Tirtho
1b024b41fe cd: fix playstore publish download faiils 2024-08-11 13:49:00 +06:00
Kingkor Roy Tirtho
b0a07b58d5 cd: add playstore publish support 2024-08-11 13:45:03 +06:00
Kingkor Roy Tirtho
b32ec9ccf9 chore: bump version and generate changelog 2024-08-10 23:21:48 +06:00
Kingkor Roy Tirtho
9b7a7ef1cf chore: update translations and refactor to flutter 3.22 ThemeData 2024-08-10 22:54:25 +06:00
Josu Igoa
7408a87860
feat(translations): make state page's hard coded strings translatable (#1719) 2024-08-10 22:06:15 +06:00
Marat Budkevich
95b68687d5
fix(translations): fix Russian translations (#1696) 2024-08-10 22:03:42 +06:00
Kingkor Roy Tirtho
388e2d0289 fix(ios): permission exception 2024-08-10 21:50:20 +06:00
Kingkor Roy Tirtho
84f47df6c1 feat(discord): add listening activity type 2024-08-10 21:35:38 +06:00
nexpid
64d25509b4
feat(discord): album art, playing time and play pause support (#1765) 2024-08-10 21:30:11 +06:00
Kingkor Roy Tirtho
6456b43d10 refactor: logs page show full log 2024-08-10 20:53:17 +06:00
Kingkor Roy Tirtho
123eb168a3 fix(linux): tray icon wrong name for flatpak 2024-08-09 22:41:29 +06:00
Kingkor Roy Tirtho
56ce84d748
Merge pull request #1758 from KRTirtho/refactor/cargokit-based-rust-plugins
refactor: cargokit based rust plugins
2024-08-09 20:08:14 +06:00
Kingkor Roy Tirtho
39ea7a701c chore: remove unnecessary print statements 2024-08-09 20:07:24 +06:00
Kingkor Roy Tirtho
1cc7882177 fix(windows): app crashes when no internet 2024-08-09 19:55:56 +06:00
Kingkor Roy Tirtho
ebaf5615ad cd: free up space for linux arm 2024-08-09 13:13:11 +06:00
Kingkor Roy Tirtho
ce19ef1efd chore: upgrade plugin versions 2024-08-07 22:12:57 +06:00
Kingkor Roy Tirtho
1c66646798 fix(windows): local tracks plays but disabled playback controls 2024-08-07 21:54:47 +06:00
Kingkor Roy Tirtho
b5f3894983 cd: add aarch64-unknown-linux-gnu manually in dockerfile for linux arm 2024-08-04 12:03:48 +06:00
Kingkor Roy Tirtho
0465042264 cd: re-enable arm 2024-08-04 11:32:50 +06:00
Kingkor Roy Tirtho
4b65319879 chore: pubspec update 2024-08-04 10:27:05 +06:00
Kingkor Roy Tirtho
0d537abab3 cd: disable arm64 2024-08-01 17:19:17 +06:00
Kingkor Roy Tirtho
d515f3d3be cd: fix rustup target failing for ios 2024-08-01 16:46:26 +06:00
Kingkor Roy Tirtho
0eb78d14ca chore: use frb based plugins from git 2024-08-01 14:15:40 +06:00
Kingkor Roy Tirtho
b211813213 fix: go to track album shows up for local tracks 2024-07-29 17:23:13 +06:00
Kingkor Roy Tirtho
bd511584e7 fix: local track metadata timeout 2024-07-29 17:23:13 +06:00
Kingkor Roy Tirtho
0d9fb1d388 Merge branch 'feat/desktop-webview' into dev 2024-07-26 15:33:30 +06:00
Kingkor Roy Tirtho
9b05b8adf1 chore: migrate to flutter 3.22.3 2024-07-26 15:32:49 +06:00
Kingkor Roy Tirtho
1441736627 fix(windows): window stretching #1553 2024-07-26 15:31:58 +06:00
Kingkor Roy Tirtho
a2ba46ea45 fix(android): app getting killed from background 2024-07-14 21:24:44 +06:00
arenekosreal
e6fee03c20
feat(linux): Use XDG_STATE_HOME to storage logs (#1675)
* feat(linux): Use XDG_STATE_HOME to storage logs

* fix: Clean LSP suggestions.

* fix: Use Platform.environment instead String.fromEnvironment

The latter seems return an empty string.
See: https://github.com/flutter/flutter/issues/55870#issuecomment-936612420
2024-07-14 19:38:28 +06:00
Kingkor Roy Tirtho
6a500731d6
feat: discord rpc for macOS, windows-arm64 and linux-arm64 (#1713)
* feat: add discord rpc support for macos, windows arm64 and linux arm64

* chore: discord rpc not clearing activity after close/setting rpc to false

* chore: add migration script to move from files from macos sandbox to non-sandbox directories
2024-07-14 18:58:47 +06:00
Kingkor Roy Tirtho
a6e13ffc08 fix(linux): OS Media control not working for Flatpak #1627 2024-07-10 00:23:22 +06:00
Kingkor Roy Tirtho
d22bba5393 fix: incorrect datatype used for MPRIS position property #1521 2024-07-10 00:11:40 +06:00
Kingkor Roy Tirtho
abfdbc63ce fix: Too many artists for a track causing overflows
#1470
2024-07-09 23:08:21 +06:00
Kingkor Roy Tirtho
00f1b3422f fix: playlist share button does not work #1639 2024-07-09 22:37:54 +06:00
Kingkor Roy Tirtho
7a31119e3c fix(mini-player): macos titlebar over logo #1244 2024-07-09 22:34:16 +06:00
Kingkor Roy Tirtho
44861a9f5c fix: unescape html escape values #1300 2024-07-09 22:13:05 +06:00
Kingkor Roy Tirtho
c7d8ed567a fix: lyrics page doesn't scroll to top after song ends #885 2024-07-09 21:17:49 +06:00
Kingkor Roy Tirtho
67ae2e8159 chore: fix remote playback not working 2024-07-09 21:05:28 +06:00
Kingkor Roy Tirtho
d359d130de chore: resize currently downloading 2024-07-06 22:08:49 +06:00
Kingkor Roy Tirtho
86ee64c606 chore: remove old logger 2024-07-06 22:02:31 +06:00
Kingkor Roy Tirtho
15211123aa
Merge pull request #1688 from KRTirtho/feat/desktop-webview
feat(desktop): webview based login support
2024-07-06 21:43:29 +06:00
Kingkor Roy Tirtho
243a843033
Merge pull request #1687 from KRTirtho/refactor/storage-n-providers
refactor: migrate to sqlite based storage from hive
2024-07-06 21:38:52 +06:00
Kingkor Roy Tirtho
86f5b80177 chore: fix insert failing to invalid conflict check 2024-07-06 21:38:36 +06:00
Kingkor Roy Tirtho
ccea4a003d fix: changed source doesn't get saved and uses the wrong once again 2024-07-06 21:35:56 +06:00
Kingkor Roy Tirtho
2ce4853fd1 chore: fix while loading playlists/album already playing ones doesn't get cleared 2024-07-06 19:26:59 +06:00