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
2015-01-05
added debug info + possible platform bug work arounds to message adapter
Daniel Gultsch
1
-0
/
+10
2015-01-05
reworked ping scheduling strategy. very experimental
Daniel Gultsch
1
-61
/
+32
2015-01-05
avoid requesting blocklist after stream resumption
Daniel Gultsch
2
-27
/
+24
2015-01-05
prevent QR code parser from crashing fixed #839
Daniel Gultsch
1
-6
/
+13
2015-01-05
Show affiliation instead of role in MucDetails and offer 'advanced mode' to d...
Daniel Gultsch
2
-78
/
+118
2015-01-05
Send notification to Pebble on new message
Olivier Mehani
1
-2
/
+28
2015-01-04
made checks for valid image extensions case insensitive
Daniel Gultsch
3
-3
/
+3
2015-01-04
do not run mam queries in findOrCreateConversation() when isn't available
Daniel Gultsch
1
-5
/
+7
2015-01-04
added higher auto accept file sizes
Daniel Gultsch
1
-2
/
+2
2015-01-04
code cleanup + logging of spoofed iq packets
Daniel Gultsch
1
-35
/
+33
2015-01-04
Verify IQ responses
Sam Whited
4
-18
/
+39
2015-01-04
Make IqPacket type an enum
Sam Whited
9
-99
/
+85
2015-01-04
deal with prosodys muc namespace tagging of messages
Daniel Gultsch
1
-4
/
+5
2015-01-04
Use packet callbacks only for IqPackets. Removed unnecessary code
Daniel Gultsch
2
-71
/
+37
2015-01-04
no longer use ConcurrentHashMap in favor of synchronize on a final HashMap
Daniel Gultsch
1
-19
/
+27
2015-01-03
version bump to 0.10
Daniel Gultsch
1
-1
/
+1
2015-01-03
void messages getting reloaded through mam after clear history
Daniel Gultsch
1
-0
/
+1
2015-01-03
record voice and attachment refactor
Daniel Gultsch
3
-73
/
+68
2015-01-03
disable / enable all accounts
Daniel Gultsch
1
-16
/
+84
2015-01-03
update last presence only for messages
Daniel Gultsch
2
-6
/
+2
2015-01-03
code cleanup
Daniel Gultsch
3
-11
/
+22
2015-01-03
migrated change password into separate activity
Daniel Gultsch
2
-79
/
+127
2015-01-02
some further otr improvements
Daniel Gultsch
3
-3
/
+11
2015-01-02
click on dynamic tag to filter for that tag
Daniel Gultsch
2
-0
/
+34
2015-01-02
allow cancellation of waiting files
Daniel Gultsch
2
-19
/
+23
2015-01-02
put Conversations into background mode earlier
Daniel Gultsch
5
-19
/
+44
2015-01-02
prefer PLAIN over DIGEST-MD5
Daniel Gultsch
2
-3
/
+3
2015-01-02
improved OTR verification part one
Daniel Gultsch
10
-164
/
+250
2014-12-30
improved fromServer filter
Daniel Gultsch
1
-1
/
+4
2014-12-30
refactor swithOverToTls stuff
Daniel Gultsch
1
-56
/
+45
2014-12-30
fixed npe in block menu item
Daniel Gultsch
1
-1
/
+1
2014-12-30
fixed #818
Daniel Gultsch
1
-1
/
+1
2014-12-29
Fix typo in method name
Sam Whited
5
-9
/
+9
2014-12-25
code cleanup for change password stuff
Daniel Gultsch
1
-13
/
+20
2014-12-25
added callback to change account password to notify UI on success / failure
Daniel Gultsch
3
-27
/
+63
2014-12-25
Add ability to change password on server
Sam Whited
7
-85
/
+128
2014-12-25
proper call to invalidateViews()
Daniel Gultsch
1
-1
/
+1
2014-12-25
catch another exception in fingerprint generation
Daniel Gultsch
1
-1
/
+1
2014-12-24
Show server info option when blocking is unavailable
pulser
1
-2
/
+4
2014-12-23
Don't allow user to register domain only jids
Sam Whited
1
-0
/
+5
2014-12-23
Don't show menu on create account screen
Sam Whited
1
-0
/
+3
2014-12-23
Remove old JID validator
Sam Whited
3
-105
/
+77
2014-12-23
Add more server compatibility info.
Sam Whited
1
-2
/
+36
2014-12-23
made method private that is no longer required to be public
iNPUTmice
1
-1
/
+1
2014-12-22
Simplify roster handling code
Sam Whited
3
-121
/
+97
2014-12-22
Fix NPEs in blocking code
Sam Whited
2
-2
/
+4
2014-12-22
Add support for XEP-0191 (Blocking command)
Sam Whited
37
-903
/
+1444
2014-12-20
get rid of special self presence object and incorporate that into roster
iNPUTmice
3
-75
/
+46
2014-12-20
more null checks for otr fingerprints
iNPUTmice
1
-1
/
+1
2014-12-20
don't include empty fingerprints in list of otrfingerprints
iNPUTmice
1
-4
/
+6
[next]