bgaesslein
94f6ed8945
Prioritize artist over album artist for songs
...
Currently, the album artist is used if set. IMHO this is the wrong
choice as it will lead to "Various Artists" or similar being shown
when playing tracks from a compilation.
Changed the code to use first look for the artist tag instead.
2022-02-10 21:45:57 +01:00
MitchellWT
f80adf6103
Update app/src/main/java/com/dkanada/gramophone/fragments/player/card/CardPlayerFragment.java
...
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2021-10-05 11:26:29 +11:00
MitchellWT
05ecc3b289
Formatted 'if' statement and added commenting
2021-10-04 13:38:34 +11:00
MitchellWT
1b3efb515c
Added check for slide value
2021-09-13 19:56:50 +10:00
dkanada
cac64c53c7
add cancel action to download notification
2021-08-09 23:58:35 +09:00
dkanada
76f37e4cab
migrate material-cab sections to kotlin and update library
2021-08-08 17:51:24 +09:00
dkanada
ec649b5417
small changes to cab holder interface
2021-08-08 12:55:52 +09:00
dkanada
dbacad4e6c
revert java version bump until android studio has better support
2021-08-07 13:11:02 +09:00
dkanada
85229301fd
update libraries and other tools
2021-08-07 12:55:39 +09:00
dkanada
b500c83d32
remove references to dimensions from MaterialDialogs library
2021-06-20 16:07:47 +09:00
dkanada
9367d5e697
refactor some preference dialogs
2021-06-20 16:05:37 +09:00
dkanada
bb392edc56
remove deprecated DialogUtils class usages
2021-06-20 16:04:49 +09:00
dkanada
ef93e292fc
update fragment library
2021-06-20 15:43:32 +09:00
dkanada
6daf166172
remove all traces of theme helper library
2021-06-19 12:18:15 +09:00
dkanada
7fbb5b85f8
match HorizontalAlbumAdapter items to the rest of the grid styles
2021-06-16 13:20:00 +09:00
dkanada
2054f712be
small code refactor within player fragments
2021-06-16 13:17:43 +09:00
dkanada
d6b4b67230
apply dark color on navigation bar to match status bar
2021-06-16 13:16:03 +09:00
dkanada
2c7113ecb9
improve theme utilities and fix issue with color drawable
2021-06-16 13:13:47 +09:00
dkanada
a7cb077cee
replace all text color helper methods
2021-06-13 14:39:16 +09:00
dkanada
5ae5d3017a
replace some infrequently used methods from theme library
2021-06-13 00:36:58 +09:00
dkanada
70a561e9d1
consolidate automatic styling methods into AbsThemeActivity
2021-06-12 14:49:32 +09:00
dkanada
e507495fa5
delete unused file and fix a few ide warnings
2021-06-12 14:04:23 +09:00
dkanada
aa5f0c5619
remove most ThemeStore uses for accent colors
2021-06-12 13:48:48 +09:00
dkanada
e48d5cdfd2
remove AppThemeHelper elements from xml files
2021-06-12 13:14:14 +09:00
dkanada
e5a8d536a0
update androidx dependencies
2021-06-12 00:40:57 +09:00
Jakob Kukla
b892acb7d4
fix: widget and notification on transient audio focus loss not pausing
2021-06-09 14:20:29 +02:00
dkanada
f014bcbfdc
Merge pull request #156 from jakobkukla/refactor-audio-focus
...
Refactor: Let ExoPlayer handle audio focus
2021-06-08 00:35:13 +09:00
dkanada
acb2e3a866
inherit AppCompatActivity by default
2021-06-07 19:11:30 +09:00
dkanada
a30359f960
new release
2021-06-07 19:09:27 +09:00
Jakob Kukla
016dacfb29
refactor: adress formatting issues
2021-06-06 22:39:01 +02:00
Jakob Kukla
b0be2e2c3c
refactor: remove unused string
2021-06-06 22:39:01 +02:00
Jakob Kukla
0eabd7eecf
refactor: remove audio ducking setting because it's useless now (unfortunately exoplayer is always "ducking")
2021-06-06 22:39:01 +02:00
Jakob Kukla
fcf2c62d9a
refactor: let exoplayer handle audio focus
2021-06-06 22:39:01 +02:00
dkanada
a68066fa61
refactor some code and fix ide warnings
2021-06-06 16:17:41 +09:00
dkanada
24cb549681
possible fix for null value crash
2021-06-06 16:17:19 +09:00
dkanada
1c641fc9a2
always refresh categories when preference is changed
2021-06-06 16:17:05 +09:00
dkanada
a3eb514e96
fix several issues with playlist menus
2021-06-06 16:16:42 +09:00
dkanada
4a4d703973
fix theme updates on main activity
2021-06-05 18:48:31 +09:00
dkanada
47e81d87be
disable custom download location on newer phones for now
2021-06-05 18:47:01 +09:00
dkanada
cc0beff88a
add signing config for release builds
2021-06-05 16:00:02 +09:00
dkanada
efd4bb2d81
update kotlin gradle plugin
2021-06-05 15:58:52 +09:00
dkanada
047dc1e017
new release
2021-05-31 12:02:07 +09:00
dkanada
f0e9b046b1
fix issue with category preference
2021-05-30 19:18:27 +09:00
dkanada
0e44c4f7f0
improve download notification state
2021-05-30 16:23:10 +09:00
dkanada
c9e48a7b35
only request storage permission when external directory is chosen
2021-05-30 16:21:44 +09:00
dkanada
e87c6ad85e
simplify fragments directory structure
2021-05-30 13:54:05 +09:00
dkanada
bd6bdfb7ea
add sort method for artists
2021-05-30 12:23:37 +09:00
dkanada
56298b08c3
add custom color preference for primary and accent colors
2021-05-30 11:58:05 +09:00
dkanada
dd599c6979
add file select preference for media downloads
2021-05-30 11:43:46 +09:00
dkanada
fbffb4ef8a
convert category information to an enum
2021-05-28 13:36:55 +09:00