Luca D'Amico
Luca D'Amico
It would be usefull to have a list of non-free parts of LineageOS (if any). Can someone do this please? @mar-v-in what do you think about?
@mid-kid thank you for clarifying that. So there is 0 chances for TimeService :( So the items in the list ATM are: * Gello * Unrar * TimeService (which AFAIK...
@Thrilleratplay your post is great! As for Gello, in theory, the problem relies in ambientsdk, right? I'm not sure what there's in there... I might reverse engineer the aar to...
@Thrilleratplay I'm pretty sure that the official repo for Gello is this: https://github.com/LineageOS/android_packages_apps_Gello But I can't find any reference to ambientsdk here.
@Thrilleratplay Ah this make a lot of sense. Well I think that the best way to check this is to reverse engineer the gello.apk (the one that get downloaded from...
@Thrilleratplay sorry for the late reply, I was very busy with work lately. Anyway I've reverse-engineered the gello.apk (downloaded from https://github.com/LineageOS/android_packages_apps_Gello/releases/), and I can say that: 1) if the packagename...
Implemented help bar support (blue with purple text in this example, 0x95): 
Implemented title bar support (purple with brown text in this example, 0x56): 
Implemented reverse and bold. In this example: Reverse (eip indicator) -> green with black text (0x20) Bold (jump indicator) -> cyan with red text (0x34)  These two values only...
Ok we are almost there! "normal" color is now supported. This is an example with this command: "color b5 35 20 95 56":  And this is the same command...