Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. ioBroker App 2023 [Android & iOS] - jetzt erhältlich

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

ioBroker App 2023 [Android & iOS] - jetzt erhältlich

Geplant Angeheftet Gesperrt Verschoben Tester
appiobroker visujarvislovelacematerialvis
938 Beiträge 103 Kommentatoren 287.1k Aufrufe 88 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Eduard77E Eduard77

    @foxriver76
    Mit Version 1.4.2 läuft immer noch nicht.
    Bleibt beim Logo hängen.
    In meinem Fall Pixel 7, Android v16.

    da_WoodyD Online
    da_WoodyD Online
    da_Woody
    schrieb am zuletzt editiert von
    #927

    @eduard77 auch gerade am testen gewesen. v1.4.2. keine änderung. 😧
    anscheinend hat google da einiges wieder verkackt...😰

    gruß vom Woody
    HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

    1 Antwort Letzte Antwort
    0
    • foxriver76F foxriver76

      Hallo zusammen,

      ich wünsche euch einen schönen Start ins Wochenende.

      Es gibt ab sofort eine neue App für iOS & Android, diese ist als eigenständige App auf beiden Plattformen unter ioBroker Visu im Store zu finden.

      icon.png

      Für die Android App haben wir schon einige Testiterationen hinter uns gebracht in https://forum.iobroker.net/topic/63026/iobroker-android-app-2023/202 - vielen lieben Dank an alle Tester. Die iOS App ist zwar inhaltlich zu großen Teilen identisch, allerdings kann es durchaus sein, dass sich im Detail das Verhalten unterscheidet. Hier bin ich auf euer Feedback angewiesen.

      Überblick der Funktionen:

      Settings

      Local

      • Host IP:PORT: Specify the local vis url + port e.g. 192.168.144.4:8082 (you can also add https:// prefix here)
      • Username: Local username if specified login is performed
      • Password: Password to corresponding username

      External

      • Type: Choose how you want to connect if outside of given WLAN SSIDs, if you choose url, you can provide same information as
        under Local
      • Username: The ioBroker Pro username, often an E-Mail address, if given, the App connects to the Pro Cloud if not
        connected with a SSID listed under General
      • Password: The corresponding password
      • WLAN SSIDs: allows to set Wi-Fi SSID (comma-separated), if the current connected SSID is equal to one listed here, we use the local vis

      General

      • Application: choose between vis, material and other adapters, just changes the uri of the WebView
      • Project: Value will be added behind url:port/vis/index.html# (only for vis)
      • Instance ID: used to e.g. change vis views or detect active views on device via vis.0.control
        (it will be synchronized to vis.0 if at least one sync option is active)

      Functionalities & Appearance

      • Multi-Project Support: You can set up multiple projects (current limit is 2), these can be launched via Quick Actions.
        Starting the App without Quick Action will always launch the default project. When a specific project is launched,
        the app cannot change to another project until restarted. Long press on the app icon to launch a Quick Action.
      • Allow Zoom: If false, Zoom is deactivated in the WebView
      • Allow Scrolling: If false, Scrolling is deactivated in the WebView
      • Send battery to vis.0: If true, battery level and state are sent to vis.0 via JS injection using servConn
      • Keep display awake: If true, screen will never go to sleep on WebView
      • Status Bar Active: If true, the status bar is shown
      • Light Status Bar Text: If true, white color is used for status bar text
      • Status bar color: Specify the color of the status bar as css color property
      • Orientation: Force orientation of screen
      • Zoom (Portrait): Initial Zoom for Portrait mode (0 - 5)
      • Zoom (Landscape): Initial Zoom for Landscape mode (0 - 5)
      • Reload on orientation change: should be activated if problems on orientation change occur
      • Show Pro Logo: If true, a pro logo will be used in the upper right corner to indicate a pro connection
      • Auto Zoom: Sets width=device-width to meta.content
      • Force Fullscreen: Sets viewport-fit=cover to meta.content
      • Location to vis.0: The Location object will be sent to vis
      • Synchronize Brightness to vis.0: The brightness of the device will be set in vis.0 changing the state will change the brightness (only works with vis)
      • Device name: Device name used for states in vis.0
      • Show Navigation Bar (Android only) if true, the Navigation bar is permanently shown, else immersive
      • Dim after seconds: Dim display after x seconds of inactivity (no tap) set 0 to disable
      • Dim to level: Value in % to dim to if Dim after seconds triggers. On next tap, it is dimmed up to previous value
      • Reload if app gets active: Forces a hard reload if app goes from background to foreground (default: true on iOS, false on Android)
      • URL Postfix: this text will be appended to the URL, e.g. to specify a start view #customStartView
      • Back to start page after X seconds: The app navigates back to the start page after X seconds of inactivity (0 to disable)
      • Protect app start: The first app start will be protected by devices biometric authentication (affects all projects)
      • Protect settings: Every call to settings will be protected by devices biometric authentication (affects all projects)

      Known behaviors

      • Settings can be opened via a triple tap (3 fingers touching the screen at the same time)
      • Force reload via 2 finger double tap on screen on Android and Pull to refresh on iOS (on Android the Component is remounted)
      • Status bar settings are also applied to the settings screen, but only after changing to runtime and back or reopening app
      • Reconnection Handling for vis: It is known, that vis has problems reconnecting to the socket, thus the App detects
        socket disconnection of vis and if it is not reconnected after 30 seconds, it will reload the page
      • If on page load an error occurs, a popup is shown where you can reload or go to settings
      • If app goes from background to foreground, the NavBar on Android is ensured to be in the right state and for
        vis and material a socket reconnect is triggered, to avoid 10 seconds timeout screen (android detects background more than 1 second as being in background)
      • If the "Keep screen awake" functionality is deactivated via vis, you should not change the view afterwards, else it is activated again
      • Whenever the user is not in a Wi-Fi and using a VPN and has an external connection configured, he can decide if he wants to access local url or external

      Wermutstropfen: Bzgl. der VPN Option, welche in der vorherigen iOS App besteht, ist aktuell aufgrund von technischen Limitationen keine Option geplant, insgeheim hoffe ich hier, dass Apple mal in die Pötte kommt und VPN Steuerung per Automation zulässt. Wer darauf angewiesen ist, ist für mobile Zwecke mit der aktuellen App evtl. besser beraten, ansonsten bietet sich von unterwegs natürlich der Pro Zugang an.

      Issues und Feature Requests bitte hier anlegen.

      Ich freue mich auf euer Feedback.

      beste Grüße

      fox

      S Online
      S Online
      schmuh
      schrieb am zuletzt editiert von
      #928

      @foxriver76
      eben die neue Version installiert. Leider das gleiche Verhalten auf einem Pixel 9 Pro mit Android 16 und September Update. Mir ist dann aufgefallen, wenn man das Telefon sperrt, oder wartet bis das Display aus ist und dann wieder anschaltet, startet die App weiter und funktioniert normal.
      Ähnliches Verhalten wenn die App "hängt" und man in die Taskansicht geht und in den offenen Apps hin und her wechselt, geht es auch nach einer Zeit weiter.

      da_WoodyD S G 3 Antworten Letzte Antwort
      1
      • S schmuh

        @foxriver76
        eben die neue Version installiert. Leider das gleiche Verhalten auf einem Pixel 9 Pro mit Android 16 und September Update. Mir ist dann aufgefallen, wenn man das Telefon sperrt, oder wartet bis das Display aus ist und dann wieder anschaltet, startet die App weiter und funktioniert normal.
        Ähnliches Verhalten wenn die App "hängt" und man in die Taskansicht geht und in den offenen Apps hin und her wechselt, geht es auch nach einer Zeit weiter.

        da_WoodyD Online
        da_WoodyD Online
        da_Woody
        schrieb am zuletzt editiert von
        #929

        @schmuh sagte in ioBroker App 2023 [Android & iOS] - jetzt erhältlich:

        Mir ist dann aufgefallen, wenn man das Telefon sperrt, oder wartet bis das Display aus ist und dann wieder anschaltet, startet die App weiter und funktioniert normal.

        selbst nach reboot, deinen tips, no.

        gruß vom Woody
        HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

        1 Antwort Letzte Antwort
        0
        • S schmuh

          @foxriver76
          eben die neue Version installiert. Leider das gleiche Verhalten auf einem Pixel 9 Pro mit Android 16 und September Update. Mir ist dann aufgefallen, wenn man das Telefon sperrt, oder wartet bis das Display aus ist und dann wieder anschaltet, startet die App weiter und funktioniert normal.
          Ähnliches Verhalten wenn die App "hängt" und man in die Taskansicht geht und in den offenen Apps hin und her wechselt, geht es auch nach einer Zeit weiter.

          S Offline
          S Offline
          slonnet
          schrieb am zuletzt editiert von
          #930

          @schmuh sagte in ioBroker App 2023 [Android & iOS] - jetzt erhältlich:

          @foxriver76
          Mir ist dann aufgefallen, wenn man das Telefon sperrt, oder wartet bis das Display aus ist und dann wieder anschaltet, startet die App weiter und funktioniert normal.

          Das kann ich bestätigen! Funktioniert so 👍

          1 Antwort Letzte Antwort
          1
          • S schmuh

            @foxriver76
            eben die neue Version installiert. Leider das gleiche Verhalten auf einem Pixel 9 Pro mit Android 16 und September Update. Mir ist dann aufgefallen, wenn man das Telefon sperrt, oder wartet bis das Display aus ist und dann wieder anschaltet, startet die App weiter und funktioniert normal.
            Ähnliches Verhalten wenn die App "hängt" und man in die Taskansicht geht und in den offenen Apps hin und her wechselt, geht es auch nach einer Zeit weiter.

            G Offline
            G Offline
            Gukerl
            schrieb am zuletzt editiert von
            #931

            Bei meinem 8pro klappt es auch nach dem Update nicht.

            • App-Speicher löschen und neu konfigurieren - OK
            • App schließen (eventuell neu starten) und wieder Visu öffnen -> NOK

            LG, Andi

            1 Antwort Letzte Antwort
            1
            • foxriver76F foxriver76

              Hallo zusammen,

              ich wünsche euch einen schönen Start ins Wochenende.

              Es gibt ab sofort eine neue App für iOS & Android, diese ist als eigenständige App auf beiden Plattformen unter ioBroker Visu im Store zu finden.

              icon.png

              Für die Android App haben wir schon einige Testiterationen hinter uns gebracht in https://forum.iobroker.net/topic/63026/iobroker-android-app-2023/202 - vielen lieben Dank an alle Tester. Die iOS App ist zwar inhaltlich zu großen Teilen identisch, allerdings kann es durchaus sein, dass sich im Detail das Verhalten unterscheidet. Hier bin ich auf euer Feedback angewiesen.

              Überblick der Funktionen:

              Settings

              Local

              • Host IP:PORT: Specify the local vis url + port e.g. 192.168.144.4:8082 (you can also add https:// prefix here)
              • Username: Local username if specified login is performed
              • Password: Password to corresponding username

              External

              • Type: Choose how you want to connect if outside of given WLAN SSIDs, if you choose url, you can provide same information as
                under Local
              • Username: The ioBroker Pro username, often an E-Mail address, if given, the App connects to the Pro Cloud if not
                connected with a SSID listed under General
              • Password: The corresponding password
              • WLAN SSIDs: allows to set Wi-Fi SSID (comma-separated), if the current connected SSID is equal to one listed here, we use the local vis

              General

              • Application: choose between vis, material and other adapters, just changes the uri of the WebView
              • Project: Value will be added behind url:port/vis/index.html# (only for vis)
              • Instance ID: used to e.g. change vis views or detect active views on device via vis.0.control
                (it will be synchronized to vis.0 if at least one sync option is active)

              Functionalities & Appearance

              • Multi-Project Support: You can set up multiple projects (current limit is 2), these can be launched via Quick Actions.
                Starting the App without Quick Action will always launch the default project. When a specific project is launched,
                the app cannot change to another project until restarted. Long press on the app icon to launch a Quick Action.
              • Allow Zoom: If false, Zoom is deactivated in the WebView
              • Allow Scrolling: If false, Scrolling is deactivated in the WebView
              • Send battery to vis.0: If true, battery level and state are sent to vis.0 via JS injection using servConn
              • Keep display awake: If true, screen will never go to sleep on WebView
              • Status Bar Active: If true, the status bar is shown
              • Light Status Bar Text: If true, white color is used for status bar text
              • Status bar color: Specify the color of the status bar as css color property
              • Orientation: Force orientation of screen
              • Zoom (Portrait): Initial Zoom for Portrait mode (0 - 5)
              • Zoom (Landscape): Initial Zoom for Landscape mode (0 - 5)
              • Reload on orientation change: should be activated if problems on orientation change occur
              • Show Pro Logo: If true, a pro logo will be used in the upper right corner to indicate a pro connection
              • Auto Zoom: Sets width=device-width to meta.content
              • Force Fullscreen: Sets viewport-fit=cover to meta.content
              • Location to vis.0: The Location object will be sent to vis
              • Synchronize Brightness to vis.0: The brightness of the device will be set in vis.0 changing the state will change the brightness (only works with vis)
              • Device name: Device name used for states in vis.0
              • Show Navigation Bar (Android only) if true, the Navigation bar is permanently shown, else immersive
              • Dim after seconds: Dim display after x seconds of inactivity (no tap) set 0 to disable
              • Dim to level: Value in % to dim to if Dim after seconds triggers. On next tap, it is dimmed up to previous value
              • Reload if app gets active: Forces a hard reload if app goes from background to foreground (default: true on iOS, false on Android)
              • URL Postfix: this text will be appended to the URL, e.g. to specify a start view #customStartView
              • Back to start page after X seconds: The app navigates back to the start page after X seconds of inactivity (0 to disable)
              • Protect app start: The first app start will be protected by devices biometric authentication (affects all projects)
              • Protect settings: Every call to settings will be protected by devices biometric authentication (affects all projects)

              Known behaviors

              • Settings can be opened via a triple tap (3 fingers touching the screen at the same time)
              • Force reload via 2 finger double tap on screen on Android and Pull to refresh on iOS (on Android the Component is remounted)
              • Status bar settings are also applied to the settings screen, but only after changing to runtime and back or reopening app
              • Reconnection Handling for vis: It is known, that vis has problems reconnecting to the socket, thus the App detects
                socket disconnection of vis and if it is not reconnected after 30 seconds, it will reload the page
              • If on page load an error occurs, a popup is shown where you can reload or go to settings
              • If app goes from background to foreground, the NavBar on Android is ensured to be in the right state and for
                vis and material a socket reconnect is triggered, to avoid 10 seconds timeout screen (android detects background more than 1 second as being in background)
              • If the "Keep screen awake" functionality is deactivated via vis, you should not change the view afterwards, else it is activated again
              • Whenever the user is not in a Wi-Fi and using a VPN and has an external connection configured, he can decide if he wants to access local url or external

              Wermutstropfen: Bzgl. der VPN Option, welche in der vorherigen iOS App besteht, ist aktuell aufgrund von technischen Limitationen keine Option geplant, insgeheim hoffe ich hier, dass Apple mal in die Pötte kommt und VPN Steuerung per Automation zulässt. Wer darauf angewiesen ist, ist für mobile Zwecke mit der aktuellen App evtl. besser beraten, ansonsten bietet sich von unterwegs natürlich der Pro Zugang an.

              Issues und Feature Requests bitte hier anlegen.

              Ich freue mich auf euer Feedback.

              beste Grüße

              fox

              sigi234S Online
              sigi234S Online
              sigi234
              Forum Testing Most Active
              schrieb am zuletzt editiert von sigi234
              #932

              @foxriver76

              Hallo, bei mir startet die App normal mit der eingestellten Startseite.
              Wenn ich dann auf eine andere Seite wechseln will, wird sie mir für 1 Sekunde angezeigt und geht dann wieder auf die Startseite.
              Bis vor kurzem hat alles noch funktioniert.

              Samsung A34
              Android 15
              App 1.4.2

              Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
              Immer Daten sichern!

              da_WoodyD 1 Antwort Letzte Antwort
              0
              • D Offline
                D Offline
                Dragon
                schrieb am zuletzt editiert von Dragon
                #933

                Selbe Probleme hier mit einem Pixel9Pro mit Android 16. App momentan nicht nutzbar.

                1 Antwort Letzte Antwort
                0
                • sigi234S sigi234

                  @foxriver76

                  Hallo, bei mir startet die App normal mit der eingestellten Startseite.
                  Wenn ich dann auf eine andere Seite wechseln will, wird sie mir für 1 Sekunde angezeigt und geht dann wieder auf die Startseite.
                  Bis vor kurzem hat alles noch funktioniert.

                  Samsung A34
                  Android 15
                  App 1.4.2

                  da_WoodyD Online
                  da_WoodyD Online
                  da_Woody
                  schrieb am zuletzt editiert von
                  #934

                  @sigi234 sagte in ioBroker App 2023 [Android & iOS] - jetzt erhältlich:

                  Samsung A34
                  Android 15
                  App 1.4.2

                  wir reden da von android 16!
                  dein prob dürfte was anderes sein...

                  gruß vom Woody
                  HAPPINESS is not a DESTINATION, it's a WAY of LIFE!

                  sigi234S 1 Antwort Letzte Antwort
                  0
                  • da_WoodyD da_Woody

                    @foxriver76 wie man den Rezensionen der App entnehmen kann, bin ich nicht der einzige.
                    Gestern ein Update auf meinem Pixel 7 auf v16 bekommen. Seither klappt es weder uber VPN, noch Lokal.
                    Es kommt kurz die "Zielscheibe", iob Logo, tot, aus, Ende.

                    Samson71S Offline
                    Samson71S Offline
                    Samson71
                    Global Moderator
                    schrieb am zuletzt editiert von
                    #935

                    @da_woody sagte in ioBroker App 2023 [Android & iOS] - jetzt erhältlich:

                    Es kommt kurz die "Zielscheibe", iob Logo, tot, aus, Ende.

                    Kann ich für ein Pixel 8 Pro nach Update auf Android 16 bestätigen.

                    1 Antwort Letzte Antwort
                    1
                    • da_WoodyD da_Woody

                      @sigi234 sagte in ioBroker App 2023 [Android & iOS] - jetzt erhältlich:

                      Samsung A34
                      Android 15
                      App 1.4.2

                      wir reden da von android 16!
                      dein prob dürfte was anderes sein...

                      sigi234S Online
                      sigi234S Online
                      sigi234
                      Forum Testing Most Active
                      schrieb am zuletzt editiert von
                      #936

                      @da_woody sagte in ioBroker App 2023 [Android & iOS] - jetzt erhältlich:

                      @sigi234 sagte in ioBroker App 2023 [Android & iOS] - jetzt erhältlich:

                      Samsung A34
                      Android 15
                      App 1.4.2

                      wir reden da von android 16!
                      dein prob dürfte was anderes sein...

                      Das ist mir klar, trotzdem ein Bug.

                      Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                      Immer Daten sichern!

                      1 Antwort Letzte Antwort
                      0
                      • foxriver76F foxriver76

                        Habe leider kein Pixel zum Testen und zur Zeit super wenig Zeit aktuell, ich habe eine 1.4.2 veröffentlicht, ändert die was am Verhalten?

                        Eduard77E Online
                        Eduard77E Online
                        Eduard77
                        schrieb am zuletzt editiert von
                        #937

                        @foxriver76
                        seit letzten, vorletzten Update habe ich öfters ein WebView Fehler.
                        Ich habe auf 3 Tablets VIS laufen.
                        Alle haben unterschiedliche Android und WebView Versionen, aber bei allen 3 kommt manchmal beim Start WebView Fehler.
                        Wenn man dann beim Fehler Anzeige auf OK klickt, dann erscheint zwar meine VIS Hautseite, aber man muss immer nochmals mit 2 Fingern die Anzeige aktualisieren, damit alles richtig angezeigt wird.

                        Folgende Tablet sind im einsatz:

                        1. Samsung Tab A mit Lineage OS 18.1 (gerootet), original WebView war 120.xxx, upgedatet auf 142.xxx Version (keine Verbesserung)
                        2. Poco Pad mit Android 15, original WebView war 140.xxx Version, gestern habe ich auf 142.xxx Version upgedatet. (keine Verbesserung)
                        3. Samsung Tab S4 mit Android 10, original WebView war (glaube ich) 84.xxx, upgedatet auf 142.xxx Version (keine Verbesserung)

                        Grüße
                        Eduard

                        W 1 Antwort Letzte Antwort
                        0
                        • Eduard77E Eduard77

                          @foxriver76
                          seit letzten, vorletzten Update habe ich öfters ein WebView Fehler.
                          Ich habe auf 3 Tablets VIS laufen.
                          Alle haben unterschiedliche Android und WebView Versionen, aber bei allen 3 kommt manchmal beim Start WebView Fehler.
                          Wenn man dann beim Fehler Anzeige auf OK klickt, dann erscheint zwar meine VIS Hautseite, aber man muss immer nochmals mit 2 Fingern die Anzeige aktualisieren, damit alles richtig angezeigt wird.

                          Folgende Tablet sind im einsatz:

                          1. Samsung Tab A mit Lineage OS 18.1 (gerootet), original WebView war 120.xxx, upgedatet auf 142.xxx Version (keine Verbesserung)
                          2. Poco Pad mit Android 15, original WebView war 140.xxx Version, gestern habe ich auf 142.xxx Version upgedatet. (keine Verbesserung)
                          3. Samsung Tab S4 mit Android 10, original WebView war (glaube ich) 84.xxx, upgedatet auf 142.xxx Version (keine Verbesserung)

                          Grüße
                          Eduard

                          W Offline
                          W Offline
                          Weissnicht
                          schrieb am zuletzt editiert von
                          #938

                          Hänge mich jetzt auch mal hier dran. Habe ein Samsung A7 seit drei Jahren hier liegen und heute in Betrieb genommen.
                          Nach 6-7 Updates ist es nun bei Android 13 angekommen. Jungfräulich.
                          ioBroker App 1.4.2 installiert.
                          Jetzt bekomme ich nur noch die Meldung, SSL Error. Ja, da steht, mit selbst signiert geht nicht.
                          Ich habe im Android mein root Zertifikat (ca) hinterlegt. Ich würde nun erwarten, dass die App mein Zertifikat nun als rechtens empfindet?
                          Oder wird eine andere Web engine genutzt und ich muss es woanders hinterlegen?
                          Oder was muss ich sonst machen? Kann doch nicht der Einzige mit dem Problem sein?

                          Danke 😕

                          Weissnicht

                          1 Antwort Letzte Antwort
                          0
                          Antworten
                          • In einem neuen Thema antworten
                          Anmelden zum Antworten
                          • Älteste zuerst
                          • Neuste zuerst
                          • Meiste Stimmen


                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          756

                          Online

                          32.4k

                          Benutzer

                          81.4k

                          Themen

                          1.3m

                          Beiträge
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                          ioBroker Community 2014-2025
                          logo
                          • Anmelden

                          • Du hast noch kein Konto? Registrieren

                          • Anmelden oder registrieren, um zu suchen
                          • Erster Beitrag
                            Letzter Beitrag
                          0
                          • Aktuell
                          • Tags
                          • Ungelesen 0
                          • Kategorien
                          • Unreplied
                          • Beliebt
                          • GitHub
                          • Docu
                          • Hilfe