icasdri / Mather

A powerful expression-based calculator, unit converter, and general computation engine for Android
GNU General Public License v3.0
58 stars 7 forks source link

Response not visible #8

Open r0lZ opened 8 years ago

r0lZ commented 8 years ago

On my tablet Medion Lifetab S7852, the answer of the calculation does not appear. According to the screenshots, it should be in the bottom right corner, but there is nothing visible there. That bug might be caused by the unusual aspect ratio or resolution of the screen (768x1024). Anyway, the position of a graphic element should never de dependent of the resolution of the screen.

maninthemiddle01 commented 8 years ago

for me it is the same on my Motorola Defy+ with Cyanogenmod 11

icasdri commented 8 years ago

Hmm. This is a very odd issue, as all the layout stuff is density-independent and relative. Could you post screenshots? This could also potentially be due to the calculation library not loading or being unresponsive.

r0lZ commented 8 years ago

As requested, here is a screenshot. screenshot_2016-08-16-13-46-13

maninthemiddle01 commented 8 years ago

looks the same for me

icasdri commented 7 years ago

I have a pushed a change that incudes the ability to enter debug inputs. Could you build Mather from source from git master (with gradle build) and try the input debug resultview (instead of a math expression) and see if you can see anything afterwards. If you do not want to build Mather from source for whatever reason, then just try it with the next release.

icasdri commented 7 years ago

Debug inputs and debug resultview specifically have been released in version 0.3.0. If you're having trouble with the result view, try typing that in and see if you see a result. If you do see a result, then the math library is likely not loading properly (i.e. not a problem with display). If you do not see a result, then we'll go from there.

r0lZ commented 7 years ago

I can't see the result of the calculation with v0.3.0, but typing "debug resultview" prints "Result View Here!" correctly. It seems therefore that the culprit is the math lib. Thanks for your efforts, and good luck!

r0lZ commented 7 years ago

Thanks! I have replied on github.

On Mon, Jan 9, 2017 at 10:05 PM, Derek W notifications@github.com wrote:

Debug inputs and debug resultview specifically have been released in version 0.3.0 https://github.com/icasdri/Mather/releases/tag/0.3.0. If you're having trouble with the result view, try typing that in and see if you see a result. If you do see a result, then the math library is likely not loading properly (i.e. not a problem with display). If you do not see a result, then we'll go from there.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/icasdri/Mather/issues/8#issuecomment-271407464, or mute the thread https://github.com/notifications/unsubscribe-auth/ABsgn3tpCdqPlWWfkOl4ymx1caiWE3oSks5rQqEFgaJpZM4JlTfq .