Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | moved some try catchs around | iNPUTmice | 2014-06-25 | 1 | -5/+5 | |
| | ||||||
* | more npe fixes | iNPUTmice | 2014-06-25 | 2 | -3/+8 | |
| | ||||||
* | fixed two rare npe | iNPUTmice | 2014-06-25 | 2 | -44/+49 | |
| | ||||||
* | more kxml fuck ups fixed | iNPUTmice | 2014-06-25 | 1 | -0/+2 | |
| | ||||||
* | fixed odd occurrences of a cursor returned by the system being NULL. wtf ukas | iNPUTmice | 2014-06-25 | 1 | -0/+3 | |
| | ||||||
* | wraped stanza writer in try catch | iNPUTmice | 2014-06-25 | 1 | -5/+11 | |
| | ||||||
* | removed unecessary logging | iNPUTmice | 2014-06-25 | 1 | -5/+0 | |
| | ||||||
* | wrap wakelock release with try catch | iNPUTmice | 2014-06-25 | 3 | -7/+7 | |
| | ||||||
* | some fixes for otr with multiple parties | iNPUTmice | 2014-06-25 | 2 | -1/+10 | |
| | ||||||
* | more otr fixes | iNPUTmice | 2014-06-24 | 2 | -14/+24 | |
| | ||||||
* | fixes for offline otr | iNPUTmice | 2014-06-24 | 2 | -1/+17 | |
| | ||||||
* | fixed regression with chat markers not working | iNPUTmice | 2014-06-23 | 3 | -8/+2 | |
| | ||||||
* | fix for not being able to send otr encrypted images to offline contacts. ↵ | iNPUTmice | 2014-06-23 | 1 | -18/+18 | |
| | | | | unconfirmed | |||||
* | possible better distribution of contact picture colors | iNPUTmice | 2014-06-23 | 1 | -2/+2 | |
| | ||||||
* | enabled otr encryption for ibb filetransfer as well | iNPUTmice | 2014-06-23 | 2 | -16/+20 | |
| | ||||||
* | removed warnings | iNPUTmice | 2014-06-22 | 5 | -11/+7 | |
| | ||||||
* | fixed #220 | iNPUTmice | 2014-06-22 | 5 | -14/+63 | |
| | ||||||
* | moved message packet creation into sperate class | iNPUTmice | 2014-06-22 | 3 | -69/+84 | |
| | ||||||
* | establish otr connection before sending image | iNPUTmice | 2014-06-22 | 1 | -13/+34 | |
| | ||||||
* | fixes for otr file transfer | iNPUTmice | 2014-06-20 | 4 | -23/+49 | |
| | ||||||
* | not working version of otr file transfer | iNPUTmice | 2014-06-20 | 15 | -52/+548 | |
| | ||||||
* | clear input field after conference pgp message | iNPUTmice | 2014-06-16 | 1 | -0/+1 | |
| | ||||||
* | streamlined onpresenceselected listener | iNPUTmice | 2014-06-16 | 5 | -124/+106 | |
| | ||||||
* | fixed bug in intent filter. cleaned share with activity | iNPUTmice | 2014-06-16 | 1 | -15/+40 | |
| | ||||||
* | added share image intent to android manifest for testing purposes | iNPUTmice | 2014-06-16 | 1 | -43/+65 | |
| | ||||||
* | code cleanup / unification | iNPUTmice | 2014-06-16 | 2 | -40/+22 | |
| | ||||||
* | cleanup; removed unnecessary imports and log outputs | iNPUTmice | 2014-06-16 | 13 | -41/+5 | |
| | ||||||
* | Rounded minutes ago and last seen + Update Spanish Translations | kruks23 | 2014-06-15 | 1 | -6/+14 | |
| | ||||||
* | 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 | 3 | -15/+69 | |
| | ||||||
* | fixed #197 | iNPUTmice | 2014-06-14 | 1 | -2/+3 | |
| | ||||||
* | fixed #204 | iNPUTmice | 2014-06-14 | 1 | -4/+8 | |
| | ||||||
* | offline sending of images | iNPUTmice | 2014-06-13 | 2 | -7/+16 | |
| | ||||||
* | status waiting for images sent offline | iNPUTmice | 2014-06-13 | 2 | -24/+41 | |
| | ||||||
* | moved last seen to contact details | iNPUTmice | 2014-06-13 | 3 | -25/+4 | |
| | ||||||
* | further bullet proofing | iNPUTmice | 2014-06-13 | 1 | -32/+33 | |
| | ||||||
* | fixed #201 | iNPUTmice | 2014-06-13 | 1 | -1/+0 | |
| | ||||||
* | finished offline otr | iNPUTmice | 2014-06-12 | 4 | -20/+46 | |
| | ||||||
* | fire onContactStatusChanged only on online/offline changes. not on status ↵ | iNPUTmice | 2014-06-12 | 3 | -13/+4 | |
| | | | | changes | |||||
* | send otr messages when contacts comes online | iNPUTmice | 2014-06-12 | 3 | -4/+7 | |
| | ||||||
* | made muc join easier if muc server is known. added room to key words | iNPUTmice | 2014-06-12 | 3 | -2/+17 | |
| | ||||||
* | groundwork for offline otr messages | iNPUTmice | 2014-06-11 | 8 | -122/+111 | |
| | ||||||
* | select presence dialog now suggests last used presence | iNPUTmice | 2014-06-10 | 1 | -6/+22 | |
| | ||||||
* | fixed scrolling issues | iNPUTmice | 2014-06-10 | 1 | -18/+35 | |
| | ||||||
* | cleanup | iNPUTmice | 2014-06-10 | 1 | -2/+1 | |
| | ||||||
* | Muc Icon tile color fix | Andreas Straub | 2014-06-10 | 1 | -1/+1 | |
| | ||||||
* | don't display 'enter password' message if OpenKeychain is not installed. ↵ | iNPUTmice | 2014-06-09 | 4 | -87/+127 | |
| | | | | made status messages in chat not selectable | |||||
* | fixing #184 | iNPUTmice | 2014-06-07 | 1 | -0/+1 | |
| | ||||||
* | removed unnecessary variable in message class | iNPUTmice | 2014-06-07 | 3 | -5/+0 | |
| | ||||||
* | localized date. rounded minutes, hours and dates in last seen | iNPUTmice | 2014-06-07 | 1 | -12/+21 | |
| |