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-04
Shorten license text and fix height of scrollview
Sam Whited
2
-20
/
+7
2014-11-04
Use normal text size and color
Sam Whited
1
-1
/
+4
2014-11-04
Make links clickable in about text
Sam Whited
2
-4
/
+7
2014-11-04
link to account details when touching own avatar
iNPUTmice
1
-118
/
+124
2014-11-04
Convert about dialog to activity
Sam Whited
8
-47
/
+102
2014-11-04
Use real copyright symbol ©
Sam Whited
1
-3
/
+3
2014-11-04
Move AboutDialog to correct path
Sam Whited
1
-0
/
+0
2014-11-04
Add about dialog with license info
Sam Whited
3
-0
/
+77
2014-11-04
clear avatar cache after nick name change
iNPUTmice
1
-4
/
+8
2014-11-04
Make linter ignore properly checked API mismatch
Sam Whited
1
-1
/
+3
2014-11-04
show avatar in editaccount
iNPUTmice
3
-5
/
+33
2014-11-04
register nfc callback in every activity that provides a proper sharable uri
iNPUTmice
5
-16
/
+18
2014-11-04
optimize code abit
M. Dietrich
1
-29
/
+23
2014-11-04
implement "correct" ndef parsing
M. Dietrich
1
-13
/
+25
2014-11-04
made qr code available from muc and contact details as well
iNPUTmice
7
-105
/
+175
2014-11-04
added missing return statement. fixed api bug
iNPUTmice
1
-3
/
+2
2014-11-04
be more OO
M. Dietrich
1
-51
/
+44
2014-11-04
support pre JELLY_BEAN ndef
M. Dietrich
1
-16
/
+24
2014-11-03
unfinishd qr code implemenation. thanks to @emdete
iNPUTmice
5
-18
/
+130
2014-11-03
fixed merge error
nfc
iNPUTmice
1
-1
/
+0
2014-11-03
use different filter for nfc intents
iNPUTmice
1
-1
/
+1
2014-11-03
basic beam code / untested
iNPUTmice
4
-149
/
+207
2014-11-03
create file explicitly before downloading image
iNPUTmice
1
-0
/
+2
2014-11-03
basic beam code / untested
iNPUTmice
4
-149
/
+207
2014-11-03
more error handling for http connection
iNPUTmice
1
-9
/
+12
2014-11-03
Wrap "last seen" time.
Sam Whited
1
-2
/
+1
2014-11-03
version bump to 0.8.1
iNPUTmice
1
-5
/
+6
2014-11-03
always use exif helper
iNPUTmice
1
-23
/
+6
2014-11-03
more error handling in xmppconnection
iNPUTmice
1
-66
/
+78
2014-11-01
fixed arrayoutofbounds + spelling
iNPUTmice
2
-7
/
+7
2014-10-30
only end otr session if there is more than one contact presence. reset otherwise
iNPUTmice
1
-1
/
+5
2014-10-30
cleanup for clear conversation history. small otr fixes
iNPUTmice
4
-26
/
+22
2014-10-29
replace the exif interface with a small static class from 3d gallery
iNPUTmice
2
-17
/
+167
2014-10-29
proper error state for images
iNPUTmice
5
-20
/
+16
2014-10-29
fixed 'share image' context menu
iNPUTmice
1
-2
/
+1
2014-10-29
fixed intent managment
iNPUTmice
1
-8
/
+8
2014-10-28
end otr session if plain text message from another instance is being received
iNPUTmice
1
-1
/
+8
2014-10-28
improvements on findConversation
iNPUTmice
1
-2
/
+2
2014-10-28
always show verify fingerprint if there is an active otr session
iNPUTmice
1
-5
/
+4
2014-10-27
reworked dns retry
iNPUTmice
2
-66
/
+51
2014-10-27
removed unnecessary logging from avatar service
iNPUTmice
1
-5
/
+0
2014-10-27
proper cleanup after pgp image decryption
iNPUTmice
1
-16
/
+9
2014-10-27
fixed url parsing
iNPUTmice
1
-1
/
+6
2014-10-27
check for links in pgp encrypted messages as well
iNPUTmice
4
-7
/
+12
2014-10-26
set divider for image meta information to '|' to not conflict with URL. break...
iNPUTmice
4
-8
/
+53
2014-10-26
remove some unused cast
Michael
10
-32
/
+25
2014-10-26
fix possible fallthrough.
Michael
2
-0
/
+2
2014-10-24
don't merge downloadable messages
iNPUTmice
1
-1
/
+3
2014-10-24
added message option to download images
iNPUTmice
2
-2
/
+14
2014-10-24
also show some text in new image notification
iNPUTmice
1
-73
/
+122
[next]