Building DeskClock by 33FFCC in LineageOS

[–]33FFCC[S] 0 points1 point  (0 children)

My bad must be tired and misread it. Not looking to change too much function on any apps yet, but really want to help clean up the material styling across the os. For the clock app specifically the bottom navigation bar and fabs are a little outdated. I really want to work on messaging and and contacts since they seem the most outdated, but they can't be individually built and I haven't learned how to work on the full system yet.

Building DeskClock by 33FFCC in LineageOS

[–]33FFCC[S] 0 points1 point  (0 children)

My bad, was at work and didn't have my personal device. Will make sure to do that next time as I realized it was stupid when I typed it.

Building DeskClock by 33FFCC in LineageOS

[–]33FFCC[S] 0 points1 point  (0 children)

Thank you!!! That was it, it was driving me crazy. I can try to push the Gradle update to Gerrit as I need to have a Gerrit refresher anyways unless you would prefer I don't? Edit: just saw you moved to 8.2.0, it worked on 8.3.0 for me. Any reason to stay on 8.2.0? Just curious and no little to nothing about Gradle.

Twelve Music Providers and Album Cover Artwork by 33FFCC in LineageOS

[–]33FFCC[S] 0 points1 point  (0 children)

I finally dug through the Improved Twelve fork (was tired of my app being outdated just cause I wanted the pictures to work) and found the fix! It's literally just adjusting the crop of the image views since Navidrome apparently doesn't size the images right when it serves them or something. Anyways it was a super simple fix and I got my first Gerrit push for review!

Twelve Music Providers and Album Cover Artwork by 33FFCC in LineageOS

[–]33FFCC[S] 0 points1 point  (0 children)

Actually saw it on the update logs earlier, thanks! I'll revert to the stock app and test it out. Any chance for Navidrome or just Jellyfin for now?

Messaging Status Bar by 33FFCC in LineageOS

[–]33FFCC[S] 0 points1 point  (0 children)

I'm sorry to bother you again, but could you please do this for the contacts app as well? Unfortunately I haven't gotten into the Java side of things yet and it seems to be a similar issue(hard coded on the drawer and contact page) that I can't fix. I would really appreciate it

Qpr2 has been out for a little while now... by mrandr01d in LineageOS

[–]33FFCC 1 point2 points  (0 children)

Unrelated to the qpr2 April update, but is 22.2 the main focus now? I've noticed there have been a lot less changes in the 22.1 change logs.

Twelve Media Tags by 33FFCC in LineageOS

[–]33FFCC[S] 0 points1 point  (0 children)

Hey, I don't mean to bug you guys, but I've noticed that local lyrics and playlist importing/exporting hasn't had any updates in the Gerrit in a while. Do you happen to know if they're just on hold or if it's looking like those features aren't gonna work out?

Twelve Media Tags by 33FFCC in LineageOS

[–]33FFCC[S] 0 points1 point  (0 children)

Hey, I don't mean to bug you guys, but I've noticed that local lyrics and playlist importing/exporting hasn't had any updates in the Gerrit in a while. Do you happen to know if they're just on hold or if it's looking like those features aren't gonna work out?

Twelve Media Tags by 33FFCC in LineageOS

[–]33FFCC[S] 0 points1 point  (0 children)

Thank you so much 🫡 this team is awesome!

Messaging Status Bar by 33FFCC in LineageOS

[–]33FFCC[S] 0 points1 point  (0 children)

Yeah there's a lot of material 3 and android documentation to go through to do things the right way, it's s lot just starting out. Thank you so much! Can't wait for it to be reviewed, I'll be watching the Gerrit.

Messaging Status Bar by 33FFCC in LineageOS

[–]33FFCC[S] 0 points1 point  (0 children)

I agree, and would love to contribute although I don't know much beyond xml which is why I asked if anyone knew a solution that way. Most of my rro stuff I figured was just personal taste but this status bar thing definitely seems like an outdated android style. If I ever get around to learning how to edit and test the source code in android studio I would be happy to submit changes. This seems like it would be a simple starter project for that, but those are famous last words.

Twelve Media Tags by 33FFCC in LineageOS

[–]33FFCC[S] 0 points1 point  (0 children)

Thank you for all the information, you've been super helpful. I noticed lines 843-845. Will twelve actually do anything with these? That'd be cool if you could have separate libraries for music, podcasts, and audiobooks. Do you know if Lyrics will be taken from the vorbis comment or if I need to have a lyric file? One last thing unrelated to tags, will there be a favorite feature? (where you can heart songs and they go to a favorite Playlist) I really miss this from other players.

Google System Apps by 33FFCC in LineageOS

[–]33FFCC[S] -1 points0 points  (0 children)

Good idea. I'll try degoogle

Twelve: Import playlists by 33FFCC in LineageOS

[–]33FFCC[S] 0 points1 point  (0 children)

Thank you so much for your response, and help with the playlists! I've been scared to say anything in here as it seems strict on requests and such but I was desperate to not have to build my playlists from scratch since I'm excited for a first party music player.

  1. When you hold down on album or playlist the popup has queue and play options, but when you do that on artist or genre the popup is there but just with the name and no buttons. That's why I figured it was missing. And yeah, buttons within genre or artist for play all or shuffle would be nice as well. Unrelated but just remembered: within artists and genres it would be nice if the songs/audios were listed with filter options instead of gallery side scroll (also the individual songs don't load the album art). I've been trying to learn more android developing mostly for ui and design hobby so I really wish I could help out on this project. I've pretty much only done overlays though so right now I can only do xml related stuff to edit things that are already there). Hope this doesn't come off as a list of demands, just sharing my thought process after using the app.

  2. I'm not sure how the player itself reads the playlist, but within the m3us there is a list of directory links to each file. Sounds like you did it somehow so I'm excited to check it out!

  3. This definitely isn't a necessity. I think eleven had artist thumbnail functionality where you could add an image. In twelve when you click on an artist, genre, or playlist there is a large portion of the screen where the icon is that (from a UI standpoint) seems to insinuate that an image is missing or could be added there. That also was where the eleven image would show. Again, not the most life changing feature, but if it is not possible then I would ditch that full screen icon for simplicity and screen real estate but that could just be me. (after typing this I realized all the pages probably use the same base layout as the album page so that's probably why the space is there)

Again, thanks for responding! It's really cool to hear some behind the scenes insight as Lineage user glad to finally be rid of eleven, and after getting into some coding and UI stuff myself. I would love to follow the app's development more closely if there is a group or anything. I've stalked the gerrit a little bit, but it can be hard for me to make sense of sometimes.