index
:
conversations-plus
filetransfer
introduce_cplus_database_version
master
message_display_rework
improved conversations
lookshe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
eu
/
siacs
/
conversations
/
ui
/
ConversationFragment.java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-04-09
don't show contact details when in conversations with self
Daniel Gultsch
1
-1
/
+3
2016-03-31
save otr fingerprint in message
Daniel Gultsch
1
-2
/
+2
2016-03-23
allow to delete attachments. fixes #1539
Daniel Gultsch
1
-7
/
+25
2016-03-06
warn in conversations when account is disabled
Daniel Gultsch
1
-1
/
+14
2016-03-04
allow to copy original url even while downloading. fixes #1743
Daniel Gultsch
1
-6
/
+9
2016-03-03
don't break with srcoll events on empty message lists
Daniel Gultsch
1
-2
/
+7
2016-02-23
Retry decryption from message menu
fiaxh
1
-0
/
+13
2016-02-22
properly trigger show load more messages in mucs
Daniel Gultsch
1
-2
/
+10
2016-02-22
turned muc errors into enum. added error codes for service shutdown
Daniel Gultsch
1
-11
/
+16
2016-02-21
show load more messages when auto loading is disabled and messages are still ...
Daniel Gultsch
1
-6
/
+10
2016-02-19
don't reset whisper on reInit. fixes #1637
Daniel Gultsch
1
-3
/
+0
2016-02-17
only offer message correction for the very last message
Daniel Gultsch
1
-3
/
+6
2016-02-15
basic support for XEP-0308: Last Message Correction. fixes #864
Daniel Gultsch
1
-14
/
+58
2016-02-14
only show load more messages button when mam is available
Daniel Gultsch
1
-1
/
+5
2016-02-04
fixed performance regression in on scroll listener
Daniel Gultsch
1
-1
/
+6
2016-02-04
prevent previoulsly cleared messages from reloading. fixes #1110
Daniel Gultsch
1
-3
/
+7
2016-02-01
refactored user handling in conferences. show try again button when conferenc...
Daniel Gultsch
1
-1
/
+4
2016-01-24
Use a Presence class for presence information
Stephen Paul Weber
1
-34
/
+35
2016-01-22
use extract account from intent method and final EXTRA_ACCOUNT variable
Daniel Gultsch
1
-1
/
+1
2016-01-08
don't show snackbar when notifications are disabled or paused
Daniel Gultsch
1
-10
/
+0
2015-12-04
avoid some NPEs
Daniel Gultsch
1
-1
/
+1
2015-12-02
Unset all PGP signatures once
fiaxh
1
-69
/
+73
2015-10-31
indicate cbe in chat message hint
Daniel Gultsch
1
-1
/
+7
2015-10-28
Decrypt PGP messages in background
fiaxh
1
-68
/
+70
2015-10-20
open unknown files with wildcard intent
Daniel Gultsch
1
-1
/
+1
2015-10-17
allow redownloading files from remote hosts. fixes #1504
Daniel Gultsch
1
-1
/
+2
2015-09-27
allow tab completion in conferences
Daniel Gultsch
1
-0
/
+43
2015-09-13
added possibiltiy to set conferences as moderated (only visible in advanced m...
Daniel Gultsch
1
-2
/
+7
2015-09-09
added alt as possible modifier key. use mod+(0..9) to jump to a conversation
Daniel Gultsch
1
-0
/
+1
2015-09-07
added some key binding
Daniel Gultsch
1
-0
/
+4
2015-09-07
catch npe in setupIme method
Daniel Gultsch
1
-1
/
+3
2015-09-04
minimize softkeyboard only if it has been in fullscreen mode
Daniel Gultsch
1
-1
/
+3
2015-09-04
show an send button instead of the enter key in softkeyboards when enterIsSen...
Daniel Gultsch
1
-7
/
+9
2015-08-24
renamed plain text to unencrypted. fixes #1331
Daniel Gultsch
1
-1
/
+1
2015-08-24
added setting to allow for white backgrounds in incoming message bubbles
Daniel Gultsch
1
-0
/
+1
2015-08-08
renamed multi-end / axolotl to OMEMO
Daniel Gultsch
1
-1
/
+1
2015-07-31
improved 'next encryption' selection
Daniel Gultsch
1
-14
/
+18
2015-07-29
Highlight selected message's fingerprint in list
Andreas Straub
1
-1
/
+2
2015-07-24
call refreshUi directly
Daniel Gultsch
1
-1
/
+1
2015-07-22
show warning when trying to highlight users that have left the conference
Daniel Gultsch
1
-5
/
+12
2015-07-22
use 'interactive mode' when starting downloads from the context menu
Daniel Gultsch
1
-1
/
+1
2015-07-20
Optimize imports
Andreas Straub
1
-4
/
+2
2015-07-19
Ask for key trust when sending messages
Andreas Straub
1
-2
/
+21
2015-07-19
Display axolotl chat message hint
Andreas Straub
1
-0
/
+3
2015-07-19
Added axolotl activation code to UI
Andreas Straub
1
-0
/
+10
2015-07-12
catch exception on broken android phones
Daniel Gultsch
1
-1
/
+7
2015-07-10
renamed HttpConnection to HttpDownloadConnection
Daniel Gultsch
1
-1
/
+1
2015-07-10
renamed downloadable to transferable
Daniel Gultsch
1
-11
/
+11
2015-07-02
refactored message context menu
Daniel Gultsch
1
-26
/
+31
2015-07-01
changed mime type handling
Daniel Gultsch
1
-3
/
+2
[next]