aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | got rid of copyonwrite array list for messagesiNPUTmice2014-10-194-20/+26
| |
* | force tlsiNPUTmice2014-10-191-3/+5
| |
* | Merge branch 'srv_fix' of https://github.com/lactide/Conversations into ↵iNPUTmice2014-10-191-4/+17
|\ \ | | | | | | | | | lactide-srv_fix
| * | try all srv responses if necessaryFrank Zschockelt2014-10-161-4/+17
| | |
* | | do not attempt to download images when not connectediNPUTmice2014-10-177-45/+59
| | |
* | | made grace period on a per account basisiNPUTmice2014-10-176-37/+30
|/ /
* | additonal safty net for disabling notificationsiNPUTmice2014-10-161-0/+1
| |
* | simplified determination whether otr needs starting in a sessioniNPUTmice2014-10-161-7/+2
| |
* | log ending otr sessions on disconnectiNPUTmice2014-10-162-3/+10
| |
* | forground/background logging without csiiNPUTmice2014-10-161-4/+2
| |
* | make image download message to type=image only after completioniNPUTmice2014-10-161-3/+2
|/
* added file observer to get notified when files are deleted: fixes #396iNPUTmice2014-10-162-3/+32
|
* detect deleted files on start up. got rid of lagecy image provider for ↵iNPUTmice2014-10-1510-191/+65
| | | | performance reasons. NOTE: this will prevent you to access images older than version 0.6
* refactored file download status. make image http download available for ↵iNPUTmice2014-10-1523-210/+265
| | | | carbon copied (sent) messages as well
* Merge pull request #547 from emdete/p0Daniel Gultsch2014-10-151-4/+4
|\ | | | | remove warning about <> cast
| * remove warning about <> castM. Dietrich2014-10-151-4/+4
| |
* | synchronization for listenersiNPUTmice2014-10-151-43/+60
| |
* | synchronization for notificationiNPUTmice2014-10-151-11/+17
| |
* | removed unecessary updateiNPUTmice2014-10-151-1/+0
|/
* changed pgp decoding mechanismiNPUTmice2014-10-153-36/+47
|
* don't show invalid file sizeiNPUTmice2014-10-141-1/+4
|
* recreate http connection after restart. fixes stale download button. better ↵iNPUTmice2014-10-144-26/+95
| | | | failing
* catch can't open database exceptioniNPUTmice2014-10-141-4/+9
|
* read image bounds on downloaded imageiNPUTmice2014-10-145-31/+103
|
* possible work around for notification bugiNPUTmice2014-10-141-0/+17
|
* fixed rare npeiNPUTmice2014-10-141-2/+6
|
* renamingiNPUTmice2014-10-1415-43/+39
|
* basic image over http downloadingiNPUTmice2014-10-1420-213/+429
|
* Merge pull request #543 from emdete/dedepricateDaniel Gultsch2014-10-131-1/+1
|\ | | | | use setAlpha(float) method, not the deprecated one
| * use setAlpha(float) method, not the depricated oneM. Dietrich2014-10-131-1/+1
| |
* | reworked muc details and contact details a bitiNPUTmice2014-10-132-7/+8
| |
* | redesigned contact details a bitiNPUTmice2014-10-131-1/+9
|/
* fixed npesiNPUTmice2014-10-092-5/+9
|
* remove this.this memberM. Dietrich2014-10-083-18/+13
|
* bullet proofing some codeiNPUTmice2014-10-082-8/+23
|
* fixed possible logout bugsiNPUTmice2014-10-082-2/+5
|
* refactored read markeriNPUTmice2014-10-074-28/+24
|
* made disabled notifications permanent across restartsiNPUTmice2014-10-075-17/+34
|
* refactored grace periodiNPUTmice2014-10-075-17/+32
|
* fixed regression of not showing status messageiNPUTmice2014-10-071-1/+4
|
* cleanung up the scroll fix a littleiNPUTmice2014-10-063-4/+9
|
* fixed npeiNPUTmice2014-10-061-2/+5
|
* muc options clean upiNPUTmice2014-10-062-27/+28
|
* refactored muc bookmark to extend element. keep all elements the server or ↵iNPUTmice2014-10-069-93/+78
| | | | other clients added before
* only delivery get and set iq packets to unhandled iq listener. only create ↵iNPUTmice2014-10-051-10/+18
| | | | jingle packets with type=get or set
* fixed rare npeiNPUTmice2014-10-051-0/+4
|
* Merge pull request #524 from betheg/muc_errors_conditionsDaniel Gultsch2014-10-052-1/+36
|\ | | | | MUC: differentiated a few more errors.
| * MUC: differentiated a few more errors.Michael2014-10-052-1/+36
| |
* | Merge pull request #523 from betheg/leaked_windowDaniel Gultsch2014-10-051-1/+3
|\ \ | | | | | | fixed an 'activity has leaked window'
| * | fixed an 'activity has leaked window'Michael2014-10-041-1/+3
| |/