Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | migrated some ArrayLists to CopyOnWriteArrayLists | iNPUTmice | 2014-07-27 | 1 | -1/+1 |
| | |||||
* | removed duplicates from muc suggestions | iNPUTmice | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | removed more legacy tls error handling stuff | iNPUTmice | 2014-07-24 | 1 | -1/+0 |
| | |||||
* | fixed bug with otr session being initilized over and over again | iNPUTmice | 2014-07-23 | 1 | -2/+11 |
| | |||||
* | more disco. fixed chat markers with jappix | iNPUTmice | 2014-07-23 | 1 | -0/+6 |
| | |||||
* | some cleanup | iNPUTmice | 2014-07-22 | 1 | -2/+0 |
| | |||||
* | switched to mtm | iNPUTmice | 2014-07-22 | 1 | -23/+11 |
| | |||||
* | save login nick for mucs during join | iNPUTmice | 2014-07-21 | 1 | -0/+5 |
| | |||||
* | fixed #292 | iNPUTmice | 2014-07-21 | 1 | -0/+10 |
| | |||||
* | switched to direct invites. fixes #284 | iNPUTmice | 2014-07-21 | 1 | -13/+3 |
| | |||||
* | fixed #254 | iNPUTmice | 2014-07-20 | 1 | -0/+2 |
| | |||||
* | ignore groupchats messages that are pending leave | iNPUTmice | 2014-07-20 | 1 | -21/+23 |
| | |||||
* | pending leaves and joins for muc | iNPUTmice | 2014-07-18 | 1 | -45/+66 |
| | |||||
* | notify ui on roster changes | iNPUTmice | 2014-07-18 | 1 | -0/+15 |
| | |||||
* | brought muc invites back. + couple of bug fixes + refactoring | iNPUTmice | 2014-07-17 | 1 | -15/+21 |
| | |||||
* | couple of bug fixes related to muc renaming | iNPUTmice | 2014-07-15 | 1 | -6/+4 |
| | |||||
* | added confirm dialog before contact and bookmark removal | iNPUTmice | 2014-07-15 | 1 | -1/+0 |
| | |||||
* | use nick from bookmark if available | iNPUTmice | 2014-07-15 | 1 | -20/+18 |
| | |||||
* | pushing bookmarks back to server | iNPUTmice | 2014-07-15 | 1 | -1/+16 |
| | |||||
* | use proper picture on bookmarked conferences when joined. use bookmark title ↵ | iNPUTmice | 2014-07-14 | 1 | -8/+6 |
| | | | | when no subject is set | ||||
* | fetch bookmarks from server | iNPUTmice | 2014-07-14 | 1 | -2/+51 |
| | |||||
* | refactored ui listeners a little bit | iNPUTmice | 2014-07-12 | 1 | -45/+49 |
| | |||||
* | made conversation list thread safe | iNPUTmice | 2014-07-12 | 1 | -3/+10 |
| | |||||
* | moved iq parser to seperate class as well | iNPUTmice | 2014-07-12 | 1 | -89/+17 |
| | |||||
* | moved most of the message/presence generation into seperate classes | iNPUTmice | 2014-07-12 | 1 | -95/+42 |
| | |||||
* | made message parser and presence parser implement interface On*PacketReceived | iNPUTmice | 2014-07-12 | 1 | -111/+3 |
| | |||||
* | added join conference dialog | iNPUTmice | 2014-07-11 | 1 | -0/+13 |
| | |||||
* | fixed #255 and made some other improvements to the subscription mgmt | iNPUTmice | 2014-07-11 | 1 | -23/+39 |
| | |||||
* | dirty push / delete flags are not set/reset correctly | iNPUTmice | 2014-07-10 | 1 | -4/+2 |
| | |||||
* | fixed #38 | iNPUTmice | 2014-07-10 | 1 | -0/+19 |
| | |||||
* | added contextual menu for contacts | iNPUTmice | 2014-07-10 | 1 | -2/+1 |
| | |||||
* | fixed #216 | iNPUTmice | 2014-07-01 | 1 | -3/+7 |
| | |||||
* | fixed #228 | iNPUTmice | 2014-06-30 | 1 | -0/+11 |
| | |||||
* | more error handling for jingle connections | iNPUTmice | 2014-06-29 | 1 | -0/+1 |
| | |||||
* | raised ping time out | iNPUTmice | 2014-06-27 | 1 | -3/+3 |
| | |||||
* | faulty otr messages now generate an error | iNPUTmice | 2014-06-26 | 1 | -3/+5 |
| | |||||
* | wrap wakelock release with try catch | iNPUTmice | 2014-06-25 | 1 | -1/+1 |
| | |||||
* | some fixes for otr with multiple parties | iNPUTmice | 2014-06-25 | 1 | -0/+5 |
| | |||||
* | more otr fixes | iNPUTmice | 2014-06-24 | 1 | -9/+15 |
| | |||||
* | fixes for offline otr | iNPUTmice | 2014-06-24 | 1 | -1/+1 |
| | |||||
* | fix for not being able to send otr encrypted images to offline contacts. ↵ | iNPUTmice | 2014-06-23 | 1 | -18/+18 |
| | | | | unconfirmed | ||||
* | fixed #220 | iNPUTmice | 2014-06-22 | 1 | -3/+3 |
| | |||||
* | moved message packet creation into sperate class | iNPUTmice | 2014-06-22 | 1 | -69/+26 |
| | |||||
* | establish otr connection before sending image | iNPUTmice | 2014-06-22 | 1 | -13/+34 |
| | |||||
* | not working version of otr file transfer | iNPUTmice | 2014-06-20 | 1 | -4/+43 |
| | |||||
* | code cleanup / unification | iNPUTmice | 2014-06-16 | 1 | -35/+22 |
| | |||||
* | Send from our full jid (fixes #60) | Steven Dee | 2014-06-15 | 1 | -2/+1 |
| | | | | | | | The problem wasn't with sending to bare jids, but rather sending *from* bare jids, which we did unless we were OTR encrypted for some reason. Google Talk supports the former, but (probably correctly) rejects the latter. | ||||
* | infite scrolling | iNPUTmice | 2014-06-14 | 1 | -0/+8 |
| | |||||
* | offline sending of images | iNPUTmice | 2014-06-13 | 1 | -7/+15 |
| | |||||
* | status waiting for images sent offline | iNPUTmice | 2014-06-13 | 1 | -21/+33 |
| |