Skip to content

Releases: fr3ts0n/AndrOBD

Logging fixes

30 Oct 14:50
Compare
Choose a tag to compare

Logging fixes

fix #34 - No log files generated

  • ensure logging path is created before log initialisation
  • use consistent file numbering pattern AndrOBD.log.x.txt
  • use .txt file extension to allow opening/viewing
  • close file logging handler on app close
    • to eliminate stray lock files

Translation updates

  • French (Thanks to @ll)
  • Spanish (Thanks to @isalgueiro)
  • Hebrew (Thanks to @yarons)
  • German (Thanks to Andreas Kleinert)

F-Droid synchronisation / Translation updates

28 Sep 17:40
Compare
Choose a tag to compare

F-Droid synchronisation

Synchronisation update with F-Droid to finally remove log4j support libraries from F-Droid delivery package.

Translation updates

Cleanup logging / Hebrew translation

24 Sep 16:30
Compare
Choose a tag to compare

Changes:

  • remove logging.properties since format settings not taken by every version of Android
  • file logging parameters initialized with code

Translations:

  • added Hebrew translation ( Thanks to @yarons )

Change logging from log4j to java.util.logging

21 Sep 15:06
Compare
Choose a tag to compare

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

Translation updates

14 Aug 16:42
Compare
Choose a tag to compare

Translation updates

Translation updates

19 Jun 19:30
Compare
Choose a tag to compare

Translation updates

  • Arabic (Thanks to @sas)
  • Serbian (Thanks to @slsimic)
  • Swedish (Thanks to Kristoffer Grundström)

Translation updates

17 Mar 16:09
Compare
Choose a tag to compare

Translation updates

  • Portugese (Thanks to @mansil )
  • Kabyle (Thanks to @belkacem77 )

Bugfixes

  • Test Fix #27 - Limit output buffer to 1 char
    Send data byte-wise to limit BT-serial bulk size for BT adapters w/o RX buffering

CSV export: format configurable

15 Jan 10:22
Compare
Choose a tag to compare

Fixed #26: configurable export

  • field and line delimiters configurable
  • export into CSV file
  • immediate CSV file share configurable
    • shared as file attachment

added translations:

Adaptions for Android >= M

31 Dec 11:23
Compare
Choose a tag to compare

Adaptions for Android >= M

  • adaptions for changed file access to load/store obd files

Translation updates

09 Aug 13:37
Compare
Choose a tag to compare

forgot to update version tags in manifest in V1.4.2
-> V1.4.3 to re-trigger release