| Commit message (Expand) | Author | Files | Lines |
2018-03-29 | introduces XmlContainerElement to ease searching for child elements and moves... | steckbrief | 4 | -3/+17 |
2018-03-11 | improves TextViewUtil | steckbrief | 1 | -6/+29 |
2018-03-05 | fixes problems while loading FileParams from db | steckbrief | 1 | -10/+12 |
2018-03-05 | moves xmpp url linkify to TextViewUtil | steckbrief | 2 | -49/+56 |
2018-02-26 | improves remote file status display and loading of remote files | steckbrief | 13 | -414/+479 |
2018-02-26 | fixes FS#257 - Fix policy 31 violation | steckbrief | 1 | -1/+3 |
2018-02-26 | improves ViewUtil | steckbrief | 2 | -0/+31 |
2018-02-16 | introduces cancel status for file transfers, fixes NPE in file sharing after ... | steckbrief | 14 | -16/+55 |
2018-01-31 | properly handle downloadable links0.0.8-beta2 | steckbrief | 3 | -4/+13 |
2018-01-28 | Introducing product flavor 'beta' and removing product flavor 'playstore'0.0.8-beta1 | steckbrief | 2 | -1/+26 |
2017-08-07 | Simplifying introduction of new XEP implementations, implements FS#250 and FS... | steckbrief | 57 | -353/+1189 |
2017-08-06 | Implements XEP-0202 Entity Time, moves Software Version to xmpp package, move... | steckbrief | 18 | -58/+225 |
2017-08-06 | Refactoring: Avatar class moved from package xmpp.pep to dto | steckbrief | 20 | -21/+20 |
2017-08-06 | avatar handling refactored | steckbrief | 32 | -903/+1086 |
2017-08-05 | Implements FS#249: Remove code duplication for avatar creation | steckbrief | 8 | -189/+140 |
2017-08-02 | Implements FS#217: Rework display of /me messages | steckbrief | 1 | -488/+528 |
2017-08-02 | Using a generator approach for generating PresencePackets | steckbrief | 7 | -100/+133 |
2017-08-02 | Implements FS#247 and FS#248: Show online status and typing notification in t... | steckbrief | 3 | -16/+68 |
2017-08-01 | Implements FS#106: Add expert setting to log xml trace | steckbrief | 2 | -1/+10 |
2017-07-31 | Implements FS#245: Implement FiletransferHttp (upload and delete), some minor... | steckbrief | 23 | -200/+271 |
2017-07-06 | Fixed 'Only one Looper may be created per thread' RuntimeException according ... | steckbrief | 1 | -1/+4 |
2017-06-11 | Fix wrong id for setColorColorAndText | steckbrief | 1 | -2/+11 |
2017-02-06 | relates FS#241: Implementation of http download based on okhttp | steckbrief | 43 | -807/+1022 |
2017-01-11 | Formatting of remote file status adjusted | steckbrief | 1 | -2/+2 |
2017-01-11 | Improved error handling for filetransfer:http:delete, Check for httpupload fe... | steckbrief | 13 | -79/+158 |
2017-01-11 | Generic view util added to change the visibility of subclasses of View | steckbrief | 2 | -2/+41 |
2017-01-11 | Custom toast view added | steckbrief | 1 | -0/+101 |
2017-01-04 | Fixed NPE in FileParams.setKeyAndIv | steckbrief | 1 | -11/+13 |
2017-01-04 | Added columns to fileparams table: url, original file name, key and iv | steckbrief | 8 | -6/+178 |
2016-12-29 | Hide number of unread message counter if there are no new messages | steckbrief | 1 | -3/+5 |
2016-12-28 | Implement FS#239: Show number of unread messages in conversations overview | steckbrief | 1 | -14/+17 |
2016-10-23 | Fixes FS#237: Enable long click in layout instead of programmatically | steckbrief | 1 | -14/+0 |
2016-09-29 | Fixes FS#29: Own Avatar not loaded | steckbrief | 1 | -3/+9 |
2016-09-29 | Implements FS#235: Deletion of remote files uploaded via httpupload | steckbrief | 36 | -631/+775 |
2016-08-26 | Fixes FS#230: Uncaught NullPointerException in DNSHelper | steckbrief | 1 | -7/+12 |
2016-08-23 | Fixes conditions for cplus db upgrades | steckbrief | 1 | -2/+2 |
2016-08-23 | Javadoc added and access to xmppConnectionService moved | steckbrief | 2 | -5/+14 |
2016-08-23 | Fixes FS#229: prompt for confirmation before deleting a file | steckbrief | 2 | -9/+39 |
2016-08-23 | Confirmation dialog added before sending delete command for remote file | steckbrief | 6 | -23/+84 |
2016-08-23 | services.filetransfer.httpupload moved to new namespace services.filetransfer... | steckbrief | 11 | -11/+11 |
2016-08-23 | xmpp.httpupload moved to new namespace xmpp.filetransfer.http.upload; delete ... | steckbrief | 15 | -28/+22 |
2016-08-22 | Improved error handling for httpupload | steckbrief | 1 | -4/+7 |
2016-08-22 | Basic filetransfer http delete implementation; Exceptions for IqPacketError a... | steckbrief | 20 | -15/+542 |
2016-07-16 | Implements FS#227: Store password encrypted in internal database | steckbrief | 3 | -3/+131 |
2016-06-06 | Related to FS#131, FS#129, FS#220:filetransfer | steckbrief | 14 | -83/+472 |
2016-05-29 | FileTransfer reworked (first steps - functionality as is), HttpUpload | steckbrief | 39 | -199/+1165 |
2016-05-26 | Fixed javadoc of HttpUploadHint | steckbrief | 1 | -1/+11 |
2016-05-26 | Fixed javadoc of PubSub Element Generation/Parsing | steckbrief | 3 | -5/+114 |
2016-05-09 | XmppConnectionService.markMessage moved to MessageUtil | steckbrief | 13 | -108/+132 |
2016-04-23 | Fixes FS#204: Observe all used directories | steckbrief | 8 | -48/+138 |