aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵steckbrief14-16/+55
picture resize
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-beta1steckbrief2-1/+26
2017-08-07Simplifying introduction of new XEP implementations, implements FS#250 and ↵steckbrief57-353/+1189
FS#251 (Privacy and Security settings), refactoring of location of some interfaces
2017-08-06Implements XEP-0202 Entity Time, moves Software Version to xmpp package, ↵steckbrief18-58/+225
moves namespace definitions for mam, carbons and avatar to xmpp package
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 messagessteckbrief1-488/+528
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 ↵steckbrief3-16/+68
title
2017-08-01Implements FS#106: Add expert setting to log xml tracesteckbrief2-1/+10
2017-07-31Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief23-200/+271
minor bug fixes including to fail a JingleTransfer in case criterias are not met
2017-07-06Fixed 'Only one Looper may be created per thread' RuntimeException according ↵steckbrief1-1/+4
to https://stackoverflow.com/questions/23038682/java-lang-runtimeexception-only-one-looper-may-be-created-per-thread/24115631#24115631
2017-06-11Fix wrong id for setColorColorAndTextsteckbrief1-2/+11
2017-02-06relates FS#241: Implementation of http download based on okhttpsteckbrief43-807/+1022
2017-01-11Formatting of remote file status adjustedsteckbrief1-2/+2
2017-01-11Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief13-79/+158
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-04Fixed NPE in FileParams.setKeyAndIvsteckbrief1-11/+13
2017-01-04Added columns to fileparams table: url, original file name, key and ivsteckbrief8-6/+178
auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up
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 overviewsteckbrief1-14/+17
2016-10-23Fixes FS#237: Enable long click in layout instead of programmaticallysteckbrief1-14/+0
2016-09-29Fixes FS#29: Own Avatar not loadedsteckbrief1-3/+9
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief36-631/+775
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 filesteckbrief2-9/+39
2016-08-23Confirmation dialog added before sending delete command for remote filesteckbrief6-23/+84
2016-08-23services.filetransfer.httpupload moved to new namespace ↵steckbrief11-11/+11
services.filetransfer.http.upload; delete parts of services.filetransfer.http moved to .delete package
2016-08-23xmpp.httpupload moved to new namespace xmpp.filetransfer.http.upload; delete ↵steckbrief15-28/+22
parts of xmpp.filetransfer.http moved to .delete package
2016-08-22Improved error handling for httpuploadsteckbrief1-4/+7
2016-08-22Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief20-15/+542
added
2016-07-16Implements FS#227: Store password encrypted in internal databasesteckbrief3-3/+131
2016-06-06Related to FS#131, FS#129, FS#220:filetransfersteckbrief14-83/+472
- FileTransferFailureReason including types introduced. A failure can be recoverable, non-recoverable or limited recoverable - in case file transfer with the highest weight factor fails, the next file transfer method is used - improved logging - javadoc comments added
2016-05-29FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief39-199/+1165
separated, some bugfixes - HttpUpload moved into own package - FileTransfer managed by a central manager class, several FileTransferService implementation can be used - Security initializations moved to ConversationsPlusApplication - Access to PowerManager moved to ConversationsPlusApplication - Removed unused code fragments - Access to HttpConnectionManager is now static
2016-05-26Fixed javadoc of HttpUploadHintsteckbrief1-1/+11
2016-05-26Fixed javadoc of PubSub Element Generation/Parsingsteckbrief3-5/+114
2016-05-09XmppConnectionService.markMessage moved to MessageUtilsteckbrief13-108/+132
XmppConnectionService.attachLocationToConversation moved to ConversationUtil
2016-04-23Fixes FS#204: Observe all used directoriessteckbrief8-48/+138
- 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-23Related to FS#134: check if oldversion is smaller then new version on ↵steckbrief1-2/+1
upgrading c+ db