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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-14
Added check for empty from on group chat packet
Kevin Rauwolf
1
-0
/
+3
2014-11-14
fixed possible npe when loading null counterpart into message
iNPUTmice
1
-1
/
+6
2014-11-13
made presences synchronized
iNPUTmice
1
-13
/
+27
2014-11-13
more npe checks in muc packet parser
iNPUTmice
1
-31
/
+34
2014-11-12
Make sure we're storing the display JID as Unicode
Sam Whited
1
-2
/
+3
2014-11-12
Update German language
kriztan
1
-24
/
+0
2014-11-12
Refactor authentication code
Sam Whited
5
-88
/
+145
2014-11-12
Update German language
kriztan
1
-5
/
+34
2014-11-11
auto register/unregister listeners
iNPUTmice
7
-345
/
+289
2014-11-11
temporarliy got rid of some insane work arounds in favor of some maybe less i...
iNPUTmice
3
-14
/
+17
2014-11-10
made Jid class parse otr session ids
iNPUTmice
1
-0
/
+10
2014-11-10
more refactoring for presence selection. removed getTo, getFrom and getJid fr...
iNPUTmice
8
-274
/
+283
2014-11-09
formating
iNPUTmice
2
-24
/
+9
2014-11-09
fixed private messages
iNPUTmice
1
-2
/
+2
2014-11-09
add libidn to pref_about_message.
Michael
1
-0
/
+1
2014-11-09
s/getResourcepart().isEmpty()/isBareJid()/
Sam Whited
5
-7
/
+7
2014-11-09
use isBareJid instead of getResourcePart().isEmpty()
iNPUTmice
2
-2
/
+2
2014-11-09
fixed muc sender history for some cases (where the previous nick was a valid ...
iNPUTmice
2
-8
/
+17
2014-11-09
migrated some otr stuff to new jid classes
iNPUTmice
2
-79
/
+82
2014-11-09
make avatar service not break on empty names
iNPUTmice
1
-14
/
+22
2014-11-09
Rework `Account.getJid()' to return full JIDs
Sam Whited
27
-106
/
+102
2014-11-09
fixed null pointer in message merger
iNPUTmice
1
-0
/
+1
2014-11-09
refactored code to always contain full jid for counterpart
iNPUTmice
8
-86
/
+84
2014-11-09
fixed full jid for account
iNPUTmice
1
-80
/
+76
2014-11-09
return null if from ist not set in abstract stanza
iNPUTmice
1
-12
/
+17
2014-11-09
Check for illegal arguments to the toASCII func
Sam Whited
2
-3
/
+17
2014-11-09
add all used libs to the pref_about_message.
Michael
1
-15
/
+23
2014-11-09
Update Spanish Translations
kruks23
1
-1
/
+21
2014-11-09
Fix contact highlighting in MUC
Sam Whited
1
-2
/
+2
2014-11-09
Fix issue with IDN SRV records
Sam Whited
1
-2
/
+3
2014-11-09
Fix crash on account creation
Sam Whited
1
-13
/
+2
2014-11-09
Don't crash on packets with no "from" specified
Sam Whited
1
-1
/
+2
2014-11-09
Create avatar's for JID's w/o localparts
Sam Whited
4
-29
/
+13
2014-11-09
Fields that we sync on should be final
Sam Whited
1
-1
/
+1
2014-11-09
Fix bug introduced by rebase
Sam Whited
1
-5
/
+4
2014-11-09
Fix letter avatar selection in MUC
Sam Whited
2
-13
/
+2
2014-11-09
More formatting fixes in MUC
Sam Whited
1
-1
/
+5
2014-11-09
Format contact names in MUC properly
Sam Whited
2
-24
/
+27
2014-11-09
Fix JID parsing error
Sam Whited
1
-1
/
+1
2014-11-09
It builds again!
Sam Whited
4
-19
/
+14
2014-11-09
Add a packet JID place I missed...
Sam Whited
1
-1
/
+1
2014-11-09
Update more files to use JID objects
Sam Whited
14
-54
/
+102
2014-11-09
Update another chunk of stuff to use JID objects
Sam Whited
9
-83
/
+104
2014-11-09
Update more files to use JID objects
Sam Whited
12
-115
/
+179
2014-11-09
Move a chunk of classes over to using JID objects
Sam Whited
22
-475
/
+526
2014-11-09
Use factories to generate JIDs
Sam Whited
1
-18
/
+22
2014-11-09
Improve JID error handling
Sam Whited
2
-9
/
+57
2014-11-09
Add first attempt at JID class
Sam Whited
1
-0
/
+151
2014-11-09
version bump to 0.8.3 + changelog
iNPUTmice
1
-1
/
+1
2014-11-09
fixed #634
iNPUTmice
1
-2
/
+2
[next]