aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-29fix for concurrency issueiNPUTmice1-1/+1
2014-11-27fixed npe. fixed #717iNPUTmice1-5/+6
2014-11-27create conversation with bare jidiNPUTmice1-1/+1
2014-11-27use getAttributeAsJid methodiNPUTmice1-6/+1
2014-11-23MUC: option to set/delete bookmark in conference details.Michael1-0/+39
2014-11-23add an listener for the muc roster update.Michael4-1/+63
this is for the ConferenceDetailsActivity to show precence updates immediately.
2014-11-23MUC: do not add yourself to the muc user list.Michael1-0/+2
2014-11-21work around to not confuse irc transport with real conference serversiNPUTmice1-2/+7
2014-11-21update action bar with conversations updates as welliNPUTmice2-52/+45
2014-11-21MUC: set from when join muc.Michael1-0/+1
2014-11-21remove unused imports.Michael12-38/+0
2014-11-21move task to back and not finish when hitting back buttoniNPUTmice1-7/+5
2014-11-21STATUS_CODE_SELF_PRESENCE is not set in all case.Michael1-10/+16
2014-11-21additional null pointer saftey checksiNPUTmice1-15/+13
2014-11-21verify contacts key only on initiating side of smpiNPUTmice3-7/+18
2014-11-20changed listener timing and cache clearing after muc presencesiNPUTmice1-6/+9
2014-11-20create file and dirs before creating fileiNPUTmice1-0/+2
2014-11-20change status codes string 'number' to a better readable constant.Michael1-3/+5
2014-11-20fixed potential NPEsiNPUTmice1-39/+43
2014-11-20import fixesiNPUTmice1-0/+2
2014-11-20brought ad hoc conferences back. fixed #688 fixed #367iNPUTmice12-137/+476
2014-11-19Remove broken / unused importsSam Whited1-3/+0
2014-11-19sent read marker to full jidiNPUTmice2-9/+10
2014-11-19some saftey checks before registering listeners in XmppActivityiNPUTmice1-1/+12
2014-11-18put error notification into notification serviceiNPUTmice3-46/+42
2014-11-18simplified message merge conditioniNPUTmice1-43/+13
2014-11-18synchronized message list in conversation fragmentiNPUTmice1-113/+118
2014-11-18show dynamic tags in contacts activity as welliNPUTmice1-33/+26
2014-11-18properly remove conversations context menuiNPUTmice2-41/+20
2014-11-18disabled broken conversations context menuiNPUTmice1-3/+3
2014-11-18better usage of synchronized in some placesiNPUTmice3-82/+80
2014-11-18better exception handling in XmppConnection.connect. (never return without ↵iNPUTmice1-39/+15
throwing exception. use finally to release wake lock. use status.server_not_found instead of status.offline when necessary
2014-11-18context menu for conversations. fixed #630iNPUTmice1-9/+45
2014-11-17clear avatar cache with new roster push from serveriNPUTmice1-0/+2
2014-11-17avoided some null pointersiNPUTmice3-24/+35
2014-11-17context menu for muc participants + refactor trueCounterpart to use Jid classiNPUTmice7-38/+102
2014-11-17synchronized around cache clear in avatar serviceiNPUTmice1-9/+15
2014-11-17Use `Locale.US' for string comparisons in searchSam Whited2-6/+14
2014-11-17trim search before searchingiNPUTmice1-2/+2
2014-11-17split search keywords by whitespaces and imply AND operatioriNPUTmice1-1/+11
2014-11-17Fix linter suppressionSam Whited1-2/+3
2014-11-17highlight muc members by touching their name in muc details. fixed #503iNPUTmice3-72/+105
2014-11-16made tags searchableiNPUTmice2-157/+180
2014-11-16fixed regression of xmpp uris not workingiNPUTmice2-14/+11
2014-11-16happy hanukkahiNPUTmice8-23/+132
2014-11-16Fix fetching accounts by JIDsSam Whited1-1/+1
Fixes a crash when publishing an avatar
2014-11-16show full time stamp in connection established fieldiNPUTmice1-1/+1
2014-11-16show full time stamp in connection established fieldiNPUTmice1-1/+1
2014-11-16better error checking in ssl switch overiNPUTmice1-5/+10
Conflicts: src/main/java/eu/siacs/conversations/xmpp/XmppConnection.java
2014-11-16better error checking in ssl switch overiNPUTmice1-5/+9