Commit Graph

70 Commits

Author SHA1 Message Date
Jannis Mattheis
b306c319e7 Set color on foreground notification 2018-11-09 19:16:28 +01:00
schwma
3c8b500906 Prevent duplicate notification sounds from message group notification 2018-11-09 18:58:54 +01:00
schwma
0c2620b798 Set message notification accent color to colorPrimary 2018-11-09 18:58:54 +01:00
schwma
9a1ffa91df Add LED light for message notifications 2018-11-09 18:58:54 +01:00
schwma
6196626020 Adjust notification channel importances 2018-11-09 18:58:54 +01:00
Galen Abell
2d14ef1b6f Added SSL Validation Override and CA Selection
- Added fields to login page to a) disable ssl validation or b) select
  a custom Certificate Authority certificate to use with the server.

- Changed visibility of widgets on login page from INVISIBLE to GONE so
  they don't take up space while hidden (since this was causing weird
  spacing issues with the new fields).

- Added state to settings to store ssl validation choice or certificate
  data.

- Added fields to various HTTP methods to disable ssl validation or set
  valid certificate authority if either setting is enabled.
2018-11-07 17:28:25 -05:00
Jannis Mattheis
ee4d87113f Fix websocket connection on refresh
On refresh the service was restarted but the connection
wasn't closed, therefore each incoming message was handled n times.
2018-11-04 11:43:08 +01:00
Jannis Mattheis
8af40c3fd3 Fix sportless issues 2018-11-02 18:49:16 +01:00
Jannis Mattheis
ee1a841927 Add push service 2018-11-02 18:49:16 +01:00
Jannis Mattheis
839dcfa674 Add LogsActivity 2018-11-02 18:49:16 +01:00
Jannis Mattheis
5c82ef1ab4 Add MessagesActivity 2018-11-02 18:49:16 +01:00
Jannis Mattheis
ec78979011 Add state holder for message activity 2018-11-02 18:49:16 +01:00
Jannis Mattheis
907d11cdbc Add missed messages util 2018-11-02 18:49:16 +01:00
Jannis Mattheis
a5c91642e3 Add LoginActivity 2018-11-02 18:49:16 +01:00
Jannis Mattheis
0a92fde1b5 Add common utils 2018-11-02 18:49:16 +01:00
Jannis Mattheis
296ba0d669 Add init activity 2018-11-02 18:49:16 +01:00
Jannis Mattheis
356ac2ae68 Add notification support 2018-11-02 18:49:16 +01:00
Jannis Mattheis
2f068fbcd6 Add log utils 2018-11-02 18:49:16 +01:00
Jannis Mattheis
a83f319a2f Add settings wrapper 2018-11-02 18:49:16 +01:00
Jannis Mattheis
9addb3a264 Add api utils 2018-11-02 18:49:16 +01:00