Commit Graph

15 Commits

Author SHA1 Message Date
Ialokim
33388b426b added some lines to get foreground notification (a little) less intrusive 2018-12-16 17:51:31 +01:00
Jannis Mattheis
d4c6273214 Migrate gotify to new client 2018-11-17 12:06:06 +01:00
Jannis Mattheis
0e2260a031 Merge pull request #22 from schwma/master
Map Gotify message priorities to notification channels
2018-11-11 17:23:22 +01:00
schwma
52d9329f50 Fix formatting as suggested by spotlessJava 2018-11-11 03:16:21 +01:00
schwma
4c2902a39e Map Gotify message priorities to notification channels 2018-11-11 02:37:39 +01:00
Galen Abell
d8d9815d9b Merge branch 'master' of github.com:gotify/android into feature/self-signed-ssl 2018-11-10 11:02:25 -05:00
Galen Abell
8e2d90ef50 Merge request changes
- Moved certificate-related utilities to separate class

- Added settings method to return an entire SSLSettings object; refactored
  methods using separate parameters to take single SSLSettings parameter

- Advanced Settings section on login page now hides / shows along with
  other buttons to prevent it from showing up in front of the loading
  spinner

- Fixed star imports

- Refactored applySslSettings as per code from merge request

- Fixed formatting
2018-11-09 16:56:56 -05:00
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
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