• Joined on 2020年04月12日
kollo commented on issue kollo/X11-Basic#3 2024年02月12日 13:45:18 +01:00
Segmentation fault caused by PRINT USING

fixed upstream

kollo pushed to unstable at kollo/X11Basic 2024年02月12日 13:38:39 +01:00
f5d92697aa package dependency changed: libreadline7 --> libreadline8 (Codeberg Issue #9 )
9bd2074cd6 bugfix: Codeberg Issue #13, sprintf --> snprintf for PRINT USING
55245f4ce6 cosmetics: Added some comments to the code for better readablility
6456cb7719 Typo Corrections in manual sent by Jason
Compare 4 commits »
kollo pushed to master at kollo/X11Basic 2024年02月12日 13:37:20 +01:00
9bd2074cd6 bugfix: Codeberg Issue #13, sprintf --> snprintf for PRINT USING
55245f4ce6 cosmetics: Added some comments to the code for better readablility
Compare 2 commits »
kollo commented on issue kollo/X11-Basic#3 2024年02月12日 12:02:57 +01:00
Segmentation fault caused by PRINT USING
kollo opened issue kollo/X11Basic#13 2024年02月12日 12:01:56 +01:00
Segmentation fault caused by PRINT USING
kollo commented on issue kollo/X11-Basic#3 2024年02月12日 12:01:07 +01:00
Segmentation fault caused by PRINT USING

This bug needs to be fixed upstream.

kollo opened issue kollo/X11-Basic#3 2024年02月12日 12:00:42 +01:00
Segmentation fault caused by PRINT USING
kollo commented on issue kollo/X11-Basic#2 2024年02月09日 08:42:27 +01:00
Crash on changing font zize and Screen size during program excecution

thank you for your feedback and crash reports. Changing window sizes must be a new feature of Android since I remember not having vorseen this. Also rotation of the screen when a program was...

kollo opened issue kollo/X11-Basic#2 2024年02月09日 08:41:56 +01:00
Crash on changing font zize and Screen size during program excecution
kollo commented on issue kollo/USBDataloggerreader-Android#14 2023年03月29日 08:59:39 +02:00
How can i set the logger to not blinking? Except (once) on start logging by button!

Hi Alfons,

yes, sounds a good idea. I think the reason why I had not implemented it before was, that the original Logger Software on WINDOWS also did not have this option. But if it works, why...

kollo pushed to master at kollo/USBDataloggerreader-Android 2023年02月21日 08:51:00 +01:00
e3ac239492 Bugfix codeberg Issue #13 Thanks to Alfons.
kollo pushed to master at kollo/USBDataloggerreader-Android 2023年02月21日 08:49:59 +01:00
db2dc0fbce Bugfix codeberg Issue #4 Thanks to Alfons.
kollo commented on issue kollo/USBDataloggerreader-Android#13 2023年02月21日 08:45:17 +01:00
Interval is not updated after contacting the logger

OK great. So, many thanks for testing and of course for bringing this up. Was a plasure working with you!

kollo commented on issue kollo/USBDataloggerreader-Android#13 2023年02月20日 19:36:07 +01:00
Interval is not updated after contacting the logger

Yes. This is supposed to be the job of

baseconfigfrominput()

and

configfrominput()

These procedures are supposed to read all values from the User Interface and put it to the...

kollo commented on issue kollo/USBDataloggerreader-Android#13 2023年02月20日 19:30:57 +01:00
Interval is not updated after contacting the logger

At least the build was successful. Needs testing...

The textchangedListener will be triggered every time a number is entered (onTextChanged) or the curser is placed on this text field...

kollo commented on issue kollo/USBDataloggerreader-Android#13 2023年02月20日 19:19:20 +01:00
Interval is not updated after contacting the logger

What about this:

 numconfig.addTextChangedListener(new TextWatcher() {
 public void onTextChanged(CharSequence s, int start, int before, int count) {}
 public void...
kollo commented on issue kollo/USBDataloggerreader-Android#13 2023年02月20日 19:09:11 +01:00
Interval is not updated after contacting the logger

The idea was, that according to calculate the duration of the logging time with

Physics.duration(config.num_data_conf,config.set_interval)

, both values have to be read as ssonn as a new...

kollo commented on issue kollo/USBDataloggerreader-Android#13 2023年02月20日 18:53:25 +01:00
Interval is not updated after contacting the logger

Yes, this is a good point. So the problem is purely in the User Interface and not on reading the configuration. This should then be independant of the logger type.

VDL100T is fine, The old...

kollo commented on issue kollo/USBDataloggerreader-Android#13 2023年02月20日 16:00:22 +01:00
Interval is not updated after contacting the logger

OK, so I assume, that the correct value gets written to the logger if:

  • You enter a value other than 60 to the interval field in the app and then
  • press "write config"

When the configuratio...

kollo reopened issue kollo/USBDataloggerreader-Android#13 2023年02月20日 15:53:50 +01:00
Interval is not updated after contacting the logger