Commit graph

1,441 commits

Author SHA1 Message Date
Martin Disch
0400bda7cd
Fix loading of large embedded album art
Android's MediaMetadataRetriever.getEmbeddedPicture() fails on large
images, because ID3 metadata that is considered too big is skipped.
2018-06-20 14:16:41 +02:00
Eugene Cheung
436a3c90ee
Trim whitespace when searching (fixes #508) 2018-06-18 22:26:18 -04:00
Eugene Cheung
5fa8e2e646
Update Gradle 2018-06-18 22:16:00 -04:00
Andrew
6624fcd505 Added preference to turn off shuffle mode when selecting new list of songs (#527)
An option to turn sticky shuffle on or off. It's enabled by default so it keeps the current functionality the same. I noticed every other player has it so hopefully you don't have any issues with it being in the app.
2018-06-18 22:12:34 -04:00
Sai
21de932e32 App target updated to SDK 28 (Android P) (#526)
Now that APIs have been finalised as of P Preview 3 (P Beta 2), app can target SDK 28 successfully.
2018-06-17 21:57:31 -04:00
Karim Abou Zeid
f32954aebe Fix a crash for artist names which clash with *nix file names. 2018-06-16 11:21:57 +02:00
Karim Abou Zeid
582dd51a8b Bump build version and update changelog 2018-06-11 09:30:41 +02:00
Karim Abou Zeid
0ef0f2579c Sync translations 2018-06-11 09:30:10 +02:00
Karim Abou Zeid
b5a86088d1 Update fastlane 2018-06-11 09:00:58 +02:00
Karim Abou Zeid
f0b115414c Merge branch 'martindisch-playlist-export' 2018-06-05 22:49:46 +02:00
Karim Abou Zeid
06f8226e23 Clean up 2018-06-05 22:49:23 +02:00
Karim Abou Zeid
9c31d78251 Merge branch 'martindisch-playlist-export' 2018-06-05 22:45:41 +02:00
Karim Abou Zeid
614f28e0c9 Clean up 2018-06-05 22:45:29 +02:00
Karim Abou Zeid
69df5ee0a0 Merge branch 'dkanadt push origin mastera-phonograph' 2018-06-05 19:17:54 +02:00
Karim Abou Zeid
a635ff45d6 Display an unknown album year consistently everywhere 2018-06-05 19:16:14 +02:00
Karim Abou Zeid
1127fc862d Fix indent 2018-06-05 19:05:13 +02:00
Karim Abou Zeid
3e574669dd Merge branch 'phonograph' of https://github.com/dkanada/VinylMusicPlayer into dkanada-phonograph 2018-06-05 19:01:48 +02:00
Karim Abou Zeid
c44fe4ce72 Update fastlane doc 2018-06-05 18:57:27 +02:00
Martin Disch
9734b6cd21
Run bulk export in AsyncTask 2018-05-27 13:35:53 +02:00
Martin Disch
7e4f7162ca
Implement bulk saving of playlists 2018-05-27 13:33:59 +02:00
Martin Disch
b6034f7484
Add playlist export item to options menu 2018-05-27 12:49:20 +02:00
Karim Abou Zeid
281eae0da7 Fastlane now uploads mapping file too 2018-05-26 12:31:05 +02:00
dkanada
e0aaf09232 unknown year shown as zero in horizontal album adapter 2018-05-26 16:38:58 +09:00
dkanada
463ccf53ef fix png files not loading 2018-05-26 16:38:17 +09:00
Karim Abou Zeid
0367de6507 Exclude fastlane metadata 2018-05-18 21:49:05 +02:00
Karim Abou Zeid
43f544a43b Add fastlane 2018-05-18 21:34:32 +02:00
Karim Abou Zeid
17fd6949a9 Update .gitignore 2018-05-18 21:34:04 +02:00
Karim Abou Zeid
5fafdaa625 Add release signingConfig 2018-05-18 21:27:58 +02:00
Karim Abou Zeid
714497eedf Bump build version 2018-05-18 14:58:43 +02:00
Karim Abou Zeid
8b3cfbbaba Sync translations 2018-05-18 14:58:38 +02:00
Karim Abou Zeid
b33a1e65d1 Display <unknown> Artist as Unknown Artist 2018-05-18 14:11:29 +02:00
Karim Abou Zeid
4b665d6185 Fix broken layout with super long artist names 2018-05-18 13:42:31 +02:00
Karim Abou Zeid
83e2d4edeb Show - instead of 0 when album year is not available 2018-05-18 13:18:58 +02:00
Karim Abou Zeid
f0edcc1629 Update ATH - colors navigation bar buttons on Android O+ 2018-05-04 14:34:29 +02:00
Karim Abou Zeid
3430a85ee9 Bump build version 2018-05-01 20:22:47 +02:00
Karim Abou Zeid
fc89649c64 Sync translations 2018-05-01 20:22:29 +02:00
Karim Abou Zeid
4ce5bcdd8a Remove invalid opus mimetype (ogg stays) 2018-05-01 19:58:37 +02:00
Karim Abou Zeid
d4e3552739 Fallback values for song details 2018-05-01 19:53:16 +02:00
Karim Abou Zeid
7d562070f5 Fix crashes when files where not listed in the media store 2018-05-01 19:27:35 +02:00
Eugene Cheung
b1a086eaf2
Optimize imports 2018-04-30 18:30:30 -04:00
Eugene Cheung
44dd34db79
Remove placeholder tests 2018-04-30 18:28:38 -04:00
Eugene Cheung
d1a077c3f4
Remove remaining Crashlytics stuff 2018-04-30 18:26:07 -04:00
Karim Abou Zeid
62242f0137 Bump build version 2018-04-30 13:39:26 +02:00
Karim Abou Zeid
091d0a98f4 Merge branch 'soren121-sorting' 2018-04-30 13:22:53 +02:00
Karim Abou Zeid
cd04a13896 Remove unused import. 2018-04-30 13:22:00 +02:00
Karim Abou Zeid
9b3243e3e2 Add scan button to navigation drawer 2018-04-30 13:14:24 +02:00
Karim Abou Zeid
db42454261 Add scan button to folder toolbar 2018-04-30 11:25:49 +02:00
Karim Abou Zeid
95bde3dd94 Fix bug where file scan snackbar wouldn't appear 2018-04-30 11:00:30 +02:00
Karim Abou Zeid
be54afd38b Fix track sorting bug 2018-04-30 00:08:23 +02:00
Karim Abou Zeid
2fe07913ac Refactoring of some names 2018-04-29 23:19:50 +02:00