Re: Android Signing

2023-06-20 Thread Dan Friedman via use-livecode
Jacqueline, Thank you for the reply. That is EXACLY what I am doing. I downloaded the public key and the PEPK tool. Pointed the command to the existing keystore file and got this error: "Cannot find any provider supporting RSA/NONE/OAEPWithSHA1AndMGF1Padding..." It looks like there is an er

RE: Android Signing

2023-06-20 Thread Ralph DiMola via use-livecode
+1 1980: Programming 95% Security 5% 2023: Programming 5% Security 95% This is an economic killer. Smashing rocks at Leavenworth too good. Ralph DiMola IT Director Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun..

Re: Android Signing

2023-06-20 Thread Bob Sneidar via use-livecode
If we want digital security to become simpler, we will have to all agree to some significant degree of retaliation against the criminals who are constantly trying to take everything everyone has, and we are not going to do that. We call that, “uncivilized.” As I am wont to say, people do not cha

Re: Android Signing

2023-06-20 Thread Mark Smith via use-livecode
On 20 Jun 2023, at 8:41 pm, J. Landman Gay via use-livecode wrote: I congratulate Google on making Android submissions nearly as difficult as iOS. We need a LC lesson on this. 🤣 ___ use-livecode mailing list use-livecode@lists.runrev.com Please vis

Re: Android Signing

2023-06-20 Thread J. Landman Gay via use-livecode
On 6/19/23 5:29 PM, Dan Friedman via use-livecode wrote: I am trying to update an Android app that was previously release on the Google Play Store. When I went to upload the Bundle, I got this message: “To upload an Android App Bundle you must be enrolled in Play App Signing.” With a little

android compute field height

2023-06-20 Thread Mike Kerner via use-livecode
is there a formula to compute what the height of a textInput area should be on android, based on the font size? there isn't an autoFit, and there does not seem to be a simple formula to use. i'm computing what the height "should be" based on whether a scroll bar is rendered example: 14 point -> 37

Re: Android Signing

2023-06-20 Thread Mike Kerner via use-livecode
no, but if you figure it out, please keep me posted. once i get this app i'm working on, working, on android, i want to put it up On Mon, Jun 19, 2023 at 6:30 PM Dan Friedman via use-livecode wrote: > > I am trying to update an Android app that was previously release on the > Google Play Store.