Android App Bundle format.

2020-11-24 Thread Riko Abadi via use-livecode
Starting August 2021, the Google Play Console will require all new
apps to Publish with the Android App Bundle format.

https://android-developers.googleblog.com/2020/11/new-android-app-bundle-and-target-api.html

What do you think as a livecode developer?

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: New Google PlayStore Console

2020-11-09 Thread Riko Abadi via use-livecode
Hai Ralph,

whether this problem has been resolved?

.

Pada tanggal Jum, 6 Nov 2020 00.46, Ralph DiMola via use-livecode <
use-livecode@lists.runrev.com> menulis:

> I received these 3 warnings when uploading APKs using the new Google Play
> Console. The first one I've been seeing for a while. Anyone know about the
> last 2? I assume the second one is LCs use of the JVM.
>
> Warning
> This APK results in unused code and resources being sent to users. Your
> app could be smaller if you used the Android App Bundle. By not optimizing
> your app for device configurations, your app is larger to download and
> install on users' devices than it needs to be. Larger apps see lower
> install success rates and take up storage on users' devices.
>
> Warning
> This APK contains Java/Kotlin code, which might be obfuscated. We
> recommend you upload a deobfuscation file to make your crashes and ANRs
> easier to analyze and debug. Learn More
>
> Warning
> This APK contains native code, and you've not uploaded debug symbols. We
> recommend you upload a symbol file to make your crashes and ANRs easier to
> analyze and debug. Learn More
>
> Ralph DiMola
> IT Director
> Evergreen Information Services
> rdim...@evergreeninfo.net
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Make video call

2020-04-07 Thread Riko Abadi via use-livecode
Hello,

in theory is it possible we can make a video call application like zoom
with livecode? thanks
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: encrypt a standalone html5

2019-11-20 Thread Riko Abadi via use-livecode
If you don't mind, can you provide an encryption library for html5.
Thanks Sean.

Pada tanggal Rab, 20 Nov 2019 pukul 11.28 Pi Digital via use-livecode <
use-livecode@lists.runrev.com> menulis:

> What specific help do you need Riko?
>
> Sean Cole
> Pi Digital Prod Ltd
>
> > On 20 Nov 2019, at 03:43, Riko Abadi via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > @Pi Digital
> >
> > I will gladly accept your help. Thanks
> >
> > Pada tanggal Rab, 20 Nov 2019 pukul 10.14 Pi Digital via use-livecode <
> > use-livecode@lists.runrev.com> menulis:
> >
> >> I’ve made an aes encryption library for HTML5 deployment for handling
> the
> >> data I pull from our server via php and js. But AES is not as robust as
> I
> >> would like for the kind of sensitive data we are dealing with so I’m
> going
> >> to make an RSA soon. AES cyphers are easy to create and require very
> little
> >> research. See proprivacy.com/guides/aes-encryption
> >> I’d give you the code I’ve done but I don’t really own it as my client
> is
> >> paying for it. Maybe later I’ll be able.
> >>
> >> Sean Cole
> >> Pi Digital Prod Ltd
> >>
> >>> On 19 Nov 2019, at 18:12, Richard Gaskin via use-livecode <
> >> use-livecode@lists.runrev.com> wrote:
> >>>
> >>> If you have a need to protect secrets beyond what most desktop apps
> >> need, consider moving those secrets to a server and accessing them from
> >> your client app.
> >> ___
> >> use-livecode mailing list
> >> use-livecode@lists.runrev.com
> >> Please visit this url to subscribe, unsubscribe and manage your
> >> subscription preferences:
> >> http://lists.runrev.com/mailman/listinfo/use-livecode
> >>
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: encrypt a standalone html5

2019-11-19 Thread Riko Abadi via use-livecode
@Pi Digital

I will gladly accept your help. Thanks

Pada tanggal Rab, 20 Nov 2019 pukul 10.14 Pi Digital via use-livecode <
use-livecode@lists.runrev.com> menulis:

> I’ve made an aes encryption library for HTML5 deployment for handling the
> data I pull from our server via php and js. But AES is not as robust as I
> would like for the kind of sensitive data we are dealing with so I’m going
> to make an RSA soon. AES cyphers are easy to create and require very little
> research. See proprivacy.com/guides/aes-encryption
> I’d give you the code I’ve done but I don’t really own it as my client is
> paying for it. Maybe later I’ll be able.
>
> Sean Cole
> Pi Digital Prod Ltd
>
> > On 19 Nov 2019, at 18:12, Richard Gaskin via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > If you have a need to protect secrets beyond what most desktop apps
> need, consider moving those secrets to a server and accessing them from
> your client app.
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Special Graphic Effects - Kill Performance On Rapid Redraws

2019-11-19 Thread Riko Abadi via use-livecode
@sannyasin

 I have tried your application on Android SivaSiva 1.6 but I prefer your
application "spiritual workout" I feel smoother and faster.

Pada tanggal Rab, 20 Nov 2019 pukul 09.42 Pi Digital via use-livecode <
use-livecode@lists.runrev.com> menulis:

> I was going to continue your analogy but it’s better to put it simply.
> When you see the effects other apps are able to accomplish on the same
> device you question the validity of arguing away the lack of performance
> from our apps. So looking into why is a valid request and worth some
> investigation.
>
> Sean Cole
> Pi Digital Prod Ltd
>
> > On 19 Nov 2019, at 18:21, hh via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > This lesson is very short and simple:
> >
> > A bicycle (mobile) usually drives much slower and can
> > transport much less weight than a car (desktop machine).
> >
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


social share button

2019-11-19 Thread Riko Abadi via use-livecode
Hello,

is it possible livecode to add a social sharing button like the usual
android application?
like this:
https://developer.android.com/training/sharing/send.html#java

Thanks
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: encrypt a standalone html5

2019-11-19 Thread Riko Abadi via use-livecode
Thanks hh for your respon,

How do i protect my application with a password?  I use livecode business.

Thanks

Pada tanggal Rab, 20 Nov 2019 01.08, hh via use-livecode <
use-livecode@lists.runrev.com> menulis:

> > Riko A. wrote:
> > Is it possible to encrypt a standalone html5 file.
> > So it can't be downloaded and unzipped. So other
> > people can see our logic script. for example:
> > http://hyperhh.de/html5/CopyPaste-8.0.2X.html
> > http://hyperhh.de/html5/CopyPaste-8.0.2.zip
>
> I did that intentionally and published this method
> in the HTML5 forum to make source code available.
>
> The Indy version of LiveCode has no download link.
> Of course this is no encryption.
>
> BUT you can *password protect* the scripts of your
> standalone with the Indy version. As I did here:
>
> http://hyperhh.de/html5/EasyCropA-9.0.0-dp-4hhX.html
> http://hyperhh.de/html5/EasyCropA-9.0.0-dp-4.zip
>
> If you wish to sell your standalone you need moreover
> the HTML5 license.
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


encrypt a standalone html5

2019-11-19 Thread Riko Abadi via use-livecode
Helllo,

is it possible to encrypt a standalone html5 file. So it can't be
downloaded and unzipped. So other people can see our logic script.
for example: http://hyperhh.de/html5/CopyPaste-8.0.2X.html
http://hyperhh.de/html5/CopyPaste-8.0.2.zip

I can see the stack card and copy the logic.
I want it when other people download the html5 standalone zip they can't
read my livecode logic script
is there another way to make it encrypted?

Thanks
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Push notification to all user

2019-11-14 Thread Riko Abadi via use-livecode
Thanks JJ,

I got the logic. now i try to apply it in livecode.

Pada tanggal Jum, 15 Nov 2019 pukul 01.24 JJS via use-livecode <
use-livecode@lists.runrev.com> menulis:

> Hi,
>
>
> that lesson is major out of date.
>
> You need to use FCM and you can put multiple tokens behind each other in
> a JSON like string.
>
> Or you can send to all tokens one by one, like reading stored tokens
> from your DB via a repeat loop.
>
>
> Op 14-11-2019 om 18:54 schreef Riko Abadi via use-livecode:
> > Hello,
> >
> > can i send notifications to all users of our application?
> > in this tutorial,
> >
> http://lessons.livecode.com/m/4069/l/59312-how-do-i-use-push-notifications-with-android
> > only sent to certain devices.
> > I want to send notifications to all users of my application.
> > is that possible? if yes, how to do it?
> >
> >
> > Thank you,
> >
> > Riko
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Push notification to all user

2019-11-14 Thread Riko Abadi via use-livecode
Hello,

can i send notifications to all users of our application?
in this tutorial,
http://lessons.livecode.com/m/4069/l/59312-how-do-i-use-push-notifications-with-android
only sent to certain devices.
I want to send notifications to all users of my application.
is that possible? if yes, how to do it?


Thank you,

Riko
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: revigniter.com - Temporarily closed for maintenance purposes.

2019-11-13 Thread Riko Abadi via use-livecode
Sory Ralf.
I thought the revigniter site was closed but now I know it's just for
maintenance.
Thanks made revigniter come back to life.

Pada tanggal Rab, 13 Nov 2019 pukul 20.05 Ralf Bitter via use-livecode <
use-livecode@lists.runrev.com> menulis:

> Sorry, I should have read the subject. So, of course
> the uncertainty comes from the closed site.
>
> Ralf
>
> > On 13. Nov 2019, at 13:55, Ralf Bitter via use-livecode <
> use-livecode@lists.runrev.com> wrote:
> >
> > Hi Riko,
> >
> > don’t know where the uncertainty comes from. May be because
> > the official site was closed for maintenance purposes.
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: revigniter.com - Temporarily closed for maintenance purposes.

2019-11-12 Thread Riko Abadi via use-livecode
Thanks Tom.

Pada tanggal Rab, 13 Nov 2019 pukul 12.35 Tom Glod via use-livecode <
use-livecode@lists.runrev.com> menulis:

> Hi Riko, welcome.
>
> THe site seems to work fine, no mention of anything being closed.
>
> I would say the road is clear.
>
> https://github.com/revig/revigniter is another place to check. everything
> seems fine there too.
>
> On Tue, Nov 12, 2019 at 11:34 PM Riko Abadi via use-livecode <
> use-livecode@lists.runrev.com> wrote:
>
> > Hello,
> >
> > I am new to the world of livecode.
> > I found https://revigniter.com/ whether this framework can still be used
> > for livecode projects?
> >
> > Thanks.
> > RIko
> > ___
> > use-livecode mailing list
> > use-livecode@lists.runrev.com
> > Please visit this url to subscribe, unsubscribe and manage your
> > subscription preferences:
> > http://lists.runrev.com/mailman/listinfo/use-livecode
> >
>
>
> --
> Tom Glod
> Founder & Developer
> MakeShyft R.D.A (www.makeshyft.com)
> Office:226-706-9339
> Mobile:226-706-9793
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


revigniter.com - Temporarily closed for maintenance purposes.

2019-11-12 Thread Riko Abadi via use-livecode
Hello,

I am new to the world of livecode.
I found https://revigniter.com/ whether this framework can still be used
for livecode projects?

Thanks.
RIko
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode