aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-28Fixes FS#170: Message Details: Status display has different Text colorsteckbrief2-4/+2
2016-03-28Implements FS#176: error logging for httpupload improvedsteckbrief1-1/+7
2016-03-27wrong import in new classlookshe1-1/+1
2016-03-27Fixes FS#166 - Images cannot be opened since storing in private image folderlookshe3-3/+44
2016-03-22Correct notifications to user if swiping with disabled or not connected ↵lookshe1-25/+37
account (FS#159)
2016-03-22Fixes FS#87 - Crash on load messages after delete accountlookshe1-1/+5
2016-03-21One more fix in Message.equals() (FS#104)lookshe1-4/+19
2016-03-20Show file name instead of mime type (FS#102)lookshe1-1/+1
2016-03-20FS#104 - Fix Message.equals()lookshe1-18/+14
2016-03-20Fixes FS#168 - Not possible to share more than one picture at oncelookshe1-59/+83
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
save state of treatAsDownloadable() and set on error to specified value
2016-03-16partially implements FS#161lookshe2-17/+49
do not show download button on 404
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
- corrected preference "confirm_messages" to "confirm_messages_list" - removed unused "heart message" garbage
2016-02-23Packet sending helper moved to XmppSendUtil and methods in ↵steckbrief1-0/+8
XmppConnectionService marked as deprecated
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 ↵steckbrief1-0/+4
allowMessageCorrection to preferences
2016-02-12Imports organizedsteckbrief12-16/+3
2016-02-12Simplification of DNS requests.steckbrief1-0/+12
Originally introduced for FS#92, but now extended with retrieval for XEP-0368 (http://xmpp.org/extensions/xep-0368.html)
2016-02-11Compilation errors and merge mixups fixedsteckbrief2-6/+29
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification ↵steckbrief2-2/+2
should be shown for a message
2016-02-09implementation hint for FS#96 addedsteckbrief1-0/+1
2016-02-09Fixes FS#135: condition NOT message.isRead() added to check if notification ↵steckbrief1-6/+7
should be shown for a message
2016-01-16Fixed minor class cast issuesteckbrief1-4/+4
2016-01-15Introducing some specialized IqPacketGeneratorssteckbrief10-87/+283
- IqPacketGenerator - PubSubPacketGenerator - AvatarPacketGenerator
2016-01-15Moved all avatar related work to AvatarServicesteckbrief4-65/+62
- publishAvatar moved from XmppConnectionService to AvatarService
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
- fetchAvatar, fetchAvatarPep, fetchAvatarVcard, checkForAvatar moved from XmppConnectionService to AvatarService - Several unused imports removed - XmppSendUtil introduced to enable presencePacket and iqPacket sending without using XmppConnectionService since the account has everything needed - UiUpdateHelper introduced to enable UI updates without using XmppConnectionService directly
2016-01-13Publish avatars as PNGsteckbrief1-1/+1
2016-01-08Fixes FS#107, Implements FS#77steckbrief1-1/+11
Show the number of online resources in account view and enable show resources by clicking on the account jid
2016-01-04Fixes FS#99: Adjust namespace according to XEP-0363steckbrief1-1/+1
Value of namespace constant changed to 'urn:xmpp:http:upload'
2015-12-17Log error in case logcat command could not be executed; Show toast in case ↵steckbrief1-1/+1
nothing is copied
2015-12-16Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief14-198/+342
distinguishes between image resizing and compressing/saving