Version 1.1 of Simple DHCP Query was released on the 11th of October 2014.
The app uses a SQLite database for storing the saved records. For some accesses to this database so called "Prepared Statements" are used. These statements have to be compiled during the runtime of the app only once. This is now done during the first usage of a statement.
Added attribute android:installLocation="auto" in the app's manifest-file. When the app is installed on a device that supports moving the installation of an app to a SDCard, then the user should be able to move the app to the SDCard. For this you have to go to the list of apps in the Settings App of your Android device, open the entry for the app, and press on the button that says "Move to SDCard" or so.
For each record that the user wants to save he has to enter a non-empty title, e.g. "Mike's Appartment" or "WiFi@Joe's Restaurant". This title will be displayed in the list of all records. It is now checked that each newly entered title is unique, i.e. not used by another record so far.
When the device's language is set to German, then all texts displayed by the app are shown in German. For any other language English is used.