aboutsummaryrefslogtreecommitdiffstats
path: root/src/main (unfollow)
Commit message (Collapse)AuthorFilesLines
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 ↵steckbrief22-15/+547
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
2016-04-19Removed download decision MUST if the message contains jabber:x:oob:oob/urlintroduce_cplus_database_versionsteckbrief1-3/+0
2016-04-19Persist Message.treatAsDownloadablesteckbrief2-2/+15
2016-04-19Related to FS#134: Set Message flags according to httpupload hintsteckbrief3-0/+9
2016-04-18Implements FS#137: build flavorssteckbrief2-50/+37
moved Config.java parameters to a flavorable configuration file
2016-04-18Related to FS#199: fixed merge hickups (message correction setting removed, ↵steckbrief2-8/+1
key for other expert settings readded)
2016-04-18Related to FS#199: Removed unnecessary build configuration variable to hide ↵steckbrief2-6/+3
disable button on foreground service notification
2016-04-18Related to FS#199: Removed unnecessary differentiation between a ↵steckbrief3-16/+1
conversation with the own account
2016-04-17DatabaseBackend updated to serve Conversatiosn Database version and ↵steckbrief13-20/+390
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-17removed unused stringlookshe1-1/+0
2016-04-17@Overrides addedlookshe1-0/+6
2016-04-16Fixed null pointer exception in case of IOException before uploading file to ↵steckbrief1-2/+7
http host
2016-04-14always notify by default in conferencesDaniel Gultsch2-3/+1
2016-04-14removed unnecessary call to stopSelf() after logging outDaniel Gultsch1-5/+11
2016-04-14add setting for quick sharingDaniel Gultsch3-17/+51
2016-04-14removed unused call to cancel eventsDaniel Gultsch1-1/+0
2016-04-13create Config varibale to show the disable foreground service buttonDaniel Gultsch2-3/+6
2016-04-13hacky workaround to determine if uri points to private file on < lolipopDaniel Gultsch3-9/+25
2016-04-13return own jid as true counterpart on self messages in mucDaniel Gultsch1-0/+3
2016-04-12added share uri button to conference detailsDaniel Gultsch15-14/+43
2016-04-12reverse order in contact chooserDaniel Gultsch1-1/+1
2016-04-12minor code cleanupDaniel Gultsch1-3/+1
2016-04-11republish avatar if server offers non-persistent pep :-(Daniel Gultsch4-37/+144
2016-04-10pulled translations from transifexDaniel Gultsch29-86/+27
2016-04-10don't throw IO exception at end of streamDaniel Gultsch1-1/+0
2016-04-10fixed 'connecting…' buttonDaniel Gultsch1-3/+6
2016-04-10moved authentication into seperate method. force close socket before ↵Daniel Gultsch1-38/+44
changing status
2016-04-09introduced setting to turn of notification ledDaniel Gultsch3-5/+15
2016-04-09use startdate as lower bound when querying archive with after=xDaniel Gultsch1-13/+3
2016-04-09don't show contact details when in conversations with selfDaniel Gultsch3-1/+8
2016-04-09use last received message id when querying archiveDaniel Gultsch1-7/+17
2016-04-09transform nimbuzz workaround into a more general 'waitForDisco' conditionDaniel Gultsch1-6/+11
2016-04-08add required disco#items query to timeout listDaniel Gultsch1-1/+4
2016-04-08removed ernoexception in exchange for a regular exeption to prevent verify ↵Daniel Gultsch1-3/+2
error on <5.0
2016-04-08pulled translations from transifexDaniel Gultsch2-3/+23
2016-04-07check file owner when attaching files or using them as avatarDaniel Gultsch4-2/+55
2016-04-07prevent null pointer when checking http upload max sizeDaniel Gultsch1-6/+6
2016-04-07Fixes FS#197: Decrease verbosity of logging of 'skipping duplicate message'steckbrief1-1/+1
2016-04-07Implements FS#187: Add single line copy to logcat viewsteckbrief4-6/+123