Giter Club home page Giter Club logo

norvos's People

Contributors

bjoernveit avatar connorlanigan avatar limo2021 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

norvos's Issues

Add animation

The registration process should get some animations to guide the user through the process. The needed components should be blended in in the order in which they should be read.

Is this project dead?

I'd very much like an alternative to the chrome-app that whispersystems calls "desktop client".

Is this project dead?

Add translation system

Currently

This software is currently only available in English. It lacks a system of displaying Strings in the user's language.

After fixing

The program is available in at least one other language.
The program has a mechanism to allow for easy translation into more languages.

Possible approaches

Using the Java internationalisation procedures: Click here to visit the Java translation tutorial.

Relevant code

  • de.norvos.log.Errors.Message

Create GUI prototype

Create a GUI that makes available the functions that have been developed so far.
The GUI is developed using JavaFX.

  • Guided Registration Process
  • Overview over messages and contact list

Unable to build the project

Hey,
in main directory of the project, I get following error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project norvos: Fatal error compiling: invalid target release: 1.8 -> [Help 1]

I already tried several versions of openjdk/jre and the Oracle version of Java. All results in the same error :(

Add MIME-type detection

Currently

All files are detected as "application/octet-stream".

After fixing

The method differentiates between the files that are common to be sent with this program and returns the correct corresponding MIME-type.
An external library could be used for this.

Relevant code

  • String de.norvos.communication.Communicator.getMimeType(File file)

Unifying output messages

Currently

Debug messages are outputted via different methods (System.out.println and Errors.*). This leads to unclear code and makes it hard to deal with generated output.

After fixing

These message output should be unified into a single output process, which includes outputting the Axolotl debug messages. A logging framework should be used here, to allow for different relevance levels of messages.

Relevant Code

  • de.norvos.log.Errors.[debug|warning|messaging](String)
  • other code which contains System.out and System.err
  • org.whispersystems.libaxolotl.logging.AxolotlLogger should be implemented

Create tutorial screen

Currently

The program does not provide any introduction at first start.

After fixing

On first start, Norvos displays two messages to the user.

  • a welcome message - before registration
    • In this message, the basic concept of the program is explained.
    • Goal: The user knows what the program does.
  • a tutorial - after registration
    • In this message, the graphical interface of the program is explained.
    • Goals:
      • The user knows how to operate the program.
      • The user knows where to get further information and help.

TLS certificate missing

Currently

The program cannot contact the server because the program does not have a KeyStore containing the server's TLS certificate.

After fixing

The server's TLS certificate is stored in a Java Keystore available to the program.

Possible approach

collect the servers SSL certificate (the server's URL is https://textsecure-service.whispersystems.org) from different locations and:

  • if all certificates are the same:
    • create a keystore using this certificate
  • else:
    • check if someone needs to be notified

Relevant code

  • de.norvos.store.Locations.TRUST_STORE

Store keys in files

Currently

Keys are stored in a single object, which in turn gets saved to disk on calling its save-method.

After fixing

The keys are stored as individual files on disk, which makes sure that they are permanently stored even if the program crashes.
This approach is used in the TextSecure-android app as well.

Relevant code

  • de.norvos.store.axolotl.NorvosAxolotlStore

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.