Alexander Capehart
368c8cf00f
music: sort songs by individual date first
...
While still falling back to the album date for libraries that have the
same date for all songs (like mine)
Resolves #797 .
2024-06-22 13:44:42 -06:00
Alexander Capehart
f116d551da
info: update changelog
2024-06-22 12:58:11 -06:00
Alexander Capehart
5f73201c9c
home: disable progress indicator on home
...
Likely consuming too much CPU given the frequency of updates
2024-06-22 12:55:02 -06:00
Alexander Capehart
043bc22eea
music: avoid absurd thread creation in indexing
...
Instead of running MetadataRetriever multiple times, creating possibly
thousands of threads, instead just have one thread that loads multiple
MediaItems at once on a rolling basis using a patched MetadataRetriever.
2024-06-22 12:47:48 -06:00
Alexander Capehart
9083d2ae72
Merge branch 'hotfixes' into dev
2024-06-22 08:44:05 -06:00
Alexander Capehart
8beb2ef4af
info: backport f-droid desc updates
2024-06-20 23:02:43 -06:00
Alexander Capehart
addb02af73
info: update readme
...
- Correct build number
- Re-add yrliet ot sponsors
2024-06-20 22:57:37 -06:00
Alexander Capehart
9cc5582483
Merge pull request #806 from OxygenCobalt/3.5.0
...
Version 3.5.0
2024-06-20 22:47:59 -06:00
Alexander Capehart
cc2d740b61
info: update changelog
2024-06-20 22:34:09 -06:00
Alexander Capehart
b6f97536bc
Merge branch 'master' of github.com:OxygenCobalt/Auxio into 3.5.0
2024-06-20 22:29:58 -06:00
Alexander Capehart
e831fbc773
build: bump to 3.5.0
...
Bump the version to 3.5.0 (46).
2024-06-20 22:24:19 -06:00
Alexander Capehart
00ad0e101c
build: bump to 3.5.0
...
Bump the version to 3.5.0 (46).
2024-06-20 22:23:45 -06:00
Alexander Capehart
5707aa1d31
Merge branch 'dev' of github.com:OxygenCobalt/Auxio into dev
2024-06-20 22:00:24 -06:00
Alexander Capehart
e764e8b4e4
Merge branch '3.5.0' into dev
2024-06-20 22:00:00 -06:00
Alexander Capehart
16b1aeba91
ui: tweak icon background
2024-06-20 21:59:31 -06:00
Alexander Capehart
17d16d20c7
info: update changelog
2024-06-20 21:55:02 -06:00
Alexander Capehart
296d9c3ca3
music: disable perceptual cover art keying
...
Too slow, need to aggressively optimize the music loader before even
THINKING about this, and if anything likely defer it.
2024-06-20 21:54:49 -06:00
Alexander Capehart
d27e714ce6
Merge branch 'music-fixes' into 3.5.0
2024-06-20 21:08:58 -06:00
Alexander Capehart
5861d1db87
music: use both ogg/mp3 style mb tags at once
...
Apparently both can exist on both types of files, and grouping will
break as a result due to MBID mismatch.
2024-06-13 19:50:53 -06:00
Alexander Capehart
96d4a84f52
playback: fix parent restore
...
A single missed savedState access blew up parent restore silently, and
in some other cases with non-destructive queue restores would also not
restore the parent.
2024-06-12 20:32:32 -06:00
Alexander Capehart
5a36cfee67
music: disable timeouts
...
This isn't working right now due to how LONG it takes to actually load
images.
2024-06-12 19:12:20 -06:00
Alexander Capehart
ba0d2cd879
playback: add tab icons
2024-06-09 20:25:33 -06:00
Alexander Capehart
4f71dba90e
playback: fix various android auto issues
...
- Broken queue
- Unusable item details
2024-06-09 19:43:08 -06:00
Alexander Capehart
a9e7ae398c
playback: fix service memory leak
2024-06-09 16:52:27 -06:00
Alexander Capehart
cff700231e
playback: fix android auto queue crash
2024-06-09 16:52:16 -06:00
Alexander Capehart
dbe7bdf1c3
music: fix m3u volume processing
2024-06-09 16:50:31 -06:00
Alexander Capehart
d117f16081
image: prefer exoplayer over aosp covers
...
Will actually handle files with multiple covers. Could lead to more
performance concerns, but that's also the same with AOSP too.
2024-06-09 13:13:54 -06:00
Alexander Capehart
b0703b4d0e
playback: fix widget not resetting on service end
2024-06-08 21:44:48 -06:00
Alexander Capehart
111cb9688f
tasker: completely remove
2024-06-08 21:44:15 -06:00
Alexander Capehart
643defd9e4
playback: fix play song by itself
...
Accidental misup led to it playing from all songs instead
2024-06-08 19:21:06 -06:00
Alexander Capehart
d906b87d76
all: reformat
2024-06-08 19:20:18 -06:00
Alexander Capehart
8b2634df4d
music: handle total absolute m3u paths
...
Some players like generating M3Us with paths starting with
/storage/.../..., so I need to handle those too.
2024-06-08 15:06:04 -06:00
Alexander Capehart
c4a3d52903
playback: fix skip backward rewind w/enabled
...
New player setup accidentally broke rewind at beginning behavior when
rewind before skip is off.
Resolves #785
2024-06-08 12:22:08 -06:00
Alexander Capehart
ad17c82909
Merge pull request #795 from Martysh12/794-fix-empty-menu
...
Disable swiping on overridden overflow menus
2024-06-08 12:13:51 -06:00
Alexander Capehart
1c74f05222
all: fixes/reformat
2024-06-08 11:58:18 -06:00
Martin K
5767094519
ui: disable swiping on overridden overflow menus
2024-06-05 21:54:52 +03:00
Alexander Capehart
248fc89c9b
actions: run on all branches
2024-05-27 20:33:48 +00:00
Alexander Capehart
27e39b6c10
music: interpret m3u paths as relative & absolute
...
Resolves #673
2024-05-26 21:51:12 -06:00
Alexander Capehart
5c53615c90
ui: use standard interpolation on icon
2024-05-26 14:51:00 -06:00
Alexander Capehart
6b818030eb
ui: properly interpolate splash icon
2024-05-20 14:38:13 -06:00
Alexander Capehart
4e86a2f703
home: tune speed dial anim
2024-05-20 14:22:20 -06:00
Alexander Capehart
b824ef40fb
playback: fix album/artist marquee
2024-05-20 12:13:20 -06:00
Alexander Capehart
d293cc86b0
ui: clean out self-rolled dimens
...
Lots of cruft has built up with my dimensions, partially collapse them
into a more consistent set of re-usable dimens (within reason) and try
to delegate to MDC as much as possible.
2024-05-20 12:08:32 -06:00
Alexander Capehart
f742aa7592
ui: use material transitions on some shapes
...
These look a lot better than the old ones.
2024-05-18 23:16:09 -06:00
Alexander Capehart
e809b2875e
playback: increase skip next/prev button sizes
2024-05-18 22:32:04 -06:00
Alexander Capehart
5b2985fd6b
service: remove tasker stuff
2024-05-18 22:30:34 -06:00
Alexander Capehart
5489c08583
Merge branch 'dev' of github.com:OxygenCobalt/Auxio into dev
2024-05-18 22:16:29 -06:00
Alexander Capehart
d5086fc3e6
Merge branch 'media3' into dev
2024-05-18 22:16:01 -06:00
Alexander Capehart
0f691ee65b
tasker: remove
...
Can't do this right now, lifecycle is broken.
2024-05-18 17:35:04 -06:00
Alexander Capehart
b955e2f3ab
playback: re-add notif content intent
2024-05-18 11:35:30 -06:00