Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | 11 | -15/+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 | |
2015-12-10 | Moved logcat to a module, increased error robustness for loading last messages | steckbrief | 34 | -406/+72 | |
2015-12-06 | Fix flagging no more messages on server for conversation | steckbrief | 3 | -2/+15 | |
2015-12-04 | Implements FS#83: Reload from last received message | steckbrief | 3 | -16/+44 | |
2015-12-04 | Fixes FS#75 - Change color names to reasonable names | steckbrief | 3 | -16/+9 | |
2015-12-04 | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebase | steckbrief | 2 | -2/+4 | |
2015-12-02 | Fixed compile error in inner class | steckbrief | 1 | -1/+1 | |
2015-11-20 | Partially implements FS#6: Conference ID changed to c+bugs@confere | steckbrief | 1 | -1/+1 | |
nce.thedevstack.de | |||||
2015-11-20 | Implements FS#67: Introduce central logging class to use log prefix, new ↵ | steckbrief | 35 | -223/+636 | |
activity to show logcat output and button to copy contents | |||||
2015-11-06 | FileBackend splitted into several util classes for separate concerns: ↵ | steckbrief | 22 | -580/+771 | |
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed. | |||||
2015-11-03 | Implements FS#26: Introduction of dialog to choose whether to resize a ↵ | steckbrief | 14 | -173/+521 | |
picture or not |