OxygenCobalt
|
260e7f71cf
|
Move play & shuffle to dedicated buttons
Move the play and shuffle actions to dedicated buttons on the DetailFragments. Actually looks r e a l l y nice.
|
2021-01-03 10:16:23 -07:00 |
|
OxygenCobalt
|
7fbf4d7fef
|
Refresh READMEs
Refresh all markdown/asset documents in preperation for 1.1.0
|
2021-01-02 14:29:36 -07:00 |
|
OxygenCobalt
|
6c37ba7d3e
|
Optimize quality cover loading
Make the loading process for higher-quality covers far more efficent and elegant compared to the previous method.
|
2021-01-01 09:41:56 -07:00 |
|
OxygenCobalt
|
bc1992de4e
|
Remove rewind threshold setting
Remove the ability to customize the rewind threshhold, as I dont think its that useful in the long-term
|
2020-12-31 20:22:33 -07:00 |
|
OxygenCobalt
|
14fc47913e
|
Disable disk caching when using MediaStore
Since the MediaStore covers are already cached by the android system, disable the auto-caching that Coil uses to save space.
|
2020-12-31 19:29:38 -07:00 |
|
OxygenCobalt
|
39ba1c38ec
|
Add option to not load cover art
Add an option to not load cover art whatsoever.
|
2020-12-31 19:07:16 -07:00 |
|
OxygenCobalt
|
d7087fe0b1
|
Add option to ignore MediaStore covers
Add an option to ignore MediaStore covers and to get higher quality covers, at the cost of slower loading times.
|
2020-12-31 12:17:50 -07:00 |
|
OxygenCobalt
|
33abb1419a
|
Refactor playing indicator holder usage
Collapse the two lastHolder values into one value inside the detail adapters in order to cut down on needless redundancy.
|
2020-12-31 08:05:34 -07:00 |
|
OxygenCobalt
|
fef8d4146e
|
Add option to play song from genre
Add the option to play a song from a genre.
|
2020-12-30 12:30:43 -07:00 |
|
OxygenCobalt
|
95c601bf02
|
Add playing indicators to SongsFragment
Add an indicator for the currently playing song to SongsFragment, as long as the current playback mode is ALL_SONGS.
|
2020-12-30 10:48:35 -07:00 |
|
OxygenCobalt
|
8a92108a4a
|
Update landscape functionality
Make some changes that differentiate how Auxio is displayed on phone vs. landscape devices.
|
2020-12-29 15:18:11 -07:00 |
|
OxygenCobalt
|
8fe0734ca1
|
Refactor menus
Heavily refactor how certain menus are used when it comes to songs.
|
2020-12-29 14:45:55 -07:00 |
|
OxygenCobalt
|
51a5e9fd63
|
Refactor genre UI
Fully refactor the genre UI so that it makes more sense.
|
2020-12-21 20:10:38 -07:00 |
|
OxygenCobalt
|
ed33813112
|
Add proper README
Add a proper readme and other documents for this project.
|
2020-12-18 17:15:57 -07:00 |
|
OxygenCobalt
|
4413cb1499
|
Refactor edge-to-edge
Change edge-to-edge to auto-enable on 27+, along with relying on styles to make the systemui changes instead of code directly.
|
2020-12-18 10:45:42 -07:00 |
|
OxygenCobalt
|
0d32ab0f7e
|
Add about dialog
Add an about dialog with information about this app.
|
2020-12-18 10:05:31 -07:00 |
|
OxygenCobalt
|
71cd15bbf7
|
Fix bugs
Fix bugs with playback & edge-to-edge.
|
2020-12-16 16:57:54 -07:00 |
|
OxygenCobalt
|
28b6edb5d6
|
Add landscape support to detail fragments
Add a landscape layout for AlbumDetailFragment, ArtistDetailFragment, and GenreDetailFragment.
|
2020-12-14 15:55:12 -07:00 |
|
OxygenCobalt
|
07e7e1ae5b
|
Add landscape support to list fragments
Add a landscape mode for LibraryFragment & SongsFragment.
|
2020-12-14 12:01:24 -07:00 |
|
OxygenCobalt
|
fca42f2cb0
|
Add landscape support to PlaybackFragment
Add a landscape layout to PlaybackFragment.
Signed-off-by: OxygenCobalt <alexyx@tutanota.com>
|
2020-12-13 17:29:17 -07:00 |
|
OxygenCobalt
|
9b22fcb8e6
|
Fix landscape issues with MainFragment
Make MainFragment & CompactPlaybackFragment look better in landscape mode.
|
2020-12-13 17:07:29 -07:00 |
|
OxygenCobalt
|
7458588913
|
Move playback save button to SettingsListFragment
Move the ability to save the current playback state into a dedicated preference in SettingsListFragment.
|
2020-12-13 16:01:40 -07:00 |
|
OxygenCobalt
|
c7549d6bfa
|
Add queue behavior options
Add options for whether to remember the shuffle toggle & what to do when a playlist ends.
|
2020-12-13 12:18:43 -07:00 |
|
OxygenCobalt
|
6882722201
|
Add option to rewind before skipping back
Add an option to rewind before skipping to prevous song, depending on the user-defined threshhold.
|
2020-12-12 15:45:51 -07:00 |
|
OxygenCobalt
|
aaa1ad1a3d
|
Add song playback mode option
Add an option to customize whether a song should play from its artist, its album, or all songs when selected.
|
2020-12-12 13:50:46 -07:00 |
|
OxygenCobalt
|
859391e69b
|
Refactor library structure
Refactor LibraryFragment & LibraryViewModel so that LibraryViewModel only holds the data and LibraryFragment displays it.
|
2020-12-12 12:22:06 -07:00 |
|
OxygenCobalt
|
60750d976b
|
Minor Fixes
Fix some issues with playback, album detail, and other things in the app
|
2020-12-12 11:30:50 -07:00 |
|
OxygenCobalt
|
dbd2c022a0
|
Improve accents
Add a new "Neutral" accent and improve the yellow accent so that its more visible.
|
2020-12-05 10:42:22 -07:00 |
|
OxygenCobalt
|
c44003907a
|
Add audio settings
Add some settings to control how audio is being played.
|
2020-12-05 09:42:09 -07:00 |
|
OxygenCobalt
|
276c099f84
|
Make accent summary use string resources
Make accent summaries use string resources instead of the names of the colors in resources themselves, in order to make the names translatable.
|
2020-12-04 20:17:28 -07:00 |
|
OxygenCobalt
|
a49ad5ddad
|
Add library item customization
Add the ability to customize library items.
|
2020-12-04 19:48:01 -07:00 |
|
OxygenCobalt
|
0a0828684c
|
Add notification settings
Add some notification settings to change the action & the colorization.
|
2020-12-03 20:22:15 -07:00 |
|
OxygenCobalt
|
b8b6e8421b
|
Refactor settings management
Heavily refactor the structure of settings to fix some bugs.
|
2020-12-03 18:35:47 -07:00 |
|
OxygenCobalt
|
21dbad7091
|
Fix bugs
Fix a ton of misc bugs that I stumbled upon.
|
2020-12-02 20:04:08 -07:00 |
|
OxygenCobalt
|
51b2749c06
|
Refactor styles heavily
Move a bunch of UI elements into reusable styles, along with removing literal dimen resources.
|
2020-12-02 19:03:17 -07:00 |
|
OxygenCobalt
|
63630aa42e
|
Improve edge-to-edge even more
Eliminate a stupid third-party library and fix an elevation issue with QueueFragment as well.
|
2020-12-02 15:26:48 -07:00 |
|
OxygenCobalt
|
0079f41776
|
Improve edge-to-edge
Do some weird android styling wizardry to get edge-to-edge working better.
|
2020-12-01 20:06:51 -07:00 |
|
OxygenCobalt
|
91b8d226c8
|
Fix general issues
Fix issues where colorPrimary was the main ripple color [ew], and some QueueAdapter errors stemming from a useless function.
|
2020-11-30 19:45:20 -07:00 |
|
OxygenCobalt
|
12c14eeda6
|
Add edge-to-edge
Add [somewhat basic] edge-to-edge functionality for android O and up, along with the ability to enable/disable it.
|
2020-11-29 19:30:09 -07:00 |
|
OxygenCobalt
|
59036a2747
|
Change setting ripple color
Change the ripple on the settings to a generally neutral color instead of the gaudy colorPrimary.
|
2020-11-29 14:43:37 -07:00 |
|
OxygenCobalt
|
e15df4ce73
|
Improve settings
Improve how the current settings look/function, and also how settings work in the background.
|
2020-11-29 10:52:28 -07:00 |
|
OxygenCobalt
|
a5f59858bd
|
Add accent customization
Add the ability to customize the accent.
|
2020-11-28 20:25:41 -07:00 |
|
OxygenCobalt
|
2dc7ba3420
|
Implement theme customization
Implement the ability to change the theme to auto/light/dark.
|
2020-11-28 16:17:54 -07:00 |
|
OxygenCobalt
|
6a5084beb1
|
Improve fast-scroll
Fix bugs and improve the UI of the fast-scroller on SongsFragment.
|
2020-11-27 15:23:19 -07:00 |
|
OxygenCobalt
|
7e0ee3d04f
|
Add parent restoration
Add a failsafe to the persistence system that allows the parent of a playback state to be restored from the queue.
|
2020-11-26 08:52:21 -07:00 |
|
OxygenCobalt
|
3fca28dd20
|
Add fast scrolling to SongsFragment
Add a fast-scroll bar to the list of songs in SongsFragment.
|
2020-11-25 16:27:25 -07:00 |
|
OxygenCobalt
|
6ce8c854a9
|
Minor changes
Change some minor things across the app.
|
2020-11-24 15:39:40 -07:00 |
|
OxygenCobalt
|
0627677569
|
Remove dividers
Remove the recyclerview dividers, they made the app too cluttered, so now theyre gone.
|
2020-11-23 16:21:46 -07:00 |
|
OxygenCobalt
|
844870f4d4
|
Move user queue clear action into header
Move the button for clearing the user queue into the header for the user queue, so that its more consistent.
|
2020-11-23 10:57:23 -07:00 |
|
OxygenCobalt
|
1d50d24c4f
|
Add ability to clear user queue
Add an option to clear the user queue in QueueFragment.
|
2020-11-22 15:46:21 -07:00 |
|