aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/pixart (unfollow)
Commit message (Expand)AuthorFilesLines
2016-08-31don't rotate screen while compressing videoChristian Schneppe3-5/+5
2016-08-31fix multiple notifications and added unread messages as summaryChristian Schneppe1-6/+16
2016-08-30show dialog while compressing videoChristian Schneppe3-8/+51
2016-08-30change filename patternChristian Schneppe1-1/+2
2016-08-30bug fix in notification serviceChristian Schneppe1-21/+20
2016-08-30make bitrate configurable via config.javaChristian Schneppe2-2/+3
2016-08-28compress videos bigger than 10 MB before sendingChristian Schneppe13-15/+2186
2016-08-27mark conversation as read when swiping a notification with quick reply awayDaniel Gultsch2-1/+24
2016-08-27don't automatically download files and avatars when datasaver is onDaniel Gultsch5-5/+18
2016-08-27bring back connectivity changed events on android nDaniel Gultsch1-3/+4
2016-08-27don't overwrite edited information in editaccount on rotateDaniel Gultsch1-1/+3
2016-08-27don't set notification mode to background when on pauseDaniel Gultsch1-6/+0
2016-08-26wrap dynamic tags into multiple lines. fixes #2003Daniel Gultsch2-3/+7
2016-08-26some multi-window optimizations. set min width to 300Daniel Gultsch2-0/+8
2016-08-26attach contact to notificationDaniel Gultsch3-15/+30
2016-08-26add snackbar for request presence subscriptionDaniel Gultsch1-0/+15
2016-08-26always display allow contact perm dialog after introDaniel Gultsch1-0/+10
2016-08-26survive rotation in editaccountDaniel Gultsch2-32/+49
2016-08-26made payment required error standard compliantDaniel Gultsch1-4/+5
2016-08-26add file provider to share files on android nDaniel Gultsch2-1/+5
2016-08-26offer quick reply on android NDaniel Gultsch4-45/+109
2016-08-26use N style stacked notificationsDaniel Gultsch2-82/+91
2016-08-26send register IQs without full fromDaniel Gultsch3-5/+6
2016-08-26made image preview size smaller for low res imagesDaniel Gultsch1-8/+14
2016-08-26display error status for missing internet permissionDaniel Gultsch2-7/+12
2016-08-26various null pointer checksDaniel Gultsch3-3/+12
2016-08-26check for rare null pointer platform bug in share intent handlingDaniel Gultsch1-0/+20
2016-08-26add payment required errorDaniel Gultsch2-2/+20
2016-08-13don't close otr session on every presence changeDaniel Gultsch1-8/+5
2016-08-13start file observer in backgroundDaniel Gultsch1-1/+6
2016-08-13make lastMessageTransmitted return max(clear_date,last_message)Daniel Gultsch1-6/+5
2016-08-13be more careful in recursive file observer. limit depthDaniel Gultsch1-1/+21
2016-08-13rotate images based on EXIF data in previewChristian Schneppe2-91/+153
2016-08-13make human readable logs export optional and false as defaultChristian Schneppe1-3/+9
2016-08-13performance improvements during backup import and bug fixesChristian Schneppe1-31/+36
2016-08-11don't show plaintext passwords in adb logsChristian Schneppe2-2/+0
2016-08-11improve notification during backupChristian Schneppe1-13/+11
2016-08-11use direct ssl when port was manually set to 5223Daniel Gultsch1-2/+24
2016-08-11close tcp connection after 30s of inactivity when in push_modeDaniel Gultsch3-14/+31
2016-08-11don't do idle ping if close_tcp option is setDaniel Gultsch1-2/+4
2016-08-11explictly set account status to offline when waiting for pushDaniel Gultsch1-1/+2
2016-08-11catch all throwables when parsing xmlDaniel Gultsch1-2/+2
2016-08-11catch platform bug when getting ringer modeDaniel Gultsch1-4/+9
2016-08-11catch NPE in getVideoPreview() because getFrame sometimes returns nullDaniel Gultsch1-1/+1
2016-08-11handle invalid prekey ids in bundleDaniel Gultsch1-3/+5
2016-08-09don't run backup during check for updatesChristian Schneppe1-7/+0
2016-08-09reworked backup serviceChristian Schneppe7-110/+317
2016-08-06don't name images "IMG_..."Christian Schneppe1-1/+1
2016-08-04modified download button a bitChristian Schneppe1-63/+27
2016-08-02code cleanupChristian Schneppe1-8/+0