Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | synchronize join/leaves with bookmarks | Christian Schneppe | 2018-12-15 | 1 | -7/+29 |
| | |||||
* | display last not first message in notification | Christian Schneppe | 2018-12-15 | 1 | -1/+2 |
| | |||||
* | fixed dead lock when sending pgp messages from quick reply | Christian Schneppe | 2018-12-14 | 1 | -2/+0 |
| | |||||
* | limit video transcoding to api >= 18 and other api 16 fixes | Christian Schneppe | 2018-12-14 | 1 | -2/+4 |
| | |||||
* | show warning snackbar before joining anon-non-private room | Christian Schneppe | 2018-12-14 | 1 | -0/+5 |
| | |||||
* | check mam preference for mam:2 namespace and purge offline only if set | Christian Schneppe | 2018-12-14 | 1 | -1/+1 |
| | |||||
* | try to fix persistent export notifications | Christian Schneppe | 2018-12-04 | 2 | -21/+17 |
| | |||||
* | fixed cache cleaning of muc avatars | Christian Schneppe | 2018-11-30 | 1 | -1/+4 |
| | |||||
* | change audio attributes for notification channel | Christian Schneppe | 2018-11-30 | 1 | -1/+1 |
| | | | | This may help on platforms that make a difference between ringtone volume and notification volume | ||||
* | set access model to open when publishing avatar | Christian Schneppe | 2018-11-30 | 1 | -21/+62 |
| | |||||
* | run expireOldMessages in background task | Christian Schneppe | 2018-11-30 | 1 | -4/+9 |
| | |||||
* | catch a few run time exceptions related to androids life cycle mgmt | Christian Schneppe | 2018-11-23 | 1 | -8/+11 |
| | |||||
* | refactor quite hours to make them time zone indepentent | Christian Schneppe | 2018-11-23 | 1 | -3/+3 |
| | |||||
* | provide option to reject subscription request when long pressing 'allow' | Christian Schneppe | 2018-11-23 | 1 | -5/+7 |
| | |||||
* | use startForegroundService compat from push message receiver | Christian Schneppe | 2018-11-23 | 2 | -2/+13 |
| | |||||
* | use display name to generate own avatar | Christian Schneppe | 2018-11-23 | 2 | -1/+4 |
| | |||||
* | do not update foreground notification on error if it wasn’t enabled | Christian Schneppe | 2018-11-23 | 2 | -12/+15 |
| | |||||
* | fixed race condition that prevented bookmark nick to be used | Christian Schneppe | 2018-11-23 | 2 | -5/+7 |
| | |||||
* | added interface to edit nick | Christian Schneppe | 2018-11-23 | 1 | -10/+21 |
| | |||||
* | fixed caching key not being calculated properly | Christian Schneppe | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | add suggested contacts to roster on first message | Christian Schneppe | 2018-11-23 | 1 | -0/+7 |
| | |||||
* | always do contact sync in background | Christian Schneppe | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | avatar code changes | Christian Schneppe | 2018-11-23 | 2 | -9/+12 |
| | |||||
* | suggest sync on login | Christian Schneppe | 2018-11-23 | 1 | -0/+1 |
| | |||||
* | use inContactList() instead inRoster() in the proper places | Christian Schneppe | 2018-11-23 | 1 | -1/+1 |
| | |||||
* | added count down latch to await account connect before going into publish ↵ | Christian Schneppe | 2018-11-23 | 1 | -0/+3 |
| | | | | profile activity | ||||
* | refresh contacts when opening StartConversationsActivity | Christian Schneppe | 2018-11-23 | 2 | -1/+6 |
| | |||||
* | basic phone number sync | Christian Schneppe | 2018-11-23 | 1 | -7/+3 |
| | |||||
* | refactored phone contact loading in preperation for sync | Christian Schneppe | 2018-11-23 | 4 | -39/+85 |
| | |||||
* | do not show up navigation when opening edit account from notification | Christian Schneppe | 2018-11-15 | 1 | -1/+2 |
| | |||||
* | refactored some ManageAccount, WelcomeActivity and a few other things | Christian Schneppe | 2018-11-15 | 2 | -16/+10 |
| | |||||
* | fix some lint errors | Christian Schneppe | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | try to fix failing backups in multiaccount mode | Christian Schneppe | 2018-11-11 | 1 | -1/+1 |
| | | | | --> you have to enable multiaccount mode again and setup a password!!! | ||||
* | start ExportLogsService correctly on devices >= OREO | Christian Schneppe | 2018-11-08 | 1 | -2/+11 |
| | |||||
* | NotificationService: open chatlist if there were multiple notifications | Christian Schneppe | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | refined nick matching patter. word boundry (\b) doesn’t match on words ↵ | Christian Schneppe | 2018-11-08 | 1 | -1/+1 |
| | | | | ending in a boundry | ||||
* | play short vibrate while your are inside the chat | Christian Schneppe | 2018-10-24 | 1 | -0/+1 |
| | |||||
* | try to catch a NPE on iterator.remove | Christian Schneppe | 2018-10-24 | 1 | -3/+7 |
| | |||||
* | don't use internal updater if store != null | Christian Schneppe | 2018-10-24 | 1 | -8/+7 |
| | |||||
* | fixed cache cleaning cleaning all confercenes instead of where contact is | Christian Schneppe | 2018-10-20 | 1 | -2/+1 |
| | |||||
* | 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 | ||||
* | Lower foreground service notification priority | Christian Schneppe | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | make 'cancelled' work for jingle ft | Christian Schneppe | 2018-10-20 | 1 | -1/+5 |
| | |||||
* | catch exception if Conscrypt could not be initialized and use tls 1.2 | Christian Schneppe | 2018-10-20 | 1 | -1/+5 |
| | |||||
* | fixed regression introduce in earlier commit. don’t use conscrypt on older ↵ | Christian Schneppe | 2018-10-04 | 1 | -4/+4 |
| | | | | devices | ||||
* | Do weOwnFile security check only when attaching | Christian Schneppe | 2018-10-04 | 1 | -11/+1 |
| | | | | The general security check is recommend so a third party can not ask us to send an internal file. But we don’t need to do this for files we attach ourself from within the app | ||||
* | refactored file encryption to give access to inner stream | Christian Schneppe | 2018-10-04 | 1 | -15/+12 |
| | | | | Conscrypt on some plattforms doesn’t like when we close the CipherInputStream. Therefor we refactor the api to give us access to the inner stream so we can close that independently. | ||||
* | create notification channel for quite hours | Christian Schneppe | 2018-10-02 | 1 | -23/+36 |
| | |||||
* | make NotificationManager final | Christian Schneppe | 2018-10-01 | 1 | -1/+1 |
| | |||||
* | use conscrypt as security provider to provide tls 1.3 and modern cyphers on ↵ | Christian Schneppe | 2018-10-01 | 1 | -2/+3 |
| | | | | old androids |