Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix some crashes | Christian Schneppe | 2019-09-03 | 1 | -1/+3 |
| | |||||
* | show notification when backup is done or failed | Christian Schneppe | 2019-02-18 | 1 | -0/+18 |
| | | | | show success notification only if backup was started manually | ||||
* | explicitly start service (instead of just bind) service from contact chooser | Christian Schneppe | 2019-01-25 | 1 | -0/+18 |
| | |||||
* | catch a few run time exceptions related to androids life cycle mgmt | Christian Schneppe | 2018-11-23 | 1 | -0/+2 |
| | |||||
* | use bouncycastle provider up to api 27 | Christian Schneppe | 2018-10-20 | 1 | -2/+2 |
| | | | | | | | apparently using conscrypt on Android below version 7? throws an exception when using 16 byte IVs. so we now use BC when ever possible (excluding api 28) we don’t know why Conscrypt behaves differently on various android versions | ||||
* | behave nicely (no foreground service by default) if app is built with ↵ | Christian Schneppe | 2018-09-27 | 1 | -4/+31 |
| | | | | targetSdk <26 | ||||
* | do not show media overview in contact/conference details when missing ↵ | Christian Schneppe | 2018-09-26 | 1 | -0/+6 |
| | | | | storage permission | ||||
* | do not use BC provider on android 22+ | Christian Schneppe | 2018-09-26 | 1 | -0/+4 |
| | |||||
* | initial work toward api 26+ | Christian Schneppe | 2018-09-13 | 1 | -0/+66 |
* introduce notification channels * always use foreground service on 26+ |