Commit graph

303 commits

Author SHA1 Message Date
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
9699faea93 Merge branch 'master' of github.com:moritz-weber/mucke 2023-02-18 14:24:48 +01:00
Moritz Weber
b4d27154fe fix #57 2023-02-18 14:23:53 +01:00
Moritz Weber
65a2538bd5
Update main.yml 2023-02-18 11:05:49 +01:00
Moritz Weber
043c9d9d9f upgrade Flutter and dependencies; moor -> drift 2023-02-18 10:40:06 +01:00
Poussinou
faf306a291
Update README.md (#52) 2023-02-08 21:35:04 +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
d41bae0c91
Merge pull request #41 from moritz-weber/37-last-played-entries-are-buggy-when-removing-songs-from-the-library
cleanup history entries after db update
2023-01-03 23:21:54 +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
80571cea08
Merge pull request #40 from moritz-weber/36-implement-filters-for-song-scanning
close #36
2023-01-03 14:44:54 +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
8e9b8e41d6
Update main.yml 2022-12-29 21:53:18 +01:00
Moritz Weber
c04e225003
Update main.yml 2022-12-29 21:39:13 +01:00
Moritz Weber
ce73c06229
Update main.yml 2022-12-29 21:36:54 +01:00
Moritz Weber
ada3288b4f
Update main.yml 2022-12-29 21:31:38 +01:00
Moritz Weber
4c5822ac86
Update main.yml 2022-12-29 21:25:54 +01:00
Moritz Weber
c61347ed01
Update main.yml 2022-12-29 21:22:55 +01:00
Moritz Weber
125f4a5dab
Update main.yml 2022-12-29 21:00:01 +01:00
Moritz Weber
2d4864ee69
Update main.yml 2022-12-29 20:48:04 +01:00
Moritz Weber
c4b72faf19
Update main.yml 2022-12-29 20:43: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
edd9558755
Update README.md 2022-12-26 11:42:07 +01:00
Moritz Weber
a2e6788dc2
Merge pull request #31 from Poussinou/patch-1
Update README.md
2022-12-26 10:48:54 +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
Poussinou
e0273e8f30
Update README.md 2022-11-27 16:20:35 +11:00
Moritz Weber
8fc0a3600d add icon to metadata 2022-11-25 16:32:28 +00:00
Moritz Weber
66020f9697 Merge branch 'master' of github.com:moritz-weber/mucke 2022-11-24 20:18:03 +01:00
Moritz Weber
6961449045 cropped screenshots 2022-11-24 20:18:00 +01:00
Moritz Weber
40bf91c285
Create metadata.yml 2022-11-24 19:49:38 +01:00
Moritz Weber
53c007e4e3 bump version number 2022-11-24 19:42:37 +01:00
Moritz Weber
496c455a07 add fastlane structure 2022-11-24 19:40:58 +01:00