1
0
mirror of https://github.com/nvllsvm/Audinaut synced 2024-12-31 18:17:47 +01:00
Commit Graph

247 Commits

Author SHA1 Message Date
Andrew Rabert
bf9e9ad1e6
Merge pull request #63 from mlim15/mediaStyle-clean
Implement glennguy's MediaStyle notifications
2020-01-11 17:54:39 -05:00
Andrew Rabert
02a8b1909a
Merge pull request #62 from mlim15/master
Fix missing now playing icon on light theme
2020-01-11 17:51:53 -05:00
Morgan Lim
ff4a1f3b13 Remove unused import 2020-01-11 04:13:32 -05:00
Morgan Lim
153ccdd46a Manually define duration metadata as -1 to ensure mediastyle notification does not produce unimplemented seek bar on Android 10 2020-01-11 04:12:02 -05:00
Morgan Lim
507c9008aa Colorize MediaStyle notification from album art 2020-01-11 02:33:54 -05:00
Morgan Lim
35a112509e Implement glennguy's MediaStyle notifications daneren2005/Subsonic#914 2020-01-11 02:33:45 -05:00
Andrew Rabert
af89b8ea76
Merge pull request #61 from mlim15/vector-adaptive-icon
Change adaptive icon to use vector with shadow
2020-01-11 01:58:17 -05:00
Morgan Lim
0a84e9376a Fix missing now playing icon on light theme 2020-01-10 23:51:57 -05:00
Morgan Lim
717cab5dd5 Change adaptive icon to use vector with shadow 2020-01-10 20:55:02 -05:00
Andrew Rabert
13810a07a5 Revert "Extremely clumsy initial dark mode "support". This does nothing"
This reverts commit cf4ab6bf05.
2020-01-09 17:47:22 -05:00
Andrew Rabert
b147cc10dc
Merge pull request #60 from mlim15/bitrate-option
Add 24Kbps (equivalent to Spotify low) and 48Kbps options
2020-01-09 17:45:21 -05:00
mlim15
357cbd2ba1 Add 24Kbps (equivalent to Spotify low) and 48Kbps options for more fine-grained bitrate options 2020-01-09 13:44:19 -05:00
Andrew Rabert
435d770716
Merge pull request #58 from mlim15/location-fix
Add ACCESS_FINE_LOCATION permission to fix LAN access on Android 10
2020-01-09 12:54:28 -05:00
Andrew Rabert
4503ae4133
Merge pull request #56 from mlim15/dark-notifications
Ensure that widget controls change color properly when dark mode is enabled
2020-01-09 12:52:51 -05:00
Andrew Rabert
d43cfb1ce3
Merge pull request #59 from mlim15/adaptive-icon
Adaptive icon
2020-01-09 12:52:44 -05:00
mlim15
cc0faa19ce Add ACCESS_FINE_LOCATION permission to fix LAN access on Android 10 2020-01-09 06:33:44 -05:00
mlim15
8078eeff74 Remove smudge from mdpi adaptiveicon 2020-01-09 06:30:21 -05:00
mlim15
d176ed4036 Add initial support for android adaptive icons. TODO: Add backdrop shadow layer with vectors to adaptive icon 2020-01-09 06:00:43 -05:00
mlim15
cf4ab6bf05 Extremely clumsy initial dark mode "support". This does nothing
but ensure that widget controls change color properly when dark mode
is enabled. TODO: Instead of duplicating images, enable DayNight theme
support and use the dynamic colors from that. This would also mean
the app could change to dark by default when system Dark Mode is enabled.
2020-01-09 05:50:20 -05:00
Andrew Rabert
0239248b23 Release version 0.4.1 2019-12-28 11:06:25 -05:00
Andrew Rabert
8ee8858098 Revert "Stop looping over unplayable songs"
This reverts commit 22c98d9606.
2019-12-28 11:04:37 -05:00
Andrew Rabert
23054ffab0 Release version 0.4.0 2019-12-22 15:29:17 -05:00
Andrew Rabert
f623ad2b63 Fix background gradient when changing themes 2019-12-22 15:22:10 -05:00
Andrew Rabert
4eac05e57f Use light gradient with light theme 2019-12-22 14:58:58 -05:00
Andrew Rabert
1c269aac53 Simplifiy themes (2) 2019-12-22 14:26:29 -05:00
Andrew Rabert
c5c4185e2f Simplifiy themes 2019-12-22 14:17:26 -05:00
Andrew Rabert
f56c976de7 Theme tweaks (4) 2019-12-21 15:35:56 -05:00
Andrew Rabert
572024da52 Theme tweaks (3) 2019-12-21 15:07:18 -05:00
Andrew Rabert
97507a25a1 Remove color action bar 2019-12-21 14:45:58 -05:00
Andrew Rabert
e7628a97c7 Fix text not scrolling 2019-12-21 12:46:35 -05:00
Andrew Rabert
f8a9d8ad34 Theme tweaks 2019-12-21 12:36:34 -05:00
Andrew Rabert
92c41fd463 Update deps 2019-12-21 11:41:30 -05:00
Andrew Rabert
22c98d9606 Stop looping over unplayable songs 2019-12-13 00:25:51 -05:00
Andrew Rabert
bf3233d6b2 Theme tweaks 2019-12-12 23:41:43 -05:00
Andrew Rabert
93658f32d3 Repeat one tweaks 2019-12-12 23:36:03 -05:00
Andrew Rabert
c0ee2d908e Clarify support for Subsonic API 2019-12-01 16:35:14 -05:00
Andrew Rabert
e4febf7260 Update blurred album cover 2019-11-27 19:41:29 -05:00
Andrew Rabert
70f6e22be7 Restart track when playlist has one song and FF pressed 2019-11-27 18:33:03 -05:00
Andrew Rabert
54d6269a9e Add opus support to offline mode 2019-11-27 18:15:16 -05:00
Andrew Rabert
eaef36849a Revert "Add Now Playing to drawer"
This reverts commit 89ede8ff47.
2019-11-27 18:12:51 -05:00
Andrew Rabert
e28a70a6e6 Revert "Remove slide up panel"
This reverts commit a6fa354622.
2019-11-27 18:12:42 -05:00
Andrew Rabert
2ca504d7e9 Revert "Remove unused"
This reverts commit a334494186.
2019-11-27 18:12:16 -05:00
Andrew Rabert
5e34f2d8e9 Revert "Switch to Now Playing when selecting media"
This reverts commit 687f64c115.
2019-11-27 18:11:54 -05:00
Andrew Rabert
9e57cf1433 Fix HTTP support 2019-09-01 18:27:06 -04:00
Andrew Rabert
687f64c115 Switch to Now Playing when selecting media
Back stack is currently broken
2019-08-28 00:24:27 -04:00
Andrew Rabert
3ebb48682b Fix settings
Regression introduced in 66db8db769fef79016430d29d754591fa9b82609#diff-42baa789cd56fcc4c53bd06c910ff285
2019-08-25 23:55:32 -04:00
Andrew Rabert
a334494186 Remove unused 2019-08-25 22:58:31 -04:00
Andrew Rabert
d43cca9436 Theme tweaks 2019-08-25 22:41:33 -04:00
Andrew Rabert
a6fa354622 Remove slide up panel 2019-08-25 22:32:21 -04:00
Andrew Rabert
89ede8ff47 Add Now Playing to drawer 2019-08-25 22:02:59 -04:00