aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed account hash calculationDaniel Gultsch2016-10-071-1/+1
* issue ping after push was receivedDaniel Gultsch2016-10-061-0/+10
* always use ipv4 localhost for Orbot connectionsDaniel Gultsch2016-09-271-1/+3
* don't simply ignore null in message body but try to avoid itDaniel Gultsch2016-09-181-3/+1
* catch all throwables when loading contactsDaniel Gultsch2016-09-171-2/+2
* deal with null bodys in message previewDaniel Gultsch2016-09-151-5/+3
* offer quick reply on android NDaniel Gultsch2016-08-251-2/+27
* be more careful in recursive file observer. limit depthDaniel Gultsch2016-08-131-1/+21
* show identity type for device selectionDaniel Gultsch2016-07-282-0/+21
* refactored deleted file detection to monitor entire sd card. fixes #1968Daniel Gultsch2016-07-231-0/+72
* remove ascii control chars when creating xmlDaniel Gultsch2016-06-191-1/+1
* opt-in to send last userinteraction in presenceDaniel Gultsch2016-06-042-7/+3
* don't replace \n\t\rDaniel Gultsch2016-06-011-1/+1
* execute phone contact changes in singlethreadexecutorDaniel Gultsch2016-05-313-2/+35
* handle app links for conferencesDaniel Gultsch2016-05-301-0/+1
* remove unicode control chars before sendingDaniel Gultsch2016-05-301-0/+1
* handle app links with @ in themDaniel Gultsch2016-05-301-3/+12
* handle app linksDaniel Gultsch2016-05-291-3/+9
* limit text size in message adapter to 2k and also limit text size in conversa...Daniel Gultsch2016-05-281-3/+7
* Merge branch 'master' of https://github.com/gjedeer/Conversations into gjedee...Daniel Gultsch2016-05-281-1/+1
|\
| * Add geo: link support in longer messagesGDR!2016-05-261-1/+1
* | put bug report jid in config. include package signature in reportDaniel Gultsch2016-05-282-13/+24
|/
* refactore exceptionhandler to have one line file writerDaniel Gultsch2016-05-213-13/+16
* include name in locations received in MUCsDaniel Gultsch2016-05-152-8/+12
* interrupt XMPPConnection ThreadDaniel Gultsch2016-05-121-1/+6
* prefer IPv4 DNS serversDaniel Gultsch2016-05-121-3/+16
* removed unused config variablesDaniel Gultsch2016-04-271-1/+1
* expert setting to manually change presenceDaniel Gultsch2016-04-221-0/+17
* show room nick for /me command in sent muc messages. fixes #1773Daniel Gultsch2016-03-201-4/+5
* Check if path for URI is accessiblefiaxh2016-03-151-1/+10
* mark oob messages and always display download buttonDaniel Gultsch2016-03-041-1/+4
* Retry decryption from message menufiaxh2016-02-231-1/+3
* use TLSv1.2 as SSL context on supported plattformsDaniel Gultsch2016-02-031-0/+11
* prefer dns servers from networsk with the default routeDaniel Gultsch2016-01-291-2/+17
* catch security exception when user prevents access to address bookDaniel Gultsch2016-01-201-27/+45
* move some ssl socket modifiers into a seperate helper classDaniel Gultsch2016-01-121-0/+62
* Implement XEP-0368: SRV records for XMPP over TLSmoparisthebest2016-01-111-50/+71
* ask to be excluded from battery optimizationDaniel Gultsch2016-01-111-27/+29
* null check in getOriginalPathDaniel Gultsch2016-01-041-0/+3
* handle null names in getColorForNameDaniel Gultsch2015-12-291-1/+1
* lower case all fingerprints. fixes #1521Daniel Gultsch2015-12-271-1/+2
* code cleanupDaniel Gultsch2015-12-231-22/+0
* show certificate informationDaniel Gultsch2015-12-231-0/+50
* ask for contact permissions when first opening StartConversationActivityDaniel Gultsch2015-12-071-0/+11
* avoid some NPEsDaniel Gultsch2015-12-041-2/+3
* add error state for unavailable tor networkDaniel Gultsch2015-12-011-4/+9
* refactored socks5 connection code. make jingle transport use that new codeDaniel Gultsch2015-12-011-0/+52
* pgp fixes and revert configuration changesDaniel Gultsch2015-11-251-21/+0
* show encryption type in warned/red messagesDaniel Gultsch2015-10-281-0/+15
* Reset the margins manually after rotatingsaqura2015-10-261-0/+21