aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-03close cursors after querying phone dbiNPUTmice1-0/+2
2014-12-03fixed #651iNPUTmice2-0/+20
2014-12-03more safety checks for listener countsiNPUTmice1-88/+29
2014-12-03fixed #544iNPUTmice1-1/+51
2014-12-03version bump to 0.9.2iNPUTmice1-1/+1
2014-12-03display proper error in edit account details if jid is invalidiNPUTmice1-8/+9
2014-12-03further npe checksiNPUTmice2-6/+13
2014-12-03refactored the message adapter a bitiNPUTmice1-32/+33
2014-12-03set nick and autojoin=true for new bookmarksiNPUTmice1-0/+4
2014-12-03made muc parser more compatible with legacy mucs?! (whatever that is exactly)iNPUTmice1-3/+1
2014-12-02Make sure SASL tokenizer strips stringsSam Whited2-1/+5
2014-12-03worked around concurrent modification exceptioniNPUTmice1-11/+11
2014-12-03fixed another npe in hasBookmarkiNPUTmice1-2/+3
2014-12-03safety net in joinMuciNPUTmice1-4/+6
2014-12-03clean up getProposedNickiNPUTmice1-6/+5
2014-12-03fixed potential npes in message parseriNPUTmice1-2/+7
2014-12-03cleaned up avatar / tile creationiNPUTmice2-20/+9
2014-12-02Allow JIDs such as "example.net/@"Sam Whited1-3/+2
2014-12-02"example.net/@/" should be a valid JID.Sam Whited1-164/+166
2014-12-02Fix RFC 6122 implementationSam Whited1-4/+5
2014-12-01fixed #728iNPUTmice1-5/+2
2014-12-01bumped cap version as welliNPUTmice1-1/+1
2014-12-01clear encrypted messages on reinitiNPUTmice1-2/+13
2014-12-01worked around rare npeiNPUTmice1-5/+12
2014-12-01fixed npe if roster jid couldnt be parsediNPUTmice1-8/+5
2014-12-01do not query service info from main server againiNPUTmice1-5/+3
2014-11-30don't request fragment before updatingiNPUTmice1-6/+2
2014-11-29fixed npe for broken bookmarksiNPUTmice1-7/+8
2014-11-29Misc. "fixes" to correct warnings.Sam Whited1-3/+6
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
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