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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Retry decryption from message menu
fiaxh
2016-02-23
1
-0
/
+13
*
properly trigger show load more messages in mucs
Daniel Gultsch
2016-02-22
1
-2
/
+10
*
turned muc errors into enum. added error codes for service shutdown
Daniel Gultsch
2016-02-22
1
-11
/
+16
*
show load more messages when auto loading is disabled and messages are still ...
Daniel Gultsch
2016-02-21
1
-6
/
+10
*
don't reset whisper on reInit. fixes #1637
Daniel Gultsch
2016-02-19
1
-3
/
+0
*
only offer message correction for the very last message
Daniel Gultsch
2016-02-17
1
-3
/
+6
*
basic support for XEP-0308: Last Message Correction. fixes #864
Daniel Gultsch
2016-02-15
1
-14
/
+58
*
only show load more messages button when mam is available
Daniel Gultsch
2016-02-14
1
-1
/
+5
*
fixed performance regression in on scroll listener
Daniel Gultsch
2016-02-04
1
-1
/
+6
*
prevent previoulsly cleared messages from reloading. fixes #1110
Daniel Gultsch
2016-02-04
1
-3
/
+7
*
Merge branch 'disco-caps' of https://github.com/singpolyma/Conversations into...
Daniel Gultsch
2016-02-02
1
-34
/
+35
|
\
|
*
Use a Presence class for presence information
Stephen Paul Weber
2016-01-24
1
-34
/
+35
*
|
refactored user handling in conferences. show try again button when conferenc...
Daniel Gultsch
2016-02-01
1
-1
/
+4
|
/
*
use extract account from intent method and final EXTRA_ACCOUNT variable
Daniel Gultsch
2016-01-22
1
-1
/
+1
*
don't show snackbar when notifications are disabled or paused
Daniel Gultsch
2016-01-08
1
-10
/
+0
*
Merge pull request #1595 from fiaxh/pgp_database_signature
Daniel Gultsch
2015-12-04
1
-69
/
+73
|
\
|
*
Unset all PGP signatures once
fiaxh
2015-12-02
1
-69
/
+73
*
|
avoid some NPEs
Daniel Gultsch
2015-12-04
1
-1
/
+1
|
/
*
indicate cbe in chat message hint
Daniel Gultsch
2015-10-31
1
-1
/
+7
*
Decrypt PGP messages in background
fiaxh
2015-10-28
1
-68
/
+70
*
open unknown files with wildcard intent
Daniel Gultsch
2015-10-20
1
-1
/
+1
*
allow redownloading files from remote hosts. fixes #1504
Daniel Gultsch
2015-10-17
1
-1
/
+2
*
allow tab completion in conferences
Daniel Gultsch
2015-09-27
1
-0
/
+43
*
added possibiltiy to set conferences as moderated (only visible in advanced m...
Daniel Gultsch
2015-09-13
1
-2
/
+7
*
added alt as possible modifier key. use mod+(0..9) to jump to a conversation
Daniel Gultsch
2015-09-09
1
-0
/
+1
*
added some key binding
Daniel Gultsch
2015-09-07
1
-0
/
+4
*
catch npe in setupIme method
Daniel Gultsch
2015-09-07
1
-1
/
+3
*
minimize softkeyboard only if it has been in fullscreen mode
Daniel Gultsch
2015-09-04
1
-1
/
+3
*
show an send button instead of the enter key in softkeyboards when enterIsSen...
Daniel Gultsch
2015-09-04
1
-7
/
+9
*
renamed plain text to unencrypted. fixes #1331
Daniel Gultsch
2015-08-24
1
-1
/
+1
*
added setting to allow for white backgrounds in incoming message bubbles
Daniel Gultsch
2015-08-24
1
-0
/
+1
*
renamed multi-end / axolotl to OMEMO
Daniel Gultsch
2015-08-08
1
-1
/
+1
*
improved 'next encryption' selection
Daniel Gultsch
2015-07-31
1
-14
/
+18
*
Highlight selected message's fingerprint in list
Andreas Straub
2015-07-29
1
-1
/
+2
*
call refreshUi directly
Daniel Gultsch
2015-07-24
1
-1
/
+1
*
show warning when trying to highlight users that have left the conference
Daniel Gultsch
2015-07-22
1
-5
/
+12
*
use 'interactive mode' when starting downloads from the context menu
Daniel Gultsch
2015-07-22
1
-1
/
+1
*
Optimize imports
Andreas Straub
2015-07-20
1
-4
/
+2
*
Ask for key trust when sending messages
Andreas Straub
2015-07-19
1
-2
/
+21
*
Display axolotl chat message hint
Andreas Straub
2015-07-19
1
-0
/
+3
*
Added axolotl activation code to UI
Andreas Straub
2015-07-19
1
-0
/
+10
*
catch exception on broken android phones
Daniel Gultsch
2015-07-12
1
-1
/
+7
*
renamed HttpConnection to HttpDownloadConnection
Daniel Gultsch
2015-07-10
1
-1
/
+1
*
renamed downloadable to transferable
Daniel Gultsch
2015-07-10
1
-11
/
+11
*
refactored message context menu
Daniel Gultsch
2015-07-02
1
-26
/
+31
*
changed mime type handling
Daniel Gultsch
2015-07-01
1
-3
/
+2
*
made httpconnection (download) ready all kind of files
Daniel Gultsch
2015-06-30
1
-1
/
+1
*
refactored bodyContainsDownloadable to be more flexible
Daniel Gultsch
2015-06-30
1
-1
/
+1
*
always show copy original url in context menu when url is available
Daniel Gultsch
2015-06-30
1
-2
/
+1
*
make quick actions available in conferences when file attachment is available
Daniel Gultsch
2015-06-29
1
-23
/
+28
[next]