phyphox 1.1.7¶
04.12.2020
Changes on Android and iOS¶
- External configurations in the main menu can now be shared.¹
- Defunct configurations are listed, so they can be deleted or shared to be analyzed and possibly fixed.¹
- Fix: BLE using indication instead of notification²³
- Fix: Remote access requests only last variable if a value is shown before a graph (notable in the Audio Amplitude graph not working in remote access).³
- Set fixed axis scaling on the Sonar experiment to avoid rescaling on failed measurements.
Changes on Android¶
- New permissions ACCESS_NETWORK_STATE and WAKE_LOCK required to determine network connection type (see next item) and to use the Paho MQTT library (see file format update)²
- Detect and hide mobile connection IP in listing of addresses for remote access. (Requires at least Android 5.0)²
- Autodetect notifications or indications on BLE connections set to use either.²
- Improve ZIP detection and always create a local copy of remote experiments before loading them.²
- Fix: Crash in audio engine if direct playback source is used with an empty buffer.
- Fix: Port ignored when opening an experiment via URL (including QR codes)²
- Fix: NaN values are rendered as random lines on some devices.²
- Fix: Slight normalization error for Gauss smooth module at the data point with exactly 3*sigma-1 datapoints remaining.³
- Fix: App crashes if an experiment is loaded with undefined XML prefixes. (i.e. an experiment with editor:xxx tags has been modified and the xmlns:editor-definition in the base element was removed.)
Changes on iOS¶
- Minimum iOS version increased from iOS 8 to iOS 9. (Required by Apple for XCode 12, however, there seem to be no devices that run iOS 8 but could not be updated to iOS 9, so impact should be minimal.)³
- Fix: Cannot save experiment or state after opening from "files".³
- Fix: Cannot save experiment with a slash in its title.³
- Fix: Parsing of last value from BLE inputs with formattedString conversion if there is no terminating separator character.³
File format update to version 1.11¶
- New network connection services "mqtt/csv" and "mqtt/json"²³
- New conversion for network connections: "csv"²³
¹Part of 1.1.7-beta1, released as public beta on 2020-10-15.
²Part of 1.1.7-beta2, released as public beta on 2020-11-10 (Android only).
³Part of 1.1.7-beta3, released as public beta on 2020-11-25