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-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
2015-06-30
made httpconnection (download) ready all kind of files
Daniel Gultsch
1
-1
/
+1
2015-06-30
refactored bodyContainsDownloadable to be more flexible
Daniel Gultsch
1
-1
/
+1
2015-06-30
always show copy original url in context menu when url is available
Daniel Gultsch
1
-2
/
+1
2015-06-29
make quick actions available in conferences when file attachment is available
Daniel Gultsch
1
-23
/
+28
2015-05-26
added choose picture as another quick action. fixes #1221
Daniel Gultsch
1
-1
/
+20
2015-05-20
don't allow user to accidentally send empty messages
Daniel Gultsch
1
-4
/
+3
2015-05-13
show location quick action after receiving a question about the users location
Daniel Gultsch
1
-1
/
+4
2015-05-11
rewrote parts of message adapter to avoid using NULL views
Daniel Gultsch
1
-19
/
+29
2015-05-03
turn send button in cancel button while in whisper mode
Daniel Gultsch
1
-12
/
+30
2015-05-02
replace send button with quick action button as long as no text has been entered
Daniel Gultsch
1
-100
/
+175
2015-04-20
always hide pgp snackbar after decrypting a message. fixes #1075
Daniel Gultsch
1
-0
/
+1
2015-04-20
removed some dead code
Daniel Gultsch
1
-19
/
+0
[next]