Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implementation hint for FS#96 added | steckbrief | 2016-02-09 | 1 | -0/+1 |
| | |||||
* | Fixes FS#135: condition NOT message.isRead() added to check if notification ↵ | steckbrief | 2016-02-09 | 1 | -6/+7 |
| | | | | should be shown for a message | ||||
* | Fixed minor class cast issue | steckbrief | 2016-01-16 | 1 | -4/+4 |
| | |||||
* | Introducing some specialized IqPacketGenerators | steckbrief | 2016-01-15 | 10 | -87/+283 |
| | | | | | | - IqPacketGenerator - PubSubPacketGenerator - AvatarPacketGenerator | ||||
* | Moved all avatar related work to AvatarService | steckbrief | 2016-01-15 | 4 | -65/+62 |
| | | | | - publishAvatar moved from XmppConnectionService to AvatarService | ||||
* | Notification icon source svg file added | steckbrief | 2016-01-15 | 1 | -0/+229 |
| | |||||
* | Implements FS#111: Compress resized picture with PNG format | steckbrief | 2016-01-15 | 2 | -3/+4 |
| | |||||
* | Implements FS#64: Show who wrote last message in conversation overview | steckbrief | 2016-01-15 | 4 | -3/+18 |
| | |||||
* | Fixes FS#76: Notification adapted to new logo | steckbrief | 2016-01-14 | 5 | -0/+0 |
| | |||||
* | Moved all avatar related work to AvatarService | steckbrief | 2016-01-13 | 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 | ||||
* | Publish avatars as PNG | steckbrief | 2016-01-13 | 1 | -1/+1 |
| | |||||
* | Fixes FS#107, Implements FS#77 | steckbrief | 2016-01-08 | 3 | -2/+32 |
| | | | | Show the number of online resources in account view and enable show resources by clicking on the account jid | ||||
* | Fixes FS#99: Adjust namespace according to XEP-0363 | steckbrief | 2016-01-04 | 1 | -1/+1 |
| | | | | Value of namespace constant changed to 'urn:xmpp:http:upload' | ||||
* | Log error in case logcat command could not be executed; Show toast in case ↵ | steckbrief | 2015-12-17 | 5 | -7/+42 |
| | | | | nothing is copied | ||||
* | Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵ | steckbrief | 2015-12-16 | 18 | -217/+385 |
| | | | | distinguishes between image resizing and compressing/saving | ||||
* | Fixes FS#95: NPE when opening message details for failed file transfer | steckbrief | 2015-12-16 | 1 | -1/+2 |
| | |||||
* | Fixes FS#88, Code cleanup | steckbrief | 2015-12-14 | 1 | -4/+5 |
| | |||||
* | Fixes FS#88: Avoid smilie repacement in time messages | steckbrief | 2015-12-14 | 1 | -4/+9 |
| | |||||
* | Build cleanup: libraries added as local resources, removed unused proguard ↵ | steckbrief | 2015-12-14 | 31 | -2240/+23 |
| | | | | configs, removed SwipyRefreshLayout as module and added as binary dependency, moved 3rd party binaries to separate folder | ||||
* | Removed unnecessary files | steckbrief | 2015-12-11 | 3 | -3271/+0 |
| | |||||
* | Removed stupid DNS query code | steckbrief | 2015-12-11 | 3 | -205/+147 |
| | |||||
* | Moved logcat to a module, increased error robustness for loading last messages | steckbrief | 2015-12-10 | 47 | -71/+237 |
| | |||||
* | Fix flagging no more messages on server for conversation | steckbrief | 2015-12-06 | 3 | -2/+15 |
| | |||||
* | Implements FS#83: Reload from last received message | steckbrief | 2015-12-04 | 16 | -22/+2168 |
| | |||||
* | Implements FS#89 - Change about information | steckbrief | 2015-12-04 | 1 | -3/+6 |
| | |||||
* | Fixes FS#75 - Change color names to reasonable names | steckbrief | 2015-12-04 | 23 | -124/+124 |
| | |||||
* | Fixed compile error in inner class | steckbrief | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Partially implements FS#6: Conference ID changed to c+bugs@confere | steckbrief | 2015-11-20 | 3 | -1/+4 |
| | | | | nce.thedevstack.de | ||||
* | Implements FS#67: Introduce central logging class to use log prefix, new ↵ | steckbrief | 2015-11-20 | 42 | -226/+686 |
| | | | | activity to show logcat output and button to copy contents | ||||
* | FileBackend splitted into several util classes for separate concerns: ↵ | steckbrief | 2015-11-06 | 22 | -580/+771 |
| | | | | AvatarUtil, StreamUtil, ImageUtil. Unused imports removed. | ||||
* | Implements FS#26: Introduction of dialog to choose whether to resize a ↵ | steckbrief | 2015-11-03 | 18 | -173/+551 |
| | | | | picture or not | ||||
* | Implements FS#24: Introduce setting for picture resizing | steckbrief | 2015-10-30 | 7 | -1/+52 |
| | |||||
* | Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in ↵ | steckbrief | 2015-10-23 | 12 | -30/+41 |
| | | | | values for the setting fixed, preferences involved in the decision for auto downloading image links moved to global Utility Class | ||||
* | Implements FS#78: Allow installation on SD card | steckbrief | 2015-10-22 | 1 | -1/+2 |
| | |||||
* | Access to preferences moved to global utility class ↵ | steckbrief | 2015-10-21 | 24 | -350/+532 |
| | | | | ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed. | ||||
* | added comment for clarification, why the timestamp of the first msg of msg ↵ | steckbrief | 2015-10-17 | 1 | -1/+1 |
| | | | | list is needed to query older msgs with mam | ||||
* | C+ changelog updated | steckbrief | 2015-10-16 | 1 | -1/+2 |
| | |||||
* | Fixes FS#82: Background color of conversation list item set to primary ↵ | steckbrief | 2015-10-16 | 2 | -1/+4 |
| | | | | background color | ||||
* | Conversations Plus ChangeLog added | steckbrief | 2015-10-16 | 1 | -0/+13 |
| | |||||
* | Removed unused imports | steckbrief | 2015-10-15 | 1 | -4/+0 |
| | |||||
* | Fixes FS#81 - avoid jumps after loading messages | steckbrief | 2015-10-15 | 2 | -32/+64 |
| | |||||
* | Merge branch 'master' of ssh://git.fucktheforce.de/conversations-plus | steckbrief | 2015-10-05 | 1 | -2/+2 |
|\ | |||||
| * | version bump to 0.0.5 | lookshe | 2015-10-05 | 1 | -2/+2 |
| | | |||||
* | | Fixes FS#70 - Introduction of a ConversationsPlusApplication to get global ↵ | steckbrief | 2015-10-05 | 7 | -36/+76 |
|/ | | | | access to app information | ||||
* | Publishing additional information in message details dialog such as message ↵ | steckbrief | 2015-10-04 | 4 | -28/+235 |
| | | | | type and message status | ||||
* | Note added where to change sth. for FS#70 | steckbrief | 2015-10-04 | 1 | -1/+2 |
| | |||||
* | Implements FS#72, FS#72, FS#73, FS#65, FS#66 - Resource List Dialog added, ↵ | steckbrief | 2015-10-04 | 13 | -4/+473 |
| | | | | | | | Open resource list on long click in conversations overview, open resource list on click on bare jid in contact details view, Message details dialog added | ||||
* | New logo added, fixes FS#56 | steckbrief | 2015-10-04 | 7 | -1/+449 |
| | |||||
* | Fixes FS#49: Highlight the selected conversation in list | steckbrief | 2015-09-02 | 3 | -10/+14 |
| | |||||
* | Fixes FS#50: Replace phone numbers and email addresses in messages with links | steckbrief | 2015-09-02 | 2 | -2/+2 |
| |