aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/utils (unfollow)
Commit message (Collapse)AuthorFilesLines
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
picture resize
2018-01-31properly handle downloadable links0.0.8-beta2steckbrief1-2/+10
2017-08-07Simplifying introduction of new XEP implementations, implements FS#250 and ↵steckbrief2-1/+14
FS#251 (Privacy and Security settings), refactoring of location of some interfaces
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 ↵steckbrief1-0/+23
title
2017-07-31Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief1-1/+2
minor bug fixes including to fail a JingleTransfer in case criterias are not met
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 ↵steckbrief2-3/+34
feature available extended to include filetransfer:http as well, method to check if http upload is available moved from data class 'Account' to 'AccountUtil'
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
auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up
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 ↵steckbrief1-0/+10
added
2016-07-16Implements FS#227: Store password encrypted in internal databasesteckbrief1-0/+110
2016-05-09XmppConnectionService.markMessage moved to MessageUtilsteckbrief2-0/+91
XmppConnectionService.attachLocationToConversation moved to ConversationUtil
2016-04-23Fixes FS#204: Observe all used directoriessteckbrief2-0/+44
- Implementing the FileObserver in a separate class, with mask to watch only deletions not everything - Add observation of all directories which could contain a sent/received file - Change observers if the folder names are changed via settings - markMessage method moved from XmppConnectionService to MessageUtil
2016-04-18Implements FS#137: build flavorssteckbrief1-1/+1
moved Config.java parameters to a flavorable configuration file
2016-04-17DatabaseBackend updated to serve Conversatiosn Database version and ↵steckbrief1-0/+16
Conversations+ Database version HttpUpload Flag introduced for message to identify if a link was sent after httpupload message hint for httpupload added (message parsing and message generating)
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 ↵steckbrief1-0/+8
XmppConnectionService marked as deprecated
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
- 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-04Fixes FS#99: Adjust namespace according to XEP-0363steckbrief1-1/+1
Value of namespace constant changed to 'urn:xmpp:http:upload'
2015-12-16Implements FS#19, FS#84; Introduces ImageResizeException, MessageUtil and ↵steckbrief2-0/+132
distinguishes between image resizing and compressing/saving
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
nce.thedevstack.de
2015-11-20Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief7-17/+141
activity to show logcat output and button to copy contents
2015-11-06FileBackend splitted into several util classes for separate concerns: ↵steckbrief3-0/+523
AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
2015-11-03Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief1-0/+43
picture or not
2015-10-21Access to preferences moved to global utility class ↵steckbrief1-5/+3
ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
2015-10-05Fixes FS#70 - Introduction of a ConversationsPlusApplication to get global ↵steckbrief1-13/+2
access to app information
2015-10-04Implements FS#72, FS#72, FS#73, FS#65, FS#66 - Resource List Dialog added, ↵steckbrief1-0/+18
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