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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-11-15
Add auth method pinning
Sam Whited
6
-16
/
+58
2014-11-15
added low priority and removed date in foreground noticfication
iNPUTmice
1
-0
/
+2
2014-11-15
turn on foreground service in expert settings
iNPUTmice
9
-9
/
+48
2014-11-15
handled more error cases
iNPUTmice
3
-5
/
+30
2014-11-15
better cleanup after unsuccesful transfers
iNPUTmice
3
-1
/
+35
2014-11-15
fixed description in notifications and conversation overview
iNPUTmice
8
-50
/
+93
2014-11-15
fixed resending for files as well
iNPUTmice
2
-3
/
+4
2014-11-15
made file transfers cancelable
iNPUTmice
8
-22
/
+76
2014-11-15
adepted conversationadapter to deal with files
iNPUTmice
2
-3
/
+23
2014-11-15
progress for ibb transfers
iNPUTmice
5
-13
/
+27
2014-11-15
some mime and pgp fixes for file transfer
iNPUTmice
7
-73
/
+71
2014-11-15
support for pgp files
iNPUTmice
5
-23
/
+38
2014-11-15
progress for http images as well. fixed open button for sent files
iNPUTmice
7
-8
/
+40
2014-11-15
copy non local files to private storage first
iNPUTmice
3
-23
/
+77
2014-11-15
bug fixes and various improvements for file transfer
iNPUTmice
5
-19
/
+30
2014-11-15
basic arbitrary file transfer
iNPUTmice
13
-136
/
+332
2014-11-15
Improve auth error handling and state machine
Sam Whited
5
-40
/
+43
2014-11-14
Make licenses info untranslatable
Sam Whited
1
-1
/
+1
2014-11-14
Spelling fixes in Italian translation
Sam Whited
1
-2
/
+2
2014-11-14
Spelling fix in German translation
Sam Whited
1
-1
/
+1
2014-11-14
Add SCRAM-SHA1 support
Sam Whited
9
-381
/
+726
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-12
check if account is online before doing smp
feature/otr_verification
iNPUTmice
1
-11
/
+24
2014-11-11
use auto register for verify otr listeners
iNPUTmice
1
-9
/
+0
2014-11-11
small bug fix
iNPUTmice
1
-8
/
+3
2014-11-11
added snackbar to indicate smp. more error handling in verify activity
iNPUTmice
5
-113
/
+158
2014-11-11
initial smp support
iNPUTmice
10
-122
/
+552
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
small bug fix
iNPUTmice
1
-8
/
+3
2014-11-10
added snackbar to indicate smp. more error handling in verify activity
iNPUTmice
5
-113
/
+158
2014-11-10
initial smp support
iNPUTmice
10
-122
/
+552
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
[next]