aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-18use a 20s timeout on socks5 connectionsJingleFixesDaniel Gultsch2-2/+6
2015-05-18don't offer initiator his own candidatesDaniel Gultsch1-2/+4
2015-05-17fixed npe in new message parserMessageParserNextDaniel Gultsch1-1/+3
2015-05-17fixed muc mam. added a few security checksDaniel Gultsch2-25/+35
2015-05-17fixed read/unread markersDaniel Gultsch1-10/+9
2015-05-17added mam stuff to new message parserDaniel Gultsch3-9/+28
2015-05-17rewrote parser code. mam id and possible other stuff still missing. also mass...Daniel Gultsch4-504/+230
2015-05-17provide helper function for getting the content of a child directlyDaniel Gultsch6-21/+38
2015-05-17fixed crash on failed account registryDaniel Gultsch1-1/+1
2015-05-16made white space check in bodyContainsDownloadable less aggresiveDaniel Gultsch1-1/+1
2015-05-16let jingle connection and manager handle message statusDaniel Gultsch3-4/+10
2015-05-15call StartConversationActivity in init mode only after adding the first accountDaniel Gultsch2-2/+6
2015-05-14Force Nameprepping of JID domain partsAndreas Straub2-4/+96
2015-05-14added a few location questionsDaniel Gultsch1-3/+8
2015-05-14always log reason for failed file transferDaniel Gultsch2-2/+18
2015-05-13ignore question marks in location questionDaniel Gultsch1-10/+13
2015-05-13show location quick action after receiving a question about the users locationDaniel Gultsch2-1/+28
2015-05-13clear avatar cache when uploading new avatarDaniel Gultsch1-0/+1
2015-05-13use zero width white space as message seperatorDaniel Gultsch1-1/+1
2015-05-12removed debug loggingDaniel Gultsch1-2/+0
2015-05-12handle conference invites differently to deal with killed activities. fixes #...Daniel Gultsch4-31/+67
2015-05-12don't set unknown error in mucDaniel Gultsch1-2/+0
2015-05-12don't reinit conversation when coming back to activity. avoids unnecessary sc...Daniel Gultsch1-3/+1
2015-05-11avoid using paragraph style breaks by accidentDaniel Gultsch2-4/+7
2015-05-11increased space between merged messages a bitDaniel Gultsch1-1/+1
2015-05-11add a little bit of space between merged messages.Daniel Gultsch2-2/+8
2015-05-11no font padding on red heartsDaniel Gultsch1-2/+4
2015-05-11rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch3-54/+41
2015-05-10optimized heart render code a bitDaniel Gultsch2-7/+8
2015-05-10added white heart to new rendering as wellDaniel Gultsch2-1/+4
2015-05-10changed conversation red to material redDaniel Gultsch1-2/+2
2015-05-10paint single unicode hearts as red and slightly largerDaniel Gultsch3-36/+66
2015-05-08only forward incoming chat messages to Pebble App and GadgetbridgeAndreas Shimokawa1-1/+5
2015-05-08config option to reset attempt counts when changing network (default=true)Daniel Gultsch2-8/+19
2015-05-08throw proper exception before changing account into error stateDaniel Gultsch1-11/+31
2015-05-07fixed encrypted ibb file transfer which was broken with ART. fixes #1172Daniel Gultsch2-26/+33
2015-05-07fixed npe when binval value of vcard avatar is nullDaniel Gultsch1-2/+3
2015-05-06fixed npe when missing instructions on failed registerDaniel Gultsch1-7/+5
2015-05-06fwiw don't allow stanza count to go over MAX_INTDaniel Gultsch1-0/+9
2015-05-05avoid fetching avatars multiple times in parallelDaniel Gultsch1-8/+39
2015-05-05r/o support for vcard avatars. pep avatars will be preferedDaniel Gultsch6-28/+127
2015-05-05enabled sm logging by default at least for development branchDaniel Gultsch1-1/+1
2015-05-04clean up in attachment chooser code. fixed #1168Daniel Gultsch1-51/+51
2015-05-04open market if share location plugin isn't installedDaniel Gultsch1-0/+15
2015-05-03Fix typos in URL to the projectAlexander Groshev1-2/+2
2015-05-03turn send button in cancel button while in whisper modeDaniel Gultsch1-12/+30
2015-05-02mark account with incompatible server when no sasl mechansim could be foundDaniel Gultsch1-19/+24
2015-05-02replace send button with quick action button as long as no text has been enteredDaniel Gultsch2-106/+192
2015-04-29added config option to be a bit more verbose about stanza countsDaniel Gultsch2-4/+15
2015-04-28npe check after reading image uriDaniel Gultsch1-3/+3