Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2016-03-28 | Fixes FS#170: Message Details: Status display has different Text color | steckbrief | 2 | -4/+2 | |
2016-03-28 | Implements FS#176: error logging for httpupload improved | steckbrief | 1 | -1/+7 | |
2016-03-22 | Correct notifications to user if swiping with disabled or not connected ↵ | lookshe | 1 | -25/+37 | |
account (FS#159) | |||||
2016-03-22 | Fixes FS#87 - Crash on load messages after delete account | lookshe | 1 | -1/+5 | |
2016-03-21 | One more fix in Message.equals() (FS#104) | lookshe | 1 | -4/+19 | |
2016-03-20 | Show file name instead of mime type (FS#102) | lookshe | 1 | -1/+1 | |
2016-03-20 | FS#104 - Fix Message.equals() | lookshe | 1 | -18/+14 | |
2016-03-20 | Fixes FS#168 - Not possible to share more than one picture at once | lookshe | 1 | -59/+83 | |
2016-03-20 | fixed merge error | lookshe | 1 | -1/+1 | |
2016-03-20 | fixed merge errors | lookshe | 1 | -1/+1 | |
2016-03-18 | Fixes FS#167: Resized images are larger than original images | steckbrief | 1 | -2/+2 | |
2016-03-18 | Fixes FS#164 | lookshe | 1 | -8/+0 | |
2016-03-17 | Fixes FS#156 and FS#135 (occured again) | lookshe | 1 | -4/+10 | |
2016-03-17 | completely implements FS#161 | lookshe | 3 | -14/+41 | |
save state of treatAsDownloadable() and set on error to specified value | |||||
2016-03-16 | partially implements FS#161 | lookshe | 2 | -17/+49 | |
do not show download button on 404 | |||||
2016-03-14 | once again: FS#34 - review all calls for String.trim() | lookshe | 2 | -4/+4 | |
2016-03-12 | Fixes FS#155: Check FileHelper vs. FileUtils | steckbrief | 5 | -97/+16 | |
2016-03-11 | Fixes FS#51: Change toggle in Account Management back to standard | steckbrief | 3 | -77/+10 | |
2016-03-11 | Fixes FS#139: Do not merge messages at all | steckbrief | 8 | -149/+28 | |
2016-03-10 | Fixes FS#157: Trigger loading messages from MAM in MUC does not end | steckbrief | 3 | -37/+45 | |
2016-03-10 | Fixes FS#158: user decision dialog heading configurable and translateable | steckbrief | 2 | -4/+6 | |
2016-03-08 | reset link and highlight colors to system default | steckbrief | 1 | -17/+20 | |
2016-03-08 | use Build.VERSION_CODES.KITKAT instead of hard coded 19 | lookshe | 1 | -1/+2 | |
2016-03-07 | corrected getRealPathFromUri | lookshe | 1 | -2/+40 | |
2016-03-07 | Finally fixes FS#142 | lookshe | 1 | -4/+0 | |
2016-03-02 | Fixes FS#147: Disable OMEMO | steckbrief | 1 | -0/+4 | |
2016-02-28 | Fixes FS#48 and FS#136 | lookshe | 1 | -3/+0 | |
- corrected preference "confirm_messages" to "confirm_messages_list" - removed unused "heart message" garbage | |||||
2016-02-23 | Packet sending helper moved to XmppSendUtil and methods in ↵ | steckbrief | 1 | -0/+8 | |
XmppConnectionService marked as deprecated | |||||
2016-02-23 | Changed access to presences according to new Presence representation in C | steckbrief | 1 | -3/+3 | |
2016-02-23 | Resolved problem with closing sockets (java.lang.IncompatibleClassChangeError) | steckbrief | 1 | -0/+15 | |
2016-02-23 | Removed unnecessary dependencies to XmppConnectionService and added ↵ | steckbrief | 1 | -0/+4 | |
allowMessageCorrection to preferences | |||||
2016-02-12 | Imports organized | steckbrief | 12 | -16/+3 | |
2016-02-12 | Simplification of DNS requests. | steckbrief | 1 | -0/+12 | |
Originally introduced for FS#92, but now extended with retrieval for XEP-0368 (http://xmpp.org/extensions/xep-0368.html) | |||||
2016-02-11 | Compilation errors and merge mixups fixed | steckbrief | 2 | -6/+29 | |
2016-02-09 | Fixes FS#135: condition NOT message.isRead() added to check if notification ↵ | steckbrief | 2 | -2/+2 | |
should be shown for a message | |||||
2016-02-09 | implementation hint for FS#96 added | steckbrief | 1 | -0/+1 | |
2016-02-09 | Fixes FS#135: condition NOT message.isRead() added to check if notification ↵ | steckbrief | 1 | -6/+7 | |
should be shown for a message | |||||
2016-01-16 | Fixed minor class cast issue | steckbrief | 1 | -4/+4 | |
2016-01-15 | Introducing some specialized IqPacketGenerators | steckbrief | 10 | -87/+283 | |
- IqPacketGenerator - PubSubPacketGenerator - AvatarPacketGenerator | |||||
2016-01-15 | Moved all avatar related work to AvatarService | steckbrief | 4 | -65/+62 | |
- publishAvatar moved from XmppConnectionService to AvatarService | |||||
2016-01-15 | Implements FS#111: Compress resized picture with PNG format | steckbrief | 1 | -3/+3 | |
2016-01-15 | Implements FS#64: Show who wrote last message in conversation overview | steckbrief | 1 | -2/+12 | |
2016-01-13 | Moved all avatar related work to AvatarService | steckbrief | 19 | -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-13 | Publish avatars as PNG | steckbrief | 1 | -1/+1 | |
2016-01-08 | Fixes FS#107, Implements FS#77 | steckbrief | 1 | -1/+11 | |
Show the number of online resources in account view and enable show resources by clicking on the account jid | |||||
2016-01-04 | Fixes FS#99: Adjust namespace according to XEP-0363 | steckbrief | 1 | -1/+1 | |
Value of namespace constant changed to 'urn:xmpp:http:upload' | |||||
2015-12-17 | Log error in case logcat command could not be executed; Show toast in case ↵ | steckbrief | 1 | -1/+1 | |
nothing is copied | |||||
2015-12-16 | Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵ | steckbrief | 14 | -198/+342 | |
distinguishes between image resizing and compressing/saving | |||||
2015-12-16 | Fixes FS#95: NPE when opening message details for failed file transfer | steckbrief | 1 | -1/+2 | |
2015-12-11 | Removed stupid DNS query code | steckbrief | 3 | -205/+147 | |