aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/ui/adapter (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | fixed some colors in message adapterDaniel Gultsch2015-07-301-25/+31
| | |
| * | Reset lock color for non-axolotl messagesAndreas Straub2015-07-291-0/+2
| | |
| * | Tag carbon messages in parser, adapt session logicAndreas Straub2015-07-291-2/+2
| | | | | | | | | | | | | | | | | | Messages sent from another device of the own account are now explicitly tagged as carboned message. The session detection logic now uses this tag to find "session borders".
| * | Color plaintext messages in encrypted sessions redAndreas Straub2015-07-291-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | Plaintext messages that were received while in an encrypted session are now colored red. We define "in an encrypted session" if a) the last message sent by our own device before the message under consideration (or any message received between then and now) was encrypted AND b) the next message will be sent encrypted or the next message sent after the one under consideration was sent encrypted
| * | Refactor out inner classes, cache trust storeAndreas Straub2015-07-291-3/+3
| | | | | | | | | | | | | | | | | | | | | Moves SQLiteAxolotlStore and XmppAxolotlSession into proper classes. IdentityKeys trust statuses are now cached in an LruCache to prevent hammering the database when rendering the UI.
| * | use 'interactive mode' when starting downloads from the context menuDaniel Gultsch2015-07-221-1/+1
| | |
| * | changed message bubble appearanceRaphael Pohl2015-07-201-10/+27
| | |
| * | Optimize importsAndreas Straub2015-07-205-24/+24
| | |
| * | Fix trust status for outgoing messagesAndreas Straub2015-07-191-4/+4
| | | | | | | | | | | | | | | | | | Tag sent messages with own fingerprint, set own fingerprint as always trusted, include own fingerprint in database trust search, explicitly reset trust colorfilter
| * | Show trust status of messages' originating sessionAndreas Straub2015-07-191-0/+13
| | | | | | | | | | | | | | | Shade lock icon red if message was received in a session that has not been marked trusted by the user or fingerprint is unknown
| * | changed switch widgetDaniel Gultsch2015-07-181-3/+3
| | |
| * | code cleanupDaniel Gultsch2015-07-171-1/+1
| | |
| * | renamed HttpConnection to HttpDownloadConnectionDaniel Gultsch2015-07-101-1/+1
| | |
| * | renamed downloadable to transferableDaniel Gultsch2015-07-102-14/+14
| | |
| * | display toast in ui on failed http downloadDaniel Gultsch2015-07-101-0/+2
| | | | | | | | | | | | fixes #954
| * | show timestamp on images in mucsDaniel Gultsch2015-07-101-1/+1
| | | | | | | | | | | | fixes #1178
| * | refactored message context menuDaniel Gultsch2015-07-021-6/+6
| | |
| * | made httpconnection (download) ready all kind of filesDaniel Gultsch2015-06-302-6/+5
| | |
| * | avoid using paragraph style breaks by accidentDaniel Gultsch2015-05-111-3/+4
| | |
| * | increased space between merged messages a bitDaniel Gultsch2015-05-111-1/+1
| | |
| * | add a little bit of space between merged messages.Daniel Gultsch2015-05-111-1/+7
| | |
| * | no font padding on red heartsDaniel Gultsch2015-05-111-2/+4
| | |
| * | rewrote parts of message adapter to avoid using NULL viewsDaniel Gultsch2015-05-111-35/+6
| | |
| * | paint single unicode hearts as red and slightly largerDaniel Gultsch2015-05-101-4/+22
| | |
| * | fixed disable account when sliding and not clicking the toggleiNPUTmice2015-04-131-6/+7
| | |
| * | fixed regression where the selected conversation wasn't highlighted anymore ↵iNPUTmice2015-04-131-11/+4
| | | | | | | | | | | | on tabled layout
| * | Add toggle account-state switchBrianBlade2015-04-011-16/+29
| | | | | | | | | | | | | | | Add a switch to AccountAdapter that allows self-contained enabling/disabling of accounts without the need to bring up the context-menu
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-01-151-2/+12
|\ \ \ | | |/ | |/|
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-01-134-11/+17
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-101-1/+1
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-021-1/+1
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-11-061-7/+5
|\| |
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-11-032-20/+22
|\| |
* | | Merge trz/rename into trz/rebasesteckbrief2015-10-223-9/+7
|\| |
* | | Merge branch 'trz/rename' into trz/rebaselookshe2015-10-051-6/+10
|\| | | | | | | | | | | | | | | | | | | | Conflicts: build.gradle src/main/java/eu/siacs/conversations/ui/ContactDetailsActivity.java src/main/java/eu/siacs/conversations/ui/ConversationFragment.java
| * | renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-195-1147/+0
| | | | | | | | | | | | | | | | | | "renaming eu.siacs.conversations to de.thedevstack.conversationsplus" package renaming completed
* | | Fixes FS#12 - Move smiley replacement from UIHelper to Emojicon modulelookshe2015-08-162-6/+2
| | |
* | | Fixes FS#37 - Remove special treatment of unicode heartslookshe2015-08-161-2/+0
| | | | | | | | | | | | Fixes FS#34 - review all calls for String.trim()
* | | Merge tag '1.5.2' into trz/rebaselookshe2015-08-114-84/+92
| | |
* | | Show Online status in contact list with respect to SHOW_ONLINE_STATUS preferencesteckbrief2015-06-191-2/+4
| | |
* | | Status color added to "create conversation" (refers to ticket #22 in flyspray)steckbrief2015-06-191-0/+4
|/ /
* | changed last message in overview also to EmojiconTextView for displaying ↵lookshe2015-04-121-1/+3
| | | | | | | | smileys correctly
* | whatsapp-like smiley implementationlookshe2015-04-121-3/+4
| |
* | show online status under avatar in same way for muc as the send button doeslookshe2015-04-111-13/+18
| |
* | Changes for emoticon parser reactivatedsteckbrief2015-03-312-6/+8
| |
* | Merge tag '1.2.0' into trz/mastersteckbrief2015-03-303-11/+216
|\| | | | | | | | | | | | | | | | | Conflicts: src/main/java/eu/siacs/conversations/parser/AbstractParser.java src/main/java/eu/siacs/conversations/ui/SettingsActivity.java src/main/java/eu/siacs/conversations/ui/adapter/ConversationAdapter.java src/main/res/values-de/strings.xml src/main/res/xml/preferences.xml
| * display geo uris as location. show 'send loction' in share menu if request ↵iNPUTmice2015-03-071-1/+31
| | | | | | | | location intent can be resolved
| * properly remove invalid avatariNPUTmice2015-02-222-0/+2
| |
| * added typing notifications through XEP-0085. fixed #210iNPUTmice2015-02-211-3/+1
| |
| * always call to cancel before loading new avatarsiNPUTmice2015-02-182-24/+28
| |