03.01.2018

OVMS Android App V3.12.2

APK: https://play.google.com/store/apps/details?id=com.openvehicles.OVMS …or: https://dexters-web.de/f/tw/OpenVehicleApp-release-3.12.2.apk Source: https://github.com/openvehicles/Open-Vehicle-Android Wiki: https://github.com/openvehicles/Open-Vehicle-Android/wiki V3.12.2 (2018-01-02): - Google Play Services enforcement replaced by cancellable reminder dialog - API service as Android foreground service - Message parsing refactored to CarData, exception encapsulation - CarData: added new fields (SOH, drive mode & profile info, power, energy usage) - CarData: changed numeric integer fields to float/double for OVMS v3 - GcmListener: added notification type (v3 info/alert distinction) - UI: rearranged main tabs, allow all tabs in cache - UI: added help & monospace font options menu to notifications tab - UI: added options menu to car tab (direct access to info/features/diag logs) - Database: fixed "sticky" notifications (wrong future timestamp) - Features editor v3 support: changed to text editor, allow variable number of features, added new Twizy features - General crash hardening - Notifications: added sending modem ("@…") & msg commands ("#…") - UI: options menu optimizations V3.12.1 (2016-12-09): - Fixed OCM updater - Incremental OCM updates (using modifiedsince) - Added clear cache button to map settings - Fixed OCM clustering settings - Map remembers last zoom level - Map shows home button if autotrack mode is off - Added car capabilities to CarData + ApiService - Added Nissan Leaf images by Chris van der Meijden (chris@arachnon.de) - Added DNS parameter label - Added Twizy charge power feature label - Added climate control (command 26) & status support - Added Twizy charge power control to charge alert dialog - Added message timestamp to duplicate notification check - Support for Twizy V3.8.2 charge stop mode control - New option: background API service (this needs RECEIVE_BOOT_COMPLETED rights) - New option: broadcast API car status updates (for Automagic/Tasker/...) - New option: car command intent API (for Automagic/Tasker/...) - Handling for new framework car model variables & message fields - Replacing CR in system notifications for readability - Options menus optimizations - Code cleanups & fixes