aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui/ConversationActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* introduces JidUtil for Jid creation, fixes duplication of childs while ↵steckbrief2018-05-111-1/+2
| | | | adding childs with xmlns and name
* improves remote file status display and loading of remote filessteckbrief2018-02-261-4/+11
|
* Implements FS#247 and FS#248: Show online status and typing notification in ↵steckbrief2017-08-021-14/+43
| | | | title
* relates FS#241: Implementation of http download based on okhttpsteckbrief2017-02-061-4/+7
|
* Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief2017-01-111-2/+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-6/+11
|
* FileTransfer reworked (first steps - functionality as is), HttpUploadsteckbrief2016-05-291-1/+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-2/+3
| | | | XmppConnectionService.attachLocationToConversation moved to ConversationUtil
* Related to FS#199: Removed unnecessary differentiation between a ↵steckbrief2016-04-181-1/+0
| | | | conversation with the own account
* Merge branch 'trz/rebase' into trz/renamelookshe2016-04-171-5/+6
| | | | | | | | | | | | | | | | Conflicts: build.gradle src/main/java/de/thedevstack/conversationsplus/services/AvatarService.java src/main/res/values-bg/strings.xml src/main/res/values-cs/strings.xml src/main/res/values-fr/strings.xml src/main/res/values-ja/strings.xml src/main/res/values-nl/strings.xml src/main/res/values-pt/strings.xml src/main/res/values-ro-rRO/strings.xml src/main/res/values-sv/strings.xml src/main/res/values-zh-rCN/strings.xml src/main/res/values/strings.xml
* Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief2016-04-061-44/+43
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-04-051-5/+24
|
* Logging for FS#80 to identify calling methodlookshe2016-03-301-0/+2
|
* Merge branch 'trz/rebase' (early part) into trz/renamelookshe2016-03-201-0/+5
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-081-51/+71
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-061-230/+538
|
* FileBackend splitted into several util classes for separate concerns: ↵steckbrief2015-11-061-1/+2
| | | | AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
* Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief2015-11-031-23/+5
| | | | picture or not
* Implements FS#24: Introduce setting for picture resizingsteckbrief2015-10-301-0/+1
|
* Access to preferences moved to global utility class ↵steckbrief2015-10-211-88/+74
| | | | ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
* Fixes FS#49: Highlight the selected conversation in liststeckbrief2015-09-021-2/+3
|
* Merge branch 'trz/rebase' into trz/renamelookshe2015-08-161-58/+59
| | | | | | 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-130/+302
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+1115
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed