aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-31don't scroll to pos 0 when uuid wasn't foundDaniel Gultsch1-4/+7
2016-05-30use whitespace as message seperatorDaniel Gultsch1-1/+1
2016-05-30handle app links for conferencesDaniel Gultsch3-6/+26
2016-05-30remove unicode control chars before sendingDaniel Gultsch1-0/+1
2016-05-30handle app links with @ in themDaniel Gultsch1-3/+12
2016-05-29Revert "always notify by default in conferences"Daniel Gultsch2-1/+3
This reverts commit e9494af098e6d3dad4f0a5328ae7342664ce853c. Now that new conferences are private by default this setting makes more sense
2016-05-29avoid npe when sending omemo messages to groupDaniel Gultsch1-1/+3
2016-05-29handle app linksDaniel Gultsch1-3/+9
invites in the form of https://conversations/i/localpart/domainpart
2016-05-29fix creation of conferences with 1 participantDaniel Gultsch1-2/+1
2016-05-29don't merge messages over the char limitDaniel Gultsch1-0/+1
2016-05-29show in ui when text was shortenedDaniel Gultsch2-4/+2
2016-05-28limit text size in message adapter to 2k and also limit text size in ↵Daniel Gultsch2-4/+8
conversations adapter
2016-05-28only rendering first 5k chars of each messageDaniel Gultsch2-0/+8
2016-05-28count xmpp uris when disableing text selectionDaniel Gultsch1-3/+16
2016-05-28schedule first idle ping on service creationDaniel Gultsch1-0/+4
2016-05-28added idle ping in 10min intervalsDaniel Gultsch2-8/+24
2016-05-28put bug report jid in config. include package signature in reportDaniel Gultsch3-13/+26
2016-05-28use EOT as message seperatorDaniel Gultsch1-1/+1
2016-05-27refactored toasts shown when adhoc creating mucsDaniel Gultsch2-3/+22
2016-05-27use activity title 'choose participants' when doing thatDaniel Gultsch2-0/+20
2016-05-27use first letter to draw tiles for avatarsDaniel Gultsch1-1/+10
some users or conferences might have emojis in their names
2016-05-27don't push default muc conf twiceDaniel Gultsch3-1/+14
2016-05-26Add geo: link support in longer messagesGDR!2-1/+6
2016-05-26add 'create conference' dialogDaniel Gultsch5-18/+144
2016-05-26show contact avatar in muc users unless that contact has its own avatarDaniel Gultsch1-1/+1
2016-05-26make newly created conferences private by defaultDaniel Gultsch5-10/+32
2016-05-26change hint in edit subject dialogDaniel Gultsch1-1/+1
2016-05-25sending warning to receiving client if that client doesn't support omemo.Daniel Gultsch2-2/+14
fixes #1873
2016-05-25hide fingerprints in UI if encryption is disabledDaniel Gultsch3-37/+43
2016-05-25only publish keys if omemo is enabledDaniel Gultsch1-1/+3
2016-05-25only subscribe to omemo pep events if omemo is enabledDaniel Gultsch1-2/+5
2016-05-25don't respond to otr messages in muc pmsDaniel Gultsch1-4/+5
2016-05-24show regitration failed try again later in UIDaniel Gultsch2-8/+18
2016-05-22show hint in subject quick edit. only show subject as presetDaniel Gultsch3-11/+20
2016-05-22show first unread message on top after reinitDaniel Gultsch2-24/+46
2016-05-21disable stanza loggingDaniel Gultsch1-1/+1
2016-05-21update ui after affiliation changesDaniel Gultsch2-0/+6
2016-05-21refactore exceptionhandler to have one line file writerDaniel Gultsch3-13/+16
2016-05-19resetting fetch status error when mutual subscription is reestablishedshow_members_in_conferenceDaniel Gultsch4-2/+37
2016-05-19sync around individual calls instead of synchronizing entire objectDaniel Gultsch1-49/+79
2016-05-19show password dialog when account was magic createdDaniel Gultsch1-0/+22
2016-05-19access disco over caching mechanism instead of querying dbDaniel Gultsch1-1/+1
2016-05-19remove unwanted 'use previous encryption' lookupDaniel Gultsch1-22/+1
2016-05-19also save form elements in disco storageDaniel Gultsch4-6/+64
2016-05-19don't NPE on rare race condition while fetching MAMDaniel Gultsch1-0/+9
2016-05-19synchronize around identity key generationDaniel Gultsch1-7/+9
2016-05-17improved ordering of muc participantsDaniel Gultsch3-9/+25
2016-05-17refactored muc item parsing to also parse muc status messagesDaniel Gultsch5-27/+44
2016-05-17offer offline members to be invited againDaniel Gultsch2-3/+17
2016-05-16change affiliation for in memory users that are currently not joined in a ↵Daniel Gultsch4-7/+18
conference