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
/
eu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
handle muc nicks with white spaces. fixed #884
iNPUTmice
2015-01-14
2
-3
/
+4
*
Harden the TLS connection cipher suites
Sam Whited
2015-01-14
4
-42
/
+93
*
Ensure type safety in Pebble notifications
Sam Whited
2015-01-13
1
-15
/
+30
*
catch bug in guessContentType
Daniel Gultsch
2015-01-12
1
-1
/
+6
*
context menu for files and offered files. fixed #848 fixed #849
Daniel Gultsch
2015-01-12
1
-13
/
+21
*
reworked message preview / message meta information (ie file offered, receive...
Daniel Gultsch
2015-01-12
4
-163
/
+163
*
Merge pull request #866 from SamWhited/xep0245
Daniel Gultsch
2015-01-12
4
-159
/
+205
|
\
|
*
Add XEP-0245 (/me command) support
Sam Whited
2015-01-11
4
-159
/
+205
*
|
do not check image file size over http if accepted file size is 0
Daniel Gultsch
2015-01-11
2
-6
/
+11
*
|
keep proper image file extension
Daniel Gultsch
2015-01-11
4
-26
/
+39
|
/
*
make room persistant when changing subject or other muc options
Daniel Gultsch
2015-01-10
3
-16
/
+26
*
don't crash when selecting a conversation by uuid did not work
Daniel Gultsch
2015-01-10
1
-16
/
+20
*
fixed regression in tablet ui
Daniel Gultsch
2015-01-09
1
-0
/
+2
*
Introduced expert options to control enter-is-send
Daniel Gultsch
2015-01-09
3
-5
/
+17
*
code cleanup for jingle proxy discovery
Daniel Gultsch
2015-01-09
4
-99
/
+72
*
ensure that everyone is member before making a room private
Daniel Gultsch
2015-01-09
3
-6
/
+32
*
allow for very basic muc configuration
Daniel Gultsch
2015-01-08
3
-10
/
+79
*
code cleanup
Daniel Gultsch
2015-01-08
2
-14
/
+15
*
kick after ban
Daniel Gultsch
2015-01-08
3
-1
/
+45
*
some clean ups for affiliation change context menu
Daniel Gultsch
2015-01-08
1
-2
/
+8
*
more muc options
Daniel Gultsch
2015-01-07
5
-25
/
+96
*
fixed invites
Daniel Gultsch
2015-01-07
1
-37
/
+24
*
basic affiliation changes in muc
Daniel Gultsch
2015-01-07
4
-25
/
+132
*
reset next encryption when archiving conversations
Daniel Gultsch
2015-01-07
2
-1
/
+3
*
use copyonwritearraylist in for phone helper
Daniel Gultsch
2015-01-07
1
-2
/
+2
*
refactored UiHelper
Daniel Gultsch
2015-01-07
1
-2
/
+10
*
fixed bug in new ping strategy
Daniel Gultsch
2015-01-06
1
-3
/
+3
*
mark sent images as sent_received instead of sent
Daniel Gultsch
2015-01-06
1
-2
/
+1
*
run invalidateOptionsMenu on uiThread
Daniel Gultsch
2015-01-06
1
-1
/
+1
*
fixed potential NPEs in ShareWithActivity
Daniel Gultsch
2015-01-06
1
-4
/
+5
*
added debug info + possible platform bug work arounds to message adapter
Daniel Gultsch
2015-01-05
1
-0
/
+10
*
reworked ping scheduling strategy. very experimental
Daniel Gultsch
2015-01-05
1
-61
/
+32
*
avoid requesting blocklist after stream resumption
Daniel Gultsch
2015-01-05
2
-27
/
+24
*
prevent QR code parser from crashing fixed #839
Daniel Gultsch
2015-01-05
1
-6
/
+13
*
Show affiliation instead of role in MucDetails and offer 'advanced mode' to d...
Daniel Gultsch
2015-01-05
2
-78
/
+118
*
Send notification to Pebble on new message
Olivier Mehani
2015-01-05
1
-2
/
+28
*
made checks for valid image extensions case insensitive
Daniel Gultsch
2015-01-04
3
-3
/
+3
*
do not run mam queries in findOrCreateConversation() when isn't available
Daniel Gultsch
2015-01-04
1
-5
/
+7
*
added higher auto accept file sizes
Daniel Gultsch
2015-01-04
1
-2
/
+2
*
code cleanup + logging of spoofed iq packets
Daniel Gultsch
2015-01-04
1
-35
/
+33
*
Verify IQ responses
Sam Whited
2015-01-04
4
-18
/
+39
*
Make IqPacket type an enum
Sam Whited
2015-01-04
9
-99
/
+85
*
deal with prosodys muc namespace tagging of messages
Daniel Gultsch
2015-01-04
1
-4
/
+5
*
Use packet callbacks only for IqPackets. Removed unnecessary code
Daniel Gultsch
2015-01-04
2
-71
/
+37
*
no longer use ConcurrentHashMap in favor of synchronize on a final HashMap
Daniel Gultsch
2015-01-04
1
-19
/
+27
*
version bump to 0.10
Daniel Gultsch
2015-01-03
1
-1
/
+1
*
void messages getting reloaded through mam after clear history
Daniel Gultsch
2015-01-03
1
-0
/
+1
*
record voice and attachment refactor
Daniel Gultsch
2015-01-03
3
-73
/
+68
*
disable / enable all accounts
Daniel Gultsch
2015-01-03
1
-16
/
+84
*
update last presence only for messages
Daniel Gultsch
2015-01-03
2
-6
/
+2
[next]