aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/utils (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2015-08-13resolve of some compiler errorslookshe1-0/+1
2015-06-19Status color added to "create conversation" (refers to ticket #22 in flyspray)steckbrief1-0/+15
2015-06-19renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief13-0/+1618
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed