Commit Graph
100 Commits
Author SHA1 Message Date
antonio 1eb445df0c Added a separator for albums consisting of more than one disc 2022-09-05 09:33:58 +02:00
antonio 68502ef1ba Dependencies update 2022-09-05 08:23:21 +02:00
antonio efdaa60cdd resetUserSession() now clears the parameters in reverse order 2022-09-05 08:22:41 +02:00
antonio d3570958e9 The dialog now cannot be ignored by tapping a zone outside it 2022-09-05 08:21:56 +02:00
antonio 8b883c88fc The viewmodels have been modified to not repeat calls to the backend during the lifecycle of the fragment 2022-09-05 08:21:01 +02:00
antonio 6817fa739e TEST: Added artist image 2022-09-05 08:19:27 +02:00
antonio dbbbbb39bf TEST: Passing observables from requireActivity () to getViewLifecycleOwner () 2022-08-27 17:00:48 +02:00
antonio 00d68ad7d1 Changed collapsingToolbarLayout's contentScrim color 2022-08-27 16:51:10 +02:00
antonio 7e772eb6c0 TEST: Added a new transformation with glide to CenterCrop() images in ImageViews 2022-08-27 15:57:31 +02:00
antonio 4f5822eeca Opening of the keyboard every time I enter the searchFragment 2022-08-26 22:04:00 +02:00
antonio 9ac06aea84 The layout of the research card has been modified 2022-08-26 21:57:57 +02:00
antonio 64de941899 The layout of the research card has been modified 2022-08-26 21:57:47 +02:00
antonio 5f7239391b TEST: Passing observables from requireActivity () to getViewLifecycleOwner () 2022-08-26 18:54:14 +02:00
antonio 4eca9cec74 Centered the image of the song lyrics 2022-08-26 18:39:42 +02:00
antonio 1e5bb289e2 Hidden custom commands in notification 2022-08-26 18:25:55 +02:00
antonio 2b12f900f9 Finally the artist's image is displayed correctly 2022-08-26 18:16:31 +02:00
antonio d01b232a93 Added the uri information to mapMediaItem 2022-08-26 18:15:22 +02:00
antonio fc9f4054dd The service that manages the music player has been rewritten in kotlin 2022-08-26 18:14:29 +02:00
antonio 6b92fc5b18 Changed the application icon 2022-08-26 18:13:04 +02:00
antonio b741647229 sdkVersion update 2022-08-26 18:12:16 +02:00
antonio f6a54bc199 Gradle dependencies update 2022-08-25 15:11:03 +02:00
antonio ef83f18364 Gradle update 2022-06-25 21:14:18 +02:00
antonio 888428308d Dependencies update 2022-04-11 12:54:37 +02:00
antonio 0923637194 AGP update 2022-04-11 12:44:49 +02:00
antonio fcc1af8b1f Limited the number of elements present in each section of the library 2022-03-31 15:18:27 +02:00
antonio 8b44f8476f Removed logs 2022-03-30 11:52:15 +02:00
antonio 88a7d509db TEST: Now the navigation bar is only hidden on a few occasions 2022-03-30 11:51:54 +02:00
antonio 42e68b83e2 Removed unnecessary padding 2022-03-30 11:50:02 +02:00
antonio 8a1d7bb162 Formatting 2022-03-29 21:07:43 +02:00
antonio acceebcb10 Added top padding 2022-03-29 14:27:03 +02:00
antonio 252b144628 Dependencies update 2022-03-29 09:16:10 +02:00
antonio 9453ea6ba7 Renamed some ids 2022-03-25 22:33:51 +01:00
antonio ebcc7cb37f If there is no description/lyrics of the media, show the image 2022-03-25 22:33:20 +01:00
antonio cbacb417ab Show the information of the media being played inside the player 2022-03-25 22:31:55 +01:00
antonio ede3bf6482 Made public the methods for obtaining transcoding information 2022-03-25 22:30:42 +01:00
antonio b9ed67fedf Added information on bitrate and file extension 2022-03-25 22:28:54 +01:00
antonio ce7ca17805 Added information about file extension and bitrate to media 2022-03-25 22:27:29 +01:00
antonio 3e87610a9f Added information on bitrate and file extension 2022-03-25 22:25:24 +01:00
antonio 91c9037fe5 Added padding between the album title and album cover 2022-03-24 22:23:44 +01:00
antonio f3f3c696f3 Added the ability to sort items in the playlist catalogue 2022-03-24 22:22:53 +01:00
antonio 3eee78ad4e Added the ability to sort items in the genre catalogue 2022-03-24 22:22:15 +01:00
antonio e6b997bc35 Added the ability to sort items in the artist catalogue 2022-03-24 22:21:57 +01:00
antonio 3c617570de Added the ability to sort items in the album catalogue 2022-03-24 22:21:38 +01:00
antonio 1515bc320b Null checking 2022-03-24 22:20:00 +01:00
antonio fd5a5037f3 A possible fix of the search bar colors 2022-03-23 22:36:02 +01:00
antonio d432205789 Network call caching times extended 2022-03-23 22:00:40 +01:00
antonio 2d04ab4c46 Single line text in almost all adapters 2022-03-23 21:47:08 +01:00
antonio 0be7f07b83 First implementation of the progress bar activated via runnable 2022-03-23 17:48:32 +01:00
antonio 2dab1f7a79 Dependencies update 2022-03-19 22:44:45 +01:00
antonio 02176b5faa Replaced exo_play and exo_pause with exo_play_pause 2022-03-12 16:48:24 +01:00
antonio a3861cc3c6 Replaced MediaSourceFactory with DefaultMediaSourceFactory 2022-03-12 14:55:16 +01:00
antonio 5cb5385c61 Updated media download methods to the latest version of Media3 2022-03-12 14:11:18 +01:00
antonio 94e63740e6 Lint suppression 2022-03-12 14:10:15 +01:00
antonio 969d18ac85 Null checking 2022-03-12 14:09:30 +01:00
antonio 7fde49f7eb Updated DB version 2022-03-12 14:09:13 +01:00
antonio 51cd88dd3f Added media type to class and replaced "song" with a generic "media" 2022-03-12 14:09:00 +01:00
antonio eecbed2f61 Added com.amitshekhar.android:debug-db dependency 2022-03-12 14:05:35 +01:00
antonio 9899f00f84 Doubled the global bottom padding 2022-03-12 14:05:07 +01:00
antonio f92edd2f23 Media3 dependencies update 2022-03-10 11:41:38 +01:00
antonio f1fc4dbd95 bytecodeTargetLevel update 2022-03-08 15:10:04 +01:00
antonio 888fbf102a Temporarily removed autoMigrations 2022-03-08 15:09:56 +01:00
antonio e64cc6745f bytecodeTargetLevel update 2022-03-08 15:08:55 +01:00
antonio 6ee505830c Gradle update 2022-03-08 15:08:34 +01:00
antonio 7f6b2a98d3 Dependencies update 2022-02-28 17:09:12 +01:00
antonio c15d9aa4b7 Dependencies update 2022-02-11 12:27:39 +01:00
CappielloAntonio 6c3327d474 Limited scrobble on LastFm for music-type media only 2022-02-08 20:39:03 +01:00
CappielloAntonio 037a371ebc Pressing the three dots now opens the Podcast BottomSheetDialog 2022-02-08 20:38:26 +01:00
CappielloAntonio 05bf410645 Added PodcastBottomSheetDialog to nav_graph 2022-02-08 20:37:34 +01:00
CappielloAntonio 1a736d3744 First implementation of the podcastBottomSheetDialog 2022-02-08 20:37:01 +01:00
CappielloAntonio 0c6bab8fd6 Added new podcast controller icons 2022-02-08 17:46:42 +01:00
CappielloAntonio c376adf2d9 Implemented the logic of podcast controllers 2022-02-08 17:46:13 +01:00
CappielloAntonio 072b339f8c Saved settings for podcast controllers 2022-02-08 17:44:37 +01:00
CappielloAntonio a2a6dc9f15 Standardized the logic for obtaining coverArt 2022-02-08 12:56:24 +01:00
CappielloAntonio 6275ad0bdc Code cleanup 2022-02-08 09:37:43 +01:00
CappielloAntonio 937cdcf7f3 Dependencies update 2022-02-08 09:37:26 +01:00
CappielloAntonio a423531546 Generalized the mapping functions 2022-02-07 17:38:47 +01:00
CappielloAntonio 27ea7e4efa Used the Media object where previously the Song object was used 2022-02-07 17:38:15 +01:00
CappielloAntonio c3c214a6e2 Refactor Song model to Media model 2022-02-07 17:37:25 +01:00
CappielloAntonio 4713ff3c90 Deleted PodcastEpisode model 2022-02-07 17:37:10 +01:00
CappielloAntonio 8c024d8bf9 Generalized fields of the Queue object 2022-02-07 17:36:54 +01:00
CappielloAntonio 59bb2e6b03 Primary -> coverArtId && favorite -> starred 2022-02-07 17:36:12 +01:00
CappielloAntonio bf09a581b9 Generalized the song and podcastEpisode field to Media 2022-02-07 17:34:46 +01:00
CappielloAntonio ae941ad769 Made podcast item clickable 2022-02-07 17:31:23 +01:00
CappielloAntonio 7b19e3a5b8 Refactor Primary image 2022-02-07 17:30:50 +01:00
CappielloAntonio 078302c859 Refactor Primary image 2022-02-07 17:30:33 +01:00
CappielloAntonio cd4ca167c6 Reduced global bottomPadding 2022-02-07 17:29:33 +01:00
CappielloAntonio 16feb1e8b3 Added podcast fields in the generic Media class 2022-02-07 09:49:06 +01:00
CappielloAntonio f6e5ec81d5 Add MediaType to media class 2022-02-07 09:48:15 +01:00
CappielloAntonio d1d341ff9b Refactor Song to Media 2022-02-07 09:47:46 +01:00
CappielloAntonio 62f2723014 Code cleanup 2022-02-07 09:25:40 +01:00
CappielloAntonio bc6fc5be0f Reset server preferences on login error 2022-02-07 09:05:31 +01:00
CappielloAntonio acf8525cfd Fix break condition 2022-02-07 09:05:10 +01:00
CappielloAntonio 362e31c450 Removed podcast placeholder 2022-02-07 09:04:49 +01:00
CappielloAntonio d5d06d3c0b Null checking 2022-02-07 09:04:31 +01:00
CappielloAntonio a9dd8c9dc3 Added a snackbar when starting the radio from an artist 2022-02-07 09:04:13 +01:00
CappielloAntonio de17cac5dc Test: handled connection timeout exception 2022-02-07 09:03:32 +01:00
CappielloAntonio d408b82503 The salt and token are now calculated at each new access starting from the password saved in the database, based on the type of access 2022-02-05 23:33:08 +01:00
CappielloAntonio cc9afb8057 Information on access mode has been saved in the Preferences 2022-02-05 23:31:35 +01:00
CappielloAntonio cfb8575b4d Reformulated the logic of construction of the media URI 2022-02-05 23:30:12 +01:00
CappielloAntonio 0df7e69b96 Removed salt and token information from db 2022-02-05 23:29:27 +01:00