Files
Chat/BeWoPlanerChat/bewoplaner-chat-android
Lyndon 3fbf8afe0d Anzeige von neuen Nachrichten und die Ladegeschwindigkeit von Konversationen verbessert
Aufgrund der Benutzung von Threads anstelle von Timern hat das Aufrufen der einzelnen Konversationen ca. 2 Sekunden gedauert.
Die Synchronisationsdatei enthält, ob die letzte Nachrichte bereits gelesen wurde, sodass man,
wenn man den Chat beendet bevor man eine neue Nachricht gelesen hat, diese nach dem erneuten Öffnen immer noch als neu angezeigt wird.

- Dateinamen verbessert
- Diverse Verbesserungen des Codes
2019-05-14 13:37:20 +02:00
..
-
2019-03-08 18:59:07 +01:00
2017-09-27 15:52:52 +02:00
2017-09-27 15:52:52 +02:00
2017-09-27 15:52:52 +02:00
2017-09-27 15:52:52 +02:00
2017-09-27 15:52:52 +02:00
2017-09-27 15:52:52 +02:00

Project installation

To install the project you have to follow the next steps:

  1. Instal Android Studio and add the Android SDK in path:

    https://developer.android.com/studio/index.html

  2. Instal Java and add Java in path:

    http://www.oracle.com/technetwork/java/javase/downloads/index.html

  3. Clone the project from your repository:

    git clone https://bitbucket.org/p3-group/bewoplaner-chat-android.git

  4. Manually import project in Android Studio:

     File->New->Import Project->bewoplaner folder
    
  5. To run the project on your local environment, run from the project folder

    ./gradlew clean build //for MAC/Linux gradlew.bat clean build //for Windows