@@ -15,7 +15,7 @@ The free and easy to use Proxmox VE App for Android to watch and control your ma
I have a website, where you can translate the App in different languages, to support as many languages as possible. The current status can be found below.
The main page can be found [here](https://translate.jonasled.de/engage/proxdroid/?utm_source=widget). If a language is missing, please open a issue here on gitlab and I'll add it as soon as possible.
@@ -142,7 +142,7 @@ public class NewServer extends AppCompatActivity {
@Override
publicvoidonNothingSelected(AdapterView<?>arg0){
// TODO Auto-generated method stub
//Nothing to do here
}
});
...
...
@@ -150,14 +150,18 @@ public class NewServer extends AppCompatActivity {
inputURL.setOnFocusChangeListener((Viewv,booleanhasFocus)->{//on leave focus of the url input, replace https with HTTPS and add / at the end if missing (to fix some problems with android URL handling)
ArrayListsortedKeys=newArrayList(storageContent.keySet());//The response from proxmox is a mess, no System or whatever, so we sort the array after the key
Collections.sort(sortedKeys);
ArrayList<String>label=newArrayList<>();
ArrayList<Integer>icon=newArrayList<>();
ArrayList<Integer>usage=newArrayList<>();
for(Objectkey:sortedKeys.toArray()){//parse the sorted key list
<stringname="spiceClientRequired">Um dieses Feature zu verwenden wird ein externer SPICE Client, wie zum Beispiel Opaque benötigt. Wenn sie die App nicht kaufen möchten gibt es auch die Möglichkeit diese über den Link im PlayStore Eintrag selber zu kompilieren.</string>
<stringname="selectConsole">Bitte eine Konsole auswählen</string>
<stringname="showOpaque">Ladda ner Opaque</string>
<stringname="spiceClientRequired">För att denna funktion ska fungera behövs en extern applikation som stödjer SPICE. Om du ej vill betala för applikationen, går det att kompilera den själv med GitHub-länken som finns i PlayStore-beskrivningen.</string>
<stringname="selectConsole">Välj en konsoll</string>
<stringname="selectConsole">Select a console</string>
<stringname="spiceClientRequired">For this feature to work you need a external app, which support spice like Opaque. If you don\'t want to buy the app you can compile it yourself with the GitHub link in the PlayStore description.</string>