Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | fixed notification sounds for Android 6 | Christian Schneppe | 2018-09-27 | 1 | -1/+3 |
| | |||||
* | check if wake lock needs reinit when pressing start/pause in audio player | Christian Schneppe | 2018-09-27 | 1 | -45/+22 |
| | |||||
* | do not compress/resize images with strange aspect ratios | Christian Schneppe | 2018-09-27 | 1 | -1/+2 |
| | |||||
* | store avatars received over muc presence in contact | Christian Schneppe | 2018-09-27 | 2 | -10/+22 |
| | |||||
* | catch jabber.pix-art.de invite urls directly in fragment | Christian Schneppe | 2018-09-27 | 1 | -1/+1 |
| | |||||
* | behave nicely (no foreground service by default) if app is built with ↵ | Christian Schneppe | 2018-09-27 | 3 | -8/+13 |
| | | | | targetSdk <26 | ||||
* | do not show media overview in contact/conference details when missing ↵ | Christian Schneppe | 2018-09-26 | 2 | -10/+2 |
| | | | | storage permission | ||||
* | use javax api instead of BC for file decryption | Christian Schneppe | 2018-09-26 | 1 | -66/+54 |
| | |||||
* | fixed regression that would not dismiss video encoding notification | Christian Schneppe | 2018-09-26 | 1 | -2/+2 |
| | |||||
* | introduce media browser activity | Christian Schneppe | 2018-09-26 | 1 | -0/+4 |
| | |||||
* | show conversation media in contact/conference details | Christian Schneppe | 2018-09-26 | 2 | -2/+11 |
| | |||||
* | made foreground service logging more meaninful | Christian Schneppe | 2018-09-23 | 1 | -5/+6 |
| | |||||
* | preview media before sending them and allow sharing and attaching of ↵ | Christian Schneppe | 2018-09-23 | 1 | -3/+3 |
| | | | | multiple files | ||||
* | optimize some multi account handling in SettingsActivity | Christian Schneppe | 2018-09-14 | 1 | -0/+9 |
| | |||||
* | avoid duplicate notifcation sounds | Christian Schneppe | 2018-09-13 | 1 | -15/+42 |
| | |||||
* | speed up DNS | Christian Schneppe | 2018-09-13 | 1 | -2/+2 |
| | | | | | | run queries in parallel decrease timeout do not fall back to google | ||||
* | hasInternetConnection() will always return true if type=ethernet | Christian Schneppe | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | listen for Android 6 DND events | Christian Schneppe | 2018-09-13 | 1 | -12/+36 |
| | |||||
* | properly clear file adding notification if forground service channel is disabled | Christian Schneppe | 2018-09-13 | 2 | -0/+8 |
| | |||||
* | correct channel for video compression, updater, backup and LED color | Christian Schneppe | 2018-09-13 | 1 | -5/+5 |
| | |||||
* | removed global notifications switch | Christian Schneppe | 2018-09-13 | 1 | -5/+0 |
| | |||||
* | load contacts and start observer after giving permissions | Christian Schneppe | 2018-09-13 | 1 | -12/+14 |
| | |||||
* | more bug fixes in ExportLogsService | Christian Schneppe | 2018-09-13 | 1 | -6/+12 |
| | |||||
* | make channel for video compression, updater, backup | Christian Schneppe | 2018-09-13 | 1 | -0/+24 |
| | |||||
* | initial work toward api 26+ | Christian Schneppe | 2018-09-13 | 7 | -167/+248 |
| | | | | | * introduce notification channels * always use foreground service on 26+ | ||||
* | add more logging and fix an error in ExportDatabase | Christian Schneppe | 2018-09-12 | 1 | -12/+13 |
| | |||||
* | AudioPlayer: disable screen when holding phone to ear | Christian Schneppe | 2018-09-11 | 2 | -4/+67 |
| | |||||
* | remove log | Christian Schneppe | 2018-08-30 | 1 | -2/+1 |
| | |||||
* | switch between earphone and speaker while playing sounds | Christian Schneppe | 2018-08-30 | 1 | -5/+101 |
| | |||||
* | special treatment for presence errors known to be mucs | Christian Schneppe | 2018-08-30 | 1 | -0/+5 |
| | |||||
* | make QUICK_SHARE_ATTACHMENT_CHOICE configurable | Christian Schneppe | 2018-08-28 | 1 | -0/+4 |
| | |||||
* | store bookmarks in pep if conversion xep is running | Christian Schneppe | 2018-08-26 | 1 | -102/+150 |
| | |||||
* | some changes in Updater | Christian Schneppe | 2018-08-03 | 2 | -16/+15 |
| | |||||
* | call onMessageFound outside sync block | Christian Schneppe | 2018-08-03 | 1 | -14/+2 |
| | |||||
* | call switchTo(Fore|Back)ground() outside synchronized block | Christian Schneppe | 2018-08-03 | 1 | -57/+88 |
| | |||||
* | null pointer check in notification service | Christian Schneppe | 2018-07-29 | 1 | -1/+1 |
| | |||||
* | do not call listeners while being synchronized on stanza queue | Christian Schneppe | 2018-07-29 | 1 | -6/+18 |
| | |||||
* | fix crash during lookup for updates | Christian Schneppe | 2018-07-29 | 1 | -2/+1 |
| | |||||
* | use TOR for updater | Christian Schneppe | 2018-07-28 | 1 | -23/+25 |
| | |||||
* | integrated locally message deletion from #208 | Christian Schneppe | 2018-07-09 | 1 | -0/+10 |
| | | | | thanks @acw81 | ||||
* | handle non participating mucs a bit better | Christian Schneppe | 2018-07-09 | 1 | -1/+1 |
| | |||||
* | change listener lock strategie | Christian Schneppe | 2018-07-09 | 1 | -38/+28 |
| | |||||
* | support mam:1 | Christian Schneppe | 2018-07-09 | 2 | -12/+77 |
| | |||||
* | add missing import | Christian Schneppe | 2018-07-09 | 1 | -0/+1 |
| |