HP Forums
newRPL for Android - early release for testers - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not quite HP Calculators - but related (/forum-8.html)
+--- Thread: newRPL for Android - early release for testers (/thread-11567.html)

Pages: 1 2


RE: newRPL for Android - early release for testers - cdmackay - 10-11-2018 11:24 PM

(10-10-2018 11:05 PM)Claudio L. Wrote:  I believe I resolved the issue.

working well now, thank you.


RE: newRPL for Android - early release for testers - cdmackay - 10-11-2018 11:29 PM

only issue so far: the app banner at the top covers the top part of the annunciation area.

cropped screenshot:

[attachment=6443]


RE: newRPL for Android - early release for testers - ColinJDenman - 10-12-2018 01:06 AM

New version newrpl-ui (file newrpl-android.apk) appears to be fine on an ASUS Z380M running 7.0 but the annunciators (alpha, caps etc) are partially hidden by the title bar. Res 1280x800


RE: newRPL for Android - early release for testers - Claudio L. - 10-12-2018 02:54 AM

(10-11-2018 05:29 PM)SammysHP Wrote:  Wow, I made even two mistakes:

1. I didn't use Photoshop, I used Inkscape! That's good for you. Smile
2. Not all labels are changeable. I only added the labels on the keys, not on the background which are from Olivier. As most of the labels were removed for newRPL, this shouldn't be a big problem.

Anyway, here is the SVG. It uses Arial for the labels, so make sure to have it (if you are on something different than Windows). Have fun!

https://cloud.finf.uni-hannover.de/s/a2BEzT30W1ymZMD

Thank you. I downloaded it. It's unfortunate that some of the text is bitmapped in the background, but with a bit of work it can be done in vector as well.


RE: newRPL for Android - early release for testers - The Shadow - 10-12-2018 04:15 AM

(10-11-2018 01:07 PM)Eric Rechlin Wrote:  Some tactile feedback when pressing buttons would be a nice future enhancement.

I very much agree with this.

Also, while the app looks okay in portrait mode, in landscape it is stretched beyond all recognition.


RE: newRPL for Android - early release for testers - The Shadow - 10-13-2018 07:02 AM

Also, I'd suggest putting Exit on its own line of the menu, rather than being in File. I can see already that I'll be using it more than the rest of the File options put together.


RE: newRPL for Android - early release for testers - cdmackay - 10-13-2018 12:30 PM

(10-13-2018 07:02 AM)The Shadow Wrote:  Also, I'd suggest putting Exit on its own line of the menu, rather than being in File. I can see already that I'll be using it more than the rest of the File options put together.

You can just back out of the app with the Back button, that does the same as Exit for me, i.e. prompt whether to save memory.

On that note: when I exit via the File menu, it prompts me twice. Only once if I back out.


RE: newRPL for Android - early release for testers - The Shadow - 10-13-2018 03:42 PM

How can I delete files and folders? The path given within the app doesn't seem to exist on my phone - are the files "invisible"?


RE: newRPL for Android - early release for testers - Claudio L. - 10-15-2018 02:55 AM

(10-13-2018 03:42 PM)The Shadow Wrote:  How can I delete files and folders? The path given within the app doesn't seem to exist on my phone - are the files "invisible"?

It seems it defaults to the app private storage. I'll change that to the more public folder in /Android/data/org.hpgcc3.newrpl

Thanks for reporting.


RE: newRPL for Android - early release for testers - The Shadow - 11-19-2018 09:36 PM

I just got a new phone (Moto X4 with Android 8.1) and the rightmost buttons are cut off. It had been working fine with my previous phone, a Droid Turbo with Android 6.


RE: newRPL for Android - early release for testers - Claudio L. - 11-20-2018 01:31 PM

(11-19-2018 09:36 PM)The Shadow Wrote:  I just got a new phone (Moto X4 with Android 8.1) and the rightmost buttons are cut off. It had been working fine with my previous phone, a Droid Turbo with Android 6.

I think Android lies about the screen size to accommodate some screen edges on some phones. I'm not sure I can do anything to change that, short of writing a dedicated app interface (it may have to happen eventually, as file dialogs are unusable on some phones), but not at the expense of real newRPL development for actual calculators.


RE: newRPL for Android - early release for testers - The Shadow - 11-20-2018 03:08 PM

(11-20-2018 01:31 PM)Claudio L. Wrote:  I think Android lies about the screen size to accommodate some screen edges on some phones. I'm not sure I can do anything to change that, short of writing a dedicated app interface (it may have to happen eventually, as file dialogs are unusable on some phones), but not at the expense of real newRPL development for actual calculators.

If it helps at all, I've noticed that when starting the app (or switching to portrait mode) it draws the screen correctly at first, then almost instantly expands, pushing the buttons off the screen.


RE: newRPL for Android - early release for testers - ji3m - 08-22-2019 11:34 PM

so where, exa ctly , is the apk file


RE: newRPL for Android - early release for testers - Claudio L. - 08-23-2019 03:07 PM

(08-22-2019 11:34 PM)ji3m Wrote:  so where, exa ctly , is the apk file

First post of this thread.


RE: newRPL for Android - early release for testers - compsystems - 08-23-2019 09:15 PM

Please Claudio, you can include a subfolder (TARGET-ANDROID) in

https://sourceforge.net/projects/newrpl/files/


RE: newRPL for Android - early release for testers - Claudio L. - 08-23-2019 09:54 PM

(08-23-2019 09:15 PM)compsystems Wrote:  Please Claudio, you can include a subfolder (TARGET-ANDROID) in

https://sourceforge.net/projects/newrpl/files/

That is a good idea. I'll do it for the next official release, otherwise the android "official" version would be out of sync with the other targets.