-
-
Notifications
You must be signed in to change notification settings - Fork 310
Feature history
fr3ts0n edited this page Oct 4, 2019
·
1 revision
faster, more colorful, customizable
- CSV based control data for
- Data items / PIDs
- Data conversions
- code lists
- new Conversion types
- Bitmap conversions for bit mapped states
- Hash conversion for numeric states
- bar gauge display in data screen
- consistent coloring of data items in
- data display
- data charts
- gauge / hud display
- Data Customization
- Following OBD data can be customized via user defined csv files
- data conversions
- data items/PIDs
- fault code lists
- Following OBD data can be customized via user defined csv files
- Configuration
- Display off in data display configurable
- Debug / Customization configuration
- Logging level
- Selection of extension/customization files
- data conversions
- data items/PIDs
- fault code lists
Support for all adapter types
- USB adapter support
- WIFI adapter support
- Auto hiding toolbar
Clean up libraries and UI
- Change logging from log4j to java.util.logging to reduce build complexity for f-droid builds
- remove log4j libraries
- adapt logging calls
- adapt settings to match levels
- default settings from logging.properties
- Allow selection of ELM-internal adaptive timing modes
- Automatic unhide of toolbar on status changes
Implementation of Plugin extension framework
See also AndrOBD-Plugin project for plugin development.
- Support of data processing plugins
- Full plugin support
- Add support of data provision plugins