- qr code is generated from text code
- password is shown as well, when clicking
on the 'view' icon
- hides top view
- removes floating button
- display status is now in an own class
- notification handler pushes background and
foreground notifications to the phone directly
- firebase connection pushes remote notifications
in background and foreground
- firebase unique token currently logged only, should
be send directly to server via rest
- rest class now receives a list as well as single
messages
- adds support for threaded singleton which takes
care of continuous checking of the bump server
to get the most up-to-date list of messages
- adds local data class with tests to get locally saved
code in preferences
- test cases for push and pop
- rest singleton instantiated in MainApplication
access through context
- pop and peek work, push needs encryption process
still