Version History

v1.20
  • more Material Design for Android 5.0+
  • change travelling mode indication only for new GPS locations (or clear for manual location)
  • updated help
v1.19
  • added icons to result list
  • adaptive rounding of distances
  • option for including/excluding favorites in result of manual searches
v1.18
  • separate fuel type preferences for Germany and Austria
  • layout fixes
v1.17
  • indication of MTS-K data with logo
v1.16
  • added support for German gas stations
  • added configuration option: default action for click (map or navigation) 
  • no automatic foregrounds updates after manual search
  • minor layout improvements
  • bug fixes
v1.15
  • replaced internal map with Google Maps
v1.14
  • bug fixes
v1.13
  • design updates
  • faster location and data update
  • app 20% smaller
v1.12
  • fixed crash on data update
v1.11
  • first response much faster
  • fixed license issues
  • fixed widget size (minimum is 2x1 now)
  • background updates without GPS
  • updated SDK version (Android 5.0)
v1.09
  • default background update interval for free version increased to 2h
  • improved time to get position
  • using last known location if no location provider (GPS or network) is available or if accuracy of location is not sufficient
  • significantly reduced memory usage
v1.08
  • startup info was always showing (not only first time)
v1.07
  • use correct theme on Android 3.x and 4.x
v1.06
  • widget was missing in Free version
v1.05
  • renamed Lite Version to Free
  • Free version inherits some features of the Full version: favorites, widget, show only open gas stations, travelling mode
  • mark/unmark favorites via star
  • new option 10 km/h for travelling mode
v1.04
  • changed default time interval for automatic background updates (1h for lite version, 2h for full version)
  • no automatic background updates during night time (00:30 to 05:00)
  • new result options that are used while travelling (full version)
  • do not turn off display if foreground updates are enabled
  • estimated network traffic information in About dialog
  • minor improvements of performance and for getting location
v1.03
  • minor improvements for the widget
v1.02
  • travel time estimates improved
v1.01
  • location search shows keyboard automatically, and is automatically limited to Austria
  • full support for open/closed gas stations (full version)
  • widget (2x1) added (full version)
  • improved stability
  • minor layout changes
  • updated help files
  • help files were missing in lite version
v1.0
  • Initial release

Explanation of Permissions

  • RECEIVE_BOOT_COMPLETED: to start background service after rebooting the device
  • WAKE_LOCK: to keep CPU on during background update
  • INTERNET: to transfer data from and to the Internet
  • ACCESS_NETWORK_STATE: to check network connectivity
  • ACCESS_COARSE_LOCATION, ACCESS_FINE_LOCATION: to get the current position
  • CHECK_LICENSE: for checking the license (only for the full version)
  • INTERNET, ACCESS_NETWORK_STATE: for ads in free version