Jan

Results 8 comments of Jan

@piu130 @duttyend could you try to reproduce the issue within my branch? it should be fixed

you could try to build the PR: https://github.com/FossifyOrg/File-Manager/pull/276 or download the debug-apk: https://drive.google.com/file/d/1rWwlSIHycGdB0LNzv9-WSCmMWQoVp9YN/view?usp=sharing

I am currently developing this. Some feedback/ideas will be appreciated. 1. App Launch: 2. Switch to Favorite Tab: 3. Click on Favorite Folder: 4. Click on Fab-Button, to add Favorite...

done: * star icon for favorites adapted * removed "go to favorites" from menu bar * changed order in menu home, favorites, sort instead of home, sort, favorites (so that...

please feel free to test my current version: https://drive.google.com/file/d/1cN6KUKErhGccbk0-5tP6KMzOJ_HmCDpU/view?usp=sharing feedback appreciated, also feel free to give me feedback on the major code change so i could improve code quality https://github.com/FossifyOrg/File-Manager/compare/FossifyOrg:File-Manager:main...jguegel:File-Manager:favorite-tab?expand=1

i think i fixed this by opening into the extracted folder (will need to wait till other PR is accepted)

Solution idea: MediaItem.kt -> check if ArtworkUri is not blank: ``` fun Track.toMediaItem(): MediaItem { val notBlankArtworkUri = coverArt.takeIf { it.isNotBlank() }?.toUri() return buildMediaItem( mediaId = mediaStoreId.toString(), title = title,...

@naveensingh would my fix be ok? it's not necessarily solving the cause but catches the app crash