aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart/messenger (follow)
Commit message (Expand)AuthorAgeFilesLines
* delete wrong }Christian Schneppe2016-09-071-1/+0
* close progress if there is an error or userinput requiredChristian Schneppe2016-09-071-0/+2
* don't use fileprovider when opening files on android M and belowDaniel Gultsch2016-09-071-44/+53
* show server not found muc errorDaniel Gultsch2016-09-073-2/+10
* remove explicit pebble support. treat as wear deviceDaniel Gultsch2016-09-071-25/+0
* show reply action on wear devicesDaniel Gultsch2016-09-071-2/+4
* don't crash when correcting waiting pgp encrypted messagesDaniel Gultsch2016-09-071-4/+12
* detect video aspect ratio for compressionChristian Schneppe2016-09-062-7/+24
* catch some exceptions to avoid crashesChristian Schneppe2016-09-051-4/+19
* fix crash on take photoChristian Schneppe2016-09-031-2/+42
* return false if compressed video size = 0 or video does't existChristian Schneppe2016-09-031-2/+8
* code cleanupChristian Schneppe2016-09-031-7/+4
* keep CPU awake while compressing videoChristian Schneppe2016-09-031-2/+5
* fixed recreation issues in StartConversationActivityDaniel Gultsch2016-09-032-976/+1031
* fixed typoDaniel Gultsch2016-09-031-2/+2
* don't show duplicate nofications on android 4Daniel Gultsch2016-09-031-35/+31
* don't rotate sqare contentChristian Schneppe2016-09-021-4/+4
* broader exception catchersDaniel Gultsch2016-09-021-1/+1
* use file provider for taking picturesDaniel Gultsch2016-09-022-3/+5
* don't show up navigation in startConversation when there are no open conversa...Daniel Gultsch2016-09-021-1/+3
* add more logging to pgp engineDaniel Gultsch2016-09-022-13/+20
* rotate FullScreenViewer based on dimensions of contentChristian Schneppe2016-09-021-6/+51
* don't set attach video as quick actionChristian Schneppe2016-09-022-22/+3
* don't rotate screen while compressing videoChristian Schneppe2016-08-313-5/+5
* fix multiple notifications and added unread messages as summaryChristian Schneppe2016-08-311-6/+16
* show dialog while compressing videoChristian Schneppe2016-08-303-8/+51
* change filename patternChristian Schneppe2016-08-301-1/+2
* bug fix in notification serviceChristian Schneppe2016-08-301-21/+20
* make bitrate configurable via config.javaChristian Schneppe2016-08-302-2/+3
* Merge remote-tracking branch 'refs/remotes/origin/video-compression'Christian Schneppe2016-08-2813-15/+2186
|\
| * compress videos bigger than 10 MB before sendingChristian Schneppe2016-08-2813-15/+2186
* | mark conversation as read when swiping a notification with quick reply awayDaniel Gultsch2016-08-272-1/+24
* | don't automatically download files and avatars when datasaver is onDaniel Gultsch2016-08-275-5/+18
* | bring back connectivity changed events on android nDaniel Gultsch2016-08-271-3/+4
* | don't overwrite edited information in editaccount on rotateDaniel Gultsch2016-08-271-1/+3
* | don't set notification mode to background when on pauseDaniel Gultsch2016-08-271-6/+0
|/
* wrap dynamic tags into multiple lines. fixes #2003Daniel Gultsch2016-08-262-3/+7
* some multi-window optimizations. set min width to 300Daniel Gultsch2016-08-262-0/+8
* attach contact to notificationDaniel Gultsch2016-08-263-15/+30
* add snackbar for request presence subscriptionDaniel Gultsch2016-08-261-0/+15
* always display allow contact perm dialog after introDaniel Gultsch2016-08-261-0/+10
* survive rotation in editaccountDaniel Gultsch2016-08-262-32/+49
* made payment required error standard compliantDaniel Gultsch2016-08-261-4/+5
* add file provider to share files on android nDaniel Gultsch2016-08-262-1/+5
* offer quick reply on android NDaniel Gultsch2016-08-264-45/+109
* use N style stacked notificationsDaniel Gultsch2016-08-262-82/+91
* send register IQs without full fromDaniel Gultsch2016-08-263-5/+6
* made image preview size smaller for low res imagesDaniel Gultsch2016-08-261-8/+14
* display error status for missing internet permissionDaniel Gultsch2016-08-262-7/+12
* various null pointer checksDaniel Gultsch2016-08-263-3/+12