aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/ui/adapter/ConversationAdapter.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* introduces new message state modelsteckbrief2018-05-051-1/+1
|
* avatar handling refactoredsteckbrief2017-08-061-1/+1
|
* Implements FS#249: Remove code duplication for avatar creationsteckbrief2017-08-051-92/+1
|
* Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief2017-07-311-4/+2
| | | | minor bug fixes including to fail a JingleTransfer in case criterias are not met
* relates FS#241: Implementation of http download based on okhttpsteckbrief2017-02-061-1/+2
|
* Hide number of unread message counter if there are no new messagessteckbrief2016-12-291-3/+5
|
* Implement FS#239: Show number of unread messages in conversations overviewsteckbrief2016-12-281-14/+17
|
* Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief2016-09-291-1/+1
|
* Implements FS#189: Move calls of getPreferences to ConversationsPlusPreferencessteckbrief2016-04-061-1/+2
|
* Fixes FS#180: Conference notification icon missinglookshe2016-04-011-1/+6
|
* Fixes FS#179: Avoid showing always empty list of ressources for mucssteckbrief2016-03-301-1/+3
|
* Fixes FS#172: Conversations list not updated on status changessteckbrief2016-03-291-20/+9
|
* Implements FS#173: Move access to colors to separate helper classsteckbrief2016-03-291-1/+2
|
* Merge branch 'trz/rebase' into trz/renamelookshe2016-03-061-15/+27
|
* Implements FS#64: Show who wrote last message in conversation overviewsteckbrief2016-01-151-2/+12
|
* Moved all avatar related work to AvatarServicesteckbrief2016-01-131-3/+3
| | | | | | | - 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
|
* Implements FS#67: Introduce central logging class to use log prefix, new ↵steckbrief2015-11-201-1/+1
| | | | activity to show logcat output and button to copy contents
* Implements FS#26: Introduction of dialog to choose whether to resize a ↵steckbrief2015-11-031-1/+1
| | | | picture or not
* Access to preferences moved to global utility class ↵steckbrief2015-10-211-1/+2
| | | | 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-1/+3
| | | | | | | 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
* Fixes FS#49: Highlight the selected conversation in liststeckbrief2015-09-021-4/+6
|
* Merge branch 'trz/rebase' into trz/renamelookshe2015-08-161-2/+1
| | | | | | Conflicts: src/main/java/de/thedevstack/conversationsplus/ui/ConversationFragment.java src/main/java/de/thedevstack/conversationsplus/ui/SettingsActivity.java
* resolve of some compiler errors0.0.2lookshe2015-08-131-0/+1
|
* Merge branch 'trz/rebase' into trz/renamelookshe2015-08-111-17/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/+224
"renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed