aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/services/AbstractConnectionManager.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief2016-05-291-15/+2
| | | | | | | | | | | 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
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-061-1/+119
|
* Fixes FS#47: WiFi only setting in unencrypted chats bug fixed, typo in ↵steckbrief2015-10-231-4/+0
| | | | values for the setting fixed, preferences involved in the decision for auto downloading image links moved to global Utility Class
* Access to preferences moved to global utility class ↵steckbrief2015-10-211-7/+3
| | | | ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
* renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-0/+23
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed