Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disabled the Home button when it's not the Up button | Alethea Butler | 2014-05-30 | 1 | -0/+2 |
| | |||||
* | first tries on crypto muc | Daniel Gultsch | 2014-05-28 | 1 | -3/+5 |
| | |||||
* | offline crud of contacts | Daniel Gultsch | 2014-05-22 | 1 | -1/+1 |
| | |||||
* | cleaned up shared text | Daniel Gultsch | 2014-05-21 | 1 | -0/+17 |
| | |||||
* | Update Spanish Translations + harcoded just_now | kruks23 | 2014-05-20 | 1 | -1/+1 |
| | |||||
* | reworked roster/contact handling. might break some stuff. not sycing to disk yet | Daniel Gultsch | 2014-05-19 | 1 | -4/+4 |
| | |||||
* | bind and session request more compatible | Daniel Gultsch | 2014-05-18 | 1 | -0/+7 |
| | |||||
* | added record audio button | Daniel Gultsch | 2014-05-17 | 1 | -0/+8 |
| | |||||
* | hiding the prepare image toast after error or success | Daniel Gultsch | 2014-05-14 | 1 | -1/+15 |
| | |||||
* | code clean up | Daniel Gultsch | 2014-05-14 | 1 | -104/+51 |
| | |||||
* | added presence selection | Daniel Gultsch | 2014-05-13 | 1 | -5/+19 |
| | |||||
* | Merge branch 'development' into feature/take_picture | Daniel Gultsch | 2014-05-13 | 1 | -10/+12 |
|\ | |||||
| * | code cleanup | Daniel Gultsch | 2014-05-13 | 1 | -10/+12 |
| | | |||||
* | | takeing pictures over intent | Daniel Gultsch | 2014-05-13 | 1 | -0/+22 |
| | | |||||
* | | submenu for attach file | Daniel Gultsch | 2014-05-13 | 1 | -1/+29 |
|/ | |||||
* | Better error handling if attach file doesnt work (on permission denied) | Daniel Gultsch | 2014-05-12 | 1 | -19/+35 |
| | | | and unified encrypted and unencrypted file attachment | ||||
* | added dialog for otr file transfer | Daniel Gultsch | 2014-05-09 | 1 | -1/+25 |
| | |||||
* | nicer descriptions in notificaton for images and encrypted messages | Daniel Gultsch | 2014-05-09 | 1 | -1/+10 |
| | |||||
* | sending text message after returing from pending intent | Daniel Gultsch | 2014-05-08 | 1 | -0/+38 |
| | |||||
* | better flow after returning from openkeychain for various actions | Daniel Gultsch | 2014-05-08 | 1 | -27/+39 |
| | |||||
* | offer to announce pgp key if pgp encryption is selected from menu | Daniel Gultsch | 2014-05-08 | 1 | -11/+13 |
| | |||||
* | more informative dialog if contact doesn't announce public key | Daniel Gultsch | 2014-05-08 | 1 | -17/+33 |
| | |||||
* | code cleanup | Daniel Gultsch | 2014-05-08 | 1 | -4/+2 |
| | |||||
* | wee bit of code cleanup | Daniel Gultsch | 2014-05-07 | 1 | -35/+68 |
| | |||||
* | basic pgp encrypted file transfer | Daniel Gultsch | 2014-05-06 | 1 | -3/+43 |
| | |||||
* | unified presence selection for otr and file transfer | Daniel Gultsch | 2014-04-26 | 1 | -26/+73 |
| | |||||
* | setting backround color if image comes directly from cache | Daniel Gultsch | 2014-04-25 | 1 | -0/+1 |
| | |||||
* | couple of more optimazations on image loading | Daniel Gultsch | 2014-04-25 | 1 | -15/+20 |
| | |||||
* | smoother scrolling (first step) | Daniel Gultsch | 2014-04-25 | 1 | -5/+133 |
| | |||||
* | fixed #50 | Daniel Gultsch | 2014-04-20 | 1 | -13/+20 |
| | |||||
* | put more string into strings.xml | Daniel Gultsch | 2014-04-18 | 1 | -2/+2 |
| | |||||
* | added clear history dialog (no funcionality) | Daniel Gultsch | 2014-04-18 | 1 | -4/+24 |
| | |||||
* | Major Contact Picture code cleanup | Andreas Straub | 2014-04-13 | 1 | -1/+1 |
| | | | | | Notifications now have pseudotransparent icons, icons are generated in the correct size. | ||||
* | More Contact Picture refactors | andy | 2014-04-12 | 1 | -2/+1 |
| | | | | | Use polymorphism to avoid dynamic dispatch based on nulled parameters. Next up: Prettier MUC icons | ||||
* | incomming jingle packets are routed to their connection. added presence ↵ | Daniel Gultsch | 2014-04-10 | 1 | -117/+188 |
| | | | | chooser in gui | ||||
* | gui for images | Daniel Gultsch | 2014-04-06 | 1 | -4/+1 |
| | |||||
* | added button to open images | Daniel Gultsch | 2014-04-06 | 1 | -0/+20 |
| | |||||
* | added attach file action | Daniel Gultsch | 2014-04-06 | 1 | -0/+4 |
| | |||||
* | renamed [Archive conversation|Leave conference] to End this conversation | Daniel Gultsch | 2014-04-06 | 1 | -1/+0 |
| | |||||
* | finally fixed #notificationgate | Daniel Gultsch | 2014-03-29 | 1 | -1/+0 |
| | |||||
* | fixed null pointer issue | Daniel Gultsch | 2014-03-28 | 1 | -1/+1 |
| | |||||
* | tryping to fix #24 - notificationgate - since i still cant reproduce this ↵ | Daniel Gultsch | 2014-03-28 | 1 | -2/+4 |
| | | | | patches are all blind | ||||
* | crash reporter | Daniel Gultsch | 2014-03-27 | 1 | -0/+2 |
| | |||||
* | otr messages are now ignored if conversations isnt 100% sure the message is ours | Daniel Gultsch | 2014-03-19 | 1 | -22/+9 |
| | |||||
* | better muc invitations. clearified the creation of ad hoc mucs with an alert ↵ | Daniel Gultsch | 2014-03-15 | 1 | -3/+14 |
| | | | | dialog | ||||
* | use conference subject to identiy room | Daniel Gultsch | 2014-03-14 | 1 | -3/+8 |
| | |||||
* | sharing text | Daniel Gultsch | 2014-03-13 | 1 | -2/+3 |
| | |||||
* | removed unnecessary uihelper method | Daniel Gultsch | 2014-03-13 | 1 | -1/+1 |
| | |||||
* | contact picture generation centralized + basic registry stuff | Daniel Gultsch | 2014-03-13 | 1 | -10/+2 |
| | |||||
* | make conference notificaton optional | Daniel Gultsch | 2014-03-12 | 1 | -1/+1 |
| |