aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-20fixed merge errorlookshe1-1/+1
2016-03-20fixed merge errorslookshe1-1/+1
2016-03-18Fixes FS#167: Resized images are larger than original imagessteckbrief1-2/+2
2016-03-18Fixes FS#164lookshe1-8/+0
2016-03-17Fixes FS#156 and FS#135 (occured again)lookshe1-4/+10
2016-03-17completely implements FS#161lookshe3-14/+41
2016-03-16partially implements FS#161lookshe2-17/+49
2016-03-14once again: FS#34 - review all calls for String.trim()lookshe2-4/+4
2016-03-12Fixes FS#155: Check FileHelper vs. FileUtilssteckbrief5-97/+16
2016-03-11Fixes FS#51: Change toggle in Account Management back to standardsteckbrief3-77/+10
2016-03-11Fixes FS#139: Do not merge messages at allsteckbrief8-149/+28
2016-03-10Fixes FS#157: Trigger loading messages from MAM in MUC does not endsteckbrief3-37/+45
2016-03-10Fixes FS#158: user decision dialog heading configurable and translateablesteckbrief2-4/+6
2016-03-08reset link and highlight colors to system defaultsteckbrief1-17/+20
2016-03-08use Build.VERSION_CODES.KITKAT instead of hard coded 19lookshe1-1/+2
2016-03-07corrected getRealPathFromUrilookshe1-2/+40
2016-03-07Finally fixes FS#142lookshe1-4/+0
2016-03-02Fixes FS#147: Disable OMEMOsteckbrief1-0/+4
2016-02-28Fixes FS#48 and FS#136lookshe1-3/+0
2016-02-23Packet sending helper moved to XmppSendUtil and methods in XmppConnectionServ...steckbrief1-0/+8
2016-02-23Changed access to presences according to new Presence representation in Csteckbrief1-3/+3
2016-02-23Resolved problem with closing sockets (java.lang.IncompatibleClassChangeError)steckbrief1-0/+15
2016-02-23Removed unnecessary dependencies to XmppConnectionService and added allowMess...steckbrief1-0/+4
2016-02-12Imports organizedsteckbrief11-15/+3
2016-02-12Simplification of DNS requests.steckbrief1-0/+12
2016-02-11Compilation errors and merge mixups fixedsteckbrief2-6/+29
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification s...steckbrief2-2/+2
2016-02-09implementation hint for FS#96 addedsteckbrief1-0/+1
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification s...steckbrief1-6/+7
2016-01-16Fixed minor class cast issuesteckbrief1-4/+4
2016-01-15Introducing some specialized IqPacketGeneratorssteckbrief10-87/+283
2016-01-15Moved all avatar related work to AvatarServicesteckbrief4-65/+62
2016-01-15Implements FS#111: Compress resized picture with PNG formatsteckbrief1-3/+3
2016-01-15Implements FS#64: Show who wrote last message in conversation overviewsteckbrief1-2/+12
2016-01-13Moved all avatar related work to AvatarServicesteckbrief19-239/+318
2016-01-13Publish avatars as PNGsteckbrief1-1/+1
2016-01-08Fixes FS#107, Implements FS#77steckbrief1-1/+11
2016-01-04Fixes FS#99: Adjust namespace according to XEP-0363steckbrief1-1/+1
2015-12-17Log error in case logcat command could not be executed; Show toast in case no...steckbrief1-1/+1
2015-12-16Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and dis...steckbrief14-198/+342
2015-12-16Fixes FS#95: NPE when opening message details for failed file transfersteckbrief1-1/+2
2015-12-11Removed stupid DNS query codesteckbrief3-205/+147
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief31-173/+97
2015-12-06Fix flagging no more messages on server for conversationsteckbrief3-2/+15
2015-12-04Implements FS#83: Reload from last received messagesteckbrief3-16/+44
2015-12-04Fixes FS#75 - Change color names to reasonable namessteckbrief3-16/+9
2015-12-02Fixed compile error in inner classsteckbrief1-1/+1
2015-11-20Partially implements FS#6: Conference ID changed to c+bugs@conferesteckbrief1-1/+1
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new acti...steckbrief31-223/+378
2015-11-06FileBackend splitted into several util classes for separate concerns: AvatarU...steckbrief22-580/+771