aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-08-02set tablet, phone or pc identityDaniel Gultsch2-7/+11
2016-08-02catch exception when trying to get video preview of pgp encrypted fileDaniel Gultsch1-1/+5
2016-08-02add icons to files/locations in chat viewChristian Schneppe2-13/+68
2016-07-31don't leave conferences ...Christian Schneppe1-3/+3
2016-07-30show snackbar box not before address in sharelocation activityChristian Schneppe1-1/+1
2016-07-30changed last wrong package idsChristian Schneppe3-5/+5
2016-07-29add missing importsChristian Schneppe2-0/+2
2016-07-29show identity type for device selectionDaniel Gultsch9-45/+130
2016-07-29make username unchangeableChristian Schneppe1-0/+1
2016-07-29revert permission reworkChristian Schneppe1-89/+69
2016-07-29changed package id inside manifest and projectChristian Schneppe173-0/+42134
2014-07-30Allow mdns multicast / unicast reply queriesRene Treffer1-2/+18
2014-07-30Remove System.out codeRene Treffer1-2/+6
2014-07-23Add parsing for mdns QU records (RFC6762)Rene Treffer1-1/+15
2014-07-23Better / more verbose toStringRene Treffer2-1/+9
2014-07-23Add TXT recordRene Treffer2-1/+74
2014-07-23Add TXT recordRene Treffer2-1/+74
2014-07-22Add PTR record parsingRene Treffer3-1/+24
2014-07-22Add PTR record parsingRene Treffer3-1/+24
2014-06-23Add missing javadoc / missing getter (getTTL)Rene Treffer4-5/+18
2014-06-22Prepare 0.1.0 snapshotRene Treffer2-3/+3
2014-06-22Add missing javadoc and review new codeRene Treffer10-7/+205
2014-06-13Make sure we initialize big enough if s.o. chooses small valuesRene Treffer1-1/+1
2014-06-13Switch to deticated DNSCache interface + reference LRU implementation.Rene Treffer3-72/+165
2014-06-12Simplify cache and extend cache operations.Rene Treffer2-9/+92
2014-06-12Add Cache to minidnsFlorian Schmaus3-43/+76
2014-06-08Log IOExceptionFlorian Schmaus1-0/+1
2014-06-08Remove printStackTrace() callsFlorian Schmaus1-2/+3
2014-06-08Close DatagramSocket using try-with-resourcesFlorian Schmaus1-11/+12
2014-06-08Make minidns Android agnosticFlorian Schmaus11-0/+1473