Moritz Weber
f49ea4946a
fix #77
2023-05-02 18:13:29 +02:00
Moritz Weber
60cd56a6c0
fix #76
2023-05-02 17:48:10 +02:00
Moritz Weber
8534d44c8b
package updates and fix build error
2023-04-19 20:39:02 +02:00
Moritz Weber
a3a6c7cc0f
migration to Material 3; fix #67 ( #72 )
2023-04-17 22:27:58 +02:00
Moritz Weber
5411d47924
added missing translation
2023-03-26 16:19:57 +02:00
Moritz Weber
1e3034fa52
51 german language ( #66 )
...
* translation for home and settings
* completed german translation; close #51
2023-03-25 21:31:12 +01:00
Moritz Weber
c68c2e9806
fixed bug in queue
2023-03-19 21:00:12 +01:00
Moritz Weber
727168c128
fixed bug in append to manually queued songs
2023-03-14 21:12:16 +01:00
Moritz Weber
b15ec33ab4
release v1.2.0
2023-03-11 21:30:24 +01:00
Moritz Weber
5a64e50423
fix #38
2023-03-11 21:18:36 +01:00
Moritz Weber
fce520abc7
fix #59
2023-03-11 18:14:32 +01:00
Moritz Weber
589cfef5ce
added file logging; smart list fix
2023-03-11 17:18:07 +01:00
Moritz Weber
76646d6a76
downgrade mobx to 2.1.3
2023-02-19 20:43:55 +01:00
Moritz Weber
0d84ada94b
pre-calculate and store album colors
2023-02-18 22:29:13 +01:00
Moritz Weber
b4d27154fe
fix #57
2023-02-18 14:23:53 +01:00
Moritz Weber
043c9d9d9f
upgrade Flutter and dependencies; moor -> drift
2023-02-18 10:40:06 +01:00
Moritz Weber
9384248bfe
update gradle version; bump app version
2023-01-29 21:36:24 +01:00
Moritz Weber
e234240493
45 quick way to play an album without shuffle ( #49 )
...
* Playing albums without shuffle (#46 )
* Refactor AlbumPage app bar to include a play button
* implement settings toggle 'Play albums in order'
* Update src/lib/system/datasources/moor_database.dart
Co-authored-by: Moritz Weber <moritz.weber@posteo.de>
* fix toggle
* Add artist name and background image to AlbumDetailsPage
* Implement PlayAlbumsInOrder setting function
---------
Co-authored-by: Moritz Weber <moritz.weber@posteo.de>
* fix #45
---------
Co-authored-by: Frieder Hannenheim <frieder12.fml@protonmail.com>
2023-01-29 21:24:35 +01:00
Moritz Weber
3179797350
remove skip count from songs
2023-01-28 20:44:59 +01:00
Moritz Weber
eb56b9d3ef
small ui fixes
2023-01-28 20:43:31 +01:00
Moritz Weber
104b27c379
reworked CurrentlyPlayingPage; fix #47
2023-01-27 21:36:26 +01:00
Moritz Weber
3e49f2bdc6
remove MANAGE_EXTERNAL_STORAGE permission
2023-01-20 19:56:13 +01:00
Moritz Weber
a57b160117
refined swiping on CurrentlyPlayingPage
2023-01-15 20:50:35 +01:00
Frieder Hannenheim
37e7a03255
Make it possible to switch songs by swiping in the currently playing view ( #39 )
...
* Add swipe for switching songs
* Wip background scroll widget
* add album background list
* this looks better. I still need to figure out why the wrong picture is shown and how to have the picture move in from the right direction
* use correct picture for album art
* Remove unnecessary scaffold
* remove commented code
* Implement AlbumArt Swiping with PageView
Co-authored-by: Frieder Hannenheim <frieder12.fml@pm.me>
2023-01-14 20:00:14 +01:00
Moritz Weber
b02bf80649
version bump; small theming changes
2023-01-05 11:02:15 +01:00
Moritz Weber
cd068c9579
cleanup history entries after db update
...
- delete history entries without album/artist
- fix #37
2023-01-03 21:43:13 +01:00
Moritz Weber
9c615dde02
add albumId to Song entity; fix bottom sheet
2023-01-03 21:18:26 +01:00
Moritz Weber
a61d98716a
close #36
...
- implement file extension filters
- implement blacklist for files
2023-01-03 14:09:29 +01:00
Moritz Weber
dd446090f3
Merge pull request #35 from moritz-weber/34-add-like-button-in-media-notification
...
Notification changes
2022-12-30 10:38:22 +01:00
Moritz Weber
13df122fc4
build for signing
2022-12-29 20:42:59 +01:00
Moritz Weber
07e916e08b
notification changes
...
- add like button
- switch to rounded icons
2022-12-29 17:16:30 +01:00
Moritz Weber
8bcc63397f
fixed (?) version code
2022-12-03 14:58:05 +01:00
Moritz Weber
9b86243584
keep drawables
2022-12-03 14:08:33 +01:00
Moritz Weber
1e8ed36429
Update build.gradle
2022-12-03 11:38:57 +01:00
Moritz Weber
ff12da4baf
added flutter submodule
2022-12-03 10:57:59 +01:00
Moritz Weber
1ea9fe19f1
cleaned deps; sdk version 32
2022-12-02 21:49:23 +01:00
Moritz Weber
49a3a8d0af
removed proguard; gradle changes
2022-12-01 20:58:12 +01:00
Moritz Weber
b87eede8aa
removed ios
2022-12-01 20:55:02 +01:00
Moritz Weber
f7d40a29c1
Update build.gradle
2022-11-30 21:41:45 +01:00
Moritz Weber
53c007e4e3
bump version number
2022-11-24 19:42:37 +01:00
Moritz Weber
a9f9ce5969
small cleanup stuff
2022-11-24 19:26:02 +01:00
Moritz Weber
23a9b37a64
add scanMedia to LocalMusicFetcher
2022-10-24 22:13:11 +02:00
Moritz Weber
6197d258c2
replaced audiotagger with on_audio_query
2022-10-24 21:28:30 +02:00
Moritz Weber
38f892e908
bump version number
2022-10-09 13:11:31 +02:00
Moritz Weber
c17ab603c1
updated manifest for Android 12
2022-10-08 21:41:33 +02:00
Moritz Weber
e9052aefee
screenshots + GUI details
2022-10-08 17:56:06 +02:00
Moritz Weber
2fec6794ea
removed comment
2022-10-03 12:54:01 +02:00
Moritz Weber
e8a375d255
updated minor dependencies
2022-10-03 12:36:08 +02:00
Moritz Weber
50f80739f5
removed icon from widget settings page
2022-10-03 12:26:48 +02:00
Moritz Weber
908c903a24
details on highlight widgets
2022-10-03 12:17:41 +02:00