aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-15Introducing some specialized IqPacketGeneratorssteckbrief10-87/+283
- IqPacketGenerator - PubSubPacketGenerator - AvatarPacketGenerator
2016-01-15nimbuzz.com: don't wait for disco replies to set account to onlineDaniel Gultsch2-12/+27
2016-01-15Moved all avatar related work to AvatarServicesteckbrief4-65/+62
- publishAvatar moved from XmppConnectionService to AvatarService
2016-01-15Implements FS#111: Compress resized picture with PNG formatsteckbrief1-3/+3
2016-01-15Implements FS#64: Show who wrote last message in conversation overviewsteckbrief3-2/+14
2016-01-14pulled translations for 1.9.0 release from transifexDaniel Gultsch20-26/+169
2016-01-14fixed typo when reading battery_op settingDaniel Gultsch1-1/+1
2016-01-14Fixes FS#76: Notification adapted to new logosteckbrief5-0/+0
2016-01-13show /me messages in conference notifications without the name of the senderDaniel Gultsch1-5/+10
2016-01-13Moved all avatar related work to AvatarServicesteckbrief19-239/+318
- fetchAvatar, fetchAvatarPep, fetchAvatarVcard, checkForAvatar moved from XmppConnectionService to AvatarService - Several unused imports removed - XmppSendUtil introduced to enable presencePacket and iqPacket sending without using XmppConnectionService since the account has everything needed - UiUpdateHelper introduced to enable UI updates without using XmppConnectionService directly
2016-01-13Publish avatars as PNGsteckbrief1-1/+1
2016-01-13show key fetch error in activity when there are no keys to be usedDaniel Gultsch2-1/+9
2016-01-13check for file storage permission before selecting avatarDaniel Gultsch3-20/+40
2016-01-13use batch transactions when writing rosterDheeraj CVR1-0/+3
Fixes https://github.com/siacs/Conversations/issues/1648
2016-01-12throw security exception instead of going to next srv entryDaniel Gultsch1-1/+3
2016-01-12s/TOR/Tor/gSam Whited1-2/+2
2016-01-12pulled translations from transifexDaniel Gultsch25-75/+117
2016-01-12move some ssl socket modifiers into a seperate helper classDaniel Gultsch2-56/+67
2016-01-12use match_parent as height in conversations overviewDaniel Gultsch1-2/+2
2016-01-12Revert "Add additional warnings to OMEMO purge key function"Daniel Gultsch2-28/+2
This reverts commit 3bea5b25cd5496cd3f14a66c208b34d0c8e48b03.
2016-01-12Add additional warnings to OMEMO purge key functionAndreas Straub2-2/+28
People continue to press the "don't press this" button. Maybe adding some warnings indicating that this button will not fix their problems will help...
2016-01-11Implement XEP-0368: SRV records for XMPP over TLSmoparisthebest2-104/+220
2016-01-11reworked that loop that iterates over various serversDaniel Gultsch1-16/+10
2016-01-11new art rendersDaniel Gultsch25-0/+0
2016-01-11don't use the word phone in stringsDaniel Gultsch1-6/+5
2016-01-11pulled translations from transifexDaniel Gultsch25-63/+14
2016-01-11ask to be excluded from battery optimizationDaniel Gultsch7-242/+361
2016-01-09let the user decide on whether or not to compress picturesDaniel Gultsch4-13/+41
2016-01-09automatically adjust image compression to keep files under 512MiBDaniel Gultsch2-8/+15
2016-01-08added Config.java variable to change the default notification behaviour to ↵Daniel Gultsch2-1/+3
always
2016-01-08don't show snackbar when notifications are disabled or pausedDaniel Gultsch2-11/+0
2016-01-08show per conference notification settings in details activityDaniel Gultsch12-17/+114
2016-01-08Fixes FS#107, Implements FS#77steckbrief2-2/+29
Show the number of online resources in account view and enable show resources by clicking on the account jid
2016-01-08show icon in conversations overview when notifications are disabledDaniel Gultsch17-76/+109
2016-01-06avoid duplicate messages when sending files to mucs. fixes #1635Daniel Gultsch1-2/+10
2016-01-05Correct uuid check according to RFC 4122fiaxh1-1/+1
2016-01-04Fixes FS#99: Adjust namespace according to XEP-0363steckbrief1-1/+1
Value of namespace constant changed to 'urn:xmpp:http:upload'
2016-01-04added missing synchronize when pushing messages from mam backlogDaniel Gultsch1-1/+3
2016-01-04null check in getOriginalPathDaniel Gultsch2-1/+3
2016-01-04Allow entering a JID from 'choose contact'. thanks @singpolymaDaniel Gultsch7-63/+230
fixes #1611 fixes #1602
2016-01-04only report error after third unsuccesful attempt to connectDaniel Gultsch1-1/+1
2016-01-04properly rotate avatarsDaniel Gultsch4-52/+48
2016-01-04show trust keys activties if own keys are undecidedDaniel Gultsch1-4/+5
2016-01-03add obb url to unencrypted messagesDaniel Gultsch1-0/+1
2016-01-03edit account activity was still showing the omemo key with leading 0x05. ↵Daniel Gultsch1-2/+2
fixes #1631
2016-01-01removed xhtml body. fixes #1594Daniel Gultsch1-12/+0
2015-12-31use actual message timestamp instead of delay when updating last seen. fixes ↵Daniel Gultsch2-7/+8
#1618
2015-12-31Fix OMEMO session creating logginAndreas Straub1-1/+1
Now prints the correct JID to the log when finding devices without sessions.
2015-12-29handle null names in getColorForNameDaniel Gultsch1-1/+1
2015-12-27strip leading 0x05 off omemo fingerprintsDaniel Gultsch1-4/+7