Re: Images in Push Messages

2022-09-27 Thread panagiotis m via use-livecode
Hello Dan, Ah I see. Hmm. Nope, we do not use "NotificationCompat". How are you sending the notifications? Are you using the Firebase Console? if yes, I am wondering if you could just provide an image in the "Notification Image (optional)" field here: https://console.firebase.google.com/u/0/proj

Re: Images in Push Messages

2022-09-27 Thread Dan Friedman via use-livecode
Panos, Yes, I have the icon in place and its showing just fine. It's not the icon I'm working on... it's an actual image within the message (Like this: https://raw.githubusercontent.com/pluralsight/guides/master/images/df051757-9a09-417b-a77a-8192c984b9a4.png). In some more research, I ran in

Re: Ignoring accented characters

2022-09-27 Thread jbv via use-livecode
Hello Ben, Thank you for your detailed answer. So far, I only have to deal with french text so I only need a list of diacritic vowels and a list of the chars used as replacement : àâäéèêëîïôöùûüÿ aaaiioouuuy With a simple loop it is feasible and it doesn't slow down my scripts significantly.

Re: Images in Push Messages

2022-09-27 Thread panagiotis m via use-livecode
Hello Dan, Have you provided a "Status Bar Icon" in the Android standalone settings? If yes, what icons have you tried? I think colored icons are no longer allowed, in recent Android versions. The icons have to be png images, and they need to be white on black or transparent only, otherwise they

Re: Ignoring accented characters

2022-09-27 Thread Ben Rubinstein via use-livecode
Hi jbv, This one of a number of gaps that exist in the jungle of character processing in LiveCode. I don't think there is a 'diacriticSensitive' property. Some part of LiveCode are clever about accents, see e.g. https://quality.livecode.com/show_bug.cgi?id=15312 https://quality.livecode.com/