Replace Talkatu in the notify api
Review Request #2750 — Created Oct. 29, 2023 and submitted
Replace Talkatu in the notify api
Used some turtle power.
-
-
This change drops support for html formatting in notify_formatted.
For example, without the changes of this RR calling
purple_notify_formatted(NULL, "title", "primary", "secondary", "some <b>bold</b> text", NULL, NULL);
would print the word "bold" as bold text. Now, with the changes of this RR, it printssome <b>bold</b> text
literally.
- Change Summary:
-
add /r/2754 as a dependency to keep the html support around.
- Change Summary:
-
rebased and removed the unused ag variable.
- Commits:
-
Summary ID 26deac07143f6b3a9bc5d80511a575545e34e62b 9f4b1e83177c8309dfa52613ee6599cbd558c6a5 - Diff:
-
Revision 2 (+10 -20)