aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui/XmppActivity.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* introduces JidUtil for Jid creation, fixes duplication of childs while ↵steckbrief2018-05-111-6/+7
| | | | adding childs with xmlns and name
* improves remote file status display and loading of remote filessteckbrief2018-02-261-55/+3
|
* Using a generator approach for generating PresencePacketssteckbrief2017-08-021-4/+3
|
* relates FS#241: Implementation of http download based on okhttpsteckbrief2017-02-061-120/+0
|
* Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief2016-04-061-22/+0
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-04-051-0/+4
|
* Implements FS#173: Move access to colors to separate helper classsteckbrief2016-03-291-56/+10
|
* Fixes FS#170: Message Details: Status display has different Text colorsteckbrief2016-03-281-1/+1
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-251-3/+4
|
* Merge branch 'trz/rebase' (early part) into trz/renamelookshe2016-03-201-4/+4
|
* Merge branch 'trz/rebase' (early part) into trz/renamelookshe2016-03-201-5/+5
|
* Fixes FS#51: Change toggle in Account Management back to standardsteckbrief2016-03-111-5/+5
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-081-2/+16
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-061-52/+304
|
* Moved all avatar related work to AvatarServicesteckbrief2016-01-131-5/+0
| | | | | | | - fetchAvatar, fetchAvatarPep, fetchAvatarVcard, checkForAvatar moved from XmppConnectionService to AvatarService - Several unused imports removed - XmppSendUtil introduced to enable presencePacket and iqPacket sending without using XmppConnectionService since the account has everything needed - UiUpdateHelper introduced to enable UI updates without using XmppConnectionService directly
* Moved logcat to a module, increased error robustness for loading last messagessteckbrief2015-12-101-1/+1
|
* Fixes FS#75 - Change color names to reasonable namessteckbrief2015-12-041-8/+6
|
* Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief2015-11-201-3/+3
| | | | activity to show logcat output and button to copy contents
* FileBackend splitted into several util classes for separate concerns: ↵steckbrief2015-11-061-5/+3
| | | | AvatarUtil, StreamUtil, ImageUtil. Unused imports removed.
* Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief2015-11-031-48/+62
| | | | picture or not
* Access to preferences moved to global utility class ↵steckbrief2015-10-211-23/+3
| | | | ConversationsPlusPreferences. Unused imports removed. Unnecessary references to XmppConnectionService removed. Bug in call order in StartConversationActivity for the setting hide_offline fixed.
* Merge branch 'trz/rebase' into trz/renamelookshe2015-08-111-47/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+957
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed