aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/utils (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-11introduces JidUtil for Jid creation, fixes duplication of childs while adding...steckbrief3-6/+8
2018-05-10removes support for devices with sdk < 19 - meaning only support for 4.4 (Kit...steckbrief1-328/+0
2018-05-06introduces new message state modelsteckbrief7-165/+355
2018-05-05introduces new message state modelsteckbrief7-165/+355
2018-03-29introduces XmlContainerElement to ease searching for child elements and moves...steckbrief1-12/+0
2018-03-11improves TextViewUtilsteckbrief1-6/+29
2018-03-05moves xmpp url linkify to TextViewUtilsteckbrief1-0/+54
2018-02-26improves remote file status display and loading of remote filessteckbrief1-0/+68
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 ...steckbrief2-0/+9
2018-01-31properly handle downloadable links0.0.8-beta2steckbrief1-2/+10
2017-08-07Simplifying introduction of new XEP implementations, implements FS#250 and FS...steckbrief2-1/+14
2017-08-06Refactoring: Avatar class moved from package xmpp.pep to dtosteckbrief1-1/+1
2017-08-02Implements FS#247 and FS#248: Show online status and typing notification in t...steckbrief1-0/+23
2017-07-31Implements FS#245: Implement FiletransferHttp (upload and delete), some minor...steckbrief1-1/+2
2017-06-11Fix wrong id for setColorColorAndTextsteckbrief1-2/+11
2017-02-06relates FS#241: Implementation of http download based on okhttpsteckbrief6-42/+283
2017-01-11Improved error handling for filetransfer:http:delete, Check for httpupload fe...steckbrief2-3/+34
2017-01-11Generic view util added to change the visibility of subclasses of Viewsteckbrief2-2/+41
2017-01-11Custom toast view addedsteckbrief1-0/+101
2017-01-04Added columns to fileparams table: url, original file name, key and ivsteckbrief2-3/+91
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief4-34/+78
2016-08-26Fixes FS#230: Uncaught NullPointerException in DNSHelpersteckbrief1-7/+12
2016-08-22Basic filetransfer http delete implementation; Exceptions for IqPacketError a...steckbrief1-0/+10
2016-07-16Implements FS#227: Store password encrypted in internal databasesteckbrief1-0/+110
2016-05-09XmppConnectionService.markMessage moved to MessageUtilsteckbrief2-0/+91
2016-04-23Fixes FS#204: Observe all used directoriessteckbrief2-0/+44
2016-04-18Implements FS#137: build flavorssteckbrief1-1/+1
2016-04-17DatabaseBackend updated to serve Conversatiosn Database version and Conversat...steckbrief1-0/+16
2016-04-07Implements FS#187: Add single line copy to logcat viewsteckbrief1-0/+47
2016-03-29Introduction of a TextViewUtil to easily set attributes for TextViewssteckbrief1-0/+75
2016-03-29Implements FS#173: Move access to colors to separate helper classsteckbrief1-13/+16
2016-03-20Show file name instead of mime type (FS#102)lookshe1-1/+1
2016-03-12Fixes FS#155: Check FileHelper vs. FileUtilssteckbrief2-87/+10
2016-03-11Fixes FS#139: Do not merge messages at allsteckbrief1-1/+2
2016-03-08use Build.VERSION_CODES.KITKAT instead of hard coded 19lookshe1-1/+2
2016-03-07corrected getRealPathFromUrilookshe1-2/+40
2016-02-23Packet sending helper moved to XmppSendUtil and methods in XmppConnectionServ...steckbrief1-0/+8
2016-02-23Resolved problem with closing sockets (java.lang.IncompatibleClassChangeError)steckbrief1-0/+15
2016-02-12Imports organizedsteckbrief3-5/+0
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-0/+22
2016-01-13Moved all avatar related work to AvatarServicesteckbrief2-0/+78
2016-01-04Fixes FS#99: Adjust namespace according to XEP-0363steckbrief1-1/+1
2015-12-16Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and dis...steckbrief2-0/+132
2015-12-11Removed stupid DNS query codesteckbrief1-150/+71
2015-12-10Moved logcat to a module, increased error robustness for loading last messagessteckbrief7-132/+10
2015-12-02Fixed compile error in inner classsteckbrief1-1/+1
2015-11-20Partially implements FS#6: Conference ID changed to c+bugs@conferesteckbrief1-1/+1
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new acti...steckbrief7-17/+141