index
:
conversations
BrianBlade-feature/swipe_out_conversation
CryptoNextAlpha
CryptoNextBeta
JingleFixes
MessageParserNext
UnreadCountBadge
cbe
delay_fixes
development
dnsfixes
feature/file_transfer
feature/foreground_service
feature/http_upload
feature/mam
feature/otr_verification
idn_fixes
issue921
lolipop_dns_server_discovery
master
more_logging_for_view_intent
muc_vcard_avatars
nfc
possible_copperhead_fixes
reworked_host_finder_loop
show_members_in_conference
show_send_button_in_softkeyboard
six_love
slack_workaround
tor_support
travis-fixes
travis_fixes
trz/emojicon-merge
trz/emojicon-new
trz/master
trz/merge_1.10.0
trz/merge_1.10.1
trz/merge_1.11.0
trz/merge_1.11.1
trz/merge_1.11.7
trz/merge_1.12.4
trz/merge_1.5.2
trz/merge_1.6.3
trz/merge_1.9.3
trz/merge_1.9.4
trz/rebase
trz/rename
trz/test
verbose_login_log
copy of conversations repo
lookshe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
main
/
java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-02
Fixes FS#146: Remove Tor-Support
steckbrief
10
-70
/
+11
2016-03-02
Fixes FS#148: Remove 'store' hint from chat-markers
steckbrief
1
-2
/
+1
2016-02-28
Fixes FS#48 and FS#136
trz/merge_1.10.0
lookshe
5
-24
/
+3
2016-02-26
disallow message correction by default. fixes #1720
Daniel Gultsch
1
-1
/
+1
2016-02-26
execute pending mam queries every time we come online
Daniel Gultsch
1
-1
/
+1
2016-02-24
hide add account icons when single_account is set to true
Daniel Gultsch
2
-1
/
+5
2016-02-24
optionally lock conference domains as well and hide known domains in ui
Daniel Gultsch
9
-22
/
+74
2016-02-24
made hard coded choice for encryptions more flexible and disable parsing
Daniel Gultsch
6
-26
/
+66
2016-02-24
Unused imports / methods removed
steckbrief
3
-27
/
+0
2016-02-24
Fixed merge issue for resolving FS#47 (preferences involved in the decision f...
steckbrief
2
-11
/
+1
2016-02-24
Readded MessageDetailsDialog to message context menu after merge
steckbrief
1
-0
/
+4
2016-02-24
Reviewed commit for FS#34 after merge
steckbrief
2
-2
/
+2
2016-02-23
Packet sending helper moved to XmppSendUtil and methods in XmppConnectionServ...
steckbrief
2
-18
/
+17
2016-02-23
set noMessagesLeftOnServer before conference configuration fetch
Daniel Gultsch
2
-2
/
+2
2016-02-23
update notification after message correction
Daniel Gultsch
1
-0
/
+1
2016-02-23
reset pending subscription request when receiving roster update
Daniel Gultsch
1
-0
/
+2
2016-02-23
Retry decryption from message menu
fiaxh
3
-1
/
+17
2016-02-23
Removed stupid message correction
steckbrief
6
-110
/
+10
2016-02-23
made presences object final in contact
Daniel Gultsch
1
-5
/
+1
2016-02-23
Removed useless 'button-message' to load more messages. Implementation alread...
steckbrief
5
-68
/
+8
2016-02-23
Changed access to presences according to new Presence representation in C
steckbrief
3
-14
/
+15
2016-02-23
Removed non-existing member variable
steckbrief
1
-1
/
+1
2016-02-23
Fix visibility of updateStatusMessages method that LoadMoreMessages can work
steckbrief
1
-1
/
+1
2016-02-23
Resolved problem with closing sockets (java.lang.IncompatibleClassChangeError)
steckbrief
1
-0
/
+15
2016-02-23
Removed unnecessary dependencies to XmppConnectionService and added allowMess...
steckbrief
5
-43
/
+11
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
5
-37
/
+51
2016-02-21
show load more messages when auto loading is disabled and messages are still ...
Daniel Gultsch
2
-6
/
+14
2016-02-21
check for uuid change when decrypting pgp messages
Daniel Gultsch
1
-7
/
+6
2016-02-21
some mucs may grant voice to visitors in unmoderated rooms
Daniel Gultsch
1
-1
/
+3
2016-02-20
change uuid when replacing messages
Daniel Gultsch
2
-1
/
+9
2016-02-19
decrypt pgp message corrections
Daniel Gultsch
1
-8
/
+9
2016-02-19
skip avatar ui when pep is not available. fixes #1706
Daniel Gultsch
1
-5
/
+5
2016-02-19
don't reset whisper on reInit. fixes #1637
Daniel Gultsch
1
-3
/
+0
2016-02-19
never parse show in presences as offline
Daniel Gultsch
2
-12
/
+16
2016-02-17
don't log start reason
Daniel Gultsch
1
-1
/
+0
2016-02-17
only offer message correction for the very last message
Daniel Gultsch
4
-8
/
+37
2016-02-17
fixed regression that caused messages in muc not being send
Daniel Gultsch
2
-7
/
+8
2016-02-16
log reason why otr message won't be parsed
Daniel Gultsch
1
-1
/
+2
2016-02-16
fixed regression that caused ui to redraw a lot
Daniel Gultsch
1
-4
/
+8
2016-02-16
made clear that archiving preferences are server side
Daniel Gultsch
1
-1
/
+1
2016-02-16
added setting to opt-out of message correction. renamed preferences and optio...
Daniel Gultsch
4
-3
/
+13
2016-02-16
added some OTR logging
Daniel Gultsch
2
-5
/
+14
2016-02-15
basic support for XEP-0308: Last Message Correction. fixes #864
Daniel Gultsch
10
-39
/
+200
2016-02-15
removed unnecessary conditions when sending read marker
Daniel Gultsch
1
-5
/
+1
2016-02-15
add missing type='submit' attribute to enable push form
Daniel Gultsch
1
-0
/
+1
2016-02-14
only show load more messages button when mam is available
Daniel Gultsch
2
-1
/
+6
2016-02-14
fixed server info push not showing up when unavailable
Daniel Gultsch
1
-2
/
+2
2016-02-14
optional mode to close tcp connection when going into background
Daniel Gultsch
3
-29
/
+63
2016-02-13
Fixes FS#105: XHTML par for images added
trz/merge_1.9.3
steckbrief
1
-0
/
+12
[next]