aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui/ConversationFragment.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* introduces new message state modelsteckbrief2018-05-051-25/+21
|
* improves remote file status display and loading of remote filessteckbrief2018-02-261-51/+1
|
* introduces cancel status for file transfers, fixes NPE in file sharing after ↵steckbrief2018-02-161-2/+3
| | | | picture resize
* Implements FS#247 and FS#248: Show online status and typing notification in ↵steckbrief2017-08-021-2/+2
| | | | title
* relates FS#241: Implementation of http download based on okhttpsteckbrief2017-02-061-6/+8
|
* Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief2017-01-111-4/+3
| | | | feature available extended to include filetransfer:http as well, method to check if http upload is available moved from data class 'Account' to 'AccountUtil'
* Merge branch 'trz/rebase' into trz/renamesteckbrief2017-01-051-1/+4
|
* Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief2016-09-291-2/+2
|
* Fixes FS#229: prompt for confirmation before deleting a filesteckbrief2016-08-231-9/+3
|
* Confirmation dialog added before sending delete command for remote filesteckbrief2016-08-231-1/+4
|
* services.filetransfer.httpupload moved to new namespace ↵steckbrief2016-08-231-1/+1
| | | | services.filetransfer.http.upload; delete parts of services.filetransfer.http moved to .delete package
* Basic filetransfer http delete implementation; Exceptions for IqPacketError ↵steckbrief2016-08-221-3/+8
| | | | added
* FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief2016-05-291-2/+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
* XmppConnectionService.markMessage moved to MessageUtilsteckbrief2016-05-091-1/+2
| | | | XmppConnectionService.attachLocationToConversation moved to ConversationUtil
* Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief2016-04-061-2/+2
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-04-051-2/+2
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-251-7/+21
|
* Fixes FS#164lookshe2016-03-181-8/+0
|
* completely implements FS#161lookshe2016-03-171-1/+9
| | | | save state of treatAsDownloadable() and set on error to specified value
* Fixes FS#139: Do not merge messages at allsteckbrief2016-03-111-1/+1
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-081-8/+26
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-061-250/+376
|
* Implements FS#83: Reload from last received messagesteckbrief2015-12-041-3/+4
|
* FileBackend splitted into several util classes for separate concerns: ↵steckbrief2015-11-061-4/+3
| | | | AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
* Access to preferences moved to global utility class ↵steckbrief2015-10-211-11/+12
| | | | ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
* Implements FS#72, FS#72, FS#73, FS#65, FS#66 - Resource List Dialog added, ↵steckbrief2015-10-041-2/+4
| | | | | | | 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
* moved merged files to correct location0.0.3lookshe2015-08-161-0/+1
|
* Merge branch 'trz/rebase' into trz/renamelookshe2015-08-161-145/+53
| | | | | | Conflicts: src/main/java/de/thedevstack/conversationsplus/ui/ConversationFragment.java src/main/java/de/thedevstack/conversationsplus/ui/SettingsActivity.java
* Merge branch 'trz/rebase' into trz/renamelookshe2015-08-111-185/+308
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.gradle src/main/java/de/thedevstack/conversationsplus/crypto/OtrEngine.java src/main/java/de/thedevstack/conversationsplus/entities/Account.java src/main/java/de/thedevstack/conversationsplus/entities/Contact.java src/main/java/de/thedevstack/conversationsplus/entities/Downloadable.java src/main/java/de/thedevstack/conversationsplus/entities/DownloadableFile.java src/main/java/de/thedevstack/conversationsplus/entities/DownloadablePlaceholder.java src/main/java/de/thedevstack/conversationsplus/entities/Message.java src/main/java/de/thedevstack/conversationsplus/generator/IqGenerator.java src/main/java/de/thedevstack/conversationsplus/http/HttpConnection.java src/main/java/de/thedevstack/conversationsplus/http/HttpConnectionManager.java src/main/java/de/thedevstack/conversationsplus/parser/AbstractParser.java src/main/java/de/thedevstack/conversationsplus/parser/MessageParser.java src/main/java/de/thedevstack/conversationsplus/parser/PresenceParser.java src/main/java/de/thedevstack/conversationsplus/persistance/DatabaseBackend.java src/main/java/de/thedevstack/conversationsplus/persistance/FileBackend.java src/main/java/de/thedevstack/conversationsplus/services/NotificationService.java src/main/java/de/thedevstack/conversationsplus/services/XmppConnectionService.java src/main/java/de/thedevstack/conversationsplus/ui/ConversationActivity.java src/main/java/de/thedevstack/conversationsplus/ui/ConversationFragment.java src/main/java/de/thedevstack/conversationsplus/ui/SettingsActivity.java src/main/java/de/thedevstack/conversationsplus/ui/StartConversationActivity.java src/main/java/de/thedevstack/conversationsplus/ui/adapter/AccountAdapter.java src/main/java/de/thedevstack/conversationsplus/ui/adapter/ConversationAdapter.java src/main/java/de/thedevstack/conversationsplus/ui/adapter/ListItemAdapter.java src/main/java/de/thedevstack/conversationsplus/ui/adapter/MessageAdapter.java src/main/java/de/thedevstack/conversationsplus/utils/UIHelper.java src/main/java/de/thedevstack/conversationsplus/xmpp/jingle/JingleConnection.java src/main/java/de/thedevstack/conversationsplus/xmpp/jingle/JingleConnectionManager.java src/main/java/de/thedevstack/conversationsplus/xmpp/jingle/JingleInbandTransport.java src/main/java/de/thedevstack/conversationsplus/xmpp/jingle/JingleSocks5Transport.java src/main/java/de/thedevstack/conversationsplus/xmpp/stanzas/MessagePacket.java src/main/java/eu/siacs/conversations/crypto/OtrEngine.java src/main/java/eu/siacs/conversations/crypto/OtrService.java src/main/java/eu/siacs/conversations/entities/DownloadablePlaceholder.java src/main/java/eu/siacs/conversations/entities/TransferablePlaceholder.java src/main/java/eu/siacs/conversations/http/HttpConnection.java src/main/java/eu/siacs/conversations/http/HttpDownloadConnection.java src/main/res/layout/activity_about.xml
* renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-0/+1185
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed