Commit Graph

6 Commits

Author SHA1 Message Date
a72cc71cd9 shows qr code with app, adds black design
- 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
2022-01-06 17:49:26 +01:00
9ea64fb460 adds firebase connection and notifications
- 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
2021-12-30 13:08:52 +01:00
10ba4cf31b adds rest communication
- test cases for push and pop
- rest singleton instantiated in MainApplication
  access through context
- pop and peek work, push needs encryption process
  still
2021-12-16 12:21:17 +01:00
941cc2dc3f adds fernet key decryption analogous to python
- first fragment currently auto-starts process
  to decrypt static message
- token parsed from message correctly
- token validation not yet sucessfull
2021-12-13 23:41:08 +01:00
9e12972677 updates app name, fixes first camera access 2021-12-12 15:51:52 +01:00
59044e0554 initial android app setup, adds fragments, camera
- scans in camera view for qr code
- camera view inside fragment
- fragment 1 passed to camera fragment
- prints qr code to log
2021-12-12 15:44:30 +01:00