Commit Graph

6 Commits

Author SHA1 Message Date
1f5fc5288b adds log update function and log list
- log updates in background automatically
  from server data
- log list in main screen of app is updated
  showing the title of each notification
2022-02-06 23:24:44 +01:00
538974c6f6 new logo added, primary screen design update
- logo of app and notification updated to
  new orange design
- primary screen has prettier colors now
  and larger text for sender information
2022-01-06 18:24:55 +01:00
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
6e3f3c44af adds stub for notifications 2021-12-29 23:22:12 +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