Harshad Vedartham
Harshad Vedartham
Quick update: this effort may not work out after all. The issues I can't seem to get around satisfactorily are: 1. Adding / removing spans from a SpannableStringBuilder is very...
Lol I noticed this last night. I just pushed changes to nuke the activelisteners system and to just use a flag :) I will resolve the differences with master.
> I can check as well Please let me know if you are able to reduce the layout nesting (I guess using constraintlayout). The bottleneck preventing this pr from working...
I think we need to experiment with both (main activity should definately move away from relativelayout though) . I'll clean up the PR tonight so it is in a stable...
I am still not sure partial highlighting will actually work. Still trying to solve some performance and tearing issues. If it does work then the bigger headings can probably be...
> were my few changes helpful? I guess it didn't make a dramatic difference I think so. 10% or so, especially in main activity. Kinda hard to tell as I...
Yeah. I tried separating static and dynamic spans at first, but it was too slow. Will try again now that we've improved the performance. Jul. 30, 2022 02:10:42 Gregor Santner...
Ok. I think I have solved both the tearing and the jump issues - complexity is getting high though :) Now this requires much more testing and some more perf...
@gsantner This is now done. What is left is: - [ ] Add profiling code back if really needed - [ ] Cleanups - [ ] Documentation / comments -...
@gsantner Aside from the issues with PendingIntent noted above we need to add a dialog to request all file permissions. If I upgrade / install over an earlier release I...