aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-12fixes FS#265: set message status to transmitted if automatic download cannot ...steckbrief1-3/+6
2018-05-11introduces JidUtil for Jid creation, fixes duplication of childs while adding...steckbrief30-217/+241
2018-05-10removes support for devices with sdk < 19 - meaning only support for 4.4 (Kit...steckbrief2-330/+0
2018-05-10moves delay element references to xmpp packagesteckbrief4-9/+38
2018-05-06introduces new message state modelsteckbrief60-1147/+1905
2018-05-06adds missing classsteckbrief1-0/+26
2018-05-05introduces new message state modelsteckbrief59-1147/+1879
2018-05-05Avoids going to sleep for at most 2000ms while retrieving file size via HTTP ...steckbrief1-2/+18
2018-03-29removes XmppConnectionService access from IqParsersteckbrief1-2/+2
2018-03-29introduces XmlContainerElement to ease searching for child elements and moves...steckbrief4-3/+17
2018-03-11improves TextViewUtilsteckbrief1-6/+29
2018-03-05fixes problems while loading FileParams from dbsteckbrief1-10/+12
2018-03-05moves xmpp url linkify to TextViewUtilsteckbrief2-49/+56
2018-02-26improves remote file status display and loading of remote filessteckbrief13-414/+479
2018-02-26fixes FS#257 - Fix policy 31 violationsteckbrief1-1/+3
2018-02-26improves ViewUtilsteckbrief2-0/+31
2018-02-16introduces cancel status for file transfers, fixes NPE in file sharing after ...steckbrief15-16/+56
2018-01-31properly handle downloadable links0.0.8-beta2steckbrief3-4/+13
2018-01-28Introducing product flavor 'beta' and removing product flavor 'playstore'0.0.8-beta1steckbrief13-191/+7
2017-08-07Simplifying introduction of new XEP implementations, implements FS#250 and FS...steckbrief60-400/+1280
2017-08-06Implements XEP-0202 Entity Time, moves Software Version to xmpp package, move...steckbrief18-58/+225
2017-08-06Refactoring: Avatar class moved from package xmpp.pep to dtosteckbrief20-21/+20
2017-08-06avatar handling refactoredsteckbrief32-903/+1086
2017-08-05Implements FS#249: Remove code duplication for avatar creationsteckbrief8-189/+140
2017-08-02Implements FS#217: Rework display of /me messagessteckbrief8-497/+744
2017-08-02Using a generator approach for generating PresencePacketssteckbrief7-100/+133
2017-08-02Implements FS#247 and FS#248: Show online status and typing notification in t...steckbrief6-19/+109
2017-08-01Implements FS#106: Add expert setting to log xml tracesteckbrief5-1/+19
2017-07-31Implements FS#245: Implement FiletransferHttp (upload and delete), some minor...steckbrief23-200/+271
2017-07-06Fixed 'Only one Looper may be created per thread' RuntimeException according ...steckbrief1-1/+4
2017-06-11Fix wrong id for setColorColorAndTextsteckbrief1-2/+11
2017-02-06relates FS#241: Implementation of http download based on okhttpsteckbrief45-807/+1053
2017-01-11Formatting of remote file status adjustedsteckbrief2-3/+3
2017-01-11Improved error handling for filetransfer:http:delete, Check for httpupload fe...steckbrief14-79/+160
2017-01-11Generic view util added to change the visibility of subclasses of Viewsteckbrief2-2/+41
2017-01-11Custom toast view addedsteckbrief4-0/+123
2017-01-05related to FS#237steckbrief1-1/+0
2017-01-04Fixed errors with notificationssteckbrief1-3/+6
2017-01-04Fixed NPE in FileParams.setKeyAndIvsteckbrief1-11/+13
2017-01-04Added columns to fileparams table: url, original file name, key and ivsteckbrief21-310/+577
2016-12-29Hide number of unread message counter if there are no new messagessteckbrief1-3/+5
2016-12-28Implement FS#239: Show number of unread messages in conversations overviewsteckbrief2-44/+59
2016-10-23Fixes FS#237: Enable long click in layout instead of programmaticallysteckbrief3-15/+7
2016-09-29Fixes FS#29: Own Avatar not loadedsteckbrief1-3/+9
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief38-631/+790
2016-08-26Fixes FS#230: Uncaught NullPointerException in DNSHelpersteckbrief1-7/+12
2016-08-23Fixes conditions for cplus db upgradessteckbrief1-2/+2
2016-08-23Javadoc added and access to xmppConnectionService movedsteckbrief2-5/+14
2016-08-23Fixes FS#229: prompt for confirmation before deleting a filesteckbrief4-9/+41
2016-08-23Confirmation dialog added before sending delete command for remote filesteckbrief6-23/+84